Skip to content

Commit 0a0b575

Browse files
authored
Update identifier and referencePublication structure
1 parent 03879d7 commit 0a0b575

1 file changed

Lines changed: 110 additions & 2 deletions

File tree

codemeta.json

Lines changed: 110 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424
{
2525
"id": "https://orcid.org/0000-0002-9698-1899",
2626
"type": "Person",
27+
"affiliation": {
28+
"type": "Organization",
29+
"name": "ADAPT Centre, Trinity College Dublin"
30+
},
2731
"familyName": "Suriyawongkul",
2832
"givenName": "Arthit"
2933
},
@@ -48,7 +52,7 @@
4852
"description": "PyThaiNLP is a Thai natural language processing library for Python. It provides standard linguistic analysis for the Thai language, including tokenization and part-of-speech tagging. Additionally, it offers standard Thai locale utility functions, such as Thai Buddhist Era date formatting and the conversion of numbers into Thai text.",
4953
"developmentStatus": "active",
5054
"downloadUrl": "https://github.com/PyThaiNLP/pythainlp/releases",
51-
"identifier": "http://doi.org/10.5281/zenodo.3519354",
55+
"identifier": "10.5281/zenodo.3519354",
5256
"issueTracker": "https://github.com/PyThaiNLP/pythainlp/issues",
5357
"keywords": [
5458
"computational linguistics",
@@ -74,14 +78,118 @@
7478
{
7579
"id": "https://orcid.org/0000-0002-9698-1899",
7680
"type": "Person",
81+
"affiliation": {
82+
"type": "Organization",
83+
"name": "ADAPT Centre, Trinity College Dublin"
84+
},
7785
"familyName": "Suriyawongkul",
7886
"givenName": "Arthit"
7987
}
8088
],
8189
"name": "PyThaiNLP",
8290
"programmingLanguage": "Python 3",
8391
"readme": "https://github.com/PyThaiNLP/pythainlp/blob/dev/README.md",
84-
"referencePublication": "https://doi.org/10.18653/v1/2023.nlposs-1.4",
92+
"referencePublication": [
93+
{
94+
"type": "ScholarlyArticle",
95+
"author": [
96+
{
97+
"id": "https://orcid.org/0000-0002-4153-4354",
98+
"type": "Person",
99+
"affiliation": {
100+
"name": "VISTEC",
101+
"type": "Organization"
102+
},
103+
"email": "wannaphong.p_s21@vistec.ac.th",
104+
"familyName": "Phatthiyaphaibun",
105+
"givenName": "Wannaphong"
106+
},
107+
{
108+
"id": "https://orcid.org/0009-0002-7350-9855",
109+
"type": "Person",
110+
"affiliation": {
111+
"name": "PyThaiNLP",
112+
"type": "Organization"
113+
},
114+
"familyName": "Chaovavanich",
115+
"givenName": "Korakot"
116+
},
117+
{
118+
"id": "https://orcid.org/0000-0001-7822-4600",
119+
"type": "Person",
120+
"affiliation": {
121+
"name": "PyThaiNLP",
122+
"type": "Organization"
123+
},
124+
"familyName": "Polpanumas",
125+
"givenName": "Charin"
126+
},
127+
{
128+
"id": "https://orcid.org/0000-0002-9698-1899",
129+
"type": "Person",
130+
"affiliation": {
131+
"name": "Trinity College Dublin",
132+
"type": "Organization"
133+
},
134+
"familyName": "Suriyawongkul",
135+
"givenName": "Arthit"
136+
},
137+
{
138+
"id": "https://orcid.org/0000-0002-5305-2088",
139+
"type": "Person",
140+
"affiliation": {
141+
"name": "VISTEC",
142+
"type": "Organization"
143+
},
144+
"familyName": "Lowphansirikul",
145+
"givenName": "Lalita"
146+
},
147+
{
148+
"id": "https://orcid.org/0000-0002-7582-4667",
149+
"type": "Person",
150+
"affiliation": {
151+
"name": "Technische Universität Berlin; Max Planck School of Cognition",
152+
"type": "Organization"
153+
},
154+
"familyName": "Chormai",
155+
"givenName": "Pattarawat"
156+
},
157+
{
158+
"id": "https://orcid.org/0000-0002-7212-8228",
159+
"type": "Person",
160+
"affiliation": {
161+
"name": "VISTEC",
162+
"type": "Organization"
163+
},
164+
"familyName": "Limkonchotiwat",
165+
"givenName": "Peerat"
166+
},
167+
{
168+
"type": "Person",
169+
"affiliation": {
170+
"name": "Wisesight",
171+
"type": "Organization"
172+
},
173+
"familyName": "Suntorntip",
174+
"givenName": "Thanathip"
175+
},
176+
{
177+
"id": "https://orcid.org/0000-0002-7090-0536",
178+
"type": "Person",
179+
"affiliation": {
180+
"name": "VISTEC",
181+
"type": "Organization"
182+
},
183+
"familyName": "Udomcharoenchaikit",
184+
"givenName": "Can"
185+
}
186+
],
187+
"datePublished": "2023-12-06",
188+
"identifier": "10.18653/v1/2023.nlposs-1.4",
189+
"name": "PyThaiNLP: Thai Natural Language Processing in Python",
190+
"url": "https://aclanthology.org/2023.nlposs-1.4/"
191+
}
192+
],
85193
"relatedLink": [
86194
"https://pythainlp.org/",
87195
"https://pythainlp.org/Model-Cards/"

0 commit comments

Comments
 (0)