-
-
Notifications
You must be signed in to change notification settings - Fork 1
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.
bean5/nlp-paraphrase-detector
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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.
About
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.