spaCy/spacy/syntax
2015-07-25 18:13:06 +02:00
..
__init__.pxd
__init__.py
_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
arc_eager.pyx * Remove profile declarations 2015-07-25 18:13:06 +02:00
ner.pxd
ner.pyx * Update freqs for missing tags in ner, for serializer 2015-07-23 01:17:11 +02:00
parser.pxd * Remove gil from parser.call 2015-07-14 23:47:33 +02:00
parser.pyx * Remove profile declarations 2015-07-25 18:13:06 +02:00
stateclass.pxd
stateclass.pyx * Remove profile declarations 2015-07-25 18:13:06 +02:00
transition_system.pxd * Serialization round trip now working with decent API, but with rough spots in the organisation and requiring vocabulary to be fixed ahead of time. 2015-07-19 15:18:17 +02:00
transition_system.pyx * Set initial freqs, to avoid missing values in serializer 2015-07-23 01:16:27 +02:00
util.py