func tag(at: Int, scheme: NSLinguisticTagScheme, tokenRange : NSRangePointer?, sentenceRange : NSRangePointer?) -> NSLinguisticTag?
Returns a tag for a single scheme at the specified character position.
ある単一のスキームに対する、指定された文字位置でのあるタグを返します。
class func tag(for: String, at: Int, unit: NSLinguisticTaggerUnit, scheme: NSLinguisticTagScheme, orthography: NSOrthography?, tokenRange : NSRangePointer?) -> NSLinguisticTag?
Returns a tag for a single scheme, for a given linguistic unit, at the specified character position in a string.
ある単一のスキームに対する、与えられた言語学的単位に対する、ある文字列の中の指定された文字位置でのあるタグを返します。
func tags(in: NSRange, unit: NSLinguisticTaggerUnit, scheme: NSLinguisticTagScheme, options: NSLinguisticTagger.Options, tokenRanges : AutoreleasingUnsafeMutablePointer<NSArray?>?) -> [NSLinguisticTag]
Returns an array of linguistic tags and token ranges for a given string range and linguistic unit.
与えられた文字列範囲と言語学的単位に対する言語学的タグとトークン範囲からなる配列を返します。
func tags(in: NSRange, scheme: String, options: NSLinguisticTagger.Options, tokenRanges : AutoreleasingUnsafeMutablePointer<NSArray?>?) -> [String]
Returns an array of linguistic tags and token ranges for a given string range.
与えられた文字列範囲に対する言語学的タグとトークン範囲からなる配列を返します。
class func tags(for: String, range: NSRange, unit: NSLinguisticTaggerUnit, scheme: NSLinguisticTagScheme, options: NSLinguisticTagger.Options, orthography: NSOrthography?, tokenRanges : AutoreleasingUnsafeMutablePointer<NSArray?>?) -> [NSLinguisticTag]
Returns an array of linguistic tags and token ranges for a given string and linguistic unit.
与えられた文字列と言語学的単位に対する言語学的タグとトークン範囲からなる配列を返します。