Skip to main content

API for natural language processing.

Project description

License pypi Version

This package provides a Python interface for Texterra API. Texterra is a toolkit for natural language processing and knowledge base utilization, developed by a team of researchers at the Ivannikov Institute for System Programming.

See https://texterra.ispras.ru for more information about Texterra project.

Features

  • Language detection

  • Tokenization

  • Lemmatization

  • Sentence boundary detection

  • Part-of-speech tagging

  • Named entity recognition

  • Labelled dependency parsing

  • Term disambiguation

  • Key concepts extraction

  • Subjectivity detection

  • Sentiment analysis

  • Spelling correction

Currently, 2 languages are supported: English and Russian.

Installation

To install this SDK run:

python setup.py install

or you can install using pip:

pip install texterra

Documentation

You can use pydoc to get help on the package:

pydoc texterra

and check the documentation of methods:

pydoc texterra.api

Usage

To use Texterra API in your project, you first need to get an API key here. Then, import the package and use your API key to create an access object:

import texterra
t = texterra.API('YOURKEY')

To access different tools, simply call the corresponding method:

tags = t.pos_tagging('Hello World')

Methods also accept iterables:

tagged_sents = t.pos_tagging(['Flat is better than nested.', 'Now is better than never.'])

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

texterra-1.0.1.tar.gz (13.9 kB view details)

Uploaded Source

Built Distribution

texterra-1.0.1-py2.py3-none-any.whl (20.9 kB view details)

Uploaded Python 2Python 3

File details

Details for the file texterra-1.0.1.tar.gz.

File metadata

  • Download URL: texterra-1.0.1.tar.gz
  • Upload date:
  • Size: 13.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for texterra-1.0.1.tar.gz
Algorithm Hash digest
SHA256 fe62a59f488c8137b0eb81e1eebb20baec32b880f702cea6d1167baa9925e737
MD5 dc4af88e8d4f1211f9bc50b71a1f4ee1
BLAKE2b-256 8a6a8650a5806514fc65a73b3625882e931be154a1067c298731c793f47cba4d

See more details on using hashes here.

File details

Details for the file texterra-1.0.1-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for texterra-1.0.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 105029fb61d4a82a6262f34604cea1eb6e794dfdaa7c16920502e1c30622214b
MD5 9e95673df6c0400ed476450d972c3a34
BLAKE2b-256 59ca88dfca18f705aff40309d0af6e512e8fc1a9c51b7befa4a01440ef97d25d

See more details on using hashes here.

Supported by

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