Skip to content

Commit c662e02

Browse files
authored
Update README.md
1 parent 7aaac56 commit c662e02

File tree

1 file changed

+14
-11
lines changed

1 file changed

+14
-11
lines changed

README.md

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<a href="https://www.codacy.com/gh/PyThaiNLP/pythainlp/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=PyThaiNLP/pythainlp&amp;utm_campaign=Badge_Grade"><img src="https://app.codacy.com/project/badge/Grade/5821a0de122041c79999bbb280230ffb"/></a>
99
<a href="https://coveralls.io/github/PyThaiNLP/pythainlp?branch=dev"><img alt="Coverage Status" src="https://coveralls.io/repos/github/PyThaiNLP/pythainlp/badge.svg?branch=dev"/></a>
1010
<a href="https://colab.research.google.com/github/PyThaiNLP/tutorials/blob/master/source/notebooks/pythainlp_get_started.ipynb"><img alt="Google Colab Badge" src="https://badgen.net/badge/Launch%20Quick%20Start%20Guide/on%20Google%20Colab/blue?icon=terminal"/></a>
11-
<a href="https://zenodo.org/badge/latestdoi/61813823"><img alt="DOI" src="https://zenodo.org/badge/61813823.svg"/></a>
11+
<a href="https://doi.org/10.5281/zenodo.3519354"><img alt="DOI" src="https://zenodo.org/badge/DOI/10.5281/zenodo.3519354.svg"/></a>
1212
<a href="https://matrix.to/#/#thainlp:matrix.org" rel="noopener" target="_blank"><img src="https://matrix.to/img/matrix-badge.svg" alt="Chat on Matrix"></a>
1313
</div>
1414

@@ -143,34 +143,37 @@ For more detailed information on testing, please refer to the tests README:
143143
## Contribute to PyThaiNLP
144144

145145
- Please fork and create a pull request :)
146-
- For style guides and other information, including references to algorithms we use, please refer to our [contributing](https://github.com/PyThaiNLP/pythainlp/blob/dev/CONTRIBUTING.md) page.
146+
- For style guides and other information, including references to algorithms we use,
147+
please refer to our [contributing](https://github.com/PyThaiNLP/pythainlp/blob/dev/CONTRIBUTING.md) page.
147148

148149
## Who uses PyThaiNLP?
149150

150151
You can read [INTHEWILD.md](https://github.com/PyThaiNLP/pythainlp/blob/dev/INTHEWILD.md).
151152

152153
## Citations
153154

154-
If you use `PyThaiNLP` in your project or publication, please cite the library as follows:
155+
If you use `PyThaiNLP` in your project or publication,
156+
please cite the library as follows:
155157

156-
> Wannaphong Phatthiyaphaibun, Korakot Chaovavanich, Charin Polpanumas, Arthit Suriyawongkul, Lalita Lowphansirikul, & Pattarawat Chormai. (2016, Jun 27). PyThaiNLP: Thai Natural Language Processing in Python. Zenodo. <http://doi.org/10.5281/zenodo.3519354>
158+
> Phatthiyaphaibun, Wannaphong, Korakot Chaovavanich, Charin Polpanumas, Arthit Suriyawongkul, Lalita Lowphansirikul, and Pattarawat Chormai. “Pythainlp: Thai Natural Language Processing in Python. Zenodo, 2 June 2024. <http://doi.org/10.5281/zenodo.3519354>.
157159
158160
or by BibTeX entry:
159161

160-
```bib
161-
@misc{pythainlp,
162+
```bibtex
163+
@software{pythainlp,
162164
title = "{P}y{T}hai{NLP}: {T}hai Natural Language Processing in {P}ython",
163165
author = "Phatthiyaphaibun, Wannaphong and
164166
Chaovavanich, Korakot and
165167
Polpanumas, Charin and
166168
Suriyawongkul, Arthit and
167169
Lowphansirikul, Lalita and
168170
Chormai, Pattarawat",
169-
month = jun,
170-
year = "2016",
171171
doi = {10.5281/zenodo.3519354},
172-
publisher = {Zenodo},
173-
url = {http://doi.org/10.5281/zenodo.3519354}
172+
license = {Apache-2.0},
173+
month = jun,
174+
url = {https://github.com/PyThaiNLP/pythainlp/},
175+
version = {v5.0.4},
176+
year = {2024},
174177
}
175178
```
176179

@@ -180,7 +183,7 @@ Our [NLP-OSS 2023](https://nlposs.github.io/2023/) paper:
180183
181184
and its BibTeX entry:
182185

183-
```bib
186+
```bibtex
184187
@inproceedings{phatthiyaphaibun-etal-2023-pythainlp,
185188
title = "{P}y{T}hai{NLP}: {T}hai Natural Language Processing in {P}ython",
186189
author = "Phatthiyaphaibun, Wannaphong and

0 commit comments

Comments
 (0)