NLP Lab utilities for tokenization, stemming, and tagging.
Project description
NLP Lab Package (nlp-lab-pkg-i061)
A utility package for basic Natural Language Processing tasks including tokenization, stopword removal, stemming, and POS tagging, developed for I061 Lab 2.
Installation
pip install nlp-lab-pkg-i061
Usage :
import nlp_lab_pkg
text = "The quick brown foxes are running."
tokens = nlp_lab_pkg.tokenize_text(text)
print(tokens)
# Example: Remove stopwords
clean_tokens = nlp_lab_pkg.remove_stopwords(tokens)
print(clean_tokens)
***
## 2. Re-run the Build Command ✅
Once the `README.md` file exists and has content, run the build command again:
```bash
python setup.py sdist bdist_wheel
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 nlp-lab-pkg-i061-oct25-0.0.1.tar.gz.
File metadata
- Download URL: nlp-lab-pkg-i061-oct25-0.0.1.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d6e3be964ff22af73921123afada945da7ab8eace7311a4e4564ff9aae689b50
|
|
| MD5 |
08ee4a3e2434179f19661353cbd4e2dc
|
|
| BLAKE2b-256 |
f947f54ed4980d066bc7d3e9d5f721d50ef92337d81e003106f8abb3a1bd0346
|
File details
Details for the file nlp_lab_pkg_i061_oct25-0.0.1-py3-none-any.whl.
File metadata
- Download URL: nlp_lab_pkg_i061_oct25-0.0.1-py3-none-any.whl
- Upload date:
- Size: 2.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1c3323f7f3cddebc3d163a9fd7dd814e240abb3e0bbf5818dfbfba8fa840230d
|
|
| MD5 |
d3964949e9e818a7309faf8cbd7b51d0
|
|
| BLAKE2b-256 |
54b0cc58ad1032c4785b4acb11e07e81f12674d1e2eaaf7655afe94302d4eb06
|