Skip to content

Commit 1784714

Browse files
committed
Refactor code and data into wordsegment directory
1 parent 34d1c7b commit 1784714

File tree

3 files changed

+1
-0
lines changed

3 files changed

+1
-0
lines changed

wordsegment.py renamed to wordsegment/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ def main(arguments=()):
202202
main(sys.argv[1:])
203203

204204

205+
__all__ = ['Segmenter', 'segment', 'isegment', 'load', 'main']
205206
__title__ = 'wordsegment'
206207
__version__ = '1.0.0'
207208
__build__ = 0x010000
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)