Enumeration 列挙

NSGrammaticalPartOfSpeech

A representation of grammatical parts of speech, used for inflecting strings. 文字列の屈折に使われる、ある文法的品詞の表現。

Declaration 宣言

typedef enum NSGrammaticalPartOfSpeech : NSInteger {
    ...
} NSGrammaticalPartOfSpeech;

Topics 話題

Determining Part of Speech 品詞を決定する

See Also 参照

Accessing Grammatical Properties 文法的プロパティにアクセスする