thunlp/THULAC-Python

使用向量化解码会不会快一点?

zhangkaixu opened this issue · 0 comments

比如用numpy。一个ngram的特征是向量,动态规划dbDecode() (话说应该是dpDecode()吧)使用向量和矩阵运算,把3层python for循环降为1层。