0
I Use This!
Inactive

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 17 hours ago.
Aug 24, 2024 — Aug 24, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added lexicalize_length() with doctests. More... almost 14 years ago
rm lex_test More... almost 14 years ago
added lex_target(). dict needs kardinal entries 1-1000. More... almost 14 years ago
added lexicalize_target() fixed doctest for lex_titles() added gen_pronoun(), which is now used by gen_personal_pronoun() More... almost 14 years ago
added lexicalize_language(). fixed lexicalize_examples(). More... almost 14 years ago
added doctests to all lexicalize_ functions. added lexicalize_examples(). realize() output gets sorted. More... almost 14 years ago
added lots of doctests to lexicalization.py realize() output is now sorted sorted. More... almost 14 years ago
lexicalize_title now accepts a lexicalized_authors diamond as a parameter. added __sing_or_plur() which checks if a lexicalized authors diamond describes one or more authors. More... almost 14 years ago
lexicalize_year() now accepts a lexicalized_title as a parameter. fixed future warning in hlds.py: use More... almost 14 years ago
sorted lexicalize_ functions alphabetically. More... almost 14 years ago
lexicalization.py: renamed all anonymous __gen.* functions to gen.* textplan.py: cleanup More... almost 14 years ago
added messages.py and rules.py to index. fixed lexicalization_test.py. commented out test_pages() More... almost 14 years ago
major refactoring of textplanning moved Message, Messages and AllMessages to messages.py moved Rule, Rules, ConstituentSet to rules.py moved exists() back to util.py msgtypes() now works w/ message sets as well More... almost 14 years ago
moved linearize_textplan() + exists() to textplan.py More... almost 14 years ago
reordered code in lexicalization.py (all lex_ functions before all gen_ functions). More... almost 14 years ago
fixed lexicalize_titles() and __gen_keywords(). More... almost 14 years ago
outsourced realize() to realization.py More... almost 14 years ago
removed lexicon.py.old. was never used. More... almost 14 years ago
removed xml_compare.py. was never used in production. More... almost 14 years ago
outsourced settings to pypolibox.yml More... almost 14 years ago
fixed HLDSReader(). now accepts satop structures w/out a <prop> tag. More... almost 14 years ago
featstruct2avm now handles not only Diamonds but also other FeatStruct subclasses. More... almost 14 years ago
fixed lexicalize_year(). calls to other functions must use parameter names if they contain optional parameters. More... almost 14 years ago
added featstruct2avm() for proper printing of AVMs in LaTeX. More... almost 14 years ago
lexicalize_examples() works. generates "__ enthält Code-Beispiele in den Programmiersprachen A und B" or "__ enthält keine Code-Beispiele". More... almost 14 years ago
lexicalize_plang() works and produces "__ verwendet die Programmiersprachen A und B". More... almost 14 years ago
util.py: added sql_array_to_list(). replacement for sql_array_to_set() ? More... almost 14 years ago
fixed realize(). doesn't add nom prefixes to the input featstruct, but to a deepcopy of it. More... almost 14 years ago
lexicalize_keywords() now also produces "_ greift das Thema __ auf". More... almost 14 years ago
improved lexicalize_keywords(lexeme="eingehen") with insert_subdiamond() lexicalize_keywords(lexeme="eingehen") with insert_subdiamond() More... almost 14 years ago