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
Release files for stopwords-guilannlp 13.2019.3.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| stopwords_guilannlp-13.2019.3.5.tar.gz | 7.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| stopwords_guilannlp-13.2019.3.5-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 15.3 kB
Release files / stopwords_guilannlp-13.2019.3.5.tar.gz
| Download URL | stopwords_guilannlp-13.2019.3.5.tar.gz |
|---|---|
| Size | 7.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
9b402b08679fbe2d1b7ca38d0330a2d11c9ed24b8aa96c05a250a996fa12c227
|
|
BLAKE2b-256 checksum How to use checksums |
568bbe00cdce5a2b95caf1de54f59dbb5f8f339bb1f125da902186b37ecba422
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.5
|
Release files / stopwords_guilannlp-13.2019.3.5-py3-none-any.whl
| Download URL | stopwords_guilannlp-13.2019.3.5-py3-none-any.whl |
|---|---|
| Size | 8.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
0d69adfab1316d204376f3df75d712f90577e72625aed6e53734f4e0beaf8d15
|
|
BLAKE2b-256 checksum How to use checksums |
44bca01c003b59a91187e89d11e73e8bb2834bb9ae6b36fe576a4b617c90bd23
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.5
|