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

Defines a match

A match contains a child with a struct

Link to this section Summary

Link to this section Types

Link to this type

child()

View Source
child() ::
  Ksa.Structs.Adjective
  | Ksa.Structs.Adverb
  | Ksa.Structs.Auxiliary
  | Ksa.Structs.Noun
  | Ksa.Structs.Substantive
  | Ksa.Structs.Verb
Link to this type

t()

View Source
t() :: %{child: child(), rating: float()}