Class: Opener::Kaf::Visualizer::Term
- Defined in:
- lib/opener/s3_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.
143 144 145 |
# File 'lib/opener/s3_outlet/visualizer.rb', line 143 def lemma @lemma end |
#morphofeat ⇒ Object (readonly)
Returns the value of attribute morphofeat.
143 144 145 |
# File 'lib/opener/s3_outlet/visualizer.rb', line 143 def morphofeat @morphofeat end |
#pos ⇒ Object (readonly)
Returns the value of attribute pos.
143 144 145 |
# File 'lib/opener/s3_outlet/visualizer.rb', line 143 def pos @pos end |
#tid ⇒ Object (readonly)
Returns the value of attribute tid.
143 144 145 |
# File 'lib/opener/s3_outlet/visualizer.rb', line 143 def tid @tid end |
#type ⇒ Object (readonly)
Returns the value of attribute type.
143 144 145 |
# File 'lib/opener/s3_outlet/visualizer.rb', line 143 def type @type end |
Instance Method Details
#id ⇒ Object
145 146 147 |
# File 'lib/opener/s3_outlet/visualizer.rb', line 145 def id tid end |