@doc-tools/sentenizer
Version:
text segmentation into sentences
4 lines (3 loc) • 352 B
TypeScript
export { spaceBothSides, rightLacksSpacePrefix, rightStartsWithLowercase, rightDelimiterPrefix, rightQuotationGenericPrefix, rightQuotationClosePrefix, rightBracketsClosePrefix, rightOnlySpaces, } from './base';
export { leftInitials } from './initials';
export { leftAbbreviation, pairAbbreviation, leftPairsTailAbbreviation } from './abbreviations';