Learn R Programming

moranajp (version 0.9.7)

out_cols_chamame: Morphological analysis for Japanese text by web chamame

Description

Using https://chamame.ninjal.ac.jp/ and rvest.

Usage

out_cols_chamame(col_lang = "jp")

web_chamame(text, col_lang = "jp")

html_radio_set(form, ...)

is_radio(fields)

Value

A character vector

A dataframe

vest_form object

A boolean or vector

Arguments

col_lang

A text. "jp" or "en"

text

A text.

form

vest_form object

...

dynamic-dots Name-value pairs giving radio button to modify.

fields

$fields in vest_form object

Examples

Run this code
text <-
  paste0("\\u3059",
         paste0(rep("\\u3082",8),collapse=""),
         "\\u306e\\u3046\\u3061") |>
  unescape_utf()
web_chamame(text)

Run the code above in your browser using DataLab