All Projects → demian-wolf → ReversoAPI

demian-wolf / ReversoAPI

Licence: MIT license
Reverso API wrapper for Python

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to ReversoAPI

korean-dict-nikl
국립국어원 사전 / FOSS Korean dictionary by National Institute of Korean Language
Stars: ✭ 71 (+82.05%)
Mutual labels:  dictionary
Spell4Wiki
Spell4Wiki is a mobile application to record and upload audio for Wiktionary words to Wikimedia commons. Also act as a Wiki-Dictionary.
Stars: ✭ 17 (-56.41%)
Mutual labels:  dictionary
poet-assistant
Android app with rhyming dictionary, thesaurus, and dictionary, with text-to-speech functionality to read your poem.
Stars: ✭ 64 (+64.1%)
Mutual labels:  dictionary
pystardict
Library for manipulating StarDict dictionaries from within Python
Stars: ✭ 90 (+130.77%)
Mutual labels:  dictionary
csv2plist.py
Convert a .csv to .plist array for usage with iOS / OSX app development
Stars: ✭ 29 (-25.64%)
Mutual labels:  dictionary
strongs-dictionary-xml
Strong's Greek Dictionary in XML with real Greek
Stars: ✭ 65 (+66.67%)
Mutual labels:  dictionary
Dictionary
A dictionary data type with a fast b-tree based search
Stars: ✭ 39 (+0%)
Mutual labels:  dictionary
sentiment analysis dict
sentiment analysis、情感分析、文本分类、基于字典、python、classification
Stars: ✭ 111 (+184.62%)
Mutual labels:  dictionary
dic-nico-intersection-pixiv
ニコニコ大百科とピクシブ百科事典の共通部分のIME辞書
Stars: ✭ 49 (+25.64%)
Mutual labels:  dictionary
wn
A modern, interlingual wordnet interface for Python
Stars: ✭ 119 (+205.13%)
Mutual labels:  dictionary
aot
Russian morphology for Java
Stars: ✭ 41 (+5.13%)
Mutual labels:  dictionary
EN-FA-CS-Dictionary
💬 An English-Persian Dictionary of Computer Science and Artificial Intelligence
Stars: ✭ 97 (+148.72%)
Mutual labels:  dictionary
Translator
Translator for Elementary OS
Stars: ✭ 13 (-66.67%)
Mutual labels:  dictionary
bing dictionary
Bing comand line dictionary
Stars: ✭ 25 (-35.9%)
Mutual labels:  dictionary
kictor
A dictionary based on the console, 一个基于控制台的词典工具
Stars: ✭ 15 (-61.54%)
Mutual labels:  dictionary
jyut-dict
A free, open-source, offline Cantonese Dictionary for Windows, Mac, and Linux. Qt, SQLite. C++ and Python.
Stars: ✭ 67 (+71.79%)
Mutual labels:  dictionary
priority-queue-dictionary
A Pythonic indexed priority queue
Stars: ✭ 74 (+89.74%)
Mutual labels:  dictionary
MouseTooltipTranslator
chrome extension - When mouse hover on text, it shows translated tooltip using google translate
Stars: ✭ 93 (+138.46%)
Mutual labels:  dictionary
nushu-script.github.io
Online Nushu Dictionary | 𛇥𛉹𛆁𛈬𛈤𛉸 | 在线女书字典
Stars: ✭ 26 (-33.33%)
Mutual labels:  dictionary
myG2P
Myanmar (Burmese) Language Grapheme to Phoneme (myG2P) Conversion Dictionary for speech recognition (ASR) and speech synthesis (TTS).
Stars: ✭ 43 (+10.26%)
Mutual labels:  dictionary

Reverso-API

A Pythonic wrapper around Reverso's (reverso.net) API.

About Reverso services

Reverso is a really powerful tool for foreign languages learners. It provides many different services, including but not limited to these:

  • Context — translates words and complex phrases with usage examples
  • Conjugator — verb conjugator
  • Dictionary — a dictionary (both definitions and translations to other languages)
  • Spell Checker — a spell checker
  • Translation — a translator that supports sentences, words and phrases

Another great feature of this website is its own text-to-speech engine for plenty of languages. (Reverso Voice; here is an example of text, spoken by it).

About this wrapper

Currently, Context and Voice services are supported.

Contributing

I keep working on this project, adding new features and fixing bugs every couple of weeks. If you want to help me, file/respond to an issue or create a PR request! Any contributions would be greatly appreciated!

Getting started

Installation

You have to install the package via pip. Just type this in the terminal/command line:

pip install reverso-api

Docs

Docs are not ready yet.

Examples

There are some usage examples to help you figure out how to use this library. You can find them in the examples project directory.

Keep in mind that examples with text-to-speech require pygame to work!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].