lemme-lex
Version:
A library for creating dictionaries that can be utilised by NLP tools
38 lines (37 loc) • 857 B
JSON
{
"name": "lemme-lex",
"version": "0.4.1",
"description": "A library for creating dictionaries that can be utilised by NLP tools",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Truemedia/lemme-lex.git"
},
"keywords": [
"lexicon",
"lexeme",
"lemma",
"dictionary",
"nlp",
"bot",
"machine",
"learning",
"intent"
],
"author": "Wade Penistone",
"license": "ISC",
"bugs": {
"url": "https://github.com/Truemedia/lemme-lex/issues"
},
"homepage": "https://github.com/Truemedia/lemme-lex#readme",
"dependencies": {
"json2csv": "^4.2.1",
"jsonfile": "^5.0.0",
"kuroshiro": "^1.1.2",
"kuroshiro-analyzer-kuromoji": "^1.1.0",
"line-reader": "^0.4.0"
}
}