/NLPA_SemanticSimilarity

Semantic Textual Similarity: Given a pair of sentences, the task is to decide if the sentences are related and to what extent. The idea is to assign a score to the sentence pair that tells us about the kind of relationship that is present and how closely they are related. The problem can further be extended to semantic similarity among multiple sentences. In that case, given n sentences, the task becomes to assign a relatedness score to each pair in the form of an n*n matrix.

Primary LanguageJupyter Notebook

This repository is not active