spaCy/spacy
Adriane Boyd 565e0eef73 Add tokenizer option for token match with affixes
To fix the slow tokenizer URL (#4374) and allow `token_match` to take
priority over prefixes and suffixes by default, introduce a new
tokenizer option for a token match pattern that's applied after prefixes
and suffixes but before infixes.
2020-05-05 10:35:33 +02:00
..
cli Fix logic in train CLI timing eval on GPU (#5387) 2020-05-01 12:05:33 +02:00
data Make spacy/data a package 2017-03-18 20:04:22 +01:00
displacy Add missing import 2020-04-28 13:48:37 +02:00
lang Add tokenizer option for token match with affixes 2020-05-05 10:35:33 +02:00
matcher Normalize TokenC.sent_start values for Matcher (#5346) 2020-04-29 12:57:30 +02:00
ml Replace function registries with catalogue (#4584) 2019-11-07 11:45:22 +01:00
pipeline Simplify warnings 2020-04-28 13:37:37 +02:00
syntax prevent updating cfg if the Model was already defined (#5078) 2020-03-03 13:58:56 +01:00
tests Add tokenizer option for token match with affixes 2020-05-05 10:35:33 +02:00
tokens Normalize TokenC.sent_start values for Matcher (#5346) 2020-04-29 12:57:30 +02:00
__init__.pxd * Seems to be working after refactor. Need to wire up more POS tag features, and wire up save/load of POS tags. 2014-10-24 02:23:42 +11:00
__init__.py Simplify warnings 2020-04-28 13:37:37 +02:00
__main__.py Use latest wasabi 2019-11-04 02:38:45 +01:00
_ml.py Simplify warnings 2020-04-28 13:37:37 +02:00
about.py Set version to v2.2.4 2020-03-12 11:30:41 +01:00
analysis.py Simplify warnings 2020-04-28 13:37:37 +02:00
attrs.pxd Add is_sent_end token property (#5375) 2020-04-29 12:53:16 +02:00
attrs.pyx Add is_sent_end token property (#5375) 2020-04-29 12:53:16 +02:00
compat.py Replace function registries with catalogue (#4584) 2019-11-07 11:45:22 +01:00
errors.py Merge pull request #5367 from adrianeboyd/feature/simplify-warnings-v2 2020-04-29 12:55:37 +02:00
glossary.py Update tag maps and docs for English and German (#4501) 2019-10-24 12:56:05 +02:00
gold.pxd Merge changes from master 2019-08-21 14:18:52 +02:00
gold.pyx Fix problems with lower and whitespace in variants (#5361) 2020-04-29 13:01:25 +02:00
kb.pxd rename entity frequency 2019-07-19 17:40:28 +02:00
kb.pyx Simplify warnings 2020-04-28 13:37:37 +02:00
language.py Add tokenizer option for token match with affixes 2020-05-05 10:35:33 +02:00
lemmatizer.py Remove duplicated branch in if/else-if statement (#5234) 2020-04-02 14:47:42 +02:00
lexeme.pxd Use max(uint64) for OOV lexeme rank (#5303) 2020-04-15 13:49:47 +02:00
lexeme.pyx Simplify warnings 2020-04-28 13:37:37 +02:00
lookups.py Refactor lemmatizer and data table integration (#4353) 2019-10-01 21:36:03 +02:00
morphology.pxd annotate kb_id through ents in doc 2019-03-22 11:36:44 +01:00
morphology.pyx Improve Morphology errors (#4314) 2019-09-21 14:37:06 +02:00
parts_of_speech.pxd Add support for Universal Dependencies v2.0 2017-03-03 13:17:34 +01:00
parts_of_speech.pyx Tidy up rest 2017-10-27 21:07:59 +02:00
scorer.py Fix GoldParse init when token count differs (#5191) 2020-03-26 10:46:23 +01:00
strings.pxd Try to fix StringStore clean up (see #1506) 2017-11-11 03:11:27 +03:00
strings.pyx Merge branch 'master' into feature/lemmatizer 2019-03-16 13:44:22 +01:00
structs.pxd Add is_sent_end token property (#5375) 2020-04-29 12:53:16 +02:00
symbols.pxd Add is_sent_end token property (#5375) 2020-04-29 12:53:16 +02:00
symbols.pyx make idx available via to_array (#5030) 2020-02-22 14:13:06 +01:00
tokenizer.pxd Add tokenizer option for token match with affixes 2020-05-05 10:35:33 +02:00
tokenizer.pyx Add tokenizer option for token match with affixes 2020-05-05 10:35:33 +02:00
typedefs.pxd Work on changing StringStore to return hashes. 2017-05-28 12:36:27 +02:00
typedefs.pyx Tidy up rest 2017-10-27 21:07:59 +02:00
util.py Fix passing of component configuration (#5374) 2020-04-29 12:56:17 +02:00
vectors.pyx Raise error for inplace resize with new vector dim (#5228) 2020-04-02 10:43:13 +02:00
vocab.pxd 💫 WIP: Basic lookup class scaffolding and JSON for all lemmati… (#4167) 2019-08-22 14:21:32 +02:00
vocab.pyx Use max(uint64) for OOV lexeme rank (#5303) 2020-04-15 13:49:47 +02:00