Cambridge SMT System
uk.ac.cam.eng.rule.features.Feature Enum Reference

Public Member Functions

String getConfName ()
 

Static Public Member Functions

static Feature findFromConf (String name)
 

Public Attributes

 SOURCE2TARGET_PROBABILITY =(Scope.GLOBAL, ComputeLocation.MAP_REDUCE)
 
 TARGET2SOURCE_PROBABILITY =(Scope.GLOBAL, ComputeLocation.MAP_REDUCE)
 
 PROVENANCE_SOURCE2TARGET_PROBABILITY =(Scope.PROVENANCE, ComputeLocation.MAP_REDUCE)
 
 PROVENANCE_TARGET2SOURCE_PROBABILITY =(Scope.PROVENANCE, ComputeLocation.MAP_REDUCE)
 
 GLUE_RULE =(Scope.GLOBAL, ComputeLocation.RETRIEVAL)
 
 INSERT_SCALE =(Scope.GLOBAL, ComputeLocation.RETRIEVAL)
 
 SOURCE2TARGET_LEXICAL_PROBABILITY =(Scope.GLOBAL, ComputeLocation.LEXICAL_SERVER)
 
 TARGET2SOURCE_LEXICAL_PROBABILITY =(Scope.GLOBAL, ComputeLocation.LEXICAL_SERVER)
 
 PROVENANCE_SOURCE2TARGET_LEXICAL_PROBABILITY =(Scope.PROVENANCE, ComputeLocation.LEXICAL_SERVER)
 
 PROVENANCE_TARGET2SOURCE_LEXICAL_PROBABILITY =(Scope.PROVENANCE, ComputeLocation.LEXICAL_SERVER)
 
 RULE_COUNT_1 =(Scope.GLOBAL, ComputeLocation.RETRIEVAL)
 
 RULE_COUNT_2 =(Scope.GLOBAL, ComputeLocation.RETRIEVAL)
 
 RULE_COUNT_GREATER_THAN_2 =(Scope.GLOBAL, ComputeLocation.RETRIEVAL)
 
 RULE_INSERTION_PENALTY =(Scope.GLOBAL, ComputeLocation.RETRIEVAL)
 
 WORD_INSERTION_PENALTY =(Scope.GLOBAL, ComputeLocation.RETRIEVAL)
 
Scope scope
 
ComputeLocation computed
 

Detailed Description

Definition at line 18 of file Feature.java.

Member Function Documentation

static Feature uk.ac.cam.eng.rule.features.Feature.findFromConf ( String  name)
inlinestatic

Definition at line 74 of file Feature.java.

Here is the caller graph for this function:

String uk.ac.cam.eng.rule.features.Feature.getConfName ( )
inline

Definition at line 70 of file Feature.java.

Here is the caller graph for this function:

Member Data Documentation

ComputeLocation uk.ac.cam.eng.rule.features.Feature.computed

Definition at line 63 of file Feature.java.

uk.ac.cam.eng.rule.features.Feature.GLUE_RULE =(Scope.GLOBAL, ComputeLocation.RETRIEVAL)

Definition at line 30 of file Feature.java.

uk.ac.cam.eng.rule.features.Feature.INSERT_SCALE =(Scope.GLOBAL, ComputeLocation.RETRIEVAL)

Definition at line 31 of file Feature.java.

uk.ac.cam.eng.rule.features.Feature.PROVENANCE_SOURCE2TARGET_LEXICAL_PROBABILITY =(Scope.PROVENANCE, ComputeLocation.LEXICAL_SERVER)

Definition at line 34 of file Feature.java.

uk.ac.cam.eng.rule.features.Feature.PROVENANCE_SOURCE2TARGET_PROBABILITY =(Scope.PROVENANCE, ComputeLocation.MAP_REDUCE)

Definition at line 28 of file Feature.java.

uk.ac.cam.eng.rule.features.Feature.PROVENANCE_TARGET2SOURCE_LEXICAL_PROBABILITY =(Scope.PROVENANCE, ComputeLocation.LEXICAL_SERVER)

Definition at line 35 of file Feature.java.

uk.ac.cam.eng.rule.features.Feature.PROVENANCE_TARGET2SOURCE_PROBABILITY =(Scope.PROVENANCE, ComputeLocation.MAP_REDUCE)

Definition at line 29 of file Feature.java.

uk.ac.cam.eng.rule.features.Feature.RULE_COUNT_1 =(Scope.GLOBAL, ComputeLocation.RETRIEVAL)

Definition at line 36 of file Feature.java.

uk.ac.cam.eng.rule.features.Feature.RULE_COUNT_2 =(Scope.GLOBAL, ComputeLocation.RETRIEVAL)

Definition at line 37 of file Feature.java.

uk.ac.cam.eng.rule.features.Feature.RULE_COUNT_GREATER_THAN_2 =(Scope.GLOBAL, ComputeLocation.RETRIEVAL)

Definition at line 38 of file Feature.java.

uk.ac.cam.eng.rule.features.Feature.RULE_INSERTION_PENALTY =(Scope.GLOBAL, ComputeLocation.RETRIEVAL)

Definition at line 39 of file Feature.java.

Scope uk.ac.cam.eng.rule.features.Feature.scope

Definition at line 62 of file Feature.java.

uk.ac.cam.eng.rule.features.Feature.SOURCE2TARGET_LEXICAL_PROBABILITY =(Scope.GLOBAL, ComputeLocation.LEXICAL_SERVER)

Definition at line 32 of file Feature.java.

uk.ac.cam.eng.rule.features.Feature.SOURCE2TARGET_PROBABILITY =(Scope.GLOBAL, ComputeLocation.MAP_REDUCE)

Definition at line 26 of file Feature.java.

uk.ac.cam.eng.rule.features.Feature.TARGET2SOURCE_LEXICAL_PROBABILITY =(Scope.GLOBAL, ComputeLocation.LEXICAL_SERVER)

Definition at line 33 of file Feature.java.

uk.ac.cam.eng.rule.features.Feature.TARGET2SOURCE_PROBABILITY =(Scope.GLOBAL, ComputeLocation.MAP_REDUCE)

Definition at line 27 of file Feature.java.

uk.ac.cam.eng.rule.features.Feature.WORD_INSERTION_PENALTY =(Scope.GLOBAL, ComputeLocation.RETRIEVAL)

Definition at line 40 of file Feature.java.


The documentation for this enum was generated from the following file: