Korean Sentence Analyser v0.2.3 Determiner View Source
A determiner can be me, you, this, that etc
Link to this section Summary
Link to this section Functions
Link to this function
find(word) View Source
Find if the word is a determiner
iex> Determiner.find("그")
%{"specific_type" => "Determiner", "token" => "그", "type" => "Determiner"}
Link to this function
remove(word) View Source
Removes a determiner (if present)