A repository that (attempts) to list all the stop words in Luxembourgish.
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');