|
1 |
| -<div align="center"> |
2 |
| - <img src="https://avatars0.githubusercontent.com/u/32934255?s=200&v=4"/> |
3 |
| - <h1>PyThaiNLP: Thai Natural Language Processing in Python</h1> |
4 |
| - <a href="https://www.repostatus.org/#active"><img alt="Project Status: Active – The project has reached a stable, usable state and is being actively developed." src="https://www.repostatus.org/badges/latest/active.svg"/></a> |
5 |
| - <a href="https://pypi.python.org/pypi/pythainlp"><img alt="pypi" src="https://img.shields.io/pypi/v/pythainlp.svg"/></a> |
6 |
| - <a href="https://www.python.org/downloads/"><img alt="Python 3.9" src="https://img.shields.io/badge/python-3.9-blue.svg"/></a> |
7 |
| - <a href="https://opensource.org/licenses/Apache-2.0"><img alt="License" src="https://img.shields.io/badge/License-Apache%202.0-blue.svg"/></a> |
8 |
| - <a href="https://www.codacy.com/gh/PyThaiNLP/pythainlp/dashboard?utm_source=github.com&utm_medium=referral&utm_content=PyThaiNLP/pythainlp&utm_campaign=Badge_Grade"><img src="https://app.codacy.com/project/badge/Grade/5821a0de122041c79999bbb280230ffb"/></a> |
9 |
| - <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> |
10 |
| - <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://doi.org/10.5281/zenodo.3519354"><img alt="DOI" src="https://zenodo.org/badge/DOI/10.5281/zenodo.3519354.svg"/></a> |
12 |
| - <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> |
13 |
| -</div> |
| 1 | +# PyThaiNLP: Thai Natural Language Processing in Python |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | +[](https://pypi.python.org/pypi/pythainlp) |
| 6 | +[](https://www.python.org/downloads/) |
| 7 | +[](https://opensource.org/licenses/Apache-2.0) |
| 8 | +[](https://doi.org/10.5281/zenodo.3519354) |
| 9 | + |
| 10 | +[](https://www.repostatus.org/#active) |
| 11 | +[](https://www.codacy.com/gh/PyThaiNLP/pythainlp/dashboard?utm_source=github.com&utm_medium=referral&utm_content=PyThaiNLP/pythainlp&utm_campaign=Badge_Grade) |
| 12 | +[](https://coveralls.io/github/PyThaiNLP/pythainlp?branch=dev) |
| 13 | + |
| 14 | +[](https://colab.research.google.com/github/PyThaiNLP/tutorials/blob/master/source/notebooks/pythainlp_get_started.ipynb) |
| 15 | +[](https://matrix.to/#/#thainlp:matrix.org) |
14 | 16 |
|
15 | 17 | PyThaiNLP is a Python package for text processing and linguistic analysis, similar to [NLTK](https://www.nltk.org/) with a focus on Thai language.
|
16 | 18 |
|
|
0 commit comments