Usage
    igo(chr, split = FALSE, mode = c("parse", "wakati"))
 
     
    
    Arguments
    - chr
 
Character vector to be tokenized.
 
- split
 
Logical. If true (by default), the function splits character vector
into sentences using stringi::stri_split_boudaries(type = "sentence")
before analyzing them.
 
- mode
 
Character scalar.
 
 
    
    
    Details
    This function is a wrapper of Igo (v0.4.5) that is a Java reimplementaion of MeCab.
The Igo tagger has 2 methods, which are 'parse' and 'wakati', and both is available from this function.