0
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 11 hours ago.
Aug 22, 2024 — Aug 22, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
hlds.py: now works as expected. create_hlds_testbed returns an HLDS XML testbed file that is equivalent to the original testbed file (according to ccg-test). More... about 14 years ago
hlds.py: create_hlds_testbed() still not finished. just realized that there are diamonds which do not have a "prop" subelement. More... about 14 years ago
hlds.py: renamed SentenceFS(), DiamondFS() --> Sentence(), Diamond() More... about 14 years ago
hlds.py: SentenceFS() now works completely. More... about 14 years ago
hlds.py: removed unused code, SentenceFS() works partially (AVMs only include one top-level substructure, i.e. PATIENS). More... about 14 years ago
hlds.py: diamond featstructs work. sentence featstructs left to do More... about 14 years ago
hlds.py: added class DiamondFS, which represents a diamond as an AVM openccg-vollformen.py: added some doctrings More... about 14 years ago
openccg-vollformen.py: now parses XML, has a dictionary of POS tags (with a list of stems attached) hlds.py: added documentation utils.py: added ensure_unicode() More... about 14 years ago
openccg-vollformen.txt now reflects Martin's current state of the lexicon (mid-July 2011). openccg-vollformen.py now only writes the SET of all lexemes to a file (instead of a list including many lexemes with the same surface form). More... about 14 years ago
added openccg-vollformen.py. this script extracts lexemes (or lemmas) from the OpenCCG lexicon and writes them to a file. More... about 14 years ago
lexicon.py: added everything that was mentioned in the draft. this should be enough to realise sentences describing a book, but further entries are needed to COMPARE books. More... about 14 years ago
added lots of stuff to the lexicon More... about 14 years ago
added hlds.py (HLDS-XML import filter) added lexicon.py (contains lexicon entries) More... about 14 years ago
util.py: added function ensure_utf8(). we'll need it to parse HLDS-XML files. More... about 14 years ago
textplan.py: removed display="prefix" from TextPlan msgType. seemed to have no purpose. More... about 14 years ago
adding (and fixing) lots of documentation. More... about 14 years ago
textplan.py: added rating to messages. ratings are a legacy feature from JPolibox that is currently not used in pypolibox but migth come in handy in another part of the pipeline. More... about 14 years ago
textplan.py: changed add_identification_to_message(). now uses nltk.Feature instances as keys to differenciate them from the actual "content" of a message. More... about 14 years ago
database.py: cosmetic changes to fit code within the 80 chars per line limit. textplan.py: friendlier error message in __bottom_up_search() More... about 14 years ago
adding lots of documentation to database.py and facts.py More... about 14 years ago
database.py: fixed refactoring error in __equals_query(). removed unused parameter from get_number_of_possible_matches(). debug.py: improved gentextplans(). now works with testquery indexes or complete queries. More... about 14 years ago
added lots of documentation. minor change in debug.py's abbreviate_textplan(). More... about 14 years ago
textplan.py reformatting attempt (PEP8) More... about 14 years ago
.gitignore now handles *.pyc files More... over 14 years ago
fixed generate_textplan(): now works w/ Messages() instance again added helper functions freeze_all_messages() and messages_instance_to_list_of_message_instances() More... over 14 years ago
import fail. hardcoded DEFAULT_ENCODING to 'UTF8' as a quick fix. refactoring: renamed DocPlan() to TextPlan() and DocumentPlans() to TextPlans() More... over 14 years ago
debug.py: fixed abbreviate_textplan() refactoring: moved Facts(), AllFacts() to facts.py refactoring: moved Propositions, AllPropositions() to propositions.py More... over 14 years ago
refactoring: moved testqueries to debug.py More... over 14 years ago
refactoring: moved Messages(), AllMessages(), Rules(), DocumentPlans() to textplan.py More... over 14 years ago
refactoring: reordered classes in textplan.py More... over 14 years ago