spaCy/spacy/cli
Ryan Ford 00842d7f1b Merging conversion scripts for conll formats (#3405)
* merging conllu/conll and conllubio scripts

* tabs to spaces

* removing conllubio2json from converters/__init__.py

* Move not-really-CLI tests to misc

* Add converter test using no-ud data

* Fix test I broke

* removing include_biluo parameter

* fixing read_conllx

* remove include_biluo from convert.py
2019-03-15 18:14:46 +01:00
..
converters Merging conversion scripts for conll formats (#3405) 2019-03-15 18:14:46 +01:00
ud 💫 Replace {Doc,Span}.merge with Doc.retokenize (#3280) 2019-02-15 10:29:44 +01:00
__init__.py 💫 New JSON helpers, training data internals & CLI rewrite (#2932) 2018-11-30 20:16:14 +01:00
_schemas.py Store JSON schemas in Python and tidy up (#3235) 2019-02-07 19:44:31 +11:00
convert.py Merging conversion scripts for conll formats (#3405) 2019-03-15 18:14:46 +01:00
debug_data.py 💫 Add token match pattern validation via JSON schemas (#3244) 2019-02-13 01:47:26 +11:00
download.py Only link model after download if shortcut link (#3378) 2019-03-10 13:02:24 +01:00
evaluate.py spacy.cli.evaluate: fix TypeError (#3101) 2018-12-28 11:14:28 +01:00
info.py Small CLI improvements (#3030) 2018-12-08 11:49:43 +01:00
init_model.py Merge branch 'master' into develop 2019-02-07 20:54:07 +01:00
link.py Small CLI improvements (#3030) 2018-12-08 11:49:43 +01:00
package.py Set vectors.name when updating meta.json during training (#3100) 2018-12-27 19:55:40 +01:00
pretrain.py Tidy up and fix small bugs and typos 2019-02-08 14:14:49 +01:00
profile.py Fix cytoolz import cytoolz 2018-12-06 16:04:12 +01:00
train.py Set vectors.name when updating meta.json during training (#3100) 2018-12-27 19:55:40 +01:00
validate.py Small CLI improvements (#3030) 2018-12-08 11:49:43 +01:00