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

Type for a Viterbi trellis entry ("pillar") node. More...

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

Public Attributes

TagID tagid
 Current Tag-ID for this node. More...
 
TagID ptagid
 Previous Tag-ID for this node. More...
 
ProbT lprob
 log-Probability of best path to this node More...
 
class ViterbiNodepth_prev
 Previous node in best path to this node. More...
 
class ViterbiNodenod_next
 Next previous-tag-node in current pillar. More...
 

Detailed Description

Viterbi trellis is a (reverse-linked-list of columns [words] (of linked-list rows [current-tags] (of linked-list "pillars" [previous-tags])))

Member Data Documentation

◆ tagid

TagID moot::mootHMM::ViterbiNode::tagid

◆ ptagid

TagID moot::mootHMM::ViterbiNode::ptagid

◆ lprob

ProbT moot::mootHMM::ViterbiNode::lprob

◆ pth_prev

class ViterbiNode* moot::mootHMM::ViterbiNode::pth_prev

◆ nod_next

class ViterbiNode* moot::mootHMM::ViterbiNode::nod_next

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