---
title: NLTagger.Options
framework: naturallanguage
role: symbol
role_heading: Structure
path: naturallanguage/nltagger/options
---

# NLTagger.Options

Constants for linguistic tagger enumeration specifying which tokens to omit and whether to join names.

## Declaration

```swift
struct Options
```

## Topics

### Constants

- [omitWords](naturallanguage/nltagger/options/omitwords.md)
- [omitPunctuation](naturallanguage/nltagger/options/omitpunctuation.md)
- [omitWhitespace](naturallanguage/nltagger/options/omitwhitespace.md)
- [omitOther](naturallanguage/nltagger/options/omitother.md)
- [joinNames](naturallanguage/nltagger/options/joinnames.md)
- [joinContractions](naturallanguage/nltagger/options/joincontractions.md)

### Initializers

- [init(rawValue:)](naturallanguage/nltagger/options/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [ExpressibleByArrayLiteral](swift/expressiblebyarrayliteral.md)
- [OptionSet](swift/optionset.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [SetAlgebra](swift/setalgebra.md)

## See Also

### Enumerating linguistic tags

- [enumerateTags(in:unit:scheme:options:using:)](naturallanguage/nltagger/enumeratetags(in:unit:scheme:options:using:).md)
- [NLTag](naturallanguage/nltag.md)
