neko_mecab {moranajp} | R Documentation |
Analyzed data of neko by MeCab
Description
MeCab: https://taku910.github.io/mecab/
Usage
neko_mecab
Format
A data frame with 2884 rows and 11 variable: (column names are escaped by stringi::stri_escape_unicode(), stringi::stri_unescape_unicode() or unescape_utf() will show Japanese)
- text_id
id
- \u8868\u5c64\u5f62
result of MeCab
- \u54c1\u8a5e
result of MeCab
- \u54c1\u8a5e\u7d30\u5206\u985e1
result of MeCab
- \u54c1\u8a5e\u7d30\u5206\u985e2
result of MeCab
- \u54c1\u8a5e\u7d30\u5206\u985e3
result of MeCab
- \u6d3b\u7528\u578b
result of MeCab
- \u6d3b\u7528\u5f62
result of MeCab
- \u539f\u5f62
result of MeCab
- \u8aad\u307f
result of MeCab
- \u767a\u97f3
result of MeCab
Examples
data(neko_mecab)
neko_mecab |>
unescape_utf()
[Package moranajp version 0.9.7 Index]