MCPcopy Create free account
hub / github.com/BYVoid/OpenCC / SuffixEntropy

Method SuffixEntropy

src/PhraseExtract.cpp:391–393  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64