|
FreeLing
3.0
|
Each trellis node contains an ordered set of paths. More...
Public Member Functions | |
| element (const std::wstring &, int, double) | |
| constructor | |
| ~element () | |
| destructor | |
| bool | operator< (const element &) const |
| Comparison to sort analysis by *decreasing* probability. | |
| bool | operator== (const element &) const |
| Comparison (to please MSVC) | |
Public Attributes | |
| std::wstring | state |
| origin state | |
| int | kbest |
| kbest sequence in origin state | |
| double | prob |
| probability of the whole sequence from this origin | |
Each trellis node contains an ordered set of paths.
This class stores one path element.
| trellis::element::element | ( | const std::wstring & | , |
| int | , | ||
| double | |||
| ) |
constructor
trellis element constructor
destructor
trellis element destructor
Comparison to sort analysis by *decreasing* probability.
Comparison to sort kbest paths by *decreasing* probability.
References prob.
Comparison (to please MSVC)
References prob.
kbest sequence in origin state
| double trellis::element::prob |
probability of the whole sequence from this origin
Referenced by operator<(), and operator==().
| std::wstring trellis::element::state |
origin state
1.7.6.1