mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-13 10:46:29 +03:00
e7b1ee9efd
The URL detection regex was failing on input such as 0.1.2.3, as this input triggered excessive back-tracking in the builtin re module. The solution was to switch to the regex module, which behaves better. Closes #913. |
||
---|---|---|
.. | ||
__init__.py | ||
abbreviations.py | ||
emoticons.py | ||
entity_rules.py | ||
punctuation.py | ||
tag_map.py | ||
tokenizer_exceptions.py | ||
util.py |