mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-13 05:07:03 +03:00
* Add rule to ensure ordinals are preserved as single tokens
This commit is contained in:
parent
596fde8daa
commit
528e26a506
|
@ -22,5 +22,6 @@
|
||||||
\.\.
|
\.\.
|
||||||
\.\.\.
|
\.\.\.
|
||||||
\.\.\.\.
|
\.\.\.\.
|
||||||
|
^\d+\.$
|
||||||
(?<=[a-z0-9)\]"'%\)])\.
|
(?<=[a-z0-9)\]"'%\)])\.
|
||||||
(?<=[0-9])km
|
(?<=[0-9])km
|
||||||
|
|
Loading…
Reference in New Issue
Block a user