Skip to content

Commit 45e98a3

Browse files
committed
Update perceptron.py
1 parent 19c68be commit 45e98a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythainlp/tag/perceptron.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def _pud_tagger():
3939
def _lst20_tagger():
4040
global _LST20_TAGGER
4141
if not _LST20_TAGGER:
42-
_LST20_TAGGER = PerceptronTagger(path=get_corpus_path(_LST20_TAGGER_NAME, version="0.2.3"))
42+
_LST20_TAGGER = PerceptronTagger(path=get_corpus_path(_LST20_TAGGER_NAME, version = "0.2.3"))
4343
return _LST20_TAGGER
4444

4545

0 commit comments

Comments
 (0)