1
1
mirror of https://github.com/explosion/spaCy.git synced 2025-03-26 12:54:12 +03:00
spaCy/spacy/training/converters
Andrew Janco 3cfeb518ee
Handle "_" value for token pos in conllu data ()
* 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 () 2021-04-08 12:25:03 +02:00
conllu_to_docs.py Handle "_" value for token pos in conllu data () 2021-12-21 15:46:33 +01:00
iob_to_docs.py Switch converters to generator functions () 2020-12-15 16:47:16 +08:00
json_to_docs.py Switch converters to generator functions () 2020-12-15 16:47:16 +08:00