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

# punctuation

A tag indicating that the token is punctuation.

## Declaration

```swift
static let punctuation: NLTag
```

## See Also

### Token types

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