C# Class Nuve.Morphologic.Structure.Morpheme

Bir kelimenin en küçük yapı taşı olan morfemi temsil eden abstract class. Root ve Suffix sınıfları bu sınıftan türerler. Word sınıfı her biri içerisinde bir Morphmeme tutan bir Allomorph dizisi şeklinde düşünülür. Morpheme sınıfı immutable'dır.
Afficher le fichier Open project: hrzafer/nuve Class Usage Examples

Protected Properties

Свойство Type Description
HasRule bool

Méthodes publiques

Méthode Description
ToString ( ) : string

Méthodes protégées

Méthode Description
Morpheme ( string lexicalForm, ISet surfaces, MorphemeType type, ISet labels, IList rules ) : System.Collections.Generic

Private Methods

Méthode Description
ContainsRule ( string id ) : bool
HasLabel ( string label ) : bool
ProcessRules ( int phase, Allomorph allomorph ) : void

Method Details

Morpheme() protected méthode

protected Morpheme ( string lexicalForm, ISet surfaces, MorphemeType type, ISet labels, IList rules ) : System.Collections.Generic
lexicalForm string
surfaces ISet
type MorphemeType
labels ISet
rules IList
Résultat System.Collections.Generic

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

HasRule protected_oe property

protected bool HasRule
Résultat bool