An open API service indexing awesome lists of open source software.

https://github.com/xiaobeicn/text-similarity-php

Calculate Text Similarity by Cosine Theorem + Segmentation PHP Version
https://github.com/xiaobeicn/text-similarity-php

php similarity

Last synced: 3 months ago
JSON representation

Calculate Text Similarity by Cosine Theorem + Segmentation PHP Version

Awesome Lists containing this project

README

          

## 通过余弦定理+分词计算文本相似度PHP版

---

### 参考:
* http://www.ruanyifeng.com/blog/2013/03/cosine_similarity.html
* http://my.oschina.net/BreathL/blog/42477

### Use:

```php
run();

```