spaCy/spacy/cli
Matthew Honnibal 084271c9e9
Remove GoldParse from public API
* Move get_parses_from_example to spacy.syntax

* Get GoldParse out of Example

* Avoid expecting GoldParse input in parser

* Add Alignment to spacy.gold.align

* Update Example object

* Add comment

* Update pipeline

* Fix imports

* Simplify gold_io

* WIP on GoldCorpus

* Update test

* Xfail some gold tests

* Remove ignore_misaligned option from GoldCorpus

* Fix Example constructor

* Update test

* Fix usage of Example

* Add deprecated_get_gold method on Example

* Patch scorer

* Fix test

* Fix test

* Update tests

* Xfail a test

* Fix passing of make_projective

* Pass make_projective by default

* Hack data format in Example.from_dict

* Update tests

* Fix example.from_dict

* Update morphologizer

* Fix entity linker

* Add get_field to TokenAnnotation

* Fix Example.get_aligned

* Update test

* Fix alignment

* Fix corpus

* Fix GoldCorpus

* Handle misaligned

* Format

* Fix missing import
2020-06-08 22:09:57 +02:00
..
converters unicode -> str consistency 2020-05-24 17:20:58 +02:00
__init__.py add discard_oversize parameter, move optimizer to training subsection 2020-06-03 10:04:16 +02:00
convert.py Add convert CLI option to merge CoNLL-U subtokens (#4722) 2020-01-29 17:44:25 +01:00
debug_data.py Merge branch 'develop' into master-tmp 2020-05-21 18:39:06 +02:00
download.py Use more sophisticated version parsing logic 2020-05-30 15:01:58 +02:00
evaluate.py Merge branch 'develop' into master-tmp 2020-05-21 18:39:06 +02:00
info.py unicode -> str consistency [ci skip] 2020-05-24 18:51:10 +02:00
init_model.py Merge branch 'develop' into master-tmp 2020-05-21 18:39:06 +02:00
package.py Use more sophisticated version parsing logic 2020-05-30 15:01:58 +02:00
pretrain.py formatting 2020-06-04 16:09:55 +02:00
profile.py Update spaCy for thinc 8.0.0 (#4920) 2020-01-29 17:06:46 +01:00
train_from_config.py Remove GoldParse from public API 2020-06-08 22:09:57 +02:00
train.py Merge branch 'develop' into master-tmp 2020-06-03 14:36:59 +02:00
validate.py Make functions more general purpose and update docstrings and tests 2020-05-30 15:18:53 +02:00