ICU-tokenizer icon indicating copy to clipboard operation
ICU-tokenizer copied to clipboard

ICU based universal language tokenizer

Results 1 ICU-tokenizer issues
Sort by recently updated
recently updated
newest added

could you please remove the type annotation for variable: email_pattern: regex.regex.Pattern = regex.compile(email_pstr, re.IGNORECASE) it has conflicts with former version like: `[regex](https://pypi.python.org/pypi/regex)==2018.11.22` and also I don't know why it need...