Metadata-Version: 2.2
Name: asro_preprocessing
Version: 0.1.1
Summary: Library untuk preprocessing teks bahasa Indonesia.
Home-page: https://github.com/asroharun6/asro_preprocessing
Author: Asro
Author-email: asro@raharja.info
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
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: license
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Asro Preprocessing

Library untuk preprocessing teks bahasa Indonesia, mencakup:

- Case folding (mengubah teks menjadi huruf kecil).
- Pembersihan teks dari URL, tanda baca, angka, dan lainnya.
- Tokenisasi teks menjadi daftar kata.
- Penghapusan stopwords bawaan library.
- Normalisasi kata tidak baku ke kata baku dengan kamus bawaan.
- Penghapusan duplikat berdasarkan teks yang telah diproses.

## Instalasi

Instal library melalui PyPI:

```bash
pip install asro_preprocessing
```
