Public Attributes | List of all members
moot::mootHMM::ViterbiRow Class Reference

Type for a Viterbi trellis row ("current tag") node. More...

Collaboration diagram for moot::mootHMM::ViterbiRow:
Collaboration graph
[legend]

Public Attributes

TagID tagid
 Current Tag-ID for this node (redundant) More...
 
ProbT wprob
 (log-)lexical probability p(word|tag) More...
 
class ViterbiNodenodes
 Trellis "pillar" node(s) for this row. More...
 
class ViterbiRowrow_next
 Next row. More...
 

Detailed Description

A Viterbi trellis row is completely specified by its Tag-ID and corresponding "pillar" of previous Tag-IDs.

Member Data Documentation

◆ tagid

TagID moot::mootHMM::ViterbiRow::tagid

◆ wprob

ProbT moot::mootHMM::ViterbiRow::wprob

◆ nodes

class ViterbiNode* moot::mootHMM::ViterbiRow::nodes

◆ row_next

class ViterbiRow* moot::mootHMM::ViterbiRow::row_next

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