Skip to content

Commit 8fbea78

Browse files
authored
Update Python requirement in README.md to 3.7
1 parent b878164 commit 8fbea78

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

README.md

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ PyThaiNLP เป็นไลบารีภาษาไพทอนสำหร
2929

3030
## Getting Started
3131

32-
- PyThaiNLP 2 requires Python 3.6+. Python 2.7 users can use PyThaiNLP 1.6. See [2.0 change log](https://github.com/PyThaiNLP/pythainlp/issues/118) | [Upgrading from 1.7](https://pythainlp.github.io/docs/2.0/notes/pythainlp-1_7-2_0.html) | [Upgrading ThaiNER from 1.7](https://github.com/PyThaiNLP/pythainlp/wiki/Upgrade-ThaiNER-from-PyThaiNLP-1.7-to-PyThaiNLP-2.0)
32+
- PyThaiNLP 2 requires Python 3.7+. Python 2.7 users can use PyThaiNLP 1.6. See [2.0 change log](https://github.com/PyThaiNLP/pythainlp/issues/118) | [Upgrading from 1.7](https://pythainlp.github.io/docs/2.0/notes/pythainlp-1_7-2_0.html) | [Upgrading ThaiNER from 1.7](https://github.com/PyThaiNLP/pythainlp/wiki/Upgrade-ThaiNER-from-PyThaiNLP-1.7-to-PyThaiNLP-2.0)
3333
- [PyThaiNLP Get Started notebook](https://pythainlp.github.io/tutorials/notebooks/pythainlp_get_started.html) | [API document](https://pythainlp.github.io/docs) | [Tutorials](https://pythainlp.github.io/tutorials)
3434
- [Official website](https://pythainlp.github.io/) | [PyPI](https://pypi.org/project/pythainlp/) | [Facebook page](https://www.facebook.com/pythainlp/)
3535
- [Who uses PyThaiNLP?](https://github.com/PyThaiNLP/pythainlp/blob/dev/INTHEWILD.md)
@@ -148,13 +148,18 @@ or by BibTeX entry:
148148

149149
``` bib
150150
@misc{pythainlp,
151-
author = {Wannaphong Phatthiyaphaibun and Korakot Chaovavanich and Charin Polpanumas and Arthit Suriyawongkul and Lalita Lowphansirikul and Pattarawat Chormai},
152-
title = {{PyThaiNLP: Thai Natural Language Processing in Python}},
153-
month = Jun,
154-
year = 2016,
155-
doi = {10.5281/zenodo.3519354},
156-
publisher = {Zenodo},
157-
url = {http://doi.org/10.5281/zenodo.3519354}
151+
title = "{P}y{T}hai{NLP}: {T}hai Natural Language Processing in {P}ython",
152+
author = "Phatthiyaphaibun, Wannaphong and
153+
Chaovavanich, Korakot and
154+
Polpanumas, Charin and
155+
Suriyawongkul, Arthit and
156+
Lowphansirikul, Lalita and
157+
Chormai, Pattarawat",
158+
month = jun,
159+
year = "2016",
160+
doi = {10.5281/zenodo.3519354},
161+
publisher = {Zenodo},
162+
url = {http://doi.org/10.5281/zenodo.3519354}
158163
}
159164
```
160165

@@ -166,7 +171,7 @@ and its BibTeX entry:
166171

167172
```bib
168173
@inproceedings{phatthiyaphaibun-etal-2023-pythainlp,
169-
title = "{P}y{T}hai{NLP}: {T}hai Natural Language Processing in Python",
174+
title = "{P}y{T}hai{NLP}: {T}hai Natural Language Processing in {P}ython",
170175
author = "Phatthiyaphaibun, Wannaphong and
171176
Chaovavanich, Korakot and
172177
Polpanumas, Charin and

0 commit comments

Comments
 (0)