---
Project description
Yoruba Language Took Kit
The Yoruba language toolkit was developed as a tool for processing and preprocessing Yoruba language. In the similitude of how the NLTK works, where stopwords, stem, lemmas are handle while processing languages, the YLTK is also equipped with various tools ranging from the stopwords in Yoruba and other things are under development.
Installation
Clone the repository:
git clone https://github.com/username/project-name.git
Activate virtual environment
YLTK\Scripts\activate
Install requirement
pip install -r requirements.txt
Add you API_KEY
export API_KEY='your-api-key-here'
Usage
Run the script:
python detect.py --url https://example.com
Features
- Batch processing of large text to extract Yoruba texts alone with the method
extract_yoruba_words. - Frequency count for each words with the method
word_frequency_count. - Generate Stop words that is higher than a specified frequency with the method
stop_words. - Batch Stop words removal from a large Yoruba text using the method
remove_stopwords
Contributing
Contributions are welcome! Please follow these steps:
- Fork the repository.
- Create a feature branch:
git checkout -b feature-name. - Commit your changes:
git commit -m "Add feature-name". - Push the branch:
git push origin feature-name. - Submit a pull request.
Testing
Run the tests using:
pytest tests/
License
This project is licensed under the MIT License. See the LICENSE file for details.
Authors
- Kolade Atanseiye: koladeatanseiye@gmail.com
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
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 yltk-0.1.1.tar.gz.
File metadata
- Download URL: yltk-0.1.1.tar.gz
- Upload date:
- Size: 6.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.9.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1760bed262c3fcdc95f2d6ac0b2a8b8b8e44555c9ce425dedb9edb1cc7318aae
|
|
| MD5 |
7f7ab2ed99cf1c4a49a68ac8e2e05c98
|
|
| BLAKE2b-256 |
e17d07e14b2ae938e8b2cf43f850448bef8f70ab3748e2006e20ad1d9cdce5ca
|
File details
Details for the file yltk-0.1.1-py3-none-any.whl.
File metadata
- Download URL: yltk-0.1.1-py3-none-any.whl
- Upload date:
- Size: 5.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.9.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
48347f90192758000af94e66525a462e49f9d6fea6169b61e098e09247ad0fec
|
|
| MD5 |
93804176475fb8d763d5b755993322f4
|
|
| BLAKE2b-256 |
5cbccf4b943ec9ee15013aeb716da1b408c7c6c3dab8f2f2e146bdcacc73b6b0
|