UNPKG

poplar-annotation

Version:

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

10 lines (9 loc) 251 B
import { Base } from "../Infrastructure/Repository"; export declare namespace ConnectionCategory { interface Entity { readonly id: number; readonly text: string; } class Repository extends Base.Repository<Entity> { } }