|
2 | 2 | <div align="center"> |
3 | 3 | <img src="https://avatars0.githubusercontent.com/u/32934255?s=200&v=4"/> |
4 | 4 | <h1>PyThaiNLP: Thai Natural Language Processing in Python</h1> |
| 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/release/python-360/"><img alt="Python 3.6" src="https://img.shields.io/badge/python-3.6-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://pepy.tech/project/pythainlp"><img alt="Download" src="https://pepy.tech/badge/pythainlp/month"/></a> |
| 9 | + <a href="https://ci.appveyor.com/project/wannaphongcom/pythainlp-9y1ch"><img alt="Build status" src="https://ci.appveyor.com/api/projects/status/9g3mfcwchi8em40x?svg=true"/></a> |
| 10 | + <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> |
| 11 | + <a href="https://www.codacy.com/app/pythainlp/pythainlp_2"><img alt="Codacy Badge" src="https://api.codacy.com/project/badge/Grade/cb946260c87a4cc5905ca608704406f7"/></a> |
| 12 | + <a href="https://app.fossa.io/projects/git%2Bgithub.com%2FPyThaiNLP%2Fpythainlp"><img alt="FOSSA Status" src="https://app.fossa.io/api/projects/git%2Bgithub.com%2FPyThaiNLP%2Fpythainlp.svg?type=shield"/></a> |
| 13 | + <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> |
| 14 | + <a href="https://zenodo.org/badge/latestdoi/61813823"><img alt="DOI" src="https://zenodo.org/badge/61813823.svg"/></a> |
5 | 15 | </div> |
6 | 16 |
|
7 | | -[](https://pypi.python.org/pypi/pythainlp) |
8 | | -[](https://www.python.org/downloads/release/python-360/) |
9 | | -[](https://opensource.org/licenses/Apache-2.0) |
10 | | -[](https://pepy.tech/project/pythainlp) |
11 | | - |
12 | | -[](https://ci.appveyor.com/project/wannaphongcom/pythainlp-9y1ch) |
13 | | -[](https://coveralls.io/github/PyThaiNLP/pythainlp?branch=dev) |
14 | | -[](https://www.codacy.com/app/pythainlp/pythainlp_2) |
15 | | -[](https://app.fossa.io/projects/git%2Bgithub.com%2FPyThaiNLP%2Fpythainlp) |
16 | | - |
17 | | -[](https://colab.research.google.com/github/PyThaiNLP/tutorials/blob/master/source/notebooks/pythainlp_get_started.ipynb) |
18 | | -[](https://zenodo.org/badge/latestdoi/61813823) |
19 | | - |
20 | 17 | PyThaiNLP is a Python package for text processing and linguistic analysis, similar to [NLTK](https://www.nltk.org/) with focus on Thai language. |
21 | 18 |
|
22 | 19 | PyThaiNLP เป็นไลบารีภาษาไพทอนสำหรับประมวลผลภาษาธรรมชาติ โดยเน้นภาษาไทย ดูรายละเอียดภาษาไทยด้านล่าง |
|
0 commit comments