Class: Zenlish::WClasses::DemonstrativeDeterminer
- Inherits:
-
Determiner
- Object
- Rley::Syntax::Terminal
- WordClass
- Determiner
- Zenlish::WClasses::DemonstrativeDeterminer
- Defined in:
- lib/zenlish/wclasses/demonstrative_determiner.rb
Overview
In grammar, a demonstrative is a determiner or a pronoun that points to a particular noun or to the noun it replaces (the antecedent).
Instance Attribute Summary
Attributes inherited from WordClass
Instance Method Summary collapse
-
#initialize ⇒ DemonstrativeDeterminer
constructor
A new instance of DemonstrativeDeterminer.
-
#invariable? ⇒ FalseClass
Indicates that demonstrative determiners inflects.
Methods inherited from WordClass
Methods included from Feature::FeatureStructDefBearer
#[], #boolean, #enumeration, #feature_def, #feature_def_dsl, #identifier, #init_struct_def, #struct
Constructor Details
#initialize ⇒ DemonstrativeDeterminer
Returns a new instance of DemonstrativeDeterminer.
11 12 13 14 15 |
# File 'lib/zenlish/wclasses/demonstrative_determiner.rb', line 11 def initialize super() init_feature_defs init_paradigms end |
Instance Method Details
#invariable? ⇒ FalseClass
Returns Indicates that demonstrative determiners inflects.
18 19 20 |
# File 'lib/zenlish/wclasses/demonstrative_determiner.rb', line 18 def invariable? false end |