node-lefff
Version:
Pure Javascript implementation of LEFFF lemmatizer
37 lines (36 loc) • 861 B
JSON
{
"name": "node-lefff",
"version": "0.3.1",
"description": "Pure Javascript implementation of LEFFF lemmatizer",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": ">=14"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Poyoman39/node-lefff.git"
},
"keywords": [
"français",
"french",
"lemmatisation",
"lemmatizer",
"stemming"
],
"author": "Johan Maupetit",
"license": "LGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/Poyoman39/node-lefff/issues"
},
"homepage": "https://github.com/Poyoman39/node-lefff#readme",
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.13.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1"
},
"dependencies": {}
}