var isUnspecified : Bool
A Boolean value that indicates whether this instance specifies no particular grammar.
あるブール値、それはこのインスタンスが特定の文法を指定しないのかどうかを指し示します。
var grammaticalGender : Morphology.GrammaticalGender?
The grammatical gender used for inflecting strings with this morphology.
この語形論で文字列を屈折(語形変化)するのに使われる文法的性。
enum Morphology.GrammaticalGender
A representation of grammatical gender, used for inflecting strings.
文字列の屈折に使われる、ある文法的性の表現。
enum Morphology.GrammaticalNumber
A representation of grammatical number, used for inflecting strings.
文字列の屈折に使われる、ある文法的数の表現。
var partOfSpeech : Morphology.PartOfSpeech?
The grammatical part of speech used for inflecting strings with this morphology.
この語形論で文字列を屈折(語形変化)するのに使われる文法的品詞。
enum Morphology.PartOfSpeech
A representation of grammatical parts of speech, used for inflecting strings.
文字列の屈折に使われる、ある文法的品詞の表現。