summaryrefslogtreecommitdiff
path: root/decoder/inside_outside.h
diff options
context:
space:
mode:
authorgraehl@gmail.com <graehl@gmail.com@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-08-02 08:19:59 +0000
committergraehl@gmail.com <graehl@gmail.com@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-08-02 08:19:59 +0000
commitc683b53f3553ed66c0261f653115a691d1bdb714 (patch)
tree4d9e2387bde9ad4cb0187865f0fe90d1374ae883 /decoder/inside_outside.h
parent22bd86752547180089cd0c8c9daf0ed9dd32f462 (diff)
disable undefined token to string
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@467 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'decoder/inside_outside.h')
-rw-r--r--decoder/inside_outside.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/decoder/inside_outside.h b/decoder/inside_outside.h
index 48e31bb3..739b46fd 100644
--- a/decoder/inside_outside.h
+++ b/decoder/inside_outside.h
@@ -124,9 +124,6 @@ struct InsideOutsides {
KType compute(Hypergraph const& hg,KWeightFunction const& kwf=KWeightFunction()) {
return compute(hg,Outside1<KType>(),kwf);
}
- template <class KWeightFunction>
- KType compute_inside(Hypergraph const& hg,KWeightFunction const& kwf=KWeightFunction()) {
- }
template <class KWeightFunction,class O1>
KType compute(Hypergraph const& hg,O1 outside1,KWeightFunction const& kwf=KWeightFunction()) {