An open API service indexing awesome lists of open source software.

https://github.com/bean5/nlp-paraphrase-detector

I built this to automate discovery of common text between two documents. I used porter stemming, windowing, and make it save to file. I built the GUI in Java. This project was so successful that a competitor quickly added similar features and Dr. Hilton III published papers on results he discovered when using it.
https://github.com/bean5/nlp-paraphrase-detector

gh-pages java ml nlp nlp-machine-learning paraphrase-detection paraphrase-identification

Last synced: 26 days ago
JSON representation

I built this to automate discovery of common text between two documents. I used porter stemming, windowing, and make it save to file. I built the GUI in Java. This project was so successful that a competitor quickly added similar features and Dr. Hilton III published papers on results he discovered when using it.

Awesome Lists containing this project

README

        

If you do not want to compile this yourself, you can go to downloads (https://github.com/bean5/paraphraseDetector/downloads).

If you want to compile all this yourself, feel free to use the source code.