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 e0f65e1 commit 39c65c1Copy full SHA for 39c65c1
pythainlp/tag/named_entity.py
@@ -76,10 +76,10 @@ def __init__(self):
76
"""
77
Thai named-entity recognizer
78
79
- self.__data_path = get_corpus_path("thainer")
+ self.__data_path = get_corpus_path("thainer-1-2")
80
if not self.__data_path:
81
- download("thainer")
82
+ download("thainer-1-2")
83
self.crf = sklearn_crfsuite.CRF(
84
algorithm="lbfgs",
85
c1=0.1,
0 commit comments