Skip to content

Paraphrasing tool reads in any text file and generates a new file by replacing original content with matching synonyms.

Notifications You must be signed in to change notification settings

gutty333/Paraphrasing-Tool

Repository files navigation

Paraphrasing-Tool

Paraphrasing tool that takes in any text file and generates a new file by replacing original content with matching synonyms.
Users can change the threshold which determines how much influence the tool will have on the original text.
By default the program will only analyze words that have a length of more than 4 characters.

Performance was improved by about 60% from original implementation, due to introducing Java Concurrency and Hash Table DataStructure. Jsoup was utitlized for extracting data from thesaurus.com

About

Paraphrasing tool reads in any text file and generates a new file by replacing original content with matching synonyms.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages