Learn R Programming

koRpus (version 0.13-8)

show,kRp.lang-method: Show methods for koRpus objects

Description

Show methods for S4 objects of classes kRp.lang, kRp.readability, kRp.corp.freq or kRp.TTR.

Usage

# S4 method for kRp.lang
show(object)

# S4 method for kRp.TTR show(object)

# S4 method for kRp.corp.freq show(object)

# S4 method for kRp.readability show(object)

# S4 method for kRp.text show(object)

Arguments

object

An object of class kRp.lang, kRp.readability, kRp.corp.freq, or kRp.TTR.

See Also

kRp.lang, kRp.readability, kRp.corp.freq, kRp.TTR

Examples

Run this code
# NOT RUN {
  guess.lang("/home/user/data/some.txt", udhr.path="/home/user/data/udhr_txt/")
# }
# NOT RUN {
MTLD(tagged.txt)
# }
# NOT RUN {
flesch(tagged.txt)
# }

Run the code above in your browser using DataLab