YAMeCab.Node (YAMeCab v0.1.0)

Struct corresponds to mecab_node_t.

Link to this section Summary

Link to this section Types

@type t() :: %YAMeCab.Node{
  alpha: float(),
  best: boolean(),
  beta: float(),
  cost: integer(),
  feature: binary(),
  posid: non_neg_integer(),
  prob: float(),
  stat: :nor | :unk | :bos | :eos | :eon,
  surface: binary(),
  wcost: integer()
}