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 19c68be commit 45e98a3Copy full SHA for 45e98a3
pythainlp/tag/perceptron.py
@@ -39,7 +39,7 @@ def _pud_tagger():
39
def _lst20_tagger():
40
global _LST20_TAGGER
41
if not _LST20_TAGGER:
42
- _LST20_TAGGER = PerceptronTagger(path=get_corpus_path(_LST20_TAGGER_NAME, version="0.2.3"))
+ _LST20_TAGGER = PerceptronTagger(path=get_corpus_path(_LST20_TAGGER_NAME, version = "0.2.3"))
43
return _LST20_TAGGER
44
45
0 commit comments