Metadata-Version: 2.1
Name: steadynlp
Version: 0.0.2
Summary: A collection of simple NLP focused functions to support your main projects
Home-page: https://github.com/jaotheboss/Hermione
Author: Teo Jao Ming
Author-email: jaomingteo@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/jaotheboss/Hermione/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: spacy
Requires-Dist: networkx
Requires-Dist: sentence-transformers
Requires-Dist: scikit-learn
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: nltk
Requires-Dist: flask

# Hermione

A collection of NLP focused functions that supports my main projects

## Tasks:

### 1. Text Ranking
- Word Ranking: Input a text and get back a ranking of words based on Google's PageRank algorithm
- Sentence Ranking: Input a text and get back a ranking of sentences based on Google's PageRank algorithm

