Metadata-Version: |
2.1 |
Name: |
nlpiper |
Version: |
0.3.1 |
Summary: |
NLPiper, a lightweight package integrated with a universe of frameworks to pre-process documents. |
Author: |
Tomás Osório |
Maintainer: |
Carlos Alves, Daniel Ferrari, João Cunha, Tomás Osório |
Home-Page: |
https://github.com/dlite-tools/NLPiper |
Project-Url: |
Documentation, https://github.com/dlite-tools/NLPiper/README.md |
Project-Url: |
Repository, https://github.com/dlite-tools/NLPiper |
License: |
MIT |
Keywords: |
NLP,CL,natural language processing,computational linguistics,parsing,tokenizing,linguistics,language,natural language,text analytics,deep-learning |
Classifier: |
Development Status :: 4 - Beta |
Classifier: |
Intended Audience :: Developers |
Classifier: |
License :: Freely Distributable |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Natural Language :: English |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.7 |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Classifier: |
Topic :: Utilities |
Requires-Python: |
>=3.7,<4.0 |
Requires-Dist: |
bs4 (<1,>=0); extra == "bs4" or extra == "all" |
Requires-Dist: |
cyhunspell (<3,>=2); extra == "hunspell" or extra == "all" |
Requires-Dist: |
gensim (<5,>=4); extra == "gensim" or extra == "all" |
Requires-Dist: |
nltk (<4,>=3); extra == "nltk" or extra == "all" |
Requires-Dist: |
numpy (<2,>=1); extra == "numpy" or extra == "all" |
Requires-Dist: |
pydantic (<2,>=1) |
Requires-Dist: |
sacremoses (<1,>=0); extra == "sacremoses" or extra == "all" |
Requires-Dist: |
spacy (<4,>=3); extra == "spacy" or extra == "all" |
Requires-Dist: |
stanza (<2,>=1); extra == "stanza" or extra == "all" |
Requires-Dist: |
torchtext (<1,>=0); extra == "torchtext" or extra == "all" |
Provides-Extra: |
all |
Provides-Extra: |
bs4 |
Provides-Extra: |
gensim |
Provides-Extra: |
hunspell |
Provides-Extra: |
nltk |
Provides-Extra: |
numpy |
Provides-Extra: |
sacremoses |
Provides-Extra: |
spacy |
Provides-Extra: |
stanza |
Provides-Extra: |
torchtext |
Description-Content-Type: |
text/markdown |