mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 04:08:09 +03:00
40c995b1be
* add "greedy" option for match pattern * distinction between greedy FIRST or LONGEST * check for proper values, throw custom warning otherwise * unxfail one more test * add comment in docstring * add test that LONGEST also prefers first match if equal length * use c arrays for more efficient processing * rename 'greediness' to 'greedy' |
||
---|---|---|
.. | ||
__init__.py | ||
dep_parser.pyx | ||
entity_linker.py | ||
entityruler.py | ||
functions.py | ||
morphologizer.pyx | ||
multitask.pyx | ||
ner.pyx | ||
pipe.pyx | ||
sentencizer.pyx | ||
senter.pyx | ||
simple_ner.py | ||
tagger.pyx | ||
textcat.py | ||
tok2vec.py |