File tree Expand file tree Collapse file tree 4 files changed +7
-9
lines changed Expand file tree Collapse file tree 4 files changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -52,8 +52,5 @@ coverage.xml
52
52
# Django stuff:
53
53
* .log
54
54
55
- # Sphinx documentation
56
- docs /_build /
57
-
58
55
# PyBuilder
59
56
target /
Original file line number Diff line number Diff line change @@ -6,6 +6,4 @@ include README.rst
6
6
7
7
recursive-include tests *
8
8
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]
Original file line number Diff line number Diff line change 1
- .PHONY : clean clean-test clean-pyc clean-build docs help
1
+ .PHONY : clean clean-test clean-pyc clean-build help
2
2
.DEFAULT_GOAL := help
3
3
define BROWSER_PYSCRIPT
4
4
import os, webbrowser, sys
Original file line number Diff line number Diff line change 1
1
# PyThaiNLP
2
2
[ ![ 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 )
4
3
5
4
Thai NLP in python package.
6
5
7
6
Natural language processing หรือ การประมวลภาษาธรรมชาติ โมดูล PyThaiNLP เป็นโมดูลที่ถูกพัฒนาขึ้นเพื่องานวิจัยและพัฒนา การประมวลภาษาธรรมชาติในภาษา Python
8
7
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
+
10
13
11
14
### Version
12
15
0.0.6
You can’t perform that action at this time.
0 commit comments