extractNoun: Noun extractor for Hangul

View source: R/koAnalyzerRun.R

extractNounR Documentation

Noun extractor for Hangul

Description

extract Nouns from Korean sentence uses Hannanum analyzer. see detail in Hannanum. Example will be shown in github wiki.

Usage

extractNoun(sentences, autoSpacing = FALSE)

Arguments

sentences

input character vector

autoSpacing

boolean dees it need to apply auto-spacing for input. defaulFALSE

Value

Nouns of sentences, returns list if input is character vector of more than 2 sentences.

References

Sangwon Park et al(2010). A Plug-In Component-based Korean Morphological Analyzer


haven-jeon/KoNLP documentation built on June 13, 2025, 7:33 a.m.