Skip to content

Utilizes Natural Language Processing (NLP) to register user-given files containing text and analyze attributes of the text to create informative visualizations

Notifications You must be signed in to change notification settings

MiaHuebscher/Reusable-NLP-Library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This reusable library makes use of Natural Language Processing (NLP) to read in user-given files containing text and create visualizations to highlight the data within the text. For each file given, this library analyzes the file’s text to extract data on word frequency, sentiment, average word length, number of words, and n-gram frequency (the value of n is determined by the user). Upon request, the library can then create six different visualizations illustrating the data collected.

To see a demonstration of the functionality of this library, run reusable_nlp_app.py
To utilize this library, import the AnalyzeText class from the resuable_nlp.py file

About

Utilizes Natural Language Processing (NLP) to register user-given files containing text and analyze attributes of the text to create informative visualizations

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages