Esempio n. 1
0
 internal MorphoTypeNative(PartOfSpeechBase partOfSpeechBase)
 {
     _morphoAttributeGroup = partOfSpeechBase.MorphoAttributeGroup;
     _partOfSpeech         = partOfSpeechBase.PartOfSpeech;
     _morphoFormEndings    = EMPTY_ENDINGS;
     _morphoFormEndingUpperAndMorphoAttributes = EMPTY_MFUEMA;
 }
Esempio n. 2
0
 internal MorphoType(PartOfSpeechBase partOfSpeechBase)
 {
     MorphoForms          = EMPTY;
     MorphoAttributeGroup = partOfSpeechBase.MorphoAttributeGroup;
     PartOfSpeech1        = partOfSpeechBase.PartOfSpeech;
 }
Esempio n. 3
0
 /// добавление части речи
 private void AddPartOfSpeech(PartOfSpeechBase partOfSpeech)
 {
     _Dictionary.Add(partOfSpeech.PartOfSpeech, partOfSpeech);
 }