Class: Daidai::Deinflector::Rule

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

Overview

One deinflection rule: a test for the inflected form and how to undo it.

Instance Attribute Summary collapse

Instance Attribute Details

#conditions_inObject

Returns the value of attribute conditions_in

Returns:

  • (Object)

    the current value of conditions_in



76
77
78
# File 'lib/daidai/deinflector.rb', line 76

def conditions_in
  @conditions_in
end

#conditions_outObject

Returns the value of attribute conditions_out

Returns:

  • (Object)

    the current value of conditions_out



76
77
78
# File 'lib/daidai/deinflector.rb', line 76

def conditions_out
  @conditions_out
end

#deinflectObject

Returns the value of attribute deinflect

Returns:

  • (Object)

    the current value of deinflect



76
77
78
# File 'lib/daidai/deinflector.rb', line 76

def deinflect
  @deinflect
end

#is_inflectedObject

Returns the value of attribute is_inflected

Returns:

  • (Object)

    the current value of is_inflected



76
77
78
# File 'lib/daidai/deinflector.rb', line 76

def is_inflected
  @is_inflected
end