Skip to content
#

sentence-similarity

Here are 156 public repositories matching this topic...

This code implements fast cosine similarity search between text sentences. You have a database of sentences (can be tweets/ documents etc ) and a list of query sentences. This code searches the database and finds the nearest neighbhor to the given queries using cosine similarity. The code supports 1) brute force search 2) Fast exact search by bu…

  • Updated Jun 23, 2017
  • C

A text analyzer which is based on machine learning,statistics and dictionaries that can analyze text. So far, it supports hot word extracting, text classification, part of speech tagging, named entity recognition, chinese word segment, extracting address, synonym, text clustering, word2vec model, edit distance, chinese word segment, sentence sim…

  • Updated Aug 20, 2018
  • Java

Improve this page

Add a description, image, and links to the sentence-similarity topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the sentence-similarity topic, visit your repo's landing page and select "manage topics."

Learn more