diff options
author | Felix Hieber <fhieber@sdl.com> | 2013-06-18 10:23:55 -0700 |
---|---|---|
committer | Felix Hieber <fhieber@sdl.com> | 2013-06-18 10:23:55 -0700 |
commit | 06d8693e48d83a0f717fce3b18bf73f1d49a5294 (patch) | |
tree | e0f0bd40c02b6697f71ca0e5b51845b9a41dfe57 /word-aligner/ttables.h | |
parent | f3ef541b3d89ebca6856d3a2ce320b4f826938da (diff) |
forced alignment
Diffstat (limited to 'word-aligner/ttables.h')
-rw-r--r-- | word-aligner/ttables.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/word-aligner/ttables.h b/word-aligner/ttables.h index 9baa13ca..507f591a 100644 --- a/word-aligner/ttables.h +++ b/word-aligner/ttables.h @@ -86,6 +86,7 @@ class TTable { } } void DeserializeProbsFromText(std::istream* in); + void DeserializeLogProbsFromText(std::istream* in); void SerializeCounts(std::string* out) const { SerializeHelper(out, counts); } void DeserializeCounts(const std::string& in) { DeserializeHelper(in, &counts); } void SerializeProbs(std::string* out) const { SerializeHelper(out, ttable); } |