Return Value
戻り値
Returns the tag for the requested tag scheme, or nil
. If a tag is returned, this function returns by reference the range of the token to tokenRange
, and the range of the enclosing sentence to sentenceRange
, if applicable.
要請されたタグスキームに対するタグ、またはnil
を返します。あるタグが返されるならば、この関数は参照によってトークンの範囲をtokenRange
に、そして囲んでいる文の範囲をsentenceRange
に返します、もし該当するならば。
Discussion
議論
This is a convenience method for calling tag(at:unit:scheme:tokenRange:)
and passing NSLinguisticTaggerUnit.word
as the linguistic unit.
これは、tag(at:unit:scheme:tokenRange:)
を呼び出してNSLinguisticTaggerUnit.word
を言語学的単位として渡すことに対する便宜メソッドです。