Skip to main content

Streamline basic text & NLP processing

Project description

NLP Streamline Tool

Streamline basic text & NLP processing

How to Use

  1. After installing the package, import the functions you need:
from nlpstreamline import (
    basic_text_processing,
    nlp_text_processing,
    n_gram_generation
)
  1. 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


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 hashes)

Uploaded Source

Built Distribution

nlpstreamline-0.0.10-py3-none-any.whl (3.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page