UNPKG

ngx-annotate-text

Version:

This Angular component library is perfect for tasks like visualizing named entity recognition, part of speech tagging, or annotating text datasets. It allows for interactively highlighting and annotating parts of text.

56 lines 1.57 kB
{ "name": "ngx-annotate-text", "version": "21.0.0", "author": "Philipp Perez, (https://philenius.github.io)", "license": "MIT", "description": "This Angular component library is perfect for tasks like visualizing named entity recognition, part of speech tagging, or annotating text datasets. It allows for interactively highlighting and annotating parts of text.", "peerDependencies": { "@angular/common": "^21.0.0", "@angular/core": "^21.0.0" }, "dependencies": { "tslib": "^2.3.0" }, "keywords": [ "Angular", "TypeScript library", "Angular component", "Angular component library", "annotate", "annotation documents", "annotation tool", "annotate text", "annotate parts of text", "annotate entities", "highlighting", "highlight text", "highlight entities", "highlight words", "named entity recognition", "NER", "part of speech tagging", "pos-tagging", "NLP", "entities" ], "repository": { "type": "git", "url": "git+https://github.com/philenius/ngx-annotate-text.git" }, "bugs": { "url": "https://github.com/philenius/ngx-annotate-text/issues" }, "homepage": "https://github.com/philenius/ngx-annotate-text#readme", "sideEffects": false, "module": "fesm2022/ngx-annotate-text.mjs", "typings": "types/ngx-annotate-text.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./types/ngx-annotate-text.d.ts", "default": "./fesm2022/ngx-annotate-text.mjs" } } }