gliner-node-wrapper
Version:
Node.js wrapper around Python-based GlinER NER library
20 lines (19 loc) • 428 B
JSON
{
"name": "gliner-node-wrapper",
"version": "1.1.2",
"description": "Node.js wrapper around Python-based GlinER NER library",
"main": "index.js",
"scripts": {
"postinstall": "node install-python.js",
"preuninstall": "node uninstall-python.js",
"test": "node example.js"
},
"keywords": [
"ner",
"nlp",
"gliner",
"named-entity-recognition"
],
"author": "Midhun",
"license": "MIT"
}