mirror of
https://github.com/explosion/spaCy.git
synced 2025-10-28 14:41:14 +03:00
* Move v2 parser into nn_parser.pyx * New TokenVectorEncoder class in pipeline.pyx * New spacy/_ml.py module Currently the two parsers live side-by-side, until we figure out how to organize them. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| lemmatizer.py | ||
| stop_words.py | ||
| tag_map.py | ||
| tokenizer_exceptions.py | ||