mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-05 04:40:20 +03:00
remove polyleven
This commit is contained in:
parent
711f16cc82
commit
a1c984043a
|
@ -18,7 +18,6 @@ tqdm>=4.38.0,<5.0.0
|
|||
pydantic>=1.7.4,!=1.8,!=1.8.1,<1.10.0
|
||||
jinja2
|
||||
langcodes>=3.2.0,<4.0.0
|
||||
polyleven>=0.7,<1.0
|
||||
# Official Python utilities
|
||||
setuptools
|
||||
packaging>=20.0
|
||||
|
|
|
@ -58,7 +58,6 @@ install_requires =
|
|||
requests>=2.13.0,<3.0.0
|
||||
pydantic>=1.7.4,!=1.8,!=1.8.1,<1.10.0
|
||||
jinja2
|
||||
polyleven>=0.7,<1.0
|
||||
# Official Python utilities
|
||||
setuptools
|
||||
packaging>=20.0
|
||||
|
|
|
@ -10,7 +10,6 @@ from murmurhash.mrmr cimport hash64
|
|||
import re
|
||||
import srsly
|
||||
import warnings
|
||||
from polyleven import levenshtein
|
||||
|
||||
from ..typedefs cimport attr_t
|
||||
from ..structs cimport TokenC
|
||||
|
@ -26,6 +25,8 @@ from ..errors import Errors, MatchPatternError, Warnings
|
|||
from ..strings import get_string_id
|
||||
from ..attrs import IDS
|
||||
|
||||
from .levenshtein import levenshtein
|
||||
|
||||
|
||||
DEF PADDING = 5
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user