An open API service indexing awesome lists of open source software.

https://github.com/ecrmnn/norwegian-stop-words


https://github.com/ecrmnn/norwegian-stop-words

natural-language-processing nlp stopwords

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# norwegian-stop-words
> Common norwegian words that should be filtered out before or after processing of natural language

### About
This repository contains a list of norwegian [stop words](https://en.wikipedia.org/wiki/Stop_words) and the source code for generating the list.

The list a combination of the following lists:
- [César D. Rodas (@crodas)](https://github.com/crodas/TextRank/blob/master/lib/TextRank/Stopword/norwegian-stopwords.txt)
- [Alireza Savand (@Alir3z4)](https://github.com/Alir3z4/stop-words/blob/master/norwegian.txt)
- [Jan Bruusgaard](http://snowball.tartarus.org/algorithms/norwegian/stop.txt)
- [Ranks.nl](http://www.ranks.nl/stopwords/norwegian)

### License
MIT © [Daniel Eckermann](http://danieleckermann.com)