Skip to content

Commit 5ac8017

Browse files
committed
Update Command Line
1 parent 8a9acdc commit 5ac8017

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/pythainlp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ if args.corpus:
1616
print("PyThaiNLP Corpus")
1717
temp=""
1818
while temp!="exit":
19-
print("\n\nPlease fill this out.\n1. install\n2. remove\n3. update\n4.exit\nex 1 or 2")
19+
print("\n\nPlease fill this out.\n1. install\n2. remove\n3. update\n4. exit\nex 1 or 2")
2020
temp=input("input (1,2,3 or 4) : ")
2121
if temp=="1":
2222
name=input("name corpus : ")
@@ -45,4 +45,4 @@ elif args.soundex!=None:
4545
args.engine="lk82"
4646
print(soundex(args.soundex, engine=args.engine))
4747
else:
48-
print("PyThaiNLP")
48+
print("PyThaiNLP 2.0")

0 commit comments

Comments
 (0)