Skip to content

Commit 710e116

Browse files
authored
Merge pull request #1069 from PyThaiNLP/wannaphong/add-codemeta
Add codemeta.json file to root directory
2 parents 3c6f111 + 3fd146a commit 710e116

File tree

1 file changed

+75
-0
lines changed

1 file changed

+75
-0
lines changed

codemeta.json

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
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+
"@id": "https://orcid.org/0000-0002-4153-4354"
13+
},
14+
{
15+
"@type": "Person",
16+
"givenName": "Korakot",
17+
"familyName": "Chaovavanich",
18+
"@id": "https://orcid.org/0009-0002-7350-9855"
19+
},
20+
{
21+
"@type": "Person",
22+
"givenName": "Charin",
23+
"familyName": "Polpanumas",
24+
"@id": "https://orcid.org/0000-0001-7822-4600"
25+
},
26+
{
27+
"@type": "Person",
28+
"givenName": "Arthit",
29+
"familyName": "Suriyawongkul",
30+
"@id": "https://orcid.org/0000-0002-9698-1899"
31+
},
32+
{
33+
"@type": "Person",
34+
"givenName": "Lalita",
35+
"familyName": "Lowphansirikul",
36+
"@id": "https://orcid.org/0000-0002-5305-2088"
37+
},
38+
{
39+
"@type": "Person",
40+
"givenName": "Pattarawat",
41+
"familyName": "Chormai",
42+
"@id": "https://orcid.org/0000-0002-7582-4667"
43+
}
44+
],
45+
"maintainer": [
46+
{
47+
"@type": "Person",
48+
"givenName": "Wannaphong",
49+
"familyName": "Phatthiyaphaibun",
50+
"@id": "https://orcid.org/0000-0002-4153-4354"
51+
},
52+
{
53+
"@type": "Person",
54+
"givenName": "Arthit",
55+
"familyName": "Suriyawongkul",
56+
"@id": "https://orcid.org/0000-0002-9698-1899"
57+
}
58+
],
59+
"license": "https://www.apache.org/licenses/LICENSE-2.0",
60+
"codeRepository": "https://github.com/PyThaiNLP/pythainlp",
61+
"issueTracker": "https://github.com/PyThaiNLP/pythainlp/issues",
62+
"url": "https://pythainlp.org/",
63+
"keywords": [
64+
"natural language processing",
65+
"Thai",
66+
"Python",
67+
"text processing",
68+
"computational linguistics",
69+
"tokenization",
70+
"word segmentation",
71+
"NLP",
72+
"Thai language",
73+
"Thai NLP"
74+
]
75+
}

0 commit comments

Comments
 (0)