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:
authorMatthias Huck <huck@i6.informatik.rwth-aachen.de>2015-03-05 00:40:56 +0300
committerMatthias Huck <huck@i6.informatik.rwth-aachen.de>2015-03-05 00:40:56 +0300
commit06e87d851e1f3546269a6db48fe1b4f8177f27a1 (patch)
treea8e5cda07eb81f0f70981d02ee99d41eae2ad192 /phrase-extract/extract-ghkm/Options.h
parent6d9b6764a62dfe1ec3e24d5d4d4429a6651e1ecc (diff)
GHKM: extract POS phrase property (from preterminals in the syntactic parse tree)
Diffstat (limited to 'phrase-extract/extract-ghkm/Options.h')
-rw-r--r--phrase-extract/extract-ghkm/Options.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/phrase-extract/extract-ghkm/Options.h b/phrase-extract/extract-ghkm/Options.h
index 08ab04207..33d59e290 100644
--- a/phrase-extract/extract-ghkm/Options.h
+++ b/phrase-extract/extract-ghkm/Options.h
@@ -40,6 +40,7 @@ public:
, maxRuleSize(3)
, maxScope(3)
, minimal(false)
+ , partsOfSpeech(false)
, pcfg(false)
, phraseOrientation(false)
, sentenceOffset(0)
@@ -68,6 +69,7 @@ public:
int maxRuleSize;
int maxScope;
bool minimal;
+ bool partsOfSpeech;
bool pcfg;
bool phraseOrientation;
int sentenceOffset;