spaCy/spacy
adrianeboyd aef83e8070 Mark most Hungarian tokenizer test cases as slow (#4883)
* Mark most Hungarian tokenizer test cases as slow

Mark most Hungarian tokenizer test cases as slow to reduce the runtime
of the test suite in ordinary usage:

* for normal tests: run default tests plus 10% of the detailed tests
* for slow tests: run all tests

* Rework to mark individual tests as slow
2020-01-08 12:34:06 +01:00
..
cli add warning in debug_data for punctuation in entities (#4853) 2020-01-06 14:59:28 +01:00
data
displacy stop rendering mathjax by default in displacy (#4840) 2020-01-01 13:15:05 +01:00
lang Fix and improve URL pattern (#4882) 2020-01-06 14:58:30 +01:00
matcher Fix int value handling in Matcher (#4749) 2019-12-06 19:22:57 +01:00
ml Replace function registries with catalogue (#4584) 2019-11-07 11:45:22 +01:00
pipeline Reduce mem usage in training Entity Linker (#4811) 2020-01-06 14:59:50 +01:00
syntax Add destructors for states in TransitionSystem (#4686) 2019-12-10 13:23:27 +01:00
tests Mark most Hungarian tokenizer test cases as slow (#4883) 2020-01-08 12:34:06 +01:00
tokens serialize ENT_ID (#4852) 2020-01-06 14:57:34 +01:00
__init__.pxd
__init__.py Replace function registries with catalogue (#4584) 2019-11-07 11:45:22 +01:00
__main__.py Use latest wasabi 2019-11-04 02:38:45 +01:00
_align.pyx Fixes typos (#4843) 2019-12-29 14:24:13 +01:00
_ml.py Put Tok2Vec refactor behind feature flag (#4563) 2019-10-31 15:01:15 +01:00
about.py Update version [ci skip] 2019-11-21 18:19:37 +01:00
analysis.py Support span._. in component decorator attrs (#4555) 2019-10-30 17:19:36 +01:00
attrs.pxd serialize ENT_ID (#4852) 2020-01-06 14:57:34 +01:00
attrs.pyx serialize ENT_ID (#4852) 2020-01-06 14:57:34 +01:00
compat.py Replace function registries with catalogue (#4584) 2019-11-07 11:45:22 +01:00
errors.py add warning in debug_data for punctuation in entities (#4853) 2020-01-06 14:59:28 +01:00
glossary.py Update tag maps and docs for English and German (#4501) 2019-10-24 12:56:05 +02:00
gold.pxd
gold.pyx facilitate larger training files (#4827) 2019-12-21 21:12:19 +01:00
kb.pxd
kb.pyx More robust set entities method in KB (#4794) 2019-12-13 10:45:29 +01:00
language.py serialize ENT_ID (#4852) 2020-01-06 14:57:34 +01:00
lemmatizer.py
lexeme.pxd
lexeme.pyx
lookups.py
morphology.pxd
morphology.pyx
parts_of_speech.pxd
parts_of_speech.pyx
scorer.py Auto-format 2019-11-20 13:15:24 +01:00
strings.pxd
strings.pyx
structs.pxd
symbols.pxd serialize ENT_ID (#4852) 2020-01-06 14:57:34 +01:00
symbols.pyx serialize ENT_ID (#4852) 2020-01-06 14:57:34 +01:00
tokenizer.pxd
tokenizer.pyx Detect more empty matches in tokenizer.explain() (#4675) 2019-11-20 16:31:29 +01:00
typedefs.pxd
typedefs.pyx
util.py Auto-exclude disabled when calling from_disk during load (#4708) 2019-11-25 16:01:22 +01:00
vectors.pyx Make vectors.find() return keys in correct order (#4691) 2019-11-21 16:58:32 +01:00
vocab.pxd
vocab.pyx Agnostic vocab array fix (#4680) 2019-11-23 14:59:52 +01:00