igo: Call Igo tagger

View source: R/igo.R

igoR Documentation

Call Igo tagger

Description

Call Igo tagger

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.

Value

A tibble.


paithiov909/rjavacmecab documentation built on Feb. 1, 2023, 4 a.m.