- tagAtIndex:scheme:tokenRange:sentenceRange:
Returns a tag for a single scheme at the specified character position.
ある単一のスキームに対する、指定された文字位置でのあるタグを返します。
+ tagForString:atIndex:unit:scheme:orthography:tokenRange:
Returns a tag for a single scheme, for a given linguistic unit, at the specified character position in a string.
ある単一のスキームに対する、与えられた言語学的単位に対する、ある文字列の中の指定された文字位置でのあるタグを返します。
- tagsInRange:unit:scheme:options:tokenRanges:
Returns an array of linguistic tags and token ranges for a given string range and linguistic unit.
与えられた文字列範囲と言語学的単位に対する言語学的タグとトークン範囲からなる配列を返します。
- tagsInRange:scheme:options:tokenRanges:
Returns an array of linguistic tags and token ranges for a given string range.
与えられた文字列範囲に対する言語学的タグとトークン範囲からなる配列を返します。
+ tagsForString:range:unit:scheme:options:orthography:tokenRanges:
Returns an array of linguistic tags and token ranges for a given string and linguistic unit.
与えられた文字列と言語学的単位に対する言語学的タグとトークン範囲からなる配列を返します。