Skip to content

Commit

Permalink
Merge pull request #736 from PyThaiNLP/add-blackboard-postag
Browse files Browse the repository at this point in the history
Update perceptron.py
  • Loading branch information
wannaphong authored Oct 14, 2022
2 parents ebb79bd + ac21d3c commit 16406a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pythainlp/tag/perceptron.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def _pud_tagger():
def _blackboard_tagger():
global _BLACKBOARD_TAGGER
if not _BLACKBOARD_TAGGER:
path = get_corpus_path(_BLACKBOARD_NAME, version="0.2.4")
path = get_corpus_path(_BLACKBOARD_NAME)
_LST20_TAGGER = PerceptronTagger(path=path)
return _LST20_TAGGER

Expand Down

0 comments on commit 16406a4

Please sign in to comment.