矩阵位移法matlab代码
#A
Simple
Hidden
Markov
Model
based
Chinese
Word
Segmentation
Project.
为了得到HMM模型,可根据如下步骤进行:
1.利用中文序列、序列对应状态计算转移矩阵,发射矩阵;
2.实现Viterbi算法,估计中文序列对应状态。
In
order
to
obtain
the
HMM
model,
the
transfer
matrix
can
be
calculated
by
using
the
Chinese
sequence,
the
sequence
corresponding
state,
the
emission
matrix,
2.
the
Viterbi
algorithm
is
realized
to
estimate
the
corresponding
state
of
the
Chinese
sequence.
#1.
Estimate
Transfer
Matrix
and
Emission
Matrix
首先,计算转移矩阵、发射矩阵。将Second
Internationa
2022-05-07 16:47:21
6.68MB
系统开源
1