Skip to content

bappy-3/ReportAnalysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReportAnalysis

ReportAnalysis

ReportAnalysis is a Python package for analyzing sentiment of a given report using the Natural Language Toolkit (nltk) library.

Installation

You can install ReportAnalysis using pip: pip install ReportAnalysis

Usage

from report_analysis.analyzer import analyze_report

text = input("Write the report here: ")

analyze_report(text)

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages