Skip to content

Latest commit

 

History

History
25 lines (12 loc) · 465 Bytes

README.md

File metadata and controls

25 lines (12 loc) · 465 Bytes

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.