Skip to content

Commit 1f1fea3

Browse files
committed
major rewrite of internals with use of Spacy pipelines
1 parent f7285bf commit 1f1fea3

3 files changed

Lines changed: 463 additions & 404 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77
setup(
88
name="text_preprocessing",
9-
version="1.0rc4",
9+
version="1.0rc5",
1010
author="The ARTFL Project",
1111
author_email="clovisgladstone@gmail.com",
1212
packages=["text_preprocessing", "text_preprocessing.lang"],
13-
install_requires=["unidecode", "PyStemmer", "spacy>=3.4", "orjson", "mmh3", "requests", "lz4"],
13+
install_requires=["unidecode", "PyStemmer", "spacy>=3.6", "orjson", "requests", "lz4"],
1414
)

0 commit comments

Comments
 (0)