remove polyleven

This commit is contained in:
Kevin Humphreys 2022-09-15 12:42:17 -07:00
parent 711f16cc82
commit a1c984043a
3 changed files with 2 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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