struct Wakame::Lib::MeCabPathT

Defined in:

wakame/lib/struct.cr

Instance Method Summary

Instance Method Detail

def cost : Int32 #

Local cost


[View source]
def lnext : Pointer(Wakame::Lib::MeCabPathT) #

Pointer to the next left path.


[View source]
def lnode : Pointer(Wakame::Lib::MeCabNodeT) #

Pointer to the left node.


[View source]
def prob : Float32 #

Marginal probability


[View source]
def rnext : Pointer(Wakame::Lib::MeCabPathT) #

Pointer to the next right path.


[View source]
def rnode : Pointer(Wakame::Lib::MeCabNodeT) #

Pointer to the right node.


[View source]