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

# otherPunctuation

A tag indicating that the token is punctuation other than a kind described by other lexical classes (sentence terminator, open or close quote, open or close parenthesis, word joiner, and dash).

## Declaration

```swift
static let otherPunctuation: NLTag
```

## See Also

### Lexical classes

- [noun](naturallanguage/nltag/noun.md)
- [verb](naturallanguage/nltag/verb.md)
- [adjective](naturallanguage/nltag/adjective.md)
- [adverb](naturallanguage/nltag/adverb.md)
- [pronoun](naturallanguage/nltag/pronoun.md)
- [determiner](naturallanguage/nltag/determiner.md)
- [particle](naturallanguage/nltag/particle.md)
- [preposition](naturallanguage/nltag/preposition.md)
- [number](naturallanguage/nltag/number.md)
- [conjunction](naturallanguage/nltag/conjunction.md)
- [interjection](naturallanguage/nltag/interjection.md)
- [classifier](naturallanguage/nltag/classifier.md)
- [idiom](naturallanguage/nltag/idiom.md)
- [otherWord](naturallanguage/nltag/otherword.md)
- [sentenceTerminator](naturallanguage/nltag/sentenceterminator.md)
