spaCy/spacy/syntax
2014-12-20 01:42:24 +11:00
..
__init__.pxd * Work on greedy parser 2014-12-16 22:46:55 +11:00
__init__.py * Work on greedy parser 2014-12-16 22:46:55 +11:00
_parse_features.pxd * Work on parser. Up to 92 UAS on YM labels 2014-12-18 09:05:31 +11:00
_parse_features.pyx * Add some extra features 2014-12-20 01:42:24 +11:00
_state.pxd * Add non-monotonic parsing with cost-sensitive update. 92.26 on Y&M set 2014-12-18 11:33:25 +11:00
_state.pyx * Add non-monotonic parsing with cost-sensitive update. 92.26 on Y&M set 2014-12-18 11:33:25 +11:00
arc_eager.pxd * Add non-monotonic parsing with cost-sensitive update. 92.26 on Y&M set 2014-12-18 11:33:25 +11:00
arc_eager.pyx * Add non-monotonic parsing with cost-sensitive update. 92.26 on Y&M set 2014-12-18 11:33:25 +11:00
parser.pxd * Work on implementing a trainable cache for the parser. So far, doesn't improve efficiency 2014-12-19 09:30:50 +11:00
parser.pyx * Work on implementing a trainable cache for the parser. So far, doesn't improve efficiency 2014-12-19 09:30:50 +11:00
util.py * Work on greedy parser 2014-12-16 22:46:55 +11:00