#include <ChartCellCollection.h>


Public Member Functions | |
| ChartCellCollection (const InputType &input, ChartManager &manager) | |
| ChartCell & | Get (const Range &coverage) |
| get a chart cell for a particular range | |
| const ChartCell & | Get (const Range &coverage) const |
| get a chart cell for a particular range | |
Definition at line 85 of file ChartCellCollection.h.
| Moses::ChartCellCollection::ChartCellCollection | ( | const InputType & | input, | |
| ChartManager & | manager | |||
| ) |
Costructor
| input | the input sentence | |
| manager | reference back to the manager |
Definition at line 54 of file ChartCellCollection.cpp.
get a chart cell for a particular range
Definition at line 96 of file ChartCellCollection.h.
References Moses::ChartCellCollectionBase::GetBase().

get a chart cell for a particular range
Definition at line 91 of file ChartCellCollection.h.
References Moses::ChartCellCollectionBase::MutableBase().
Referenced by Moses::ChartManager::AddXmlChartOptions(), Moses::ChartManager::Decode(), and Moses::ChartManager::GetBestHypothesis().


1.5.9