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 <hieuhoang@gmail.com>2015-10-25 16:37:59 +0300
committerHieu Hoang <hieuhoang@gmail.com>2015-10-25 16:37:59 +0300
commit97b2aa5663e97079145fb494bf97e1b2997b4161 (patch)
treef8a68fa4ea40bb99c21cd26e7f02a27ddcc48187 /moses/WordLattice.h
parent84b1c4b4c0c02362cdb35b55e08196d03b993baf (diff)
WordsRange -> Range
Diffstat (limited to 'moses/WordLattice.h')
-rw-r--r--moses/WordLattice.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/WordLattice.h b/moses/WordLattice.h
index 4dc937858..70b1602f2 100644
--- a/moses/WordLattice.h
+++ b/moses/WordLattice.h
@@ -33,7 +33,7 @@ public:
void Print(std::ostream&) const;
/** Get shortest path between two nodes
*/
- virtual int ComputeDistortionDistance(const WordsRange& prev, const WordsRange& current) const;
+ virtual int ComputeDistortionDistance(const Range& prev, const Range& current) const;
// is it possible to get from the edge of the previous word range to the current word range
virtual bool CanIGetFromAToB(size_t start, size_t end) const;