Skip to main content

A comprehensive package for stopwords in NLP and text mining

Project description

Stopwords Guilan NLP

This is a comprehensive stopwords for natural language processing and text mining.

Installation

Now stopwords_guilannlp is on PyPI!

  • Download via PyPI:
$ pip3 install stopwords_guilannlp
  • Or clone the repo:
$ git clone --recursive git://github.com/JoyeBright/Sstopwords_guilannlp.git
  • Then install it:
$ python3 setup.py install

Usage

tokens = word_tokenize(s)
         filtered_tokens = []
         stopwords = stopwords_output("Persian", "nar")
         for w in tokens:
             if w not in stopwords:
                 filtered_tokens.append(w)
         return filtered_tokens
  • Note: Package does not support tokenizing process.

Supported Languages

  • English
  • Persian

Type of Outputs

  • Dataframe
  • Numpy Array
  • Set
  • List

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

stopwords_guilannlp-13.2019.3.5.tar.gz (7.1 kB view hashes)

Uploaded Source

Built Distribution

stopwords_guilannlp-13.2019.3.5-py3-none-any.whl (8.2 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