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

# determiner

A tag indicating that the token is a determiner.

## Declaration

```swift
static let determiner: NLTag
```

## Discussion

Discussion Determiners clarify nouns. Common determiners are articles (like a or the), demonstratives (like this or that), quantifiers (like all or some), and possessives (like your or their).

## 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)
- [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)
- [openQuote](naturallanguage/nltag/openquote.md)
