class func availableTagSchemes (for: NSLinguisticTaggerUnit, language: String) -> [NSLinguisticTagScheme]
Returns the tag schemes available for a particular unit and language on the current device.
現在のデバイス上でのある特定の単位と言語に対して利用可能なタグスキームを返します。
class func availableTagSchemes (forLanguage : String) -> [NSLinguisticTagScheme]
Returns the tag schemes available for a particular language on the current device.
現在のデバイス上でのある特定の言語に対して利用可能なタグスキームを返します。