---
title: joinNames
framework: foundation
role: symbol
role_heading: Type Property
path: foundation/nslinguistictagger/options/joinnames
---

# joinNames

Typically, multiple-word names will be returned as multiple tokens, following the standard tokenization practice of the tagger.  If this option is set, then multiple-word names will be joined together and returned as a single token.

## Declaration

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

## See Also

### Constants

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