getMorph: getMorph

Description Usage Arguments Value Examples

Description

Get analyzed Korean morph.

Usage

1
getMorph(sentence, type = "noun", 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), verb(VV, VA, XR), NV(noun, verb), END(EC, EF), NNG, NNP, NP, NNB, VV, VA, XR, VX, EC, EF, EP. Default is noun.

file

Currently not realized. Default is FALSE.

Value

vector of extracted morph result

Examples

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

caitechKHU/RHINO documentation built on May 13, 2019, 2:59 a.m.