• Stars
    star
    1
  • Language
    Python
  • License
    MIT License
  • Created about 1 year ago
  • Updated 11 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Text similarity analysis is a common NLP task that involves quantifying how similar or related two or more pieces of text are. In this project, we use techniques such as Count Vectorization and TF-IDF Vectorization to transform text data into numerical features and calculate cosine similarity to measure the similarity between documents.