|
|
PinyinFuzzyFlags | flags_ |
| |
|
std::unique_ptr< PinyinDictionary > | dict_ |
| |
|
std::unique_ptr< UserLanguageModel > | model_ |
| |
|
std::unique_ptr< PinyinDecoder > | decoder_ |
| |
|
std::shared_ptr< const ShuangpinProfile > | spProfile_ |
| |
|
std::shared_ptr< const PinyinCorrectionProfile > | correctionProfile_ |
| |
|
size_t | nbest_ = 1 |
| |
|
size_t | beamSize_ = Decoder::beamSizeDefault |
| |
|
size_t | frameSize_ = Decoder::frameSizeDefault |
| |
|
size_t | partialLongWordLimit_ = 0 |
| |
|
size_t | wordCandidateLimit_ = 15 |
| |
|
float | maxDistance_ = std::numeric_limits<float>::max() |
| |
|
float | minPath_ = -std::numeric_limits<float>::max() |
| |
|
PinyinPreeditMode | preeditMode_ = PinyinPreeditMode::RawText |
| |
Definition at line 24 of file pinyinime.cpp.
The documentation for this class was generated from the following file: