By signing up, you agree to our Terms of Service and Privacy Policy.
SYSTRAN NLP API can be easily used with any major programming languages: Node.js, Java, Ruby, Python.
Use our client libraries to integrate SYSTRAN NLP API into your development project.
Our Java client library repo is hosted on GitHub, clone it into your development project and run the example with:
git clone https://github.com/SYSTRAN/nlp-api-java-client.git
cd nlp-api-java-client
echo YOUR_API_KEY > apiKey.txt
mvn compile
mvn test
Our Python client library repo is hosted on GitHub, clone it into your development project and run the example with:
git clone https://github.com/SYSTRAN/nlp-api-python-client.git
cd nlp-api-python-client
echo YOUR_API_KEY > api_key.txt
python setup.py install
pip install nose
nosetests -v tests/
Our Node.js client library repo is hosted on GitHub, clone it into your development project and run the example with:
git clone https://github.com/SYSTRAN/nlp-api-node-client.git
cd nlp-api-node-client
npm install
echo YOUR_API_KEY > apiKey.txt
node tests.js
Our Ruby client library repo is hosted on GitHub, clone it into your development project and run the example with:
git clone https://github.com/SYSTRAN/nlp-api-ruby-client.git
cd nlp-api-ruby-client
bundle install
echo YOUR_API_KEY > apiKey.txt
rspec spec/nlpApiClient_spec.rb
Our Perl client library repo is hosted on GitHub, clone it into your development project and run the example with:
git clone https://github.com/SYSTRAN/nlp-api-perl-client.git
cd nlp-api-perl-client
echo YOUR_API_KEY > apiKey.txt
perl tests.pl
Our PHP client library repo is hosted on GitHub, clone it into your development project and run the example with:
git clone https://github.com/SYSTRAN/nlp-api-php-client.git
cd nlp-api-php-client
echo YOUR_API_KEY > apiKey.txt
php tests.php
Our C# client library repo is hosted on GitHub, download and integrate it into your development project.
Our Android OS client library repo is hosted on GitHub, download and integrate it into your development project.
Our Objective C client library repo is hosted on GitHub, download and integrate it into your development project.