Skip to main content

Classifies text as 'Fiction' or 'Non-Fiction'.

Project description

Fictometer

Description

Fictometer is an algorithm for analysing whether the given text is Fiction or Non-Fiction. It first calculates the number of adverbs, adjectives and pronouns in the text. It then calculates Ratio of Adjective to Pronoun RADJPRON and Ratio of Adverb to Adjective RADVADJ, from which it predicts whether text is Fiction or Non-Fiction.

Blog Link: 🔗LINK

Installation

pip install Fictometer

Usage

import Fictometer

text = "your_text"

pc = Fictometer.counts(text)
// returs the count of ```adjectives```, ```adverbs``` and ```pronouns```

result = Fictometer.predict(text)
// Uses counts(), then calculates RADJPRON and RADVADJ, and returns a tuple having 'result' and 'confidence'.

Fictometer.help()
// Shows how to use the package

Contact

email - atmabodha@gmail.com

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

fictometer-0.2.5.tar.gz (4.4 kB view hashes)

Uploaded Source

Built Distribution

Fictometer-0.2.5-py3-none-any.whl (4.4 kB 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