Reverso-API

Reverso.net API for Python


Keywords
REVERSO, REVERSO-CONTEXT, CONTEXT, REVERSO-VOICE, VOICE, REVERSO-API, API, WRAPPER, PYTHON, translation, languages
License
MIT
Install
pip install Reverso-API==0.0.1b3

Documentation

Reverso-API

What's this?

This is a wrapper around Reverso's (reverso.net) API for Python.

What is Reverso?

Reverso is a pretty powerful and useful tool for those who learn foreign languages. It consists of such sub-apps:

  • Context -- translation of words and complex phrases with usage examples provided.
  • Conjugator -- a verb conjugator.
  • Dictionary -- a dictionary (both definitions and translations to other languages).
  • Spell Checker -- a spell checker.
  • Translation -- a translator which supports sentences, apart from words and phrases.
  • and others

It also has a pretty good "Say" feature for various languages (Reverso Voice; here is an example of text, spoken by it).

Features

Currently, the wrapper provides Reverso Context API and Reverso Voice API.

Getting started

Installation

First, install the package with pip. Just type this in the terminal/command-line:

pip install reverso-api

Docs

Docs are not ready yet. However, there is a draft in the docs project directory.

Examples

In addition there are several examples that can help you to figure out how to use this library. You can find them in the examples project directory.

Note that examples that have speaking feature require pygame to work.