Korean Sentence Analyser v0.2.3 Determiner View Source

A determiner can be me, you, this, that etc

Link to this section Summary

Functions

Find if the word is a determiner

Removes a determiner (if present)

Link to this section Functions

Find if the word is a determiner

iex> Determiner.find("그")
%{"specific_type" => "Determiner", "token" => "그", "type" => "Determiner"}

Removes a determiner (if present)