0
I Use This!
Inactive

Commits : Listings

Analyzed 3 days ago. based on code collected 3 days ago.
Aug 24, 2024 — Aug 24, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
cleanup: deleted unused symlink More... about 14 years ago
lexicalization.py: fixed regex in realize() to also work if the realizer couldn't find a solution. __gen_title() now works for str and unicode input. added __gen_abstract_title() More... about 14 years ago
database.py: added debugging function get_column(), which returns a list of every value stored in a column. lexicalization.py: added lexicalize_title() and __gen_title() More... about 14 years ago
lexicalization.py: added documentation More... about 14 years ago
lexicalization.py: realize() now accepts file names, Diamond and Sentence instances. More... about 14 years ago
hlds.py: added diamond2sentence() converter. lexicalization.py: added realize(), which realizes HLDS XML files as well as diamonds with ccg-realize. More... about 14 years ago
lexicalization.py: __gen_komma_enumeration() works. this function shall now be integrated into a more general enumeration function that supports komma and "und". More... about 14 years ago
lexicalization: lexicalize_author() now produces several variants of an HLDS structures for an author name (string). More... about 14 years ago
moved hlds.py eprint() to debug etreeprint() More... about 14 years ago
given name(s) + last name can now be realized. added some doc to hlds.py More... about 14 years ago
changed calls to Sentence.create_sentence() to cope with new order of parameters. More... about 14 years ago
hlds.py: change parameter order in Sentence.create_sentence(). root_nom is set before root_prop to make it consistent with Diamond() More... about 14 years ago
hlds.py: renamed method create_diamond_fs() to create_diamond() to be consistent with Sentence.create_sentence() More... about 14 years ago
authors can be realized as "der Autor" or with their lastname. More... about 14 years ago
hlds.py: realize mode works now. More... about 14 years ago
hlds.py: added test/realize mode to create_hlds_testbed(). realize mode is not working correctly yet, though. More... about 14 years ago
hlds.py: Sentence() has to be initialised. afterwards build the sentence feature structure by calling .create_sentence() More... about 14 years ago
hlds.py: changed internal structure of Diamond() -- nom has to be the first sub tag (if present). More... about 14 years ago
hlds.py: a Diamond() now needs to be instanciated first. afterwards "fill" it by calling either .convert_diamond_xml2fs() or .create_diamond_fs() More... about 14 years ago
hlds.py: __init__ now differenciates between etree input (which needs to be converted into a feature structure --> convert_diamond_xml2_fs()) and a list as input (create a diamond fs from scratch). More... about 14 years ago
util.py: added write_to_file() function which writes strings to files or other objects to pickle files. More... about 14 years ago
hlds.py: renamed root_id --> root_nom and root_name --> root_prop (to make it consistent with the rest of the entries). More... about 14 years ago
hlds.py: can now be used on the commandline with hlds xml files as arguments which will be converted to feature structures and printed to stdout. lexicalization.py: started working on lexicalize_authors(). More... about 14 years ago
debug.py: removed fs_ordering(). use lexicalization.linearize_textplan() instead. More... about 14 years ago
added lexicalization.py: linearize_textplan() takes a text plan and returns a list of constituent sets (in the order they will be realized). More... about 14 years ago
ignore swp files More... about 14 years ago
refactoring (moving files to "data" dir), added docs to debug.py More... about 14 years ago
renamed messages_instance_to_list_of_message_instances() to msgs_instance_to_list_of_msgs() More... about 14 years ago
util.py: added some docstrings More... about 14 years ago
hlds.py: refactored create_hlds_testbed(), added lots of documentation. added test_conversion() More... about 14 years ago