struct Wakame::Lib::MeCabPathT

Defined in:

wakame/lib/struct.cr

Instance Method Summary

Instance Method Detail

def cost : Int32 #

Local cost


def lnext : Pointer(Wakame::Lib::MeCabPathT) #

Pointer to the next left path.


def lnode : Pointer(Wakame::Lib::MeCabNodeT) #

Pointer to the left node.


def prob : Float32 #

Marginal probability


def rnext : Pointer(Wakame::Lib::MeCabPathT) #

Pointer to the next right path.


def rnode : Pointer(Wakame::Lib::MeCabNodeT) #

Pointer to the right node.