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

# closeQuote

A tag indicating that the token is a close quote.

## Declaration

```swift
static let closeQuote: 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)
