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



38
39
40
# File 'lib/daidai/deinflector.rb', line 38

def conditions_in
  @conditions_in
end

#conditions_outObject

Returns the value of attribute conditions_out

Returns:

  • (Object)

    the current value of conditions_out



38
39
40
# File 'lib/daidai/deinflector.rb', line 38

def conditions_out
  @conditions_out
end

#deinflectObject

Returns the value of attribute deinflect

Returns:

  • (Object)

    the current value of deinflect



38
39
40
# File 'lib/daidai/deinflector.rb', line 38

def deinflect
  @deinflect
end

#is_inflectedObject

Returns the value of attribute is_inflected

Returns:

  • (Object)

    the current value of is_inflected



38
39
40
# File 'lib/daidai/deinflector.rb', line 38

def is_inflected
  @is_inflected
end