summaryrefslogtreecommitdiff
path: root/extractor/features/target_given_source_coherent.h
diff options
context:
space:
mode:
Diffstat (limited to 'extractor/features/target_given_source_coherent.h')
-rw-r--r--extractor/features/target_given_source_coherent.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/extractor/features/target_given_source_coherent.h b/extractor/features/target_given_source_coherent.h
index 80d9f617..e66d70a5 100644
--- a/extractor/features/target_given_source_coherent.h
+++ b/extractor/features/target_given_source_coherent.h
@@ -6,6 +6,10 @@
namespace extractor {
namespace features {
+/**
+ * Feature computing the ratio of the phrase pair count over all source phrase
+ * occurrences (sampled).
+ */
class TargetGivenSourceCoherent : public Feature {
public:
double Score(const FeatureContext& context) const;