Library untuk analisis statistik teks Bahasa Indonesia
Project description
textstat id
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
- Menganalisis sentimen teks Bahasa Indonesia
- Mengekstrak link url
- Menganalisis link url
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.6.tar.gz
(16.5 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.6.tar.gz.
File metadata
- Download URL: textstat_id-0.0.6.tar.gz
- Upload date:
- Size: 16.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
89e8c49a16bd3610a084e9779e2878cf73ee6259e480c6c57db971b6551a1138
|
|
| MD5 |
ac96bc7b10c827bd155627816ac49b02
|
|
| BLAKE2b-256 |
59c79a234dd4cbe15a64c2135f0665c97fd98d295f4b20dade1deda11431a3a9
|
File details
Details for the file textstat_id-0.0.6-py3-none-any.whl.
File metadata
- Download URL: textstat_id-0.0.6-py3-none-any.whl
- Upload date:
- Size: 15.9 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 |
1586d2eafade16682663915c442a6ad16005ea15d20f51f7c01e92324c4dc740
|
|
| MD5 |
212ccfae0ccf06657dfd7a81a102fca3
|
|
| BLAKE2b-256 |
33080ff07d85e8bac8881a503399621a3ad71f4e9890c7360b01622f96ec1f28
|