summaryrefslogtreecommitdiff
path: root/word-aligner/ttables.h
diff options
context:
space:
mode:
authorFelix Hieber <fhieber@sdl.com>2013-06-18 10:23:55 -0700
committerFelix Hieber <fhieber@sdl.com>2013-06-18 10:23:55 -0700
commit06d8693e48d83a0f717fce3b18bf73f1d49a5294 (patch)
treee0f0bd40c02b6697f71ca0e5b51845b9a41dfe57 /word-aligner/ttables.h
parentf3ef541b3d89ebca6856d3a2ce320b4f826938da (diff)
forced alignment
Diffstat (limited to 'word-aligner/ttables.h')
-rw-r--r--word-aligner/ttables.h1
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); }