Skip to content

Commit 27911b2

Browse files
committed
fix bug
1 parent 0c34077 commit 27911b2

File tree

4 files changed

+7
-9
lines changed

4 files changed

+7
-9
lines changed

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,5 @@ coverage.xml
5252
# Django stuff:
5353
*.log
5454

55-
# Sphinx documentation
56-
docs/_build/
57-
5855
# PyBuilder
5956
target/

MANIFEST.in

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,4 @@ include README.rst
66

77
recursive-include tests *
88
recursive-exclude * __pycache__
9-
recursive-exclude * *.py[co]
10-
11-
recursive-include docs *.rst conf.py Makefile make.bat *.jpg *.png *.gif
9+
recursive-exclude * *.py[co]

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.PHONY: clean clean-test clean-pyc clean-build docs help
1+
.PHONY: clean clean-test clean-pyc clean-build help
22
.DEFAULT_GOAL := help
33
define BROWSER_PYSCRIPT
44
import os, webbrowser, sys

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
# PyThaiNLP
22
[![Build Status](https://travis-ci.org/wannaphongcom/pythainlp.svg?branch=master)](https://travis-ci.org/wannaphongcom/pythainlp)
3-
[![Documentation Status](https://readthedocs.org/projects/pythainlp/badge/?version=latest)](http://pythainlp.readthedocs.io/en/latest/?badge=latest)
43

54
Thai NLP in python package.
65

76
Natural language processing หรือ การประมวลภาษาธรรมชาติ โมดูล PyThaiNLP เป็นโมดูลที่ถูกพัฒนาขึ้นเพื่องานวิจัยและพัฒนา การประมวลภาษาธรรมชาติในภาษา Python
87

9-
รองรับเฉพาะ Python 3 เท่านั้น (Python 2 กำลังพัฒนา)
8+
รองรับเฉพาะ Python 3 เท่านั้น
9+
10+
- เอกสารการใช้งาน : [https://pythonhosted.org/pythainlp/](https://pythonhosted.org/pythainlp/)
11+
- หน้าหลัก GitHub : [https://github.com/wannaphongcom/pythainlp](https://github.com/wannaphongcom/pythainlp)
12+
1013

1114
### Version
1215
0.0.6

0 commit comments

Comments
 (0)