.. |
ner
|
* Switch to predict label on shift. Big increase in accuracy.
|
2014-11-12 23:50:12 +11:00 |
__init__.pxd
|
* Seems to be working after refactor. Need to wire up more POS tag features, and wire up save/load of POS tags.
|
2014-10-24 02:23:42 +11:00 |
__init__.py
|
* Basic punct tests updated and passing
|
2014-08-27 19:38:57 +02:00 |
context.pxd
|
* Move context functions to header, inlining them.
|
2014-12-07 21:59:04 +11:00 |
context.pyx
|
* Move context functions to header, inlining them.
|
2014-12-07 21:59:04 +11:00 |
en.pxd
|
* Make flag-setting a language-specific thing
|
2014-12-03 11:04:32 +11:00 |
en.pyx
|
* Make flag-setting a language-specific thing
|
2014-12-03 11:04:32 +11:00 |
lang.pxd
|
* Link in tagger, to work on integrating POS tagging
|
2014-12-07 15:29:41 +11:00 |
lang.pyx
|
* Load POS tagger in load() function if path exists
|
2014-12-07 22:05:57 +11:00 |
lexeme.pxd
|
* Fiddle with lexeme attrs
|
2014-12-04 21:22:38 +11:00 |
lexeme.pyx
|
* Remove upper_pc from lexeme.pyx
|
2014-12-04 22:14:34 +11:00 |
orth.py
|
* Refine word_shape feature, by trimming the max sequence length
|
2014-11-07 04:41:29 +11:00 |
pos_feats.pxd
|
* Complete refactor of Tagger features, to use a generic list of context names.
|
2014-11-05 20:45:29 +11:00 |
pos_feats.pyx
|
* Fix context vector, importing all features
|
2014-11-05 22:11:39 +11:00 |
pos_util.py
|
* When encoding POS/NER tags, accept '-' as a missing value
|
2014-11-07 04:42:31 +11:00 |
tagger.pxd
|
* Add support for tag dictionary, and fix error-code for predict method
|
2014-12-07 22:07:16 +11:00 |
tagger.pyx
|
* Add support for tag dictionary, and fix error-code for predict method
|
2014-12-07 22:07:16 +11:00 |
tokens.pxd
|
* Fix EMPTY_TOKEN
|
2014-12-07 22:07:41 +11:00 |
tokens.pyx
|
* Fix EMPTY_TOKEN
|
2014-12-07 22:07:41 +11:00 |
typedefs.pxd
|
* Add typedef for attr_t. Change flag_t to flags_t
|
2014-12-03 11:06:31 +11:00 |
utf8string.pxd
|
* Make the string-store serve const pointers to Utf8Str
|
2014-12-03 16:01:47 +11:00 |
utf8string.pyx
|
* Make the string-store serve const pointers to Utf8Str
|
2014-12-03 16:01:47 +11:00 |
util.py
|
* Tighten interfaces
|
2014-10-30 18:14:42 +11:00 |