Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 983 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 983 Bytes

Semantic Similairty Determination of Short Text

Paper Implemented -> Abhay Kashyap, Lushan Han, Roberto Yus, Jennifer Sleman, Taneeya Satyapanich, Sunil Gandhi, Tim Finn, “Robust Semantic Text Similarity using LSA, Machine Learning, and Linguistic Resources”, Springer Transaction. 2016.

Final Result Graph alt text Check the project PPT: Project PPT

Correlation score between Machine Predicted score and Human score is ~78%

To Check the similarity between two small texts:

  1. python flask3.py (Switch on the server)
  2. Open the file input.php on the web-browser
  3. Enter the two sentences and click on "OK"
  4. Open the file "index.php" to view the results

TO check the overall Correlation score:

  1. python extract.py