public AdjunctiveLexemeAttributes(EnumGroupBase parent) : base(parent)
 {
     Adjective  = new AdjectiveAttributes(this);
     Determiner = new DeterminerAttributes(this);
     Numeral    = new NumeralAttributes(this);
 }
예제 #2
0
 public AdjunctiveNonLexemeAttributes(EnumGroupBase parent) : base(parent)
 {
     Prefix = new AdjectiveAttributes(this);
     Suffix = new AdjectiveAttributes(this);
 }