Skip to content

Commit b70b6fe

Browse files
committed
Add codemeta.json file to root directory
Fixes #1053 Add codemeta.json file to root directory
1 parent 3c6f111 commit b70b6fe

File tree

1 file changed

+61
-0
lines changed

1 file changed

+61
-0
lines changed

codemeta.json

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
{
2+
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
3+
"@type": "SoftwareSourceCode",
4+
"name": "PyThaiNLP",
5+
"description": "Thai Natural Language Processing in Python",
6+
"version": "5.1.0-beta1",
7+
"author": [
8+
{
9+
"@type": "Person",
10+
"givenName": "Wannaphong",
11+
"familyName": "Phatthiyaphaibun",
12+
"orcid": "https://orcid.org/0000-0002-4153-4354"
13+
},
14+
{
15+
"@type": "Person",
16+
"givenName": "Korakot",
17+
"familyName": "Chaovavanich",
18+
"orcid": "https://orcid.org/0009-0002-7350-9855"
19+
},
20+
{
21+
"@type": "Person",
22+
"givenName": "Charin",
23+
"familyName": "Polpanumas",
24+
"orcid": "https://orcid.org/0000-0001-7822-4600"
25+
},
26+
{
27+
"@type": "Person",
28+
"givenName": "Arthit",
29+
"familyName": "Suriyawongkul",
30+
"orcid": "https://orcid.org/0000-0002-9698-1899"
31+
},
32+
{
33+
"@type": "Person",
34+
"givenName": "Lalita",
35+
"familyName": "Lowphansirikul",
36+
"orcid": "https://orcid.org/0000-0002-5305-2088"
37+
},
38+
{
39+
"@type": "Person",
40+
"givenName": "Pattarawat",
41+
"familyName": "Chormai",
42+
"orcid": "https://orcid.org/0000-0002-7582-4667"
43+
}
44+
],
45+
"license": "Apache-2.0",
46+
"codeRepository": "https://github.com/PyThaiNLP/pythainlp",
47+
"issueTracker": "https://github.com/PyThaiNLP/pythainlp/issues",
48+
"url": "https://pythainlp.org/",
49+
"keywords": [
50+
"natural language processing",
51+
"Thai",
52+
"Python",
53+
"text processing",
54+
"computational linguistics",
55+
"tokenization",
56+
"word segmentation",
57+
"NLP",
58+
"Thai language",
59+
"Thai NLP"
60+
]
61+
}

0 commit comments

Comments
 (0)