form {sudachir}R Documentation

Parse tokenized input text

Description

Parse tokenized input text

Usage

form(x, mode, type, pos = TRUE)

Arguments

x

Input text vectors

mode

Select split mode (A, B, C)

type

return form. One of the following "surface", "dictionary", "normalized", "reading" or "part_of_speech".

pos

Include part of speech information with object name.

Examples

## Not run: 
form("Tokyo", mode = "B", type = "normalized")
form("Osaka", mode = "B", type = "surface")
form("Hokkaido", mode = "C", type = "part_of_speech")

## End(Not run)

[Package sudachir version 0.1.0 Index]