Description Usage Arguments Value Examples
Get analyzed Korean morph.
1 |
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. |
vector of extracted morph result
1 | getMorph("Input Korean sentences here.", "NV")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.