comment
This commit is contained in:
parent
d3de1f0d6f
commit
e8194dea9d
@ -42,6 +42,8 @@ class Processor(object):
|
||||
self.tagger = Okt()
|
||||
self.tagsOkt = True
|
||||
elif taggername == "Mecab":
|
||||
# Use Mecab(dicpath="c:/some/path/mecab-ko-dic") for a
|
||||
# non-default location
|
||||
self.tagger = Mecab()
|
||||
self.tagsMecab = True
|
||||
elif taggername == "Komoran":
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user