Skip to main content

Intrinsic analysis package

Project description

IntrinsicAnalysis

IntrinsicAnalysis is a Python library for intrinsic analysis within one document for Armenian texts. It uses stylometric features analysis to find suspicious fragments.

Installation

Use the package manager pip to install IntrinsicAnalysis.

pip install IntrinsicAnalysis

Usage

To use library import analyse_paragraphs as follows:

from IntrinsicAnalysis.analyse import analyse_paragraphs

As input analyse_paragraphs takes list of strings(paragraphs) of entire document and returns suspicious paragraphs.

analyse_paragraphs(paragraphs)

Returns a list of tuples. Each of them has corresponding paragraph as the first element and boolean (whether that paragraph is considered suspicious) as the second element.

License

MIT

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

IntrinsicAnalysis-0.0.3.tar.gz (16.3 MB view hashes)

Uploaded Source

Built Distribution

IntrinsicAnalysis-0.0.3-py3-none-any.whl (16.9 MB view hashes)

Uploaded Python 3

Supported by

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