types: Get word types from a tokens object

View source: R/tokens.R

typesR Documentation

Get word types from a tokens object

Description

Get unique types of tokens from a tokens object.

Usage

types(x)

Arguments

x

a tokens object

See Also

featnames

Examples

toks <- tokens(data_corpus_inaugural)
types(toks)

quanteda documentation built on May 31, 2023, 8:28 p.m.