nrk-sapmi-crawler
Version:
Crawler for NRK Sapmi news bulletins that will be the basis for Sami stopword lists and an example search engine for content in Sami.
35 lines (34 loc) • 1.1 kB
JSON
{
"name": "nrk-sapmi-crawler",
"version": "0.2.1",
"description": "Crawler for NRK Sapmi news bulletins that will be the basis for Sami stopword lists and an example search engine for content in Sami.",
"main": "index.js",
"type": "module",
"scripts": {
"clean": "rm ./test/lib/*.json",
"copy": "cp ./test/lib/list.southSami.json.backup ./test/lib/list.southSami.json && cp ./test/lib/content.southSami.json.backup ./test/lib/content.southSami.json",
"test": "standard './*.js' && npm run clean && ava ./test/testIdCrawler.js && npm run copy && ava ./test/testContentCrawler.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eklem/nrk-sapmi-crawler.git"
},
"dependencies": {
"batr": "^2.1.6",
"node-fetch": "^3.2.10",
"words-n-numbers": "^7.1.1"
},
"keywords": [
"nlp",
"sami",
"sapmi",
"crawler",
"nrk"
],
"author": "Espen Klem",
"license": "MIT",
"bugs": {
"url": "https://github.com/eklem/nrk-sapmi-crawler/issues"
},
"homepage": "https://github.com/eklem/nrk-sapmi-crawler#readme"
}