spaCy/spacy/training/converters
Andrew Janco 3cfeb518ee
Handle "_" value for token pos in conllu data (#9903)
* change '_' to '' to allow Token.pos, when no value for token pos in conllu data

* Minor code style

Co-authored-by: Adriane Boyd <adrianeboyd@gmail.com>
2021-12-21 15:46:33 +01:00
..
__init__.py rename converts in_to_out 2020-09-22 11:50:19 +02:00
conll_ner_to_docs.py Fix parser sourcing in NER converter (#7631) 2021-04-08 12:25:03 +02:00
conllu_to_docs.py Handle "_" value for token pos in conllu data (#9903) 2021-12-21 15:46:33 +01:00
iob_to_docs.py Switch converters to generator functions (#6547) 2020-12-15 16:47:16 +08:00
json_to_docs.py Switch converters to generator functions (#6547) 2020-12-15 16:47:16 +08:00