HMM-POS-master

所属分类:matlab编程
开发工具:matlab
文件大小:5262KB
下载次数:2
上传日期:2016-11-05 04:47:12
上 传 者fa
说明:  this code is about hmm matlab

文件列表:
data (0, 2009-05-12)
data\test.pos (1955254, 2009-05-12)
data\train.pos (8644805, 2009-05-12)
scoring (0, 2009-05-12)
scoring\score-add-one.html (1539973, 2009-05-12)
scoring\score-baseline.html (1536465, 2009-05-12)
scoring\score-every-tag-with-morph.html (1548120, 2009-05-12)
scoring\score-every-tag.html (1569765, 2009-05-12)
scoring\score-good-turing.html (53047, 2009-05-12)
scoring\score-last-tags-best-with-morph.html (1544219, 2009-05-12)
scoring\score-last-tags-best.html (1551175, 2009-05-12)
scoring\score-no-smoothing.html (1544810, 2009-05-12)
scoring\style.css (536, 2009-05-12)
src (0, 2009-05-12)
src\Baseline.java (2130, 2009-05-12)
src\HMM.java (12887, 2009-05-12)
src\HMMParser.java (2751, 2009-05-12)
src\Node.java (399, 2009-05-12)
src\Scorer.java (5737, 2009-05-12)

For the Sequence-Tagging final project, we implemented a Hidden Markov Model part-of-speech tagger. We implemented the algorithms from scratch, and have included the code for our system. For the description of the system, see the report. To run baseline system: java Baseline java Scorer (note: data must be placed in the data folder and be called train.pos/test.pos) open scoring/score.html To run HMM system: java HMM java Scorer (note: data must be placed in the data folder and be called train.pos/test.pos) open scoring/score.html The file scoring/score.html contains the percent correct as well as the number of times a POS tag on the top was chosen for a POS tag on the left (the correct tag in the test data). That is, the left tags were guessed as the top tags. To see the words that contributed to the number in a particular box, click the box to toggle the word list. Each score-*.html file is the score file for that particular configuration of the HMM system. Refer to the report for a description of each.

近期下载者

相关文件


收藏者