Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 929 Bytes

File metadata and controls

37 lines (29 loc) · 929 Bytes

LiHiSTO: a comprehensive list of Hindi stopwords

A package with a comprehensive list of 820 Hindi Stopwords.

ℹInstallation

pip install LiHiSTO==0.0.2

🚩Usage

>>> 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{rajwal2023lihisto,
  title={LiHiSTO: a comprehensive list of Hindi stopwords},
  author={Rajwal, Swati},
  journal={Multimedia Tools and Applications},
  pages={1--13},
  year={2023},
  doi={https://link.springer.com/article/10.1007/s11042-023-17205-9}
  publisher={Springer}
}

📖Read more

https://link.springer.com/article/10.1007/s11042-023-17205-9

🪪Licence

  • MIT License