diff options
author | redpony <redpony@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-06-29 21:28:11 +0000 |
---|---|---|
committer | redpony <redpony@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-06-29 21:28:11 +0000 |
commit | fb515d6fe01c65c924d0806619fa938688335579 (patch) | |
tree | f9825a8c8ea1c3a5447c07ae3ad188105a3cb490 /decoder/viterbi.h | |
parent | 793f4dd670fafc2ba66dbc00487830eb892264b3 (diff) |
add joshua visualization support
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@69 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'decoder/viterbi.h')
-rw-r--r-- | decoder/viterbi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/decoder/viterbi.h b/decoder/viterbi.h index 8f7534a9..dd54752a 100644 --- a/decoder/viterbi.h +++ b/decoder/viterbi.h @@ -132,6 +132,7 @@ struct ViterbiPathTraversal { } }; +std::string JoshuaVisualizationString(const Hypergraph& hg); prob_t ViterbiESentence(const Hypergraph& hg, std::vector<WordID>* result); std::string ViterbiETree(const Hypergraph& hg); prob_t ViterbiFSentence(const Hypergraph& hg, std::vector<WordID>* result); |