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.
- Host: GitHub
- URL: https://github.com/bean5/nlp-paraphrase-detector
- Owner: bean5
- Created: 2012-11-13T00:28:54.000Z (over 12 years ago)
- Default Branch: main
- Last Pushed: 2024-08-13T18:57:53.000Z (9 months ago)
- Last Synced: 2025-03-30T04:11:15.680Z (about 2 months ago)
- Topics: gh-pages, java, ml, nlp, nlp-machine-learning, paraphrase-detection, paraphrase-identification
- Language: Java
- Homepage: http://bean5.github.io/nlp-paraphrase-detector/
- Size: 6.37 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: readme.txt
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.