The position of the initial character. 最初の文字の位置。
possibleTags(at:scheme:tokenRange:sentenceRange:scores:)
Availability 有効性
- iOS 5.0–14.0 Deprecated
- iPadOS 5.0–14.0 Deprecated
- macOS 10.7–11.0 Deprecated
- Mac Catalyst 13.1–14.0 Deprecated
- tvOS 9.0–14.0 Deprecated
- watchOS 2.0–7.0 Deprecated
Technology
- Foundation ファウンデーション
Declaration 宣言
func possibleTags(at charIndex: Int
,
scheme tagScheme: String
,
tokenRange: NSRangePointer
?,
sentenceRange: NSRangePointer
?,
scores: AutoreleasingUnsafeMutablePointer
<NSArray
?>?) -> [String
]?
Parameters パラメータ
charIndex
tagScheme
The tag scheme. See
NSLinguistic
for possible values. タグスキーム。Tag Scheme NSLinguistic
を可能な値のために見てください。Tag Scheme tokenRange
The token range. トークン範囲。
sentenceRange
The range of the sentence. 文の範囲。
scores
Returns by reference an array of numeric scores indicating the likelihood that the range matches the tag scheme. 範囲がタグスキームに合致する見込みを指し示している数値得点からなる配列を参照によって返します。
Return Value 戻り値
Returns an array of possible tags for the tag scheme at the specified location, starting with the most likely tag scheme. For some tag schemes only a single tag will be returned, but for others a list of possibilities will be provided. 指定された位置で、もっともありそうなタグスキームで開始して、このタグスキームに対する可能なタグからなる配列を返します。いくつかのタグスキームに対してはある単一のタグだけが返されるでしょう、しかし他のものに対しては可能性のあるもののリストが提供されるでしょう。
Discussion 議論
Calling this method is not recommended; for most use cases, this information is not as useful as what is provided by the methods described in Enumerating Linguistic Tags and Getting Linguistic Tags. このメソッドを呼び出すことは推奨されません;ほとんどの利用事例に対して、この情報は言語学的タグを列挙すると言語学的タグを取得するで記述されるメソッドによって提供されるものと同じくらい有益ではありません。