{ "info": { "author": "", "author_email": "", "bugtrack_url": null, "classifiers": [], "description": "# cloudmersive_nlp_api_client\nThe powerful Natural Language Processing APIs let you perform part of speech tagging, entity identification, sentence parsing, and much more to help you understand the meaning of unstructured text.\n\nThis Python package provides a native API client for [Cloudmersive NLP](https://www.cloudmersive.com/nlp-api)\n\n- API version: v1\n- Package version: 2.0.2\n- Build package: io.swagger.codegen.languages.PythonClientCodegen\n\n## Requirements.\n\nPython 2.7 and 3.4+\n\n## Installation & Usage\n### pip install\n\nIf the python package is hosted on Github, you can install directly from Github\n\n```sh\npip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git\n```\n(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git`)\n\nThen import the package:\n```python\nimport cloudmersive_nlp_api_client \n```\n\n### Setuptools\n\nInstall via [Setuptools](http://pypi.python.org/pypi/setuptools).\n\n```sh\npython setup.py install --user\n```\n(or `sudo python setup.py install` to install the package for all users)\n\nThen import the package:\n```python\nimport cloudmersive_nlp_api_client\n```\n\n## Getting Started\n\nPlease follow the [installation procedure](#installation--usage) and then run the following:\n\n```python\nfrom __future__ import print_function\nimport time\nimport cloudmersive_nlp_api_client\nfrom cloudmersive_nlp_api_client.rest import ApiException\nfrom pprint import pprint\n\n# Configure API key authorization: Apikey\nconfiguration = cloudmersive_nlp_api_client.Configuration()\nconfiguration.api_key['Apikey'] = 'YOUR_API_KEY'\n# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed\n# configuration.api_key_prefix['Apikey'] = 'Bearer'\n\n# create an instance of the API class\napi_instance = cloudmersive_nlp_api_client.ExtractEntitiesStringApi(cloudmersive_nlp_api_client.ApiClient(configuration))\nvalue = 'value_example' # str | Input string\n\ntry:\n # Extract entities from string\n api_response = api_instance.extract_entities_string_post(value)\n pprint(api_response)\nexcept ApiException as e:\n print(\"Exception when calling ExtractEntitiesStringApi->extract_entities_string_post: %s\\n\" % e)\n\n```\n\n## Documentation for API Endpoints\n\nAll URIs are relative to *https://api.cloudmersive.com*\n\nClass | Method | HTTP request | Description\n------------ | ------------- | ------------- | -------------\n*ExtractEntitiesStringApi* | [**extract_entities_string_post**](docs/ExtractEntitiesStringApi.md#extract_entities_string_post) | **POST** /nlp/ExtractEntitiesString | Extract entities from string\n*LanguageDetectionApi* | [**language_detection_post**](docs/LanguageDetectionApi.md#language_detection_post) | **POST** /nlp/language/detect | Detect language of text\n*ParseStringApi* | [**parse_string_post**](docs/ParseStringApi.md#parse_string_post) | **POST** /nlp/ParseString | Parse string to syntax tree\n*PosTaggerJsonApi* | [**pos_tagger_json_post**](docs/PosTaggerJsonApi.md#pos_tagger_json_post) | **POST** /nlp/PosTaggerJson | Part-of-speech tag a string\n*PosTaggerStringApi* | [**pos_tagger_string_post**](docs/PosTaggerStringApi.md#pos_tagger_string_post) | **POST** /nlp/PosTaggerString | Part-of-speech tag a string\n*SentencesApi* | [**sentences_post**](docs/SentencesApi.md#sentences_post) | **POST** /nlp/get/sentences/string | Extract sentences from string\n*SpellCheckApi* | [**spell_check_check_json**](docs/SpellCheckApi.md#spell_check_check_json) | **POST** /nlp/spellcheck/check/word/json | Spell check word\n*SpellCheckApi* | [**spell_check_check_sentence_json**](docs/SpellCheckApi.md#spell_check_check_sentence_json) | **POST** /nlp/spellcheck/check/sentence/json | Check if sentence is spelled correctly\n*SpellCheckApi* | [**spell_check_check_sentence_string**](docs/SpellCheckApi.md#spell_check_check_sentence_string) | **POST** /nlp/spellcheck/check/sentence/string | Spell check a sentence\n*SpellCheckApi* | [**spell_check_correct**](docs/SpellCheckApi.md#spell_check_correct) | **POST** /nlp/spellcheck/correct/word/string | Find spelling corrections\n*SpellCheckApi* | [**spell_check_correct_json**](docs/SpellCheckApi.md#spell_check_correct_json) | **POST** /nlp/spellcheck/correct/word/json | Find spelling corrections\n*SpellCheckApi* | [**spell_check_post**](docs/SpellCheckApi.md#spell_check_post) | **POST** /nlp/spellcheck/check/word/string | Spell check a word\n*WordsApi* | [**words_adjectives**](docs/WordsApi.md#words_adjectives) | **POST** /nlp/get/words/adjectives/string | Get adjectives in string\n*WordsApi* | [**words_adverbs**](docs/WordsApi.md#words_adverbs) | **POST** /nlp/get/words/adverbs/string | Get adverbs in input string\n*WordsApi* | [**words_get_words_json**](docs/WordsApi.md#words_get_words_json) | **POST** /nlp/get/words/json | Get words in input string (JSON)\n*WordsApi* | [**words_get_words_string**](docs/WordsApi.md#words_get_words_string) | **POST** /nlp/get/words/string | Get words from string\n*WordsApi* | [**words_nouns**](docs/WordsApi.md#words_nouns) | **POST** /nlp/get/words/nouns/string | Get nouns in string\n*WordsApi* | [**words_post**](docs/WordsApi.md#words_post) | **POST** /nlp/get/words/verbs/string | Get the verbs in a string\n*WordsApi* | [**words_pronouns**](docs/WordsApi.md#words_pronouns) | **POST** /nlp/get/words/pronouns/string | Returns all pronounts in string\n*WordsApi* | [**words_proper_nouns**](docs/WordsApi.md#words_proper_nouns) | **POST** /nlp/get/words/properNouns/string | Get proper nouns in a string\n\n\n## Documentation For Models\n\n - [CheckJsonResponse](docs/CheckJsonResponse.md)\n - [CheckSentenceJsonResponse](docs/CheckSentenceJsonResponse.md)\n - [CorrectJsonResponse](docs/CorrectJsonResponse.md)\n - [CorrectWordInSentenceJsonResponse](docs/CorrectWordInSentenceJsonResponse.md)\n - [GetWordsJsonResponse](docs/GetWordsJsonResponse.md)\n - [LanguageDetectionResponse](docs/LanguageDetectionResponse.md)\n - [PosRequest](docs/PosRequest.md)\n - [PosResponse](docs/PosResponse.md)\n - [PosSentence](docs/PosSentence.md)\n - [PosTaggedWord](docs/PosTaggedWord.md)\n - [WordPosition](docs/WordPosition.md)\n\n\n## Documentation For Authorization\n\n\n## Apikey\n\n- **Type**: API key\n- **API key parameter name**: Apikey\n- **Location**: HTTP header\n\n\n## Author", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://www.cloudmersive.com/nlp-api", "keywords": "Swagger,nlpapi", "license": "", "maintainer": "", "maintainer_email": "", "name": "cloudmersive-nlp-api-client", "package_url": "https://pypi.org/project/cloudmersive-nlp-api-client/", "platform": "", "project_url": "https://pypi.org/project/cloudmersive-nlp-api-client/", "project_urls": { "Homepage": "https://www.cloudmersive.com/nlp-api" }, "release_url": "https://pypi.org/project/cloudmersive-nlp-api-client/2.0.2/", "requires_dist": null, "requires_python": "", "summary": "nlpapi", "version": "2.0.2" }, "last_serial": 5772310, "releases": { "2.0.2": [ { "comment_text": "", "digests": { "md5": "9a95dd10550850cd8a9854949e1c93b8", "sha256": "f0061629090e04ad9ad4d29be6f415734c77b3215ab3f5d7510c988fcb3e6321" }, "downloads": -1, "filename": "cloudmersive_nlp_api_client-2.0.2.tar.gz", "has_sig": false, "md5_digest": "9a95dd10550850cd8a9854949e1c93b8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23128, "upload_time": "2019-09-02T19:39:00", "url": "https://files.pythonhosted.org/packages/4f/7f/aa5f00acbc7bf2c47c8fbf703d129f90479a6e5a0a3ec8ddf86c4a0efdfd/cloudmersive_nlp_api_client-2.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9a95dd10550850cd8a9854949e1c93b8", "sha256": "f0061629090e04ad9ad4d29be6f415734c77b3215ab3f5d7510c988fcb3e6321" }, "downloads": -1, "filename": "cloudmersive_nlp_api_client-2.0.2.tar.gz", "has_sig": false, "md5_digest": "9a95dd10550850cd8a9854949e1c93b8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23128, "upload_time": "2019-09-02T19:39:00", "url": "https://files.pythonhosted.org/packages/4f/7f/aa5f00acbc7bf2c47c8fbf703d129f90479a6e5a0a3ec8ddf86c4a0efdfd/cloudmersive_nlp_api_client-2.0.2.tar.gz" } ] }