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.5.tar.gz
(10.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.5.tar.gz.
File metadata
- Download URL: textstat_id-0.0.5.tar.gz
- Upload date:
- Size: 10.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 |
3f24961fece08697322f873268520484022b0f38326186c328a36821655399c1
|
|
| MD5 |
e65caf01aa0a840990ab7e426112d5cb
|
|
| BLAKE2b-256 |
fec06030ed1e1813ae526591056258cda4ded3d137a3b9c6ea4a09661f0828e9
|
File details
Details for the file textstat_id-0.0.5-py3-none-any.whl.
File metadata
- Download URL: textstat_id-0.0.5-py3-none-any.whl
- Upload date:
- Size: 9.5 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 |
bbe404a7710e28ffc1aa9a1b22d01ef9207a62d89dd2eb9406bed20373ec91fc
|
|
| MD5 |
2544c825d34bb4cf9888872bd9b8425c
|
|
| BLAKE2b-256 |
96996a85b48fe61de8e7665aa537389e630609169dbe4995cbf8457faeda6872
|