UNPKG

poplar-annotation

Version:

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

12 lines (11 loc) 290 B
import { Annotator } from "../../Annotator"; export declare class TextSelectionHandler { root: Annotator; selectLengthLimit: number; constructor(root: Annotator); getSelectionInfo(): { startIndex: number; endIndex: number; }; textSelected(): void; }