diff options
author | Patrick Simianer <p@simianer.de> | 2015-11-16 17:22:39 +0100 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2015-11-16 17:22:39 +0100 |
commit | 6c43d8b7788e7c334d98fc937c2754fc946e3cc4 (patch) | |
tree | f48fd2275093e29a8e01c9afe00aff0871926f95 /src/hypergraph.hh | |
parent | adf10dca9353bd9fa443eec67a30e2bbe58cbff4 (diff) |
sv_path
Diffstat (limited to 'src/hypergraph.hh')
-rw-r--r-- | src/hypergraph.hh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/hypergraph.hh b/src/hypergraph.hh index d1217a5..7a268c3 100644 --- a/src/hypergraph.hh +++ b/src/hypergraph.hh @@ -84,6 +84,9 @@ void viterbi_path(Hypergraph& hg, Path& p); void +sv_path(Hypergraph& hg, Path& p); + +void derive(const Path& p, const Node* cur, vector<string>& carry); namespace io { |