@diplodoc/sentenizer
Version:
text segmentation into sentences
13 lines (12 loc) • 831 B
TypeScript
export declare const spaceBothSides: (...args: any[]) => any;
export declare const rightLacksSpacePrefix: (...args: any[]) => any;
export declare const rightStartsWithLowercase: (...args: any[]) => any;
export declare const rightDelimiterPrefix: (...args: any[]) => any;
export declare const rightQuotationGenericPrefix: (...args: any[]) => any;
export declare const rightQuotationClosePrefix: (...args: any[]) => any;
export declare const rightBracketsClosePrefix: (...args: any[]) => any;
export declare const rightOnlySpaces: (...args: any[]) => any;
export declare const leftEndsWithHardbreak: (...args: any[]) => any;
export declare const rightStartsWithHardbreak: (...args: any[]) => any;
export declare const rightStartsNewlineUppercased: (...args: any[]) => any;
export declare const leftInitials: (...args: any[]) => any;