UNPKG

sbd-fork

Version:

Split text into sentences with Sentence Boundary Detection (SBD).

4 lines (3 loc) 96 B
export default class tokenizer { static sentences(text: any, user_options?: any): any; }