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