Class: Daidai::Deinflector::TransformedText

Inherits:
Struct
  • Object
show all
Defined in:
lib/daidai/deinflector.rb

Overview

An intermediate (or final) deinflected form during the search.

Instance Attribute Summary collapse

Instance Attribute Details

#conditionsObject

Returns the value of attribute conditions

Returns:

  • (Object)

    the current value of conditions



82
83
84
# File 'lib/daidai/deinflector.rb', line 82

def conditions
  @conditions
end

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



82
83
84
# File 'lib/daidai/deinflector.rb', line 82

def text
  @text
end

#traceObject

Returns the value of attribute trace

Returns:

  • (Object)

    the current value of trace



82
83
84
# File 'lib/daidai/deinflector.rb', line 82

def trace
  @trace
end