spaCy/spacy/syntax
2016-01-19 20:10:32 +01: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 * Update parse features 2015-07-08 19:11:36 +02:00
_parse_features.pyx * Remove profile declarations 2015-07-25 18:13:06 +02:00
arc_eager.pxd * Fixes to unshift/fast-forward strategy. Getting 91.55 greedy on NW dev, gold preproc 2015-06-12 01:50:23 +02:00
arc_eager.pyx * Add iterators to the NER and parser transition systems, to get the action types 2016-01-19 19:07:43 +01:00
ner.pxd * Remove import of _state module 2015-06-23 17:25:08 +02:00
ner.pyx * Add iterators to the NER and parser transition systems, to get the action types 2016-01-19 19:07:43 +01:00
parser.pxd * Refactor away from the _ml module, to use thinc 4.0. Still some work needs to be done, e.g. to add __reduce__ to the models, more testing, etc. 2015-11-07 03:24:30 +11:00
parser.pyx * Clean up debugging python list 2016-01-19 20:10:32 +01:00
stateclass.pxd * Whitespace 2015-08-10 00:09:02 +02:00
stateclass.pyx * Unwind limit to sentence boundary detection that prevents it from inserting boundaries on whitespace. Replace it with a check for whitespace in StateClass.fast_forward, so that whitespace is LeftArced when it's on the stack. This should prevent the previous problem of whitespace-only sentences. Should fix Issue #184, but may cause further problems. Needs testing. 2016-01-19 02:54:15 +01:00
transition_system.pxd * Allow users to add_label, in order to extend the entity recogniser to new classes. Does not by itself add a class to the model 2016-01-19 19:09:33 +01:00
transition_system.pyx * Make TransitionSystem.add_action idempotent, i.e. ignore duplicate added actions. 2016-01-19 20:10:04 +01:00
util.py * Add get() function in spacy/syntax/Config 2015-06-07 19:09:15 +02:00