Korean Sentence Analyser v0.4.0 Ksa.Structs.Adjective View Source

Defines the adjective

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()
}