Skip to content

Commit a2c5285

Browse files
author
louis
committed
Merge branch 'dev' of https://github.com/PyThaiNLP/pythainlp into dev
2 parents 962cede + baf7c0f commit a2c5285

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ python:
1111
cache:
1212
directories:
1313
- ~/.cache/pip
14-
- ~/nltk_data
14+
# - ~/nltk_data
1515
# - ~/pythainlp-data
1616

1717
before_install:

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#---------------------------------#
44

55
skip_commits:
6-
message: /(skip ci)/ # skip if the commit message contains "(skip ci)"
6+
message: /[skip ci]/ # skip if the commit message contains "(skip ci)"
77

88
#---------------------------------#
99
# environment configuration #

pythainlp/tokenize/deepcut.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
Thai word segmentation library using 1D Convolution Neural Network.
44
55
User need to install deepcut (and its dependency: tensorflow) by themselves.
6+
67
:See Also:
78
* `GitHub repository <https://github.com/rkcosmos/deepcut>`_
89
"""

0 commit comments

Comments
 (0)