Instance Method インスタンスメソッド

isWordInUserDictionaries:caseSensitive:

Indicates whether a given word is in the user’s list of learned words or the document’s list of words to ignore. 与えられた単語がユーザのもつ学習単語のリスとまたは書類のもつ無視する単語のリストの中にあるかどうかを指し示します。

Declaration 宣言

- (BOOL)isWordInUserDictionaries:(NSString *)word 
                   caseSensitive:(BOOL)flag;

Parameters パラメータ

word

The word to compare with those in the user dictionaries. ユーザ辞書におけるそれらと比較する単語。

caseSensitive

Specifies whether the comparison is case sensitive. 比較がケースを考慮するかどうかを指定します。

Return Value 戻り値

A Boolean value indicating whether the word is in the user dictionaries. If YES, the word is acceptable to the user. 単語がユーザ辞書の中にあるかどうかを指し示すブール値。YESならば、単語はユーザに受け入れ可能です。