UNPKG

@diplodoc/sentenizer

Version:

text segmentation into sentences

5 lines (4 loc) 272 B
import { Pred } from 'ramda'; export declare const pairAbbreviation: Pred<any[]> | ((obj: string[]) => boolean); export declare const leftAbbreviation: (obj: string[]) => boolean; export declare const leftPairsTailAbbreviation: Pred<any[]> | ((obj: string[]) => boolean);