spaCy/spacy/tokens
Matthew Honnibal a5ebfb20f5 Serialize all attrs by default
Move converters under spacy.gold

Move things around

Fix naming

Fix name

Update converter to produce DocBin

Update converters

Make spacy convert output docbin

Fix import

Fix docbin

Fix import

Update converter

Remove jsonl converter

Add json2docs converter
2020-06-22 00:46:08 +02:00
..
__init__.pxd * Break up tokens.pyx into tokens/doc.pyx, tokens/token.pyx, tokens/spans.pyx 2015-07-13 20:20:58 +02:00
__init__.py Modify morphology to support arbitrary features (#4932) 2020-01-23 22:01:54 +01:00
_retokenize.pyx Merge branch 'master' into tmp/sync 2020-03-26 13:38:14 +01:00
_serialize.py Serialize all attrs by default 2020-06-22 00:46:08 +02:00
doc.pxd Merge branch 'develop' into master-tmp 2020-05-21 18:39:06 +02:00
doc.pyx Make doc.from_array several times faster 2020-06-22 00:46:08 +02:00
morphanalysis.pxd Modify morphology to support arbitrary features (#4932) 2020-01-23 22:01:54 +01:00
morphanalysis.pyx Modify morphology to support arbitrary features (#4932) 2020-01-23 22:01:54 +01:00
span.pxd annotate kb_id through ents in doc 2019-03-22 11:36:44 +01:00
span.pyx Merge branch 'develop' into master-tmp 2020-06-03 14:36:59 +02:00
token.pxd Tidy up compiler flags and imports (#5071) 2020-03-02 11:48:10 +01:00
token.pyx fix ENT_IOB conversion and enable unit test 2020-06-12 11:30:24 +02:00
underscore.py Merge branch 'master' into tmp/sync 2020-03-26 13:38:14 +01:00