UNPKG

poplar-annotation

Version:

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

9 lines (8 loc) 218 B
import { Annotator } from "../../Annotator"; export declare class TwoLabelsClickedHandler { root: Annotator; lastSelection: any; svgElement: any; markerElement: any; constructor(root: Annotator); }