spaCy/spacy/tests/tokenizer
Sofie 46dfe773e1 Replacing regex library with re to increase tokenization speed (#3218)
* replace unicode categories with raw list of code points

* simplifying ranges

* fixing variable length quotes

* removing redundant regular expression

* small cleanup of regexp notations

* quotes and alpha as ranges instead of alterations

* removed most regexp dependencies and features

* exponential backtracking - unit tests

* rewrote expression with pathological backtracking

* disabling double hyphen tests for now

* test additional variants of repeating punctuation

* remove regex and redundant backslashes from load_reddit script

* small typo fixes

* disable double punctuation test for russian

* clean up old comments

* format block code

* final cleanup

* naming consistency

* french strings as unicode for python 2 support

* french regular expression case insensitive
2019-02-01 18:05:22 +11:00
..
__init__.py add __init__.py to empty package dirs 2016-03-14 11:28:03 +01:00
sun.txt Move text file back to tokenizer tests directory 2017-01-12 02:10:23 +01:00
test_exceptions.py 💫 Tidy up and auto-format tests (#2967) 2018-11-27 01:09:36 +01:00
test_naughty_strings.py 💫 Tidy up and auto-format tests (#2967) 2018-11-27 01:09:36 +01:00
test_tokenizer.py Replacing regex library with re to increase tokenization speed (#3218) 2019-02-01 18:05:22 +11:00
test_urls.py Replacing regex library with re to increase tokenization speed (#3218) 2019-02-01 18:05:22 +11:00
test_whitespace.py 💫 Tidy up and auto-format tests (#2967) 2018-11-27 01:09:36 +01:00