mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
Remove comment
This commit is contained in:
parent
e7e22d8be6
commit
bd4375a2e6
|
@ -212,6 +212,4 @@ REGULAR_EXP.append(_URL_PATTERN)
|
|||
|
||||
TOKEN_MATCH = re.compile('|'.join('(?:{})'.format(m) for m in REGULAR_EXP), re.IGNORECASE).match
|
||||
|
||||
#TOKENIZER_EXCEPTIONS = get_tokenizer_exceptions()
|
||||
|
||||
__all__ = ["get_tokenizer_exceptions", "TOKEN_MATCH"]
|
||||
|
|
Loading…
Reference in New Issue
Block a user