spaCy/spacy/syntax
Matthew Honnibal 49e2de900e Add costs property to StepwiseState, to show which moves are gold. 2017-04-10 11:37:04 +02:00
..
__init__.pxd
__init__.py
_parse_features.pxd
_parse_features.pyx
_state.pxd
_state.pyx
arc_eager.pxd
arc_eager.pyx
beam_parser.pxd
beam_parser.pyx
iterators.pxd
iterators.pyx
ner.pxd
ner.pyx Fix scorer bug for NER, related to ambiguity between missing annotations and misaligned tokens 2017-03-16 09:38:28 -05:00
nonproj.pxd
nonproj.pyx
parser.pxd
parser.pyx Add costs property to StepwiseState, to show which moves are gold. 2017-04-10 11:37:04 +02:00
stateclass.pxd
stateclass.pyx
transition_system.pxd
transition_system.pyx
util.py