Skip to content

Commit 5124540

Browse files
authored
Merge pull request #603 from PyThaiNLP/retrain-ud-pud-postag
Retrained ud_thai-pud postag model
2 parents 9e4ee10 + 1ddf624 commit 5124540

File tree

6 files changed

+4
-4
lines changed

6 files changed

+4
-4
lines changed

pythainlp/corpus/pos_ud_perceptron-v0.2.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

pythainlp/corpus/pos_ud_perceptron.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

pythainlp/corpus/pos_ud_unigram-v0.2.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

pythainlp/corpus/pos_ud_unigram.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

pythainlp/tag/perceptron.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
_ORCHID_FILENAME = "pos_orchid_perceptron.json"
1313
_ORCHID_PATH = os.path.join(corpus_path(), _ORCHID_FILENAME)
1414

15-
_PUD_FILENAME = "pos_ud_perceptron.json"
15+
_PUD_FILENAME = "pos_ud_perceptron-v0.2.json"
1616
_PUD_PATH = os.path.join(corpus_path(), _PUD_FILENAME)
1717

1818
_LST20_TAGGER_NAME = "pos_lst20_perceptron-v0.2.3.json"

pythainlp/tag/unigram.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
_ORCHID_FILENAME = "pos_orchid_unigram.json"
1313
_ORCHID_PATH = os.path.join(corpus_path(), _ORCHID_FILENAME)
1414

15-
_PUD_FILENAME = "pos_ud_unigram.json"
15+
_PUD_FILENAME = "pos_ud_unigram-v0.2.json"
1616
_PUD_PATH = os.path.join(corpus_path(), _PUD_FILENAME)
1717

1818
_LST20_TAGGER_NAME = "pos_lst20_unigram"

0 commit comments

Comments
 (0)