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:
authorphikoehn <pkoehn@inf.ed.ac.uk>2013-04-05 14:26:00 +0400
committerphikoehn <pkoehn@inf.ed.ac.uk>2013-04-05 14:26:00 +0400
commitc016b6e04b9a0c6eddc423b0b839021f00599bbe (patch)
tree0f3d3bd32fb4d00d5c7d619db2a0d5027549b15f /biconcor/PhrasePair.h
parentac82be3120ac0b143039e2e36dff8b8538bdcb68 (diff)
extended display options for biconcor
Diffstat (limited to 'biconcor/PhrasePair.h')
-rw-r--r--biconcor/PhrasePair.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/biconcor/PhrasePair.h b/biconcor/PhrasePair.h
index f8a7881a0..f1dadb637 100644
--- a/biconcor/PhrasePair.h
+++ b/biconcor/PhrasePair.h
@@ -43,7 +43,8 @@ public:
~PhrasePair () {}
void PrintTarget( std::ostream* out ) const;
- void Print( std::ostream* out, int width ) const;
+ void Print( std::ostream* out ) const;
+ void PrintPretty( std::ostream* out, int width ) const;
void PrintHTML( std::ostream* out ) const;
void PrintClippedHTML( std::ostream* out, int width ) const;
};