mirror of https://github.com/explosion/spaCy.git
* 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-z])\.(?=[A-Z])
|
||||||
|
(?<=[a-zA-Z])-(?=[a-zA-z])
|
||||||
|
|
Loading…
Reference in New Issue