SWAHILI TEXT CLEANING LIBRARY FOR NATURAL LANGUAGE PROCESSING
Project description
SWAHILI CLEANER
Best Swahili Processing Library
Swahili Cleaner is the swahili version Text Processing library for Natural Language Processing
- ✨Magic ✨
Features
- It can clean text by removing emojs
- Remove Unicode characters
- Cleaning the urls
- Cleaning the html elements
- remove parentheses
- remove numbers and keep text/alphabet only
- set in lowercase
- Removing stop words both Swahili and English
- Cleaning the whitespaces
Installation
!pip install eganetswahilicleaner
How to use
from eganetswahilicleaner.clean import clean_text
train['text']=train['text'].apply(clean_text)
test['text']=test['text'].apply(clean_text)
Where train['text'] this is a column in a pandas dataframe
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file eganetswahilicleaner-0.0.5.tar.gz.
File metadata
- Download URL: eganetswahilicleaner-0.0.5.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ddf348dbeea54d324cf1c22e034fed9a3eb98c7b63974ade0777f03d32f04d38
|
|
| MD5 |
a0a1462858fc6371f87afad898938898
|
|
| BLAKE2b-256 |
02c31771f68b6e7c71e31adb1df596f12ac9cc2fe9b8b13f1e37d43fea1d0ad4
|