Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHieu Hoang <hieu@hoang.co.uk>2013-08-02 18:54:49 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-08-02 18:54:49 +0400
commit0596c3e9e47301303c07e1b7d44e671f4c227423 (patch)
treee81a4df739467c849d60cf8842268b850a63098c /moses/WordLattice.h
parentd1d07d5923c03c3c6b7d7ac9cb6745c91f83be08 (diff)
Add NonTerminalSet variable to InputPath
Diffstat (limited to 'moses/WordLattice.h')
-rw-r--r--moses/WordLattice.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/moses/WordLattice.h b/moses/WordLattice.h
index 3fb3beba8..f9b20fc8e 100644
--- a/moses/WordLattice.h
+++ b/moses/WordLattice.h
@@ -40,11 +40,6 @@ public:
*/
void GetAsEdgeMatrix(std::vector<std::vector<bool> >& edges) const;
- const NonTerminalSet &GetLabelSet(size_t /*startPos*/, size_t /*endPos*/) const {
- CHECK(false);
- return *(new NonTerminalSet());
- }
-
};
}