mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
* Add hyphenation rule to infix.txt for tokenizer
This commit is contained in:
parent
4073533e28
commit
45ec92243a
|
@ -1 +1,2 @@
|
|||
(?<=[a-z])\.(?=[A-Z])
|
||||
(?<=[a-zA-Z])-(?=[a-zA-z])
|
||||
|
|
Loading…
Reference in New Issue
Block a user