We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a9acdc commit 5ac8017Copy full SHA for 5ac8017
bin/pythainlp
@@ -16,7 +16,7 @@ if args.corpus:
16
print("PyThaiNLP Corpus")
17
temp=""
18
while temp!="exit":
19
- print("\n\nPlease fill this out.\n1. install\n2. remove\n3. update\n4.exit\nex 1 or 2")
+ print("\n\nPlease fill this out.\n1. install\n2. remove\n3. update\n4. exit\nex 1 or 2")
20
temp=input("input (1,2,3 or 4) : ")
21
if temp=="1":
22
name=input("name corpus : ")
@@ -45,4 +45,4 @@ elif args.soundex!=None:
45
args.engine="lk82"
46
print(soundex(args.soundex, engine=args.engine))
47
else:
48
- print("PyThaiNLP")
+ print("PyThaiNLP 2.0")
0 commit comments