Learn R Programming

moranajp (version 0.9.7)

Morphological Analysis for Japanese

Description

Supports morphological analysis for Japanese by using 'MeCab' , 'Sudachi' , 'Chamame' , or 'Ginza' . Can input a data.frame and obtain all results of 'MeCab' and the row number of the original data.frame as a text id.

Copy Link

Version

Install

install.packages('moranajp')

Monthly Downloads

294

Version

0.9.7

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Toshikazu Matsumura

Last Published

August 1st, 2024

Functions in moranajp (0.9.7)

remove_brk

Remove break point and other unused rows from the result of morphological analysis
review_mecab

Analyzed data of review by MeCab
text_id_with_break

Add ids.
review_sudachi_a

Analyzed data of review by Sudachi
unescape_utf

Wrapper functions for escape and unescape unicode
stop_words

Stop words for morphological analysis
synonym

An example of synonym word pairs
out_cols_chamame

Morphological analysis for Japanese text by web chamame
neko

The first part of 'I Am a Cat' by Soseki Natsume
iconv_x

iconv x
add_group

Add group id column into result of morphological analysis
draw_bigram_network

Draw bigram network using morphological analysis data.
clean_up

Clean up result of morphological analyzed data frame
moranajp_all

Morphological analysis for a specific column in dataframe
escape_japanese

Generate code like "stringi::stri_unescape_unicode(...)"
add_id

Add id in each group
make_groups

Make groups by splitting string length
review_chamame

Analyzed data of review by chamame
review

Full text of review article
combine_words

Combine words after morphological analysis
add_sentence_no

Wrapper function for add_group() to add sentence id
review_ginza

Analyzed data of review by GiNZA
neko_mecab

Analyzed data of neko by MeCab
neko_sudachi_a

Analyzed data of neko by Sudachi
add_text_id

Add id column into result of morphological analysis
neko_chamame

Analyzed data of neko by chamame
neko_ginza

Analyzed data of neko by GiNZA