Class: Zenlish::WClasses::PersonalPronoun

Inherits:
Pronoun
  • Object
show all
Defined in:
lib/zenlish/wclasses/personal_pronoun.rb

Overview

Personal pronouns refer to people or things involved in the text. They change according to person, number, gender and case. Subject forms: I, you, he/she/it, we, you, they Object forms: Me, you, him, her, it, us, you, them

Instance Attribute Summary

Attributes inherited from WordClass

#paradigms

Instance Method Summary collapse

Methods inherited from WordClass

#extension

Methods included from Feature::FeatureStructDefBearer

#[], #boolean, #enumeration, #feature_def, #feature_def_dsl, #identifier, #init_struct_def, #struct

Constructor Details

#initializePersonalPronoun

Returns a new instance of PersonalPronoun.



13
14
15
16
17
# File 'lib/zenlish/wclasses/personal_pronoun.rb', line 13

def initialize
  super()
  init_feature_defs
  init_paradigms
end

Instance Method Details

#invariable?FalseClass

Returns Indicates that demonstrative determiners inflects.

Returns:

  • (FalseClass)

    Indicates that demonstrative determiners inflects.



20
21
22
# File 'lib/zenlish/wclasses/personal_pronoun.rb', line 20

def invariable?
  false
end