https://github.com/ssomnath/gre_wordlookup
Tool for looking up thesaurus entries for multiple words
https://github.com/ssomnath/gre_wordlookup
gre gui java parallel thesaurus words
Last synced: 8 months ago
JSON representation
Tool for looking up thesaurus entries for multiple words
- Host: GitHub
- URL: https://github.com/ssomnath/gre_wordlookup
- Owner: ssomnath
- License: gpl-2.0
- Created: 2015-11-02T14:30:55.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-06-22T13:24:36.000Z (over 8 years ago)
- Last Synced: 2024-12-27T15:42:35.523Z (10 months ago)
- Topics: gre, gui, java, parallel, thesaurus, words
- Language: Java
- Homepage:
- Size: 209 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GRE_WordLookup
A very simple java project that looks up the meanings, synonyms, antonyms, example sentences with word usage for a list of provided words.
The user selects if the the output is to be written into an html file, a spreadsheet, or other output formats.This package can serve as a good class project for undergraduate students in computer science as an alternative to the banking and dating projects that are discarded soon after the completion of the class. Students can begin to re-se this project within a few months / year for the GRE exam they may need to take up.
I developed this package because as I was studying for the GRE, I would come up with several words I did not understand when taking up practice tests.
Upon completion of each practice test, I would compile a list of words I wanted to learn and provide it to this package.I developed this package before GitHub existed and only recently re-discovered it in my hard drive.
I have gone through other GitHub GRE vocabulary building projects and I feel that this approach is unique and can be integrated with a flash-card / quizzing package.
Incidentally, I remember building these features into the package but did not have time to complete them.