struct Hyoki::Morpheme
- Hyoki::Morpheme
- Struct
- Value
- Object
Defined in:
hyoki.crConstructors
Instance Method Summary
- #alpha : Float32
- #beta : Float32
- #char_type : UInt8
- #cost : Int64
- #feature : Hyoki::Morpheme::Feature
- #index : Int32
- #index_in_source_string
- #isbest : Bool
- #lc_attr : UInt16
- #length : UInt16
- #line : Hyoki::Document::Line
- #node_id : UInt32
- #posid : UInt16
- #prob : Float32
- #rc_attr : UInt16
- #rlength : UInt16
- #source_string : String
- #stat : UInt8
- #surface : String
- #wcost : Int16
Constructor Detail
def self.new(node, index : Int32, max_index : Int32, source_string : String, line : Hyoki::Document::Line)
#