getMorph: getMorph

Description Usage Arguments Value Examples

View source: R/RHINO.R

Description

Get analyzed Korean morph.

Usage

1
getMorph(sentence, type = "noun", xrVv = FALSE, file = FALSE)

Arguments

sentence

Korean sentences. Try Korean words or sentences.

type

The Part-Of-Speech type you want to extract. ALL(Every POS), noun(NNG, NNP, NP, XR), verb(VV, VA), NV(noun, verb), NVI(noun, verb, IC), END(EC, EF), SIGN(SF, SO, SW, SS, SP,SE), and all every POS(NNG, NNP, NP, NNB, NR, VV, VA, VX, VCP, VCN, MM, MAG, MAJ, IC, JKS, JKC, JKG, JKO, JKB, JKV, JKQ, JX, JC, EP, EF, EC, ETN, ETM, XPN, XSN, XSV, XSA, XR, SF, SS, SP, SE, SO, SL, SH, NF, SW, NV, SN, NA). Default is noun.

xrVv

if TRUE, make XR+HA to Verb. Default is FALSE.

file

Currently not realized. Default is FALSE.

Value

vector of extracted morph result

Examples

1
getMorph("Input Korean sentences here.", "NV")

SukjaeChoi/RHINO documentation built on Oct. 16, 2020, 2:55 a.m.