UNPKG

punkt

Version:

A port of NLTK's Punkt sentence tokenizer to JS.

4 lines 284 B
export declare const escapeRegExp: (str: string) => string; export declare function matchAll(str: string, regexp: RegExp): IterableIterator<RegExpExecArray>; export declare function pairIter<T>(tokens: Iterable<T>): IterableIterator<[T, T | null]>; //# sourceMappingURL=utils.d.ts.map