1
1
mirror of https://github.com/explosion/spaCy.git synced 2025-04-01 15:54:16 +03:00
spaCy/spacy/gold
Sofie Van Landeghem ca491722ad
The Parser is now a Pipe (2) ()
* moving syntax folder to _parser_internals

* moving nn_parser and transition_system

* move nn_parser and transition_system out of internals folder

* moving nn_parser code into transition_system file

* rename transition_system to transition_parser

* moving parser_model and _state to ml

* move _state back to internals

* The Parser now inherits from Pipe!

* small code fixes

* removing unnecessary imports

* remove link_vectors_to_models

* transition_system to internals folder

* little bit more cleanup

* newlines
2020-07-30 23:30:54 +02:00
..
converters Refactor pipeline components, config and language data () 2020-07-22 13:42:59 +02:00
__init__.pxd Improve spacy.gold (no GoldParse, no json format!) () 2020-06-26 19:34:12 +02:00
__init__.py Improve gold-standard alignment () 2020-07-06 17:39:31 +02:00
align.py Tidy up, autoformat, add types 2020-07-25 15:01:15 +02:00
augment.py Fix typo 2020-07-22 20:27:22 +02:00
corpus.py Update docstrings, docs and types 2020-07-29 11:36:42 +02:00
example.pxd Improve gold-standard alignment () 2020-07-06 17:39:31 +02:00
example.pyx The Parser is now a Pipe (2) () 2020-07-30 23:30:54 +02:00
gold_io.pyx Make docs_to_json backwards-compatible with v2 () 2020-07-06 14:15:00 +02:00
iob_utils.py Auto-format 2020-07-04 16:25:34 +02:00