NLP::LinkGrammar::Link
Inherits Struct < Value < Object
Represents a link between two words in a parse
Constructors
new(left_word : Int32, right_word : Int32, label : String, left_connector : String = "", right_connector : String = "")
Instance methods
label
left_connector
left_word
right_connector
right_word
to_s(io : IO)
Same as #inspect(io).