struct Hyoki::Morpheme

Defined in:

hyoki.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(node, index : Int32, max_index : Int32, source_string : String, line : Hyoki::Document::Line) #

[View source]

Instance Method Detail

def alpha : Float32 #

[View source]
def beta : Float32 #

[View source]
def char_type : UInt8 #

[View source]
def cost : Int64 #

[View source]
def feature : Hyoki::Morpheme::Feature #

[View source]
def index : Int32 #

[View source]
def index_in_source_string #

[View source]
def isbest : Bool #

[View source]
def lc_attr : UInt16 #

[View source]
def length : UInt16 #

[View source]

[View source]
def node_id : UInt32 #

[View source]
def posid : UInt16 #

[View source]
def prob : Float32 #

[View source]
def rc_attr : UInt16 #

[View source]
def rlength : UInt16 #

[View source]
def source_string : String #

[View source]
def stat : UInt8 #

[View source]
def surface : String #

[View source]
def wcost : Int16 #

[View source]