xiaobeicn / text-similarity-php

通过余弦定理+分词计算文本相似度PHP版
MIT License
110 stars 55 forks source link

Fixed one bug & Optimize #1

Closed taozywu closed 7 years ago

taozywu commented 7 years ago

Fixed $words to $this->_words & Change L137's $v['word'] to strtoupper($v['word']).