lexemic
Version:
Tools for working with human language data.
43 lines (42 loc) • 780 B
JSON
{
"name": "lexemic",
"version": "0.0.8",
"description": "Tools for working with human language data.",
"bin": "./bin/lexemic",
"scripts": {
"test": "./bin/lexemic help"
},
"repository": {
"type": "git",
"url": "https://github.com/bertrandk/lexemic.git"
},
"keywords": [
"natural",
"language",
"processing",
"nlp",
"machine",
"learning",
"speech",
"token",
"sentence",
"tag",
"extraction",
"chunking",
"parsing",
"coreference",
"classification",
"tokenization",
"stemming",
"tagging",
"semantic",
"text",
"linguistic"
],
"preferGlobal": true,
"author": "bertrandk",
"license": "MIT",
"bugs": {
"url": "https://github.com/bertrandk/lexemic/issues"
}
}