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
commita0c40ec491674c8826d7be2fbd46eaaa78ad3ed6 (patch)
treeb2872c724824b9de3e077f1a466c3a06b6462aec /word-aligner/ttables.h
parent3ed5b91d299841eed678d8989fb7d7b90888c3be (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); }