| 389 | } |
| 390 | |
| 391 | double PhraseExtract::SuffixEntropy(const UTF8StringSlice8Bit& word) const { |
| 392 | return Signal(word).suffixEntropy; |
| 393 | } |
| 394 | |
| 395 | double PhraseExtract::PrefixEntropy(const UTF8StringSlice8Bit& word) const { |
| 396 | return Signal(word).prefixEntropy; |