struct Wakame::MeCabPath

Overview

Wrapper for the Wakame::Lib::MeCabNodeT structure.

Included Modules

Defined in:

wakame/path.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pointer : Pointer(Lib::MeCabPathT)) #

Instance Method Detail

def cost : Int32 #

This method forwards the call to the underlying Wakame::Lib::MeCabPathT structure.

See Wakame::Lib::MeCabPathT#cost for details.


def lnext : MeCabPath? #

This method forwards the call to the underlying Wakame::Lib::MeCabPathT structure, resolves the pointer returned, and returns the wrapped variant of it.

See Wakame::Lib::MeCabPathT#lnext for details on the underlying value.


def lnode : MeCabNode? #

This method forwards the call to the underlying Wakame::Lib::MeCabNodeT structure, resolves the pointer returned, and returns the wrapped variant of it.

See Wakame::Lib::MeCabNodeT#lnode for details on the underlying value.


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

Pointer to the underlying structure.


def prob : Float32 #

This method forwards the call to the underlying Wakame::Lib::MeCabPathT structure.

See Wakame::Lib::MeCabPathT#prob for details.


def rnext : MeCabPath? #

This method forwards the call to the underlying Wakame::Lib::MeCabPathT structure, resolves the pointer returned, and returns the wrapped variant of it.

See Wakame::Lib::MeCabPathT#rnext for details on the underlying value.


def rnode : MeCabNode? #

This method forwards the call to the underlying Wakame::Lib::MeCabNodeT structure, resolves the pointer returned, and returns the wrapped variant of it.

See Wakame::Lib::MeCabNodeT#rnode for details on the underlying value.