spaCy/spacy/tests/lang
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
..
ar Tidy up and format remaining files 2018-11-30 17:43:08 +01:00
bn 💫 Port master changes over to develop (#2979) 2018-11-29 16:30:29 +01:00
ca 💫 Port master changes over to develop (#2979) 2018-11-29 16:30:29 +01:00
da 💫 Tidy up and auto-format tests (#2967) 2018-11-27 01:09:36 +01:00
de 💫 Port master changes over to develop (#2979) 2018-11-29 16:30:29 +01:00
el 💫 Tidy up and auto-format tests (#2967) 2018-11-27 01:09:36 +01:00
en Replacing regex library with re to increase tokenization speed (#3218) 2019-02-01 18:05:22 +11:00
es 💫 Tidy up and auto-format tests (#2967) 2018-11-27 01:09:36 +01:00
fi 💫 Tidy up and auto-format tests (#2967) 2018-11-27 01:09:36 +01:00
fr Replacing regex library with re to increase tokenization speed (#3218) 2019-02-01 18:05:22 +11:00
ga 💫 Tidy up and auto-format tests (#2967) 2018-11-27 01:09:36 +01:00
he 💫 Tidy up and auto-format tests (#2967) 2018-11-27 01:09:36 +01:00
hu Tidy up and format remaining files 2018-11-30 17:43:08 +01:00
id 💫 Tidy up and auto-format tests (#2967) 2018-11-27 01:09:36 +01:00
ja 💫 Tidy up and auto-format tests (#2967) 2018-11-27 01:09:36 +01:00
nb 💫 Tidy up and auto-format tests (#2967) 2018-11-27 01:09:36 +01:00
nl 💫 Tidy up and auto-format tests (#2967) 2018-11-27 01:09:36 +01:00
pt 💫 Tidy up and auto-format tests (#2967) 2018-11-27 01:09:36 +01:00
ro 💫 Tidy up and auto-format tests (#2967) 2018-11-27 01:09:36 +01:00
ru Replacing regex library with re to increase tokenization speed (#3218) 2019-02-01 18:05:22 +11:00
sv 💫 Tidy up and auto-format tests (#2967) 2018-11-27 01:09:36 +01:00
th 💫 Tidy up and auto-format tests (#2967) 2018-11-27 01:09:36 +01:00
tr 💫 Tidy up and auto-format tests (#2967) 2018-11-27 01:09:36 +01:00
tt 💫 Tidy up and auto-format tests (#2967) 2018-11-27 01:09:36 +01:00
ur 💫 Tidy up and auto-format tests (#2967) 2018-11-27 01:09:36 +01:00
__init__.py Remove imports in /lang/__init__.py 2017-05-08 23:58:07 +02:00
test_attrs.py 💫 Tidy up and auto-format tests (#2967) 2018-11-27 01:09:36 +01:00