コード例 #1
0
 internal MorphoTypeNative(PartOfSpeechBase partOfSpeechBase)
 {
     //_MorphoForms          = EMPTY_MORPHOFORM;
     _MorphoAttributeGroup = partOfSpeechBase.MorphoAttributeGroup;
     _PartOfSpeech         = partOfSpeechBase.PartOfSpeech;
     _MorphoFormEndings    = EMPTY_ENDINGS;
     _MorphoFormEndingUpperAndMorphoAttributes = EMPTY_MFUEMA;
 }
コード例 #2
0
 /// добавление части речи
 private void AddPartOfSpeech(PartOfSpeechBase partOfSpeech)
 {
     _Dictionary.Add(partOfSpeech.PartOfSpeech, partOfSpeech);
 }
コード例 #3
0
 internal MorphoType(PartOfSpeechBase partOfSpeechBase)
 {
     _MorphoForms          = EMPTY;
     _MorphoAttributeGroup = partOfSpeechBase.MorphoAttributeGroup;
     _PartOfSpeech         = partOfSpeechBase.PartOfSpeech;
 }