Class: Result_t
- Inherits:
-
Struct
- Object
- Struct
- Result_t
- Defined in:
- lib/tyccl.rb
Overview
this struct is used to return analysing result
-
field ‘value’ store the analysing value
-
field ‘x_id’ ‘y_id’ store the ID of word X and Y
Instance Attribute Summary collapse
-
#value ⇒ Object
Returns the value of attribute value.
-
#x_id ⇒ Object
Returns the value of attribute x_id.
-
#y_id ⇒ Object
Returns the value of attribute y_id.
Instance Attribute Details
#value ⇒ Object
Returns the value of attribute value
21 22 23 |
# File 'lib/tyccl.rb', line 21 def value @value end |
#x_id ⇒ Object
Returns the value of attribute x_id
21 22 23 |
# File 'lib/tyccl.rb', line 21 def x_id @x_id end |
#y_id ⇒ Object
Returns the value of attribute y_id
21 22 23 |
# File 'lib/tyccl.rb', line 21 def y_id @y_id end |