Deadlyelder / luxembourgish-stop-words

A repository that (attempts) to list all the stop words in Luxembourgish. Useful for NLP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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');

About

A repository that (attempts) to list all the stop words in Luxembourgish. Useful for NLP

License:MIT License