mirror of
https://github.com/explosion/spaCy.git
synced 2025-11-13 06:16:02 +03:00
* Fix german stop words
Two stop words ("einige" and "einigen") are sticking together.
Remove three nouns that may serve as stop words in a specific context (e.g. religious or news) but are not applicable for general use.
* Create Jan-711.md
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| examples.py | ||
| norm_exceptions.py | ||
| punctuation.py | ||
| stop_words.py | ||
| syntax_iterators.py | ||
| tag_map.py | ||
| tokenizer_exceptions.py | ||