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-10-02 23:02:05 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-10-02 23:02:05 +0400
commitf2d218f8ee5a5273451337c921046fc5e4c1a658 (patch)
tree10badcde46882f382296549ef9c1cecd0cd3af4a /moses/WordLattice.h
parent6e32bd3e19db20bb7e8c3034fc0056c937b435b6 (diff)
move checking of legacy phrase-table to StaticData
Diffstat (limited to 'moses/WordLattice.h')
-rw-r--r--moses/WordLattice.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/moses/WordLattice.h b/moses/WordLattice.h
index 816720667..4b20b725a 100644
--- a/moses/WordLattice.h
+++ b/moses/WordLattice.h
@@ -46,7 +46,6 @@ public:
{ return next_nodes[pos]; }
TranslationOptionCollection *CreateTranslationOptionCollection() const;
-
};
}