Skip to main content

Python SDK for Neticle Text Analysis API

Project description

Who we are

Neticle's proprietary sentiment and semantic analysis technology works with outstanding human-level precision. We know how to get insights automatically from texts and we build products and services applying this technology.

About this package

Neticle Text Analysis provides market leading, humanly accurate sentiment and semantic analysis toolkits for in-house corporate use. Or are you looking for NLP (natural language processing)? Yes, that's what we do.

Getting Started

This package was meant to use with Neticle's Text Analysis API. For further information please visit the project's home page.

Start with importing the package into your project:

from textanalysis_python_sdk import NeticleException, TextAnalysis

After this you can easily use the API with the following code snippet:

textAnalysisApi = TextAnalysis(token='REPLACE-WITH-YOUR-TOKEN')
neticleTextAnalysisAnswer = None
try:
    neticleTextAnalysisAnswer = textAnalysisApi.getTextAnalyzed(language='en',
        input='This is a very good example text.')
except NeticleException as e:
    print('Something went wrong while getting the answer from Neticle Text Analysis API! The error message is: ' + str(e))

# Few example methods:
print('The provided text decorated with HTML spans around recognized entities, synonyms and phrases: ' + neticleTextAnalysisAnswer.getFullHTMLText())
print('The overall sentiment score (opinion index) calculated from the provided text: ' + neticleTextAnalysisAnswer.getOpinionIndex())
# For a detailed description of provided methods please refer to the TextAnalysisAnswer class's documentation.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

neticle-textanalysis-api-sdk-3.0.0.tar.gz (6.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

neticle_textanalysis_api_sdk-3.0.0-py3-none-any.whl (9.9 kB view details)

Uploaded Python 3

File details

Details for the file neticle-textanalysis-api-sdk-3.0.0.tar.gz.

File metadata

  • Download URL: neticle-textanalysis-api-sdk-3.0.0.tar.gz
  • Upload date:
  • Size: 6.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/3.7.5

File hashes

Hashes for neticle-textanalysis-api-sdk-3.0.0.tar.gz
Algorithm Hash digest
SHA256 f5621b01efe1073988061ba952f061df7063f23a7b39c8fd175596838a75773d
MD5 ca2a1d20184369ed1812dd6a05a67193
BLAKE2b-256 115546db23875e871e7974d07674b0a753ad35a97b88f411d173d28f7ad7b319

See more details on using hashes here.

File details

Details for the file neticle_textanalysis_api_sdk-3.0.0-py3-none-any.whl.

File metadata

  • Download URL: neticle_textanalysis_api_sdk-3.0.0-py3-none-any.whl
  • Upload date:
  • Size: 9.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/3.7.5

File hashes

Hashes for neticle_textanalysis_api_sdk-3.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 70525e0b59c3575d9aa623d47720acd2ab66c2c458d042c3b3c99a7a6c388f90
MD5 efbbd1216f2f4389aa3fab3be18ffaed
BLAKE2b-256 19dfc0710a4e144cc2e2922cc198ffd8c1a999fa677471743af0ea249552108b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page