-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathpyproject.toml
More file actions
43 lines (39 loc) · 1.22 KB
/
Copy pathpyproject.toml
File metadata and controls
43 lines (39 loc) · 1.22 KB
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
40
41
42
43
[tool.poetry]
name = "ArticutAPI"
version = "1.4.0"
description = "Articut NLP system provides not only finest results on Chinese word segmentaion (CWS), Part-of-Speech tagging (POS) and Named Entity Recogintion tagging (NER), but also the fastest online API service in the NLP industry."
authors = ["Droidtown Linguistic Tech. Co. Ltd. <info@droidtown.co>"]
readme = "README.md"
license = "MIT"
keywords = [
"NLP", "NLU", "CWS", "POS", "NER", "AI",
"artificial intelligence",
"Chinese word segmentation",
"computational linguistics",
"language",
"linguistics",
"graphQL",
"natural language",
"natural language processing",
"natural language understanding",
"parsing",
"part-of-speech-embdding",
"part-of-speech-tagger",
"pos-tagger",
"pos-tagging",
"syntax",
"tagging",
"text analytics"
]
homepage = "https://github.com/Droidtown/ArticutAPI"
repository = "https://github.com/Droidtown/ArticutAPI"
documentation = "https://api.droidtown.co/ArticutAPI/document/"
[[tool.poetry.packages]]
include = "ArticutAPI"
[tool.poetry.dependencies]
python = ">=3.6,<4.0"
requests = ">=2.25.1"
emoji = "*"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"