Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stopwords-iso/stopwords-bn
Bengali stopwords collection
https://github.com/stopwords-iso/stopwords-bn
Last synced: about 2 months ago
JSON representation
Bengali stopwords collection
- Host: GitHub
- URL: https://github.com/stopwords-iso/stopwords-bn
- Owner: stopwords-iso
- License: mit
- Created: 2016-10-07T02:06:39.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-10T01:25:58.000Z (about 8 years ago)
- Last Synced: 2024-10-17T20:16:25.746Z (2 months ago)
- Homepage:
- Size: 7.81 KB
- Stars: 19
- Watchers: 3
- Forks: 23
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-bangla - Bengali Stopwords List - iso) (Corpora (Corpus) and Datasets / Fixed and Phonetic Input specifications)
README
Stopwords Bengali (BN)
=======[![Build Status](https://travis-ci.org/stopwords-iso/stopwords-bn.svg?branch=master)](https://travis-ci.org/stopwords-iso/stopwords-bn)
The most comprehensive collection of stopwords for the bengali language.
A [multiple language](https://github.com/stopwords-iso/stopwords-iso) collection is also available.
### Usage
The collection comes in a
[JSON format](https://raw.githubusercontent.com/stopwords-iso/stopwords-bn/master/stopwords-bn.json) and a
[text format](https://raw.githubusercontent.com/stopwords-iso/stopwords-bn/master/stopwords-bn.txt).
You are free to use this collection any way you like.
It is only currently published on [npm](https://www.npmjs.com/stopwords-bn) and [bower](https://bower.io).```sh
$ npm install stopwords-bn
``````sh
$ bower install stopwords-bn
``````js
// Node
const stopwords = require('stopwords-bn'); // array of stopwords
```### Contributing
If you wish to remove or update some of the stopwords, please file an issue first before sending a PR on the repo of the specific language.
If you would like to add a stopword or a new set of stopwords, please add them as a new text file insie the `raw` directory then send a PR.
Please send a separate PR on the [main repo](https://github.com/stopwords-iso/stopwords-iso) to credit the source of the added stopwords.
### Credits
All stopwords sources are [listed on the main repo](https://github.com/stopwords-iso/stopwords-iso/blob/master/CREDITS.md).