luxembourgish-stop-words
v0.2.2
Published
A collection of stopwords for luxembourgish language
Downloads
11
Maintainers
Readme
luxembourgish-stop-words
A repository that (attempts) to list all the stop words in Luxembourgish.
Dependency
Usage
The luxembourg stop words are in two format:
The package is being published on npm
To install the package:
$ npm install luxembourgish-stop-words
or
$ npm i luxembourgish-stop-words
You are then free to call it in your js
code as follows:
const stopwords = require('luxembourgish-stop-words');