Korean Sentence Analyser v0.2.3 Eomi View Source
An Eomi is a conjugation added to Korean words
Link to this section Summary
Functions
Remove the Eomi from the word. Can (should) be called recursively. If the result is not the same word or nil, you can lookup the word, or call this method again to remove more
Link to this section Functions
Link to this function
remove(word) View Source
Remove the Eomi from the word. Can (should) be called recursively. If the result is not the same word or nil, you can lookup the word, or call this method again to remove more.
iex> Eomi.remove("가능하다")
"가능하"