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
- Host: GitHub
- URL: https://github.com/ecrmnn/norwegian-stop-words
- Owner: ecrmnn
- License: mit
- Created: 2017-09-28T06:38:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-11T13:12:22.000Z (over 8 years ago)
- Last Synced: 2025-02-09T06:27:41.025Z (over 1 year ago)
- Topics: natural-language-processing, nlp, stopwords
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)