PHPackages                             cloudmersive/cloudmersive\_nlp\_api\_client - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. cloudmersive/cloudmersive\_nlp\_api\_client

ActiveLibrary[API Development](/categories/api)

cloudmersive/cloudmersive\_nlp\_api\_client
===========================================

2.1.0(6y ago)142[2 PRs](https://github.com/Cloudmersive/Cloudmersive.APIClient.PHP.NLP/pulls)proprietaryPHPPHP &gt;=5.5

Since Aug 6Pushed 3y agoCompare

[ Source](https://github.com/Cloudmersive/Cloudmersive.APIClient.PHP.NLP)[ Packagist](https://packagist.org/packages/cloudmersive/cloudmersive_nlp_api_client)[ Docs](https://cloudmersive.com)[ RSS](/packages/cloudmersive-cloudmersive-nlp-api-client/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (10)Dependencies (4)Versions (15)Used By (0)

cloudmersive\_nlp\_api\_client
==============================

[](#cloudmersive_nlp_api_client)

The powerful Natural Language Processing APIs (v2) let you perform part of speech tagging, entity identification, sentence parsing, and much more to help you understand the meaning of unstructured text.

[Cloudmersive NLP API](https://www.cloudmersive.com/nlp-api) provides advanced machine learning-based natural language processing to detect language, sentiment, meaning and intent of text content.

- API version: v1
- Package version: 2.1.0

Requirements
------------

[](#requirements)

PHP 5.5 and later

Installation &amp; Usage
------------------------

[](#installation--usage)

### Composer

[](#composer)

To install the bindings via [Composer](http://getcomposer.org/), add the following to `composer.json`:

```
{
  "repositories": [
    {
      "type": "git",
      "url": "https://github.com/cloudmersive/cloudmersive_nlp_api_client.git"
    }
  ],
  "require": {
    "cloudmersive/cloudmersive_nlp_api_client": "*@dev"
  }
}

```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
    require_once('/path/to/cloudmersive_nlp_api_client/vendor/autoload.php');
```

Tests
-----

[](#tests)

To run the unit tests:

```
composer install
./vendor/bin/phpunit

```

Getting Started
---------------

[](#getting-started)

Please follow the [installation procedure](#installation--usage) and then run the following:

```
