Learn R Programming

Rwordseg (version 0.3-2)

listDict: List the installed dictionaries.

Description

List all of the installed user-defined dictionaries.

Usage

listDict()

Arguments

Value

A data frame of:

id

ID of the dictionary.

dict

Name of the dictionary.

time

Created time.

size

Word counts of the dictionary.

example

Example words.

desc

Description of the dictionary.

Examples

Run this code
# NOT RUN {
listDict()

# }

Run the code above in your browser using DataLab