mirror of
https://github.com/explosion/spaCy.git
synced 2025-12-16 06:34:20 +03:00
* 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 |
||
|---|---|---|
| .. | ||
| _parser_internals | ||
| __init__.py | ||
| dep_parser.pyx | ||
| entity_linker.py | ||
| entityruler.py | ||
| functions.py | ||
| morphologizer.pyx | ||
| multitask.pyx | ||
| ner.pyx | ||
| nn_parser.pyx | ||
| pipe.pxd | ||
| pipe.pyx | ||
| sentencizer.pyx | ||
| senter.pyx | ||
| simple_ner.py | ||
| tagger.pyx | ||
| textcat.py | ||
| tok2vec.py | ||
| transition_parser.pxd | ||
| transition_parser.pyx | ||