Learn R Programming

quanteda (version 0.9.9-50)

dictionary-class: print a dictionary object

Description

Print/show method for dictionary objects.

Extractor for dictionary objects

Extractor for dictionary objects

Coerce a dictionary object into a list

Usage

# S4 method for dictionary
show(object)

# S4 method for dictionary,index,ANY,ANY [(x, i)

# S4 method for dictionary,index [[(x, i)

# S4 method for dictionary as.list(x)

Arguments

object
the dictionary to be printed
i
index for entries
object
the dictionary to be extracted
object
the dictionary to be extracted
i
index for entries
object
the dictionary to be coerced

Slots

.Data
named list of mode character, where each element name is a dictionary "key" and each element is one or more dictionary entry "values" consisting of a pattern match

concatenator
character object specifying space between multi-word values

format
dictionary format (if imported)

file
file from which a dictionary was read (if imported)