Initializer

init(tagSchemes:options:)

Creates a linguistic tagger instance using the specified tag schemes and options. ある言語学的タガーをこの指定されたタグスキームとオプションを使って作成します。

Declaration 宣言

init(tagSchemes: [NSLinguisticTagScheme], 
options opts: Int)

Parameters パラメータ

tagSchemes

An array of tag schemes to be used. See NSLinguisticTagScheme for the possible values. 使われることになるタグスキームからなる配列。NSLinguisticTagSchemeを可能な値のために見てください。

opts

Reserved for future use. Specify 0 for this parameter. 将来使うために予約されます。0をこのパラメータに対して指定してください。

Return Value 戻り値

An initialized linguistic tagger. 初期化された辞書学的タガー。

Discussion 議論

Pass any tag schemes to tagSchemes that you intend to use with the methods described in Enumerating Linguistic Tags and Getting Linguistic Tags. いくらかのタグスキームをtagSchemesに渡してください、それはあなたが言語学的タグを列挙する言語学的タグを取得するで記述されるメソッドで使おうと思うものです。

See Also 参照

First Steps 初歩

Related Documentation 関連文書