Thesaurus Searcher
- Year: 2023
- Language: Python
- Functionality: Command-line and GUI tool for synonym search
Thesaurus Searcher is a Python command-line and GUI tool that allows users to search for synonyms of a given word. It fetches data from an online thesaurus and provides a list of synonyms based on user input.
- Search for synonyms of a word based on its part-of-speech (noun, verb, adjective, or adverb).
- Include or exclude informal and vulgar synonyms based on user preferences.
- Set a minimum similarity score for synonyms to be included in the results.
- Optionally display additional information for each synonym, including similarity, informality, and vulgarity.
- Provides a command-line interface for quick synonym searches.
- Offers a user-friendly GUI interface for a more interactive experience.