Metadata-Version: 2.1
Name: IntrinsicAnalysis
Version: 0.0.1
Summary: Intrinsic analysis package
Home-page: https://github.com/arianasatryan/IntrinsicAnalysis.git
Author: Ariana Asatryan, Tsolak Ghukasyan, Yeva Yeshilbashian
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: POSIX :: Linux
Description-Content-Type: text/markdown
Requires-Dist: googledrivedownloader (==0.4)
Requires-Dist: stanza (>=1.0.1")
Requires-Dist: spacy-udpipe (>=0.3.1)
Requires-Dist: nltk
Requires-Dist: scikit-learn

# 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](https://pip.pypa.io/en/stable/) to install IntrinsicAnalysis.

```bash
pip install IntrinsicAnalysis
```

## Usage
To use library import _analyse_paragraphs_ as follows:
```python
from IntrinsicAnalysis.analyse import analyse_paragraphs
```
As input _analyse_paragraphs_ takes list of strings(paragraphs) of entire document and returns suspicious paragraphs.
```python
analyse_paragraphs(paragraphs)
```

## License
[MIT](https://choosealicense.com/licenses/mit/)

