Metadata-Version: 2.1
Name: faKy
Version: 1.3.1
Summary: Your library description
Author: Sandro Barres Hamers
Author-email: sbarreshamers@gmail.com
Description-Content-Type: text/markdown
Requires-Dist: numpy (==1.24.2)
Requires-Dist: spacy (==2.3.9)
Requires-Dist: pandas (==1.3.4)
Requires-Dist: spacy-readability (==1.4.1)
Requires-Dist: nltk (==3.7)
Requires-Dist: vaderSentiment (==3.3.2)
Provides-Extra: vader
Requires-Dist: vaderSentiment ; extra == 'vader'

# faKy

This library provides functionality for analyzing text using various techniques and models. It includes functions for calculating readability scores, sentiment analysis using VADER, counting named entities, analyzing part-of-speech tags, and more.

## Installation

To use this library, you need to have the following dependencies installed:

- pandas
- numpy
- sys
- gzip
- spacy
- spacy-readability
- nltk
- vaderSentiment

You can install the required dependencies using pip:

