mirror of
https://github.com/fxsjy/jieba.git
synced 2025-07-10 00:01:33 +08:00
fix bug in __main__.py
This commit is contained in:
parent
9ca5b69907
commit
a06b7d388e
@ -2,6 +2,7 @@
|
||||
import sys
|
||||
import jieba
|
||||
from argparse import ArgumentParser
|
||||
from ._compat import *
|
||||
|
||||
parser = ArgumentParser(usage="%s -m jieba [options] filename" % sys.executable, description="Jieba command line interface.", epilog="If no filename specified, use STDIN instead.")
|
||||
parser.add_argument("-d", "--delimiter", metavar="DELIM", default=' / ',
|
||||
|
Loading…
x
Reference in New Issue
Block a user