Class: Opener::Kaf::Visualizer::Term
- Defined in:
- lib/opener/outlet/visualizer.rb
Instance Attribute Summary collapse
-
#lemma ⇒ Object
readonly
Returns the value of attribute lemma.
-
#morphofeat ⇒ Object
readonly
Returns the value of attribute morphofeat.
-
#pos ⇒ Object
readonly
Returns the value of attribute pos.
-
#tid ⇒ Object
readonly
Returns the value of attribute tid.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Attributes inherited from KAFNode
#content, #references, #tag, #targets
Instance Method Summary collapse
Methods inherited from KAFNode
#has_target?, #initialize, #process_subnodes, #set_content, #set_instance_variables, #set_targets, #target_ids, #to_s
Constructor Details
This class inherits a constructor from Opener::Kaf::Visualizer::KAFNode
Instance Attribute Details
#lemma ⇒ Object (readonly)
Returns the value of attribute lemma.
140 141 142 |
# File 'lib/opener/outlet/visualizer.rb', line 140 def lemma @lemma end |
#morphofeat ⇒ Object (readonly)
Returns the value of attribute morphofeat.
140 141 142 |
# File 'lib/opener/outlet/visualizer.rb', line 140 def morphofeat @morphofeat end |
#pos ⇒ Object (readonly)
Returns the value of attribute pos.
140 141 142 |
# File 'lib/opener/outlet/visualizer.rb', line 140 def pos @pos end |
#tid ⇒ Object (readonly)
Returns the value of attribute tid.
140 141 142 |
# File 'lib/opener/outlet/visualizer.rb', line 140 def tid @tid end |
#type ⇒ Object (readonly)
Returns the value of attribute type.
140 141 142 |
# File 'lib/opener/outlet/visualizer.rb', line 140 def type @type end |
Instance Method Details
#id ⇒ Object
142 143 144 |
# File 'lib/opener/outlet/visualizer.rb', line 142 def id tid end |