@pg-english/entity
Version:
Process text to entity tokens.
23 lines (22 loc) • 407 B
JSON
{
"name": "@pg-english/entity",
"version": "0.1.8",
"description": "Process text to entity tokens.",
"main": "index.js",
"scripts": {
"test": "exit"
},
"keywords": [
"pg",
"english",
"entity",
"postgresql",
"nlidb",
"nlp"
],
"author": "wolfram77@gmail.com",
"license": "MIT",
"dependencies": {
"@pg-english/token": "^0.1.10"
}
}