mirror of
https://github.com/explosion/spaCy.git
synced 2025-10-28 14:41:14 +03:00
* Adjust Table API and add docs * Add attributes and update description [ci skip] * Use strings.get_string_id instead of hash_string * Fix table method calls * Make orth arg in Lemmatizer.lookup optional Fall back to string, which is now handled by Table.__contains__ out-of-the-box * Fix method name * Auto-format |
||
|---|---|---|
| .. | ||
| lemmatizer | ||
| __init__.py | ||
| examples.py | ||
| lex_attrs.py | ||
| norm_exceptions.py | ||
| punctuation.py | ||
| stop_words.py | ||
| syntax_iterators.py | ||
| tag_map_general.py | ||
| tag_map.py | ||
| tokenizer_exceptions.py | ||