Age | Commit message (Collapse) | Author |
|
- use IntList .len instead of len() which can return long
- a bit of code cleanup
- upgrade to Cython 0.19
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
debugged, use -o with caution, etc.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(default is still tight)
use --loose when compiling corpus
or tight_phrases = False in config
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
+ API naming fixes
+ Multiple feature definition files can be passed to the extractor
|
|
|
|
|
|
|
|
|
|
|
|
|
|
+ sparse features in extractor
+ hg.intersect(string)
+ basestring = str|unicode
|
|
|
|
|
|
+ remove configobj dependency
+ re-structure packages (no more top-level library)
+ "const" stuff
+ use __new__ instead of constructor for some objects
|