---
title: whitespace
framework: naturallanguage
role: symbol
role_heading: Type Property
path: naturallanguage/nltag/whitespace
---

# whitespace

A tag indicating that the token is white space of any sort.

## Declaration

```swift
static let whitespace: NLTag
```

## See Also

### Token types

- [word](naturallanguage/nltag/word.md)
- [punctuation](naturallanguage/nltag/punctuation.md)
- [other](naturallanguage/nltag/other.md)
