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
5252# Django stuff:
5353* .log
5454
55- # Sphinx documentation
56- docs /_build /
57-
5855# PyBuilder
5956target /
Original file line number Diff line number Diff line change @@ -6,6 +6,4 @@ include README.rst
66
77recursive-include tests *
88recursive-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
22.DEFAULT_GOAL := help
33define BROWSER_PYSCRIPT
44import os, webbrowser, sys
Original file line number Diff line number Diff line change 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
54Thai NLP in python package.
65
76Natural 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
12150.0.6
You can’t perform that action at this time.
0 commit comments