Αποτελέσματα Αναζήτησης
8 Ιουλ 2020 · PyDictionary is a Dictionary Module for Python 2/3 to get meanings, translations, synonyms and Antonyms of words. It uses WordNet for getting meanings, Google for translations, and synonym.com for getting synonyms and antonyms.
PyDictionary is a module for Python 2.x and Python 3.x that queries synonym.com for the synonyms and antonyms of a word. It does have some capabilities to translate words via Google Translations and obtain the definition of a word.
18 Οκτ 2021 · PyMultiDictionary is a dictionary module for Python 3+ to get meanings, translations, synonyms and antonyms of words in 20 different languages. It uses educalingo.com, synonym.com, and WordNet for getting meanings, translations, synonyms, and antonyms.
PyMultiDictionary is a dictionary module for Python 3+ to get meanings, translations, synonyms and antonyms of words in 20 different languages. It uses educalingo.com, synonym.com, and WordNet for getting meanings, translations, synonyms, and antonyms.
Offline database of synonyms/thesaurus. Contribute to zaibacu/thesaurus development by creating an account on GitHub.
26 Δεκ 2022 · PyMultiDictionary is a Dictionary Module for Python 3+ to get meanings, translations, synonyms and antonyms of words in 20 different languages. Pablo Pizarro R. Last update: Dec 26, 2022.
Any idea on how to retrieve the complete list of synonyms for a word? and besides WordNet, are they any other recommended lexical databases for synonym generation that can be used with python? Thanks.