UNPKG

poplar-annotation

Version:

web-based annotation tool for natural language processing (NLP) needs, inspired by brat rapid annotation tool.

11 lines (10 loc) 321 B
import { Annotator } from "./Annotator"; import { Connection } from "./Action/Connection"; import { Label } from "./Action/Label"; import { Content } from "./Action/Content"; declare const Action: { Connection: typeof Connection; Label: typeof Label; Content: typeof Content; }; export { Annotator, Action };