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:07:25 +0300
committerHieu Hoang <hieuhoang@gmail.com>2015-10-25 16:07:25 +0300
commit84b1c4b4c0c02362cdb35b55e08196d03b993baf (patch)
tree5b8526e6063ce08e0eb5c13bbef8d6e605f46748 /moses/ReorderingConstraint.h
parenteeff4fddc85c0edab1b2a3eb4ceecce243f52bc1 (diff)
WordsBitmap -> Bitmap
Diffstat (limited to 'moses/ReorderingConstraint.h')
-rw-r--r--moses/ReorderingConstraint.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/moses/ReorderingConstraint.h b/moses/ReorderingConstraint.h
index bc87e7e95..575e64789 100644
--- a/moses/ReorderingConstraint.h
+++ b/moses/ReorderingConstraint.h
@@ -38,7 +38,7 @@ namespace Moses
{
class InputType;
-class WordsBitmap;
+class Bitmap;
#define NOT_A_ZONE 999999999
/** A list of zones and walls to limit which reordering can occur
@@ -96,7 +96,7 @@ public:
void SetMonotoneAtPunctuation( const Phrase & sentence );
//! check if all constraints are fulfilled -> all find
- bool Check( const WordsBitmap &bitmap, size_t start, size_t end ) const;
+ bool Check( const Bitmap &bitmap, size_t start, size_t end ) const;
//! checks if reordering constraints will be enforced
bool IsActive() const {