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
Modules§
- lstm 🔒
- Data provider struct definitions for the lstm
Structs§
- Baked
- Baked data
- Dictionary
ForWord Line Extended V1Marker - Marker type for
UCharDictionaryBreakDataV1
: “segmenter/dictionary/wl_ext@1” - Dictionary
ForWord Only Auto V1Marker - Marker type for
UCharDictionaryBreakDataV1
: “segmenter/dictionary/w_auto@1” - Grapheme
Cluster Break Data V1Marker - Marker type for
RuleBreakDataV1
: “segmenter/grapheme@1” - Line
Break Data V1Marker - Marker type for
RuleBreakDataV1
: “segmenter/line@1” - Lstm
Data Float32 - The struct that stores a LSTM model.
- Lstm
ForWord Line Auto V1Marker - Marker type for
LstmDataV1
: “segmenter/lstm/wl_auto@1” - 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 V1 - Pre-processed Unicode data in the form of tables to be used for rule-based breaking.
- Sentence
Break Data V1Marker - Marker type for
RuleBreakDataV1
: “segmenter/sentence@1” - UChar
Dictionary Break Data V1 - char16trie data for dictionary break
- UChar
Dictionary 🔒Break Data V1Marker - Word
Break Data V1Marker - Marker type for
RuleBreakDataV1
: “segmenter/word@1”
Enums§
- Break
State - Break state
- Lstm
Data V1 - The data to power the LSTM segmentation model.
- Model
Type - The type of LSTM model