File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ python:
1111cache :
1212 directories :
1313 - ~/.cache/pip
14- - ~/nltk_data
14+ # - ~/nltk_data
1515# - ~/pythainlp-data
1616
1717before_install :
Original file line number Diff line number Diff line change 33# ---------------------------------#
44
55skip_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 #
Original file line number Diff line number Diff line change 33Thai word segmentation library using 1D Convolution Neural Network.
44
55User need to install deepcut (and its dependency: tensorflow) by themselves.
6+
67:See Also:
78 * `GitHub repository <https://github.com/rkcosmos/deepcut>`_
89"""
You can’t perform that action at this time.
0 commit comments