UNPKG

stopword-sami

Version:

Sami stopword lists (North-, Lule- and South Sami) for natural language processing. Code to create and refine them. Examples usage could be search engines and machine learning.

38 lines (37 loc) 1.07 kB
{ "name": "stopword-sami", "version": "0.6.3", "description": "Sami stopword lists (North-, Lule- and South Sami) for natural language processing. Code to create and refine them. Examples usage could be search engines and machine learning.", "directories": { "lib": "stopwords" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "crawlIds": "node ./scripts/id-crawling.mjs", "crawlContent": "node ./scripts/content-crawling.mjs", "calcStopwords": "node ./scripts/stopword-generating.js" }, "repository": { "type": "git", "url": "git+https://github.com/eklem/stopword-sami.git" }, "devDependencies": { "nrk-sapmi-crawler": "^0.2.1", "words-n-numbers": "^7.1.1", "stopword-trainer": "^1.1.1" }, "keywords": [ "nlp", "sami", "sapmi", "stopwords", "document", "processing" ], "author": "\"sami\",", "license": "MIT", "bugs": { "url": "https://github.com/eklem/stopword-sami/issues" }, "homepage": "https://github.com/eklem/stopword-sami#readme" }