KoNLP (version 0.80.2)

statDic: summary of dictionaries

Description

show summary, head and tail of current or backup dictionaries

Usage

statDic(which = "current", n = 6)

Arguments

which

"current" or "backup" dictionary

n

a single integer. Size for the resulting object to view

Examples

Run this code
# NOT RUN {
## show current dictionary's summary, head, tail 
statDic("current", 10)
# }

Run the code above in your browser using DataCamp Workspace