spaCy/spacy/pipeline/_parser_internals
Sofie Van Landeghem eaeca5eb6a
account for NER labels with a hyphen in the name (#10960)
* account for NER labels with a hyphen in the name

* cleanup

* fix docstring

* add return type to helper method

* shorter method and few more occurrences

* user helper method across repo

* fix circular import

* partial revert to avoid circular import
2022-06-17 20:02:37 +01:00
..
__init__.pxd
__init__.py
_beam_utils.pxd
_beam_utils.pyx
_state.pxd Use constant-time head lookups in StateC::{L,R} 2022-01-13 12:08:46 +01:00
_state.pyx
arc_eager.pxd Getting scores out of beam_parser (#6684) 2021-01-07 16:28:27 +11:00
arc_eager.pyx account for NER labels with a hyphen in the name (#10960) 2022-06-17 20:02:37 +01:00
ner.pxd
ner.pyx account for NER labels with a hyphen in the name (#10960) 2022-06-17 20:02:37 +01:00
nonproj.hh Detect cycle during projectivize (#10877) 2022-06-08 19:34:11 +02:00
nonproj.pxd Detect cycle during projectivize (#10877) 2022-06-08 19:34:11 +02:00
nonproj.pyx Detect cycle during projectivize (#10877) 2022-06-08 19:34:11 +02:00
stateclass.pxd
stateclass.pyx
transition_system.pxd Support negative examples in partial NER annotations (#8106) 2021-06-17 17:33:00 +10:00
transition_system.pyx Support negative examples in partial NER annotations (#8106) 2021-06-17 17:33:00 +10:00