spaCy/examples/training
Sofie Van Landeghem ca491722ad
The Parser is now a Pipe (2) (#5844)
* 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
..
ner_example_data Updates/bugfixes for NER/IOB converters (#4186) 2019-08-29 12:04:01 +02:00
textcat_example_data Feature toggle_pipes (#5378) 2020-05-18 22:27:10 +02:00
conllu-config.json Generalize handling of tokenizer special cases (#4259) 2019-11-13 21:24:35 +01:00
conllu.py The Parser is now a Pipe (2) (#5844) 2020-07-30 23:30:54 +02:00
create_kb.py Improve spacy.gold (no GoldParse, no json format!) (#5555) 2020-06-26 19:34:12 +02:00
ner_multitask_objective.py Improve spacy.gold (no GoldParse, no json format!) (#5555) 2020-06-26 19:34:12 +02:00
rehearsal.py Feature/example only (#5707) 2020-07-06 13:02:36 +02:00
train_entity_linker.py Refactor pipeline components, config and language data (#5759) 2020-07-22 13:42:59 +02:00
train_intent_parser.py Feature/example only (#5707) 2020-07-06 13:02:36 +02:00
train_morphologizer.py Feature/example only (#5707) 2020-07-06 13:02:36 +02:00
train_ner.py Feature/example only (#5707) 2020-07-06 13:02:36 +02:00
train_new_entity_type.py Feature/example only (#5707) 2020-07-06 13:02:36 +02:00
train_parser.py Feature/example only (#5707) 2020-07-06 13:02:36 +02:00
train_tagger.py Feature/example only (#5707) 2020-07-06 13:02:36 +02:00
train_textcat_config.cfg fix train_textcat script 2020-07-27 16:48:21 +02:00
train_textcat.py remove printing of config 2020-07-27 17:53:36 +02:00
training-data.json Revert training example edit from #4327 (#4403) 2019-10-10 17:00:26 +02:00
vocab-data.jsonl Use even smaller examle size 2017-10-30 19:46:45 +01:00