Expand description
🚧 [Unstable] Data provider struct definitions for this ICU4X component.
🚧 This code is considered unstable; it may change at any time, in breaking or non-breaking ways,
including in SemVer minor releases. While the serde representation of data structs is guaranteed
to be stable, their Rust representation might not be. Use with caution.
Read more about data providers: icu_provider
Structs§
- Baked
- Baked data
- Lstm
Data Float32 - The struct that stores a LSTM model.
- Lstm
Matrix1 - The struct that stores a LSTM’s matrix.
- Lstm
Matrix2 - The struct that stores a LSTM’s matrix.
- Lstm
Matrix3 - The struct that stores a LSTM’s matrix.
- Rule
Break Data - Pre-processed Unicode data in the form of tables to be used for rule-based breaking.
- Rule
Break Data Override - codepoint trie data that the difference by specific locale
- Segmenter
Break Grapheme Cluster V1 SegmenterBreakGraphemeClusterV1
- Segmenter
Break Line V1 SegmenterBreakLineV1
- Segmenter
Break Sentence Override V1 SegmenterBreakSentenceOverrideV1
- Segmenter
Break Sentence V1 SegmenterBreakSentenceV1
- Segmenter
Break Word Override V1 SegmenterBreakWordOverrideV1
- Segmenter
Break Word V1 SegmenterBreakWordV1
- Segmenter
Dictionary Auto V1 SegmenterDictionaryWordAutoV1
- Segmenter
Dictionary Extended V1 SegmenterDictionaryExtendedV1
- Segmenter
Lstm Auto V1 SegmenterLstmWordLineAutoV1
- UChar
Dictionary Break Data - char16trie data for dictionary break
- Word
TypeULE ULE
type for WordType
Enums§
- Break
State - Break state
- Lstm
Data - The data to power the LSTM segmentation model.
- Model
Type - The type of LSTM model