Learn R Programming

koRpus (version 0.10-2)

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

Description

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

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.hyphen show(object)

# S4 method for kRp.readability show(object)

# S4 method for kRp.taggedText show(object)

Arguments

object

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

See Also

kRp.hyphen-class, kRp.lang-class, kRp.readability-class, kRp.corp.freq-class, kRp.TTR-class

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