spaCy/spacy
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
..
cli Remove GoldParse from public API 2020-06-08 22:09:57 +02:00
displacy unicode -> str consistency [ci skip] 2020-05-24 18:51:10 +02:00
gold Remove GoldParse from public API 2020-06-08 22:09:57 +02:00
lang Merge branch 'develop' into master-tmp 2020-05-21 18:39:06 +02:00
matcher Merge branch 'develop' into master-tmp 2020-06-03 14:36:59 +02:00
ml formatting 2020-06-04 16:09:55 +02:00
pipeline Remove GoldParse from public API 2020-06-08 22:09:57 +02:00
syntax Remove GoldParse from public API 2020-06-08 22:09:57 +02:00
tests Remove GoldParse from public API 2020-06-08 22:09:57 +02:00
tokens Support to_dict in Doc 2020-06-06 15:10:10 +02:00
__init__.pxd * Seems to be working after refactor. Need to wire up more POS tag features, and wire up save/load of POS tags. 2014-10-24 02:23:42 +11:00
__init__.py Simplify warnings 2020-04-28 13:37:37 +02:00
__main__.py add discard_oversize parameter, move optimizer to training subsection 2020-06-03 10:04:16 +02:00
about.py Set version to v3.0.0.dev9 2020-05-21 20:47:52 +02:00
attrs.pxd Merge branch 'develop' into master-tmp 2020-05-21 18:39:06 +02:00
attrs.pyx Merge branch 'develop' into master-tmp 2020-05-21 18:39:06 +02:00
compat.py Merge branch 'develop' into refactor/remove-symlinks 2020-02-18 17:22:20 +01:00
errors.py Add warning for loose version constraints (#5536) 2020-06-05 12:42:15 +02:00
glossary.py unicode -> str consistency 2020-05-24 17:20:58 +02:00
kb.pxd Tidy up compiler flags and imports (#5071) 2020-03-02 11:48:10 +01:00
kb.pyx unicode -> str consistency 2020-05-24 17:20:58 +02:00
language.py Remove GoldParse from public API 2020-06-08 22:09:57 +02:00
lemmatizer.py Merge branch 'develop' into master-tmp 2020-06-03 14:36:59 +02:00
lexeme.pxd Merge branch 'develop' into master-tmp 2020-05-21 18:39:06 +02:00
lexeme.pyx Merge branch 'develop' into master-tmp 2020-06-03 14:36:59 +02:00
lookups.py Merge branch 'develop' into master-tmp 2020-06-03 14:36:59 +02:00
morphology.pxd Tidy up compiler flags and imports (#5071) 2020-03-02 11:48:10 +01:00
morphology.pyx Fix typo 2020-06-03 14:42:39 +02:00
parts_of_speech.pxd Add support for Universal Dependencies v2.0 2017-03-03 13:17:34 +01:00
parts_of_speech.pyx Drop Python 2.7 and 3.5 (#4828) 2019-12-22 01:53:56 +01:00
pipe_analysis.py unicode -> str consistency 2020-05-24 17:20:58 +02:00
schemas.py Fix test and schemas 2020-05-21 19:01:02 +02:00
scorer.py Remove GoldParse from public API 2020-06-08 22:09:57 +02:00
strings.pxd Tidy up compiler flags and imports (#5071) 2020-03-02 11:48:10 +01:00
strings.pyx unicode -> str consistency [ci skip] 2020-05-24 18:51:10 +02:00
structs.pxd Merge branch 'develop' into master-tmp 2020-05-21 18:39:06 +02:00
symbols.pxd Merge branch 'develop' into master-tmp 2020-05-21 18:39:06 +02:00
symbols.pyx Merge branch 'develop' into master-tmp 2020-05-21 18:39:06 +02:00
tokenizer.pxd Tidy up compiler flags and imports (#5071) 2020-03-02 11:48:10 +01:00
tokenizer.pyx unicode -> str consistency [ci skip] 2020-05-24 18:51:10 +02:00
typedefs.pxd Update spaCy for thinc 8.0.0 (#4920) 2020-01-29 17:06:46 +01:00
typedefs.pyx Tidy up rest 2017-10-27 21:07:59 +02:00
util.py Add to/from dict helpers 2020-06-06 14:29:06 +02:00
vectors.pyx Merge branch 'develop' into master-tmp 2020-06-03 14:36:59 +02:00
vocab.pxd Merge branch 'develop' into master-tmp 2020-05-21 18:39:06 +02:00
vocab.pyx unicode -> str consistency [ci skip] 2020-05-24 18:51:10 +02:00