Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 247 Bytes

README.md

File metadata and controls

20 lines (10 loc) · 247 Bytes

Simiularity of Sentences interface

based on BM25

  • sim.py

    Interface of the algorithm.

  • inter.py

    Sample of using interface.

  • *.txt

    Sentences lib.

Chinese sentences are supported as well, just use 'jieba' lib.

2016-3-31