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

Defines the noun 서울은 is the word given, the part matched is 서울

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(),
  subtype: String.t(),
  base_rating: float()
}