Korean Sentence Analyser v0.2.3 ModifiedNoun View Source

A modified noun is a verb or an adjective that is based on a noun.

생각 is a noun, but 생각하다 is a verb.

은근 is a noun, but 은근하다 is an adjective.

Link to this section Summary

Functions

Find if the word is a modified noun

Link to this section Functions

Find if the word is a modified noun

iex> ModifiedNoun.find("생각한다면")
%{"specific_type" => "Mix", "token" => "생각하다", "type" => "Mix"}