Metadata-Version: 2.1
Name: stopwords_tr
Version: 2.0.1
Summary: Stopwords filter for Turkish languages
Home-page: https://github.com/metinoktayd/StopWords-Turkish-Language
Author: Metin Oktay DENIZ
Author-email: metinoktaydenizz@gmail.com
License: MIT
Keywords: stopwords, language processing, nlp, filter, turkish stopwords, stopwords for tr, stop for tr, Türkçe Stopwords, Turkish stop, Türkçe Stop
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Description-Content-Type: text/markdown
License-File: LICENSE

# STOPWORDS-TR
#### AUTHOR: [Metin Oktay DENIZ](https://www.metindeniz.com)
Stop words for Turkish.


## Installation / Kurulum

```bash
pip install stopwords_tr
```

## Usage / Kullanım

```bash
>>> import stopwords_tr as stp

>>> stp.stopwords() #Stopwords Array List
'ben','sen','o'...

>>> stp.stopwordsSpace() #Stopwords String List But There Are Spaces at the Beginning and End of the Words
' ben ',' sen ',' o '...
```
