struct Wakame::MeCabPath
- Wakame::MeCabPath
- Struct
- Value
- Object
Overview
Wrapper for the Wakame::Lib::MeCabNodeT
structure.
Included Modules
Defined in:
wakame/path.crConstructors
Instance Method Summary
-
#cost : Int32
This method forwards the call to the underlying
Wakame::Lib::MeCabPathT
structure. -
#lnext : MeCabPath | Nil
This method forwards the call to the underlying
Wakame::Lib::MeCabPathT
structure, resolves the pointer returned, and returns the wrapped variant of it. -
#lnode : MeCabNode | Nil
This method forwards the call to the underlying
Wakame::Lib::MeCabNodeT
structure, resolves the pointer returned, and returns the wrapped variant of it. -
#pointer : Pointer(Wakame::Lib::MeCabPathT)
Pointer to the underlying structure.
-
#prob : Float32
This method forwards the call to the underlying
Wakame::Lib::MeCabPathT
structure. -
#rnext : MeCabPath | Nil
This method forwards the call to the underlying
Wakame::Lib::MeCabPathT
structure, resolves the pointer returned, and returns the wrapped variant of it. -
#rnode : MeCabNode | Nil
This method forwards the call to the underlying
Wakame::Lib::MeCabNodeT
structure, resolves the pointer returned, and returns the wrapped variant of it.
Constructor Detail
Instance Method Detail
This method forwards the call to the underlying Wakame::Lib::MeCabPathT
structure.
See Wakame::Lib::MeCabPathT#cost
for details.
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.
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.
This method forwards the call to the underlying Wakame::Lib::MeCabPathT
structure.
See Wakame::Lib::MeCabPathT#prob
for details.
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.
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.