Library untuk analisis statistik teks Bahasa Indonesia
Project description
textstat id
Library untuk analisis statistik teks Bahasa Indonesia.
Instalasi
pip install textstat_id
Usage Example
import textstat_id
# Analisis teks
teks = "Saya sedang belajar membuat library Python untuk analisis teks Bahasa Indonesia."
hasil = textstat_id.analisis_dasar(teks)
print(hasil)
# Menghitung frekuensi kata
frekuensi = textstat_id.hitung_frekuensi(teks)
print(frekuensi)
# Menghitung readability score
score = textstat_id.hitung_keterbacaan(teks)
print(f"Skor keterbacaan: {score}")
Fitur
- Menghitung frekuensi kata dalam teks Bahasa Indonesia
- Menghitung jumlah kalimat, kata, dan karakter
- Mendeteksi kata tidak baku dalam bahasa Indonesia
- Mengekstrak kata kunci dari teks
- Menghitung readability score untuk teks Bahasa Indonesia
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
textstat_id-0.0.3.tar.gz
(7.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file textstat_id-0.0.3.tar.gz.
File metadata
- Download URL: textstat_id-0.0.3.tar.gz
- Upload date:
- Size: 7.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1a826c6bea1c82316159045db50ce830740b5c509cd50731e854ce8fb56e8e60
|
|
| MD5 |
e4f327f38ff717b5fe9d35d6db260b31
|
|
| BLAKE2b-256 |
f861634709cf49c7d4ca5082535f454d3993698fe47af3750ab407d9a7bef830
|
File details
Details for the file textstat_id-0.0.3-py3-none-any.whl.
File metadata
- Download URL: textstat_id-0.0.3-py3-none-any.whl
- Upload date:
- Size: 6.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
79bf9f4b4986f62cee9b348ce06bef2d4a0bc25e2925c0baefd8eee029db70c3
|
|
| MD5 |
9dae8a915211763f4ad0d34289c4dc4d
|
|
| BLAKE2b-256 |
413abf208f0f6591e333dc983de3d4e75369493719c285d8bb5b3d0d06be2394
|