All Projects → SYSTRAN → Multimodal Api Python Client

SYSTRAN / Multimodal Api Python Client

Licence: apache-2.0
SYSTRAN Platform - Multimodal - Python Client Library

Programming Languages

python
139335 projects - #7 most used programming language

Systran Multimodal Python Client Library.

This is a Python implementation of the Systran Multimodal Client Library.

Requirements.

Python 2.7 and later.

Setuptools

You can install the bindings via Setuptools.

python setup.py install

Tests

You can run the tests in the current python platform using nosetests:

// Copy your api key into "api_key.txt" file
$ echo YOUR_API_KEY > api_key.txt
$ pip install nose
$ nosetests -v tests/
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].