UNPKG

poplar-annotation

Version:

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

5 lines (4 loc) 104 B
import { Store } from "../Store/Store"; export interface IAction { apply: (store: Store) => void; }