UNPKG

@diplodoc/sentenizer

Version:

text segmentation into sentences

5 lines (4 loc) 212 B
declare const first: <T>() => import("ramda").Lens<T[], T>; declare const second: <T>() => import("ramda").Lens<T[], T>; declare const last: <T>() => import("ramda").Lens<T[], T>; export { first, second, last };