Metadata-Version: 2.2
Name: AsroNLP
Version: 0.1.3
Summary: A Python library for text preprocessing, stemming, and sentiment analysis in Bahasa Indonesia.
Home-page: https://github.com/asroharun6/AsroNLP
Author: Asro
Author-email: asro@raharja.info
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas
Requires-Dist: nltk
Requires-Dist: openpyxl
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

```
# AsroNLP

AsroNLP is a comprehensive Python library designed for text preprocessing, stemming, and sentiment analysis, specifically tailored for Bahasa Indonesia.

## Features

- **Text Cleaning**: Removes unnecessary characters and formats text.
- **Tokenization**: Splits text into individual words or tokens.
- **Stopword Removal**: Filters out common words that may not be useful in analysis.
- **Text Normalization**: Converts words to their base or root form.
- **Stemming**: Reduces words to their stem forms.
- **Sentiment Analysis**: Analyzes text to determine the sentiment as positive, negative, or neutral.

## Installation

To install AsroNLP, run the following command:

```bash
pip install AsroNLP==0.1.3

```
