A POS tagger for Pakistani English developed by Muhammad Owais
Project description
Here is a simple README.txt you can use for your project:
PakEngTagger
Version: 0.1
Description:
PakEngTagger is a Part-of-Speech (POS) tagger designed for Pakistani English. It identifies and tags words from a sentence, distinguishing unique features of Pakistani English, including its vocabulary and syntactic structure.
Features:
- Tags standard English words alongside unique Pakistani English terms.
- Designed to be easily integrated into existing Python projects.
- Future versions will include Machine Translation functionality for converting Pakistani English to British English.
Installation:
- Clone the repository:
git clone https://github.com/your-username/PakEngTagger.git
- Navigate into the directory:
cd PakEngTagger
- Install the package:
pip install .
Usage Example:
from pak_eng_tagger import PakEngTag
tagger = PakEngTag()
sample_sentence = "I love attending majalis during Muharram."
tagged_output = tagger.tag_sentence(sample_sentence)
print(tagged_output)
License:
This project is licensed under the MIT License.
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 pakengtagger-0.2.tar.gz.
File metadata
- Download URL: pakengtagger-0.2.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fa73b9b758c848ba03032f0642800a6e15c892556aacf808cc7c27d6205a0b9a
|
|
| MD5 |
8c93bf508e83fe8796338517ced20ff9
|
|
| BLAKE2b-256 |
25c6ddf9b8a95d36a56d2342d301ab5eb5b40915539adf3bf41e0ab9affa3c60
|
File details
Details for the file PakEngTagger-0.2-py3-none-any.whl.
File metadata
- Download URL: PakEngTagger-0.2-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8346598399959bdd40e35e0ac5169786ddc8f33a0b216d63cf5d7a8f98c4f825
|
|
| MD5 |
3a3863554364e41b5cd648d5dfc06583
|
|
| BLAKE2b-256 |
0b375a17b7390ee3aa6b87a2cddb30fbd8c8d7e5fe2647b27adddcc6b27e9fba
|