openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
P
pypolibox
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
3 days
ago. based on code collected
3 days
ago.
Aug 24, 2024 — Aug 24, 2025
Showing page 8 of 14
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
cleanup: deleted unused symlink
guido
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()
guido
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()
guido
More...
about 14 years ago
lexicalization.py: added documentation
guido
More...
about 14 years ago
lexicalization.py: realize() now accepts file names, Diamond and Sentence instances.
guido
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.
guido
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".
guido
More...
about 14 years ago
lexicalization: lexicalize_author() now produces several variants of an HLDS structures for an author name (string).
guido
More...
about 14 years ago
moved hlds.py eprint() to debug etreeprint()
guido
More...
about 14 years ago
given name(s) + last name can now be realized. added some doc to hlds.py
guido
More...
about 14 years ago
changed calls to Sentence.create_sentence() to cope with new order of parameters.
guido
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()
guido
More...
about 14 years ago
hlds.py: renamed method create_diamond_fs() to create_diamond() to be consistent with Sentence.create_sentence()
guido
More...
about 14 years ago
authors can be realized as "der Autor" or with their lastname.
guido
More...
about 14 years ago
hlds.py: realize mode works now.
guido
More...
about 14 years ago
hlds.py: added test/realize mode to create_hlds_testbed(). realize mode is not working correctly yet, though.
guido
More...
about 14 years ago
hlds.py: Sentence() has to be initialised. afterwards build the sentence feature structure by calling .create_sentence()
guido
More...
about 14 years ago
hlds.py: changed internal structure of Diamond() -- nom has to be the first sub tag (if present).
guido
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()
guido
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).
guido
More...
about 14 years ago
util.py: added write_to_file() function which writes strings to files or other objects to pickle files.
guido
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).
guido
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().
guido
More...
about 14 years ago
debug.py: removed fs_ordering(). use lexicalization.linearize_textplan() instead.
guido
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).
guido
More...
about 14 years ago
ignore swp files
guido
More...
about 14 years ago
refactoring (moving files to "data" dir), added docs to debug.py
guido
More...
about 14 years ago
renamed messages_instance_to_list_of_message_instances() to msgs_instance_to_list_of_msgs()
guido
More...
about 14 years ago
util.py: added some docstrings
guido
More...
about 14 years ago
hlds.py: refactored create_hlds_testbed(), added lots of documentation. added test_conversion()
guido
More...
about 14 years ago
←
1
2
3
4
5
6
7
8
9
10
11
12
13
14
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree