Learn R Programming

gibasa (version 1.1.2)

posParallelRcpp: Call tagger inside 'RcppParallel::parallelFor' and return a data.frame.

Description

This function is an internal function called by tokenize(). For common usage, use tokenize() instead.

Value

A data.frame.

Arguments

text

A character vector to be tokenized.

sys_dic

Character scalar; path to the system dictionary for 'MeCab'.

user_dic

Character scalar; path to the user dictionary for 'MeCab'.

partial

Logical; If TRUE, activates partial parsing mode.

grain_size

Integer value larger than 1.