Streamline basic text & NLP processing
Project description
NLP Streamline Tool
Streamline basic text & NLP processing
How to Use
- After installing the package, import the functions you need:
from nlpstreamline import (
basic_text_processing,
nlp_text_processing,
n_gram_generation
)
- Use following code to do basic text processing(lowercasing, removing urls, tokenizing, remove stopwords and punctuations), nlp processing (stemming and lemmatizing), and n grams generation.
print(basic_text_processing('Good Morning! How are you today?'))
print(nlp_text_processing('Good Morning! How are you today?'))
print(n_gram_generation('Good Morning! How are you today?', 2))
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
nlpstreamline-0.0.10.tar.gz
(3.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 nlpstreamline-0.0.10.tar.gz.
File metadata
- Download URL: nlpstreamline-0.0.10.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
753b3024157f1cc242f52d234a169a6b83a3a4bf31783f278a9b2559137bb537
|
|
| MD5 |
86eb6243f24dd0d8f5049c5202f9376f
|
|
| BLAKE2b-256 |
52cbb3cd30c09d7560db51ce20de85e2c029191cc4c0f3701e5aeca698eafe86
|
File details
Details for the file nlpstreamline-0.0.10-py3-none-any.whl.
File metadata
- Download URL: nlpstreamline-0.0.10-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0af0b462141aa91e3966b6eb61e0723c767cac844ff8eb055bd7d1b1894630e0
|
|
| MD5 |
3463b8736257728ab68f149001f3a93d
|
|
| BLAKE2b-256 |
df4347dd7a073ef41d8a1ec5e5eb36ae9d0a2eeff5586a6e13a26b5ca503b472
|