Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 551 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 551 Bytes

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