UNPKG

poplar-annotation

Version:

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

8 lines (7 loc) 213 B
import { Store } from "../Store/Store"; import { Action } from "../Action/Action"; export declare class Dispatcher { private store; constructor(store: Store); dispatch(action: Action.IAction): void; }