pos_full: Return raw results of MeCab by data.frame

Description Usage Arguments Value Examples

View source: R/pos.R

Description

Return raw results of MeCab by data.frame

Usage

1
pos_full(text, id_name = "id", dic = "", etc = "")

Arguments

text

character vector.

id_name

character or NULL. a name of a sentence id column. If NULL, id column is not made.

dic

character. a path to a user dictionary.

etc

character. options to mecab.

Value

data.frame.

Examples

1
2
3
4
## Not run: 
pos_full(text,id_name="id",dic="",etc="")

## End(Not run)

suzuna/mecabtools documentation built on Feb. 25, 2021, 7:27 p.m.