Crate icu_segmenter_data
Expand description
Data for the icu_segmenter
crate
This data was generated with CLDR version 47.0.0, ICU version release-77-1, and LSTM segmenter version v0.1.0.
Macros§
- impl_
segmenter_ break_ grapheme_ cluster_ v1 - Implement
DataProvider<SegmenterBreakGraphemeClusterV1>
on the given struct using the data hardcoded in this file. This allows the struct to be used withicu
’s_unstable
constructors. - impl_
segmenter_ break_ line_ v1 - Implement
DataProvider<SegmenterBreakLineV1>
on the given struct using the data hardcoded in this file. This allows the struct to be used withicu
’s_unstable
constructors. - impl_
segmenter_ break_ sentence_ override_ v1 - Implement
DataProvider<SegmenterBreakSentenceOverrideV1>
on the given struct using the data hardcoded in this file. This allows the struct to be used withicu
’s_unstable
constructors. - impl_
segmenter_ break_ sentence_ v1 - Implement
DataProvider<SegmenterBreakSentenceV1>
on the given struct using the data hardcoded in this file. This allows the struct to be used withicu
’s_unstable
constructors. - impl_
segmenter_ break_ word_ override_ v1 - Implement
DataProvider<SegmenterBreakWordOverrideV1>
on the given struct using the data hardcoded in this file. This allows the struct to be used withicu
’s_unstable
constructors. - impl_
segmenter_ break_ word_ v1 - Implement
DataProvider<SegmenterBreakWordV1>
on the given struct using the data hardcoded in this file. This allows the struct to be used withicu
’s_unstable
constructors. - impl_
segmenter_ dictionary_ auto_ v1 - Implement
DataProvider<SegmenterDictionaryAutoV1>
on the given struct using the data hardcoded in this file. This allows the struct to be used withicu
’s_unstable
constructors. - impl_
segmenter_ dictionary_ extended_ v1 - Implement
DataProvider<SegmenterDictionaryExtendedV1>
on the given struct using the data hardcoded in this file. This allows the struct to be used withicu
’s_unstable
constructors. - impl_
segmenter_ lstm_ auto_ v1 - Implement
DataProvider<SegmenterLstmAutoV1>
on the given struct using the data hardcoded in this file. This allows the struct to be used withicu
’s_unstable
constructors. - make_
provider - Marks a type as a data provider. You can then use macros like
impl_core_helloworld_v1
to add implementations.