Metadata-Version: 2.1
Name: LiHiSTO
Version: 0.0.2
Summary: A package with a comprehensive list of 820 Hindi Stopwords
Home-page: https://github.com/semicolon123/LiHiSTO
Author: Swati Rajwal
Author-email: rajwalswati213@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/semicolon123/LiHiSTO/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# LiHiSTO: List of Hindi STOpwords
A package with a comprehensive list of 820 Hindi Stopwords.

## Installation

```bash
pip install LiHiSTO==0.0.2
```

## Usage

```bash
>>> from stopwords_hindi import hindi_sw
>>> sw = hindi_sw.get_hindi_sw()
>>> len(sw)
820

```

## Citation ##
If you find this useful, please cite the work as follows:

    @article{Swati2022,
        title = {LiHiSTO: a Comprehensive List of Hindi Stopwords},
        author = {Rajwal, Swati},
        journal = {},
        year = {2022},
        month = {},
        volume = {}, 
        number = {}, 
        pages = {}, 
        doi = {}, 
        ISSN = {}, 
    }

## Licence ##
- MIT License

