Joshua
open source statistical hierarchical phrase-based machine translation system
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends
joshua.decoder.ff.FeatureFunction Member List
This is the complete list of members for joshua.decoder.ff.FeatureFunction, including all inherited members.
estimateFutureLogP(Rule rule, DPState curDPState, int sentID)joshua.decoder.ff.FeatureFunction
estimateLogP(Rule rule, int sentID)joshua.decoder.ff.FeatureFunction
finalTransitionLogP(HGNode antNode, int spanStart, int spanEnd, SourcePath srcPath, int sentID)joshua.decoder.ff.FeatureFunction
finalTransitionLogP(HyperEdge edge, int spanStart, int spanEnd, int sentID)joshua.decoder.ff.FeatureFunction
getFeatureID()joshua.decoder.ff.FeatureFunction
getStateID()joshua.decoder.ff.FeatureFunction
getWeight()joshua.decoder.ff.FeatureFunction
isStateful()joshua.decoder.ff.FeatureFunction
setFeatureID(int id)joshua.decoder.ff.FeatureFunction
setStateID(int stateID)joshua.decoder.ff.FeatureFunction
setWeight(double weight)joshua.decoder.ff.FeatureFunction
transitionLogP(Rule rule, List< HGNode > antNodes, int spanStart, int spanEnd, SourcePath srcPath, int sentID)joshua.decoder.ff.FeatureFunction
transitionLogP(HyperEdge edge, int spanStart, int spanEnd, int sentID)joshua.decoder.ff.FeatureFunction