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
about 11 hours
ago. based on code collected
about 11 hours
ago.
Aug 22, 2024 — Aug 22, 2025
Showing page 9 of 14
Search / Filter on:
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).
guido
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.
guido
More...
about 14 years ago
hlds.py: renamed SentenceFS(), DiamondFS() --> Sentence(), Diamond()
guido
More...
about 14 years ago
hlds.py: SentenceFS() now works completely.
guido
More...
about 14 years ago
hlds.py: removed unused code, SentenceFS() works partially (AVMs only include one top-level substructure, i.e. PATIENS).
guido
More...
about 14 years ago
hlds.py: diamond featstructs work. sentence featstructs left to do
guido
More...
about 14 years ago
hlds.py: added class DiamondFS, which represents a diamond as an AVM openccg-vollformen.py: added some doctrings
guido
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()
guido
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).
guido
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.
guido
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.
guido
More...
about 14 years ago
added lots of stuff to the lexicon
guido
More...
about 14 years ago
added hlds.py (HLDS-XML import filter) added lexicon.py (contains lexicon entries)
guido
More...
about 14 years ago
util.py: added function ensure_utf8(). we'll need it to parse HLDS-XML files.
guido
More...
about 14 years ago
textplan.py: removed display="prefix" from TextPlan msgType. seemed to have no purpose.
guido
More...
about 14 years ago
adding (and fixing) lots of documentation.
guido
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.
guido
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.
guido
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()
guido
More...
about 14 years ago
adding lots of documentation to database.py and facts.py
guido
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.
guido
More...
about 14 years ago
added lots of documentation. minor change in debug.py's abbreviate_textplan().
guido
More...
about 14 years ago
textplan.py reformatting attempt (PEP8)
guido
More...
about 14 years ago
.gitignore now handles *.pyc files
guido
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()
guido
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()
guido
More...
over 14 years ago
debug.py: fixed abbreviate_textplan() refactoring: moved Facts(), AllFacts() to facts.py refactoring: moved Propositions, AllPropositions() to propositions.py
guido
More...
over 14 years ago
refactoring: moved testqueries to debug.py
guido
More...
over 14 years ago
refactoring: moved Messages(), AllMessages(), Rules(), DocumentPlans() to textplan.py
guido
More...
over 14 years ago
refactoring: reordered classes in textplan.py
guido
More...
over 14 years ago
←
1
2
…
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