---
title: omitOther
framework: foundation
role: symbol
role_heading: Type Property
path: foundation/nslinguistictagger/options/omitother
---

# omitOther

Omit tokens of type other (non-linguistic items, such as symbols).

## Declaration

```swift
static var omitOther: NSLinguisticTagger.Options { get }
```

## See Also

### Constants

- [omitWords](foundation/nslinguistictagger/options/omitwords.md)
- [omitPunctuation](foundation/nslinguistictagger/options/omitpunctuation.md)
- [omitWhitespace](foundation/nslinguistictagger/options/omitwhitespace.md)
- [joinNames](foundation/nslinguistictagger/options/joinnames.md)
