spaCy/spacy/tests/lang/en
Adriane Boyd 983c88d02e Expose tokenizer rules as a property
Expose the tokenizer rules property in the same way as the other core
properties. (The cache resetting is overkill, but consistent with
`from_bytes` for now.)

Add tests and update Tokenizer API docs.
2019-11-06 13:02:56 +01:00
..
__init__.py Revert #4334 2019-09-29 17:32:12 +02:00
test_customized_tokenizer.py Expose tokenizer rules as a property 2019-11-06 13:02:56 +01:00
test_exceptions.py Move lookup tables out of the core library (#4346) 2019-10-01 00:01:27 +02:00
test_indices.py Revert #4334 2019-09-29 17:32:12 +02:00
test_noun_chunks.py Revert #4334 2019-09-29 17:32:12 +02:00
test_parser.py Revert #4334 2019-09-29 17:32:12 +02:00
test_prefix_suffix_infix.py Revert #4334 2019-09-29 17:32:12 +02:00
test_punct.py Revert #4334 2019-09-29 17:32:12 +02:00
test_sbd.py Revert #4334 2019-09-29 17:32:12 +02:00
test_tagger.py Revert #4334 2019-09-29 17:32:12 +02:00
test_text.py Revert #4334 2019-09-29 17:32:12 +02:00