struct

NLP::DependencyParser::Dependency

Inherits Struct < Value < Object

Represents a dependency relation between two words

Constructors

new(head : Int32, dependent : Int32, relation : RelationType, head_word : String, dependent_word : String)

Instance methods

dependent
dependent_word
head
head_word
relation
to_s(io : IO)

Same as #inspect(io).