spaCy/website/docs
Adriane Boyd 59eba273bb Add tokenizer option to allow Matcher handling for all rules
Add tokenizer option `with_faster_rules_heuristics` that determines
whether the special cases applied by the internal `Matcher` are filtered
by whether they contain affixes or space. If `True` (default), the rules
are filtered to prioritize speed over rare edge cases. If `False`, all
rules are included in the final `Matcher`-based pass over the doc.
2022-03-07 12:13:36 +01:00
..
api Add tokenizer option to allow Matcher handling for all rules 2022-03-07 12:13:36 +01:00
images Add spaCy Tailored Pipelines 2022-02-08 11:46:42 +01:00
models
usage
index.md
styleguide.md