JPR_multiple: Measuring Japanese readability (Multiple ver.)

Description Usage Arguments Value Author(s) Examples

Description

Measuring Japanese readability (Multiple ver.)

Usage

1
JPR_multiple(file.df)

Arguments

file.df

information of text file. The data frame must have three columns. The First column is id, the second is description, the third is filename(include path)

result.only

Show only results without likihood(default is FALSE)

Value

data.frame

Author(s)

Jaehyun SONG

Examples

1
2
3
setwd("/User/Username/Documents/")
sample.df <- data.frame(id = c(1:3), text  = c("Abe Shinzo", "Kan Naoto", "Ozawa Ichiro"), file_path = c("AS.txt", "KN.txt", "OI.txt"))
JPR_multiple(sample.df)

JaehyunSong/JPreadable documentation built on May 7, 2019, 10:18 a.m.