Crate icu_segmenter_data
Expand description
Data for the icu_segmenter crate
This data was generated with CLDR version 46.0.0-BETA2, ICU version icu4x/2024-05-16/75.x, and LSTM segmenter version v0.1.0.
Macros§
- impl_
segmenter_ dictionary_ w_ auto_ v1 - Implement
DataProvider<DictionaryForWordOnlyAutoV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - impl_
segmenter_ dictionary_ wl_ ext_ v1 - Implement
DataProvider<DictionaryForWordLineExtendedV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - impl_
segmenter_ grapheme_ v1 - Implement
DataProvider<GraphemeClusterBreakDataV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - impl_
segmenter_ line_ v1 - Implement
DataProvider<LineBreakDataV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - impl_
segmenter_ lstm_ wl_ auto_ v1 - Implement
DataProvider<LstmForWordLineAutoV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - impl_
segmenter_ sentence_ v1 - Implement
DataProvider<SentenceBreakDataV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - impl_
segmenter_ word_ v1 - Implement
DataProvider<WordBreakDataV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withicu’s_unstableconstructors. - impliterable_
segmenter_ dictionary_ w_ auto_ v1 - Implement
IterableDataProvider<DictionaryForWordOnlyAutoV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withDatagenDriverfor this key. - impliterable_
segmenter_ dictionary_ wl_ ext_ v1 - Implement
IterableDataProvider<DictionaryForWordLineExtendedV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withDatagenDriverfor this key. - impliterable_
segmenter_ grapheme_ v1 - Implement
IterableDataProvider<GraphemeClusterBreakDataV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withDatagenDriverfor this key. - impliterable_
segmenter_ line_ v1 - Implement
IterableDataProvider<LineBreakDataV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withDatagenDriverfor this key. - impliterable_
segmenter_ lstm_ wl_ auto_ v1 - Implement
IterableDataProvider<LstmForWordLineAutoV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withDatagenDriverfor this key. - impliterable_
segmenter_ sentence_ v1 - Implement
IterableDataProvider<SentenceBreakDataV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withDatagenDriverfor this key. - impliterable_
segmenter_ word_ v1 - Implement
IterableDataProvider<WordBreakDataV1Marker>on the given struct using the data hardcoded in this file. This allows the struct to be used withDatagenDriverfor this key. - make_
provider - Marks a type as a data provider. You can then use macros like
impl_core_helloworld_v1to add implementations.