spaCy/spacy/pipeline
Sofie Van Landeghem 40c995b1be
Option for returning only greedy matches (#5771)
* 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'
2020-07-29 11:04:43 +02:00
..
__init__.py Tidy up, autoformat, add types 2020-07-25 15:01:15 +02:00
dep_parser.pyx Merge branch 'develop' into feature/component-scores 2020-07-27 18:14:39 +02:00
entity_linker.py Update docstrings, docs and pipe consistency 2020-07-28 13:37:31 +02:00
entityruler.py Merge branch 'develop' into feature/component-scores 2020-07-27 18:14:39 +02:00
functions.py Option for returning only greedy matches (#5771) 2020-07-29 11:04:43 +02:00
morphologizer.pyx Update docstrings, docs and pipe consistency 2020-07-28 13:37:31 +02:00
multitask.pyx Refactor pipeline components, config and language data (#5759) 2020-07-22 13:42:59 +02:00
ner.pyx Merge branch 'develop' into feature/component-scores 2020-07-27 18:14:39 +02:00
pipe.pyx Remove unused methods 2020-07-28 16:50:02 +02:00
sentencizer.pyx Merge branch 'develop' into feature/component-scores 2020-07-27 18:14:39 +02:00
senter.pyx Merge branch 'develop' into feature/component-scores 2020-07-27 18:14:39 +02:00
simple_ner.py Add missing Scorer imports 2020-07-27 15:08:51 +02:00
tagger.pyx Update docstrings, docs and pipe consistency 2020-07-28 13:37:31 +02:00
textcat.py Update docstrings, docs and pipe consistency 2020-07-28 13:37:31 +02:00
tok2vec.py Update docstrings, docs and pipe consistency 2020-07-28 13:37:31 +02:00