// generated by diplomat-tool import type { DataError } from "./DataError" import type { DataProvider } from "./DataProvider" import type { Locale } from "./Locale" import type { SentenceBreakIteratorUtf16 } from "./SentenceBreakIteratorUtf16" import type { pointer, codepoint } from "./diplomat-runtime.d.ts";
/** *AnICU4Xsentence-breaksegmenter,capableoffindingsentencebreakpointsinstrings. * *Seethe[Rustdocumentationfor`SentenceSegmenter`](https://docs.rs/icu/2.1.1/icu/segmenter/struct.SentenceSegmenter.html) for more information.
*/
export class SentenceSegmenter { /** @internal */
get ffiValue(): pointer;
/** *Segmentsastring. * *Ill-formedinputistreatedasiferrorshadbeenreplacedwithREPLACEMENTCHARACTERsaccording *totheWHATWGEncodingStandard. * *Seethe[Rustdocumentationfor`segment_utf16`](https://docs.rs/icu/2.1.1/icu/segmenter/struct.SentenceSegmenterBorrowed.html#method.segment_utf16) for more information.
*/
segment(input: string): SentenceBreakIteratorUtf16;
/** *Constructa{@linkSentenceSegmenter}usingcompileddata.Thisdoesnotassumeanycontentlocale. * *Seethe[Rustdocumentationfor`new`](https://docs.rs/icu/2.1.1/icu/segmenter/struct.SentenceSegmenter.html#method.new) for more information.
*/
constructor();
}
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.