types {quanteda} | R Documentation |
Get word types from a tokens object
Description
Get unique types of tokens from a tokens object.
Usage
types(x)
Arguments
See Also
featnames
Examples
toks <- tokens(data_corpus_inaugural)
head(types(toks), 20)
[Package
quanteda version 4.0.2
Index]