|
39 | 39 | """ |
40 | 40 |
|
41 | 41 | requirements = [ |
42 | | - "nltk>=3.3", |
43 | 42 | "python-crfsuite>=0.9.6", |
44 | 43 | "requests>=2.22.0", |
45 | 44 | "tinydb>=3.0", |
|
48 | 47 |
|
49 | 48 | extras = { |
50 | 49 | "attacut": ["attacut>=1.0.6"], |
51 | | - "benchmarks": ["numpy>=1.16", "pandas>=0.24"], |
| 50 | + "benchmarks": ["numpy>=1.16.1", "pandas>=0.24"], |
52 | 51 | "icu": ["pyicu>=2.3"], |
53 | 52 | "ipa": ["epitran>=1.1"], |
54 | | - "ml": ["numpy>=1.16", "torch>=1.0.0"], |
| 53 | + "ml": ["numpy>=1.16.1", "torch>=1.0.0"], |
55 | 54 | "ner": ["sklearn-crfsuite>=0.3.6"], |
56 | 55 | "ssg": ["ssg>=0.0.6"], |
57 | | - "thai2fit": ["emoji>=0.5.1", "gensim>=3.2.0", "numpy>=1.16"], |
58 | | - "thai2rom": ["torch>=1.0.0", "numpy>=1.16"], |
| 56 | + "thai2fit": ["emoji>=0.5.1", "gensim>=3.2.0", "numpy>=1.16.1"], |
| 57 | + "thai2rom": ["torch>=1.0.0", "numpy>=1.16.1"], |
| 58 | + "wordnet": ["nltk>=3.3.*"], |
59 | 59 | "full": [ |
60 | 60 | "attacut>=1.0.4", |
61 | 61 | "emoji>=0.5.1", |
62 | 62 | "epitran>=1.1", |
63 | 63 | "gensim>=3.2.0", |
64 | | - "numpy>=1.16", |
| 64 | + "nltk>=3.3.*", |
| 65 | + "numpy>=1.16.1", |
65 | 66 | "pandas>=0.24", |
66 | 67 | "pyicu>=2.3", |
67 | 68 | "sklearn-crfsuite>=0.3.6", |
|
141 | 142 | ], |
142 | 143 | }, |
143 | 144 | project_urls={ |
144 | | - "Documentation": "https://www.thainlp.org/pythainlp/docs/dev/", |
145 | | - "Source": "https://github.com/PyThaiNLP/pythainlp", |
146 | | - "Bug Reports": "https://github.com/PyThaiNLP/pythainlp/issues", |
| 145 | + "Documentation": "https://www.thainlp.org/pythainlp/docs/2.1/", |
| 146 | + "Tutorials": "https://www.thainlp.org/pythainlp/tutorials/", |
| 147 | + "Source Code": "https://github.com/PyThaiNLP/pythainlp", |
| 148 | + "Bug Tracker": "https://github.com/PyThaiNLP/pythainlp/issues", |
147 | 149 | }, |
148 | 150 | ) |
149 | 151 |
|
|
0 commit comments