Joshua
open source statistical hierarchical phrase-based machine translation system
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends
joshua.decoder.hypergraph.WalkerFunction Interface Reference
Inheritance diagram for joshua.decoder.hypergraph.WalkerFunction:
[legend]

List of all members.

Public Member Functions

void apply (HGNode node)

Detailed Description

Classes implementing this interface define a single function that is applied to each node. This interface is used for various walkers (ViterbiExtractor, ForestWalker).


Member Function Documentation

Implemented in joshua.decoder.hypergraph.GrammarBuilderWalkerFunction.

Here is the caller graph for this function: