struct Wakame::Lib::MeCabPathT
- Wakame::Lib::MeCabPathT
- Struct
- Value
- Object
Defined in:
wakame/lib/struct.crInstance Method Summary
-
#cost : Int32
Local cost
-
#lnext : Pointer(Wakame::Lib::MeCabPathT)
Pointer to the next left path.
-
#lnode : Pointer(Wakame::Lib::MeCabNodeT)
Pointer to the left node.
-
#prob : Float32
Marginal probability
-
#rnext : Pointer(Wakame::Lib::MeCabPathT)
Pointer to the next right path.
-
#rnode : Pointer(Wakame::Lib::MeCabNodeT)
Pointer to the right node.