Contents

init(tagSchemes:)

Creates a linguistic tagger instance using the specified tag schemes and options.

Declaration

init(tagSchemes: [NLTagScheme])

Parameters

  • tagSchemes:

    An array of tag schemes to be used. See Nltagscheme for the possible values.

Discussion

Pass any tag schemes to tagSchemes that you intend to use with the methods described in Enumerating linguistic tags and Getting linguistic tags in NLTagger.

See Also

Creating a tagger