ReportAnalysis

A package for analyzing reports using NLTK


Keywords
nltk, report, analysis
License
MIT
Install
pip install ReportAnalysis==0.2

Documentation

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.