-
Notifications
You must be signed in to change notification settings - Fork 4
/
setup.cfg
39 lines (39 loc) · 1.1 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
[metadata]
name = lingualytics
version = 0.1.3
description = A multilingual text analytics package.
author = Rohan Rajpal
author_email = [email protected]
license = MIT
long_description = file: README.md
long_description_content_type = text/markdown
classifiers =
Development Status :: 3 - Alpha
License :: OSI Approved :: MIT License
Intended Audience :: Developers
Programming Language :: Python
Natural Language :: English
Topic :: Scientific/Engineering
keywords =
text mining
text preprocessing
text representation
text visualization
codemix analytics
url = https://github.com/lingualytics/py-lingualytics
project_urls =
Documentation = https://github.com/lingualytics/py-lingualytics/blob/master/README.md
Source Code = https://github.com/lingualytics/py-lingualytics
Bug Tracker = https://github.com/lingualytics/py-lingualytics/issues
[options]
packages = find:
python_requires = >=3.6.1
install_requires =
torch>=1.6
numpy>=1.17
tabulate>=0.8.7
pandas>=1.0.2
transformers>=3.0
tqdm>=4.48.2
scikit_learn>=0.22
texthero>=1.0