Korean Sentence Analyser v0.4.1 Ksa.Structs.Verb View Source

Defines the verb

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %{
  word: String.t(),
  match: String.t(),
  type: String.t(),
  conjugated: Ksa.Structs.Conjugated.t(),
  base_rating: float()
}