Skip to content

Instantly share code, notes, and snippets.

@arvidfm
Created November 5, 2014 02:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arvidfm/9528f461eebda69d05b5 to your computer and use it in GitHub Desktop.
Save arvidfm/9528f461eebda69d05b5 to your computer and use it in GitHub Desktop.
anthy logs
anthy_set_string(this->context, "b")
anthy_get_stat(this->context, &this->conv_stat) -> 1 (conv_stat.nr_segment)
anthy_get_segment(this->context, 0, 0, buf, 1000) -> "B" (buf)
anthy_get_stat(this->context, &this->conv_stat) -> 1 (conv_stat.nr_segment)
anthy_get_segment_stat(this->context, 0, &this->segment_stat) -> 4 (segment_stat.nr_candidate)
anthy_get_segment(this->context, 0, 0, buf, 1000) -> "B" (buf)
anthy_get_segment(this->context, 0, 1, buf, 1000) -> "B" (buf)
anthy_get_segment(this->context, 0, 2, buf, 1000) -> "b" (buf)
anthy_get_segment(this->context, 0, 3, buf, 1000) -> "b" (buf)
anthy_set_prediction_string(this->context, "b")
anthy_get_prediction_stat(this->context, &this->prediction_stat) -> 0 (prediction_stat.nr_prediction)
anthy_set_string(this->context, "ぼ")
anthy_get_stat(this->context, &this->conv_stat) -> 1 (conv_stat.nr_segment)
anthy_get_segment(this->context, 0, 0, buf, 1000) -> "母" (buf)
anthy_get_stat(this->context, &this->conv_stat) -> 1 (conv_stat.nr_segment)
anthy_get_segment_stat(this->context, 0, &this->segment_stat) -> 19 (segment_stat.nr_candidate)
anthy_get_segment(this->context, 0, 0, buf, 1000) -> "母" (buf)
anthy_get_segment(this->context, 0, 1, buf, 1000) -> "ぼ" (buf)
anthy_get_segment(this->context, 0, 2, buf, 1000) -> "簿" (buf)
anthy_get_segment(this->context, 0, 3, buf, 1000) -> "募" (buf)
anthy_get_segment(this->context, 0, 4, buf, 1000) -> "戊" (buf)
anthy_get_segment(this->context, 0, 5, buf, 1000) -> "慕" (buf)
anthy_get_segment(this->context, 0, 6, buf, 1000) -> "墓" (buf)
anthy_get_segment(this->context, 0, 7, buf, 1000) -> "暮" (buf)
anthy_get_segment(this->context, 0, 8, buf, 1000) -> "模" (buf)
anthy_get_segment(this->context, 0, 9, buf, 1000) -> "姥" (buf)
anthy_get_segment(this->context, 0, 10, buf, 1000) -> "牡" (buf)
anthy_get_segment(this->context, 0, 11, buf, 1000) -> "莫" (buf)
anthy_get_segment(this->context, 0, 12, buf, 1000) -> "菩" (buf)
anthy_get_segment(this->context, 0, 13, buf, 1000) -> "摸" (buf)
anthy_get_segment(this->context, 0, 14, buf, 1000) -> "姆" (buf)
anthy_get_segment(this->context, 0, 15, buf, 1000) -> "媽" (buf)
anthy_get_segment(this->context, 0, 16, buf, 1000) -> "拇" (buf)
anthy_get_segment(this->context, 0, 17, buf, 1000) -> "謨" (buf)
anthy_get_segment(this->context, 0, 18, buf, 1000) -> "ボ" (buf)
anthy_set_prediction_string(this->context, "ぼ")
anthy_get_prediction_stat(this->context, &this->prediction_stat) -> 1 (prediction_stat.nr_prediction)
anthy_get_prediction(this->context, 0, buf, 1000) -> "僕" (buf)
anthy_set_string(this->context, "ぼk")
anthy_get_stat(this->context, &this->conv_stat) -> 2 (conv_stat.nr_segment)
anthy_get_segment(this->context, 0, 0, buf, 1000) -> "母" (buf)
anthy_get_segment(this->context, 1, 0, buf, 1000) -> "K" (buf)
anthy_get_stat(this->context, &this->conv_stat) -> 2 (conv_stat.nr_segment)
anthy_get_segment_stat(this->context, 0, &this->segment_stat) -> 19 (segment_stat.nr_candidate)
anthy_get_segment(this->context, 0, 0, buf, 1000) -> "母" (buf)
anthy_get_segment(this->context, 0, 1, buf, 1000) -> "ぼ" (buf)
anthy_get_segment(this->context, 0, 2, buf, 1000) -> "簿" (buf)
anthy_get_segment(this->context, 0, 3, buf, 1000) -> "募" (buf)
anthy_get_segment(this->context, 0, 4, buf, 1000) -> "戊" (buf)
anthy_get_segment(this->context, 0, 5, buf, 1000) -> "慕" (buf)
anthy_get_segment(this->context, 0, 6, buf, 1000) -> "墓" (buf)
anthy_get_segment(this->context, 0, 7, buf, 1000) -> "暮" (buf)
anthy_get_segment(this->context, 0, 8, buf, 1000) -> "模" (buf)
anthy_get_segment(this->context, 0, 9, buf, 1000) -> "姥" (buf)
anthy_get_segment(this->context, 0, 10, buf, 1000) -> "牡" (buf)
anthy_get_segment(this->context, 0, 11, buf, 1000) -> "莫" (buf)
anthy_get_segment(this->context, 0, 12, buf, 1000) -> "菩" (buf)
anthy_get_segment(this->context, 0, 13, buf, 1000) -> "摸" (buf)
anthy_get_segment(this->context, 0, 14, buf, 1000) -> "姆" (buf)
anthy_get_segment(this->context, 0, 15, buf, 1000) -> "媽" (buf)
anthy_get_segment(this->context, 0, 16, buf, 1000) -> "拇" (buf)
anthy_get_segment(this->context, 0, 17, buf, 1000) -> "謨" (buf)
anthy_get_segment(this->context, 0, 18, buf, 1000) -> "ボ" (buf)
anthy_set_prediction_string(this->context, "ぼk")
anthy_get_prediction_stat(this->context, &this->prediction_stat) -> 0 (prediction_stat.nr_prediction)
anthy_set_string(this->context, "ぼく")
anthy_get_stat(this->context, &this->conv_stat) -> 1 (conv_stat.nr_segment)
anthy_get_segment(this->context, 0, 0, buf, 1000) -> "僕" (buf)
anthy_get_stat(this->context, &this->conv_stat) -> 1 (conv_stat.nr_segment)
anthy_get_segment_stat(this->context, 0, &this->segment_stat) -> 20 (segment_stat.nr_candidate)
anthy_get_segment(this->context, 0, 0, buf, 1000) -> "僕" (buf)
anthy_get_segment(this->context, 0, 1, buf, 1000) -> "ぼく" (buf)
anthy_get_segment(this->context, 0, 2, buf, 1000) -> "撲" (buf)
anthy_get_segment(this->context, 0, 3, buf, 1000) -> "北" (buf)
anthy_get_segment(this->context, 0, 4, buf, 1000) -> "牧" (buf)
anthy_get_segment(this->context, 0, 5, buf, 1000) -> "木" (buf)
anthy_get_segment(this->context, 0, 6, buf, 1000) -> "目" (buf)
anthy_get_segment(this->context, 0, 7, buf, 1000) -> "墨" (buf)
anthy_get_segment(this->context, 0, 8, buf, 1000) -> "卜" (buf)
anthy_get_segment(this->context, 0, 9, buf, 1000) -> "睦" (buf)
anthy_get_segment(this->context, 0, 10, buf, 1000) -> "穆" (buf)
anthy_get_segment(this->context, 0, 11, buf, 1000) -> "攴" (buf)
anthy_get_segment(this->context, 0, 12, buf, 1000) -> "攵" (buf)
anthy_get_segment(this->context, 0, 13, buf, 1000) -> "樸" (buf)
anthy_get_segment(this->context, 0, 14, buf, 1000) -> "濮" (buf)
anthy_get_segment(this->context, 0, 15, buf, 1000) -> "繆" (buf)
anthy_get_segment(this->context, 0, 16, buf, 1000) -> "蹼" (buf)
anthy_get_segment(this->context, 0, 17, buf, 1000) -> "鶩" (buf)
anthy_get_segment(this->context, 0, 18, buf, 1000) -> "朴" (buf)
anthy_get_segment(this->context, 0, 19, buf, 1000) -> "ボク" (buf)
anthy_set_prediction_string(this->context, "ぼく")
anthy_get_prediction_stat(this->context, &this->prediction_stat) -> 1 (prediction_stat.nr_prediction)
anthy_get_prediction(this->context, 0, buf, 1000) -> "僕" (buf)
anthy_get_stat(this->context, &this->conv_stat) -> 1 (conv_stat.nr_segment)
anthy_get_segment_stat(this->context, 0, &this->segment_stat) -> 2 (segment_stat.seg_len)
anthy_get_segment(this->context, 0, 0, buf, 1000) -> "僕" (buf)
anthy_commit_segment(this->context, 0, 0)
anthy_set_string(this->context, "b")
anthy_get_stat(this->context, &this->conv_stat) -> 1 (conv_stat.nr_segment)
anthy_get_segment(this->context, 0, 0, buf, 1000) -> "B" (buf)
anthy_get_stat(this->context, &this->conv_stat) -> 1 (conv_stat.nr_segment)
anthy_get_segment_stat(this->context, 0, &this->segment_stat) -> 4 (segment_stat.nr_candidate)
anthy_get_segment(this->context, 0, 0, buf, 1000) -> "B" (buf)
anthy_get_segment(this->context, 0, 1, buf, 1000) -> "B" (buf)
anthy_get_segment(this->context, 0, 2, buf, 1000) -> "b" (buf)
anthy_get_segment(this->context, 0, 3, buf, 1000) -> "b" (buf)
anthy_set_prediction_string(this->context, "b")
anthy_get_prediction_stat(this->context, &this->prediction_stat) -> 0 (prediction_stat.nr_prediction)
anthy_set_string(this->context, "ぼ")
anthy_get_stat(this->context, &this->conv_stat) -> 1 (conv_stat.nr_segment)
anthy_get_segment(this->context, 0, 0, buf, 1000) -> "母" (buf)
anthy_get_stat(this->context, &this->conv_stat) -> 1 (conv_stat.nr_segment)
anthy_get_segment_stat(this->context, 0, &this->segment_stat) -> 19 (segment_stat.nr_candidate)
anthy_get_segment(this->context, 0, 0, buf, 1000) -> "母" (buf)
anthy_get_segment(this->context, 0, 1, buf, 1000) -> "ぼ" (buf)
anthy_get_segment(this->context, 0, 2, buf, 1000) -> "簿" (buf)
anthy_get_segment(this->context, 0, 3, buf, 1000) -> "募" (buf)
anthy_get_segment(this->context, 0, 4, buf, 1000) -> "戊" (buf)
anthy_get_segment(this->context, 0, 5, buf, 1000) -> "慕" (buf)
anthy_get_segment(this->context, 0, 6, buf, 1000) -> "墓" (buf)
anthy_get_segment(this->context, 0, 7, buf, 1000) -> "暮" (buf)
anthy_get_segment(this->context, 0, 8, buf, 1000) -> "模" (buf)
anthy_get_segment(this->context, 0, 9, buf, 1000) -> "姥" (buf)
anthy_get_segment(this->context, 0, 10, buf, 1000) -> "牡" (buf)
anthy_get_segment(this->context, 0, 11, buf, 1000) -> "莫" (buf)
anthy_get_segment(this->context, 0, 12, buf, 1000) -> "菩" (buf)
anthy_get_segment(this->context, 0, 13, buf, 1000) -> "摸" (buf)
anthy_get_segment(this->context, 0, 14, buf, 1000) -> "姆" (buf)
anthy_get_segment(this->context, 0, 15, buf, 1000) -> "媽" (buf)
anthy_get_segment(this->context, 0, 16, buf, 1000) -> "拇" (buf)
anthy_get_segment(this->context, 0, 17, buf, 1000) -> "謨" (buf)
anthy_get_segment(this->context, 0, 18, buf, 1000) -> "ボ" (buf)
anthy_set_prediction_string(this->context, "ぼ")
anthy_get_prediction_stat(this->context, &this->prediction_stat) -> 1 (prediction_stat.nr_prediction)
anthy_get_prediction(this->context, 0, buf, 1000) -> "僕" (buf)
anthy_set_string(this->context, "ぼk")
anthy_get_stat(this->context, &this->conv_stat) -> 2 (conv_stat.nr_segment)
anthy_get_segment(this->context, 0, 0, buf, 1000) -> "母" (buf)
anthy_get_segment(this->context, 1, 0, buf, 1000) -> "K" (buf)
anthy_get_stat(this->context, &this->conv_stat) -> 2 (conv_stat.nr_segment)
anthy_get_segment_stat(this->context, 0, &this->segment_stat) -> 19 (segment_stat.nr_candidate)
anthy_get_segment(this->context, 0, 0, buf, 1000) -> "母" (buf)
anthy_get_segment(this->context, 0, 1, buf, 1000) -> "ぼ" (buf)
anthy_get_segment(this->context, 0, 2, buf, 1000) -> "簿" (buf)
anthy_get_segment(this->context, 0, 3, buf, 1000) -> "募" (buf)
anthy_get_segment(this->context, 0, 4, buf, 1000) -> "戊" (buf)
anthy_get_segment(this->context, 0, 5, buf, 1000) -> "慕" (buf)
anthy_get_segment(this->context, 0, 6, buf, 1000) -> "墓" (buf)
anthy_get_segment(this->context, 0, 7, buf, 1000) -> "暮" (buf)
anthy_get_segment(this->context, 0, 8, buf, 1000) -> "模" (buf)
anthy_get_segment(this->context, 0, 9, buf, 1000) -> "姥" (buf)
anthy_get_segment(this->context, 0, 10, buf, 1000) -> "牡" (buf)
anthy_get_segment(this->context, 0, 11, buf, 1000) -> "莫" (buf)
anthy_get_segment(this->context, 0, 12, buf, 1000) -> "菩" (buf)
anthy_get_segment(this->context, 0, 13, buf, 1000) -> "摸" (buf)
anthy_get_segment(this->context, 0, 14, buf, 1000) -> "姆" (buf)
anthy_get_segment(this->context, 0, 15, buf, 1000) -> "媽" (buf)
anthy_get_segment(this->context, 0, 16, buf, 1000) -> "拇" (buf)
anthy_get_segment(this->context, 0, 17, buf, 1000) -> "謨" (buf)
anthy_get_segment(this->context, 0, 18, buf, 1000) -> "ボ" (buf)
anthy_set_prediction_string(this->context, "ぼk")
anthy_get_prediction_stat(this->context, &this->prediction_stat) -> 0 (prediction_stat.nr_prediction)
anthy_set_string(this->context, "ぼく")
anthy_get_stat(this->context, &this->conv_stat) -> 1 (conv_stat.nr_segment)
anthy_get_segment(this->context, 0, 0, buf, 1000) -> "僕" (buf)
anthy_get_stat(this->context, &this->conv_stat) -> 1 (conv_stat.nr_segment)
anthy_get_segment_stat(this->context, 0, &this->segment_stat) -> 20 (segment_stat.nr_candidate)
anthy_get_segment(this->context, 0, 0, buf, 1000) -> "僕" (buf)
anthy_get_segment(this->context, 0, 1, buf, 1000) -> "ぼく" (buf)
anthy_get_segment(this->context, 0, 2, buf, 1000) -> "撲" (buf)
anthy_get_segment(this->context, 0, 3, buf, 1000) -> "北" (buf)
anthy_get_segment(this->context, 0, 4, buf, 1000) -> "牧" (buf)
anthy_get_segment(this->context, 0, 5, buf, 1000) -> "木" (buf)
anthy_get_segment(this->context, 0, 6, buf, 1000) -> "目" (buf)
anthy_get_segment(this->context, 0, 7, buf, 1000) -> "墨" (buf)
anthy_get_segment(this->context, 0, 8, buf, 1000) -> "卜" (buf)
anthy_get_segment(this->context, 0, 9, buf, 1000) -> "睦" (buf)
anthy_get_segment(this->context, 0, 10, buf, 1000) -> "穆" (buf)
anthy_get_segment(this->context, 0, 11, buf, 1000) -> "攴" (buf)
anthy_get_segment(this->context, 0, 12, buf, 1000) -> "攵" (buf)
anthy_get_segment(this->context, 0, 13, buf, 1000) -> "樸" (buf)
anthy_get_segment(this->context, 0, 14, buf, 1000) -> "濮" (buf)
anthy_get_segment(this->context, 0, 15, buf, 1000) -> "繆" (buf)
anthy_get_segment(this->context, 0, 16, buf, 1000) -> "蹼" (buf)
anthy_get_segment(this->context, 0, 17, buf, 1000) -> "鶩" (buf)
anthy_get_segment(this->context, 0, 18, buf, 1000) -> "朴" (buf)
anthy_get_segment(this->context, 0, 19, buf, 1000) -> "ボク" (buf)
anthy_set_prediction_string(this->context, "ぼく")
anthy_get_prediction_stat(this->context, &this->prediction_stat) -> 1 (prediction_stat.nr_prediction)
anthy_get_prediction(this->context, 0, buf, 1000) -> "僕" (buf)
anthy_get_stat(this->context, &this->conv_stat) -> 1 (conv_stat.nr_segment)
anthy_get_segment_stat(this->context, 0, &this->segment_stat) -> 2 (segment_stat.seg_len)
anthy_get_segment(this->context, 0, 1, buf, 1000) -> "ぼく" (buf)
anthy_commit_segment(this->context, 0, 1)
Segmentation fault
anthy_set_string(this->context, "b")
anthy_get_stat(this->context, &this->conv_stat) -> 1 (conv_stat.nr_segment)
anthy_get_segment(this->context, 0, 0, buf, 1000) -> "B" (buf)
anthy_get_stat(this->context, &this->conv_stat) -> 1 (conv_stat.nr_segment)
anthy_get_segment_stat(this->context, 0, &this->segment_stat) -> 4 (segment_stat.nr_candidate)
anthy_get_segment(this->context, 0, 0, buf, 1000) -> "B" (buf)
anthy_get_segment(this->context, 0, 1, buf, 1000) -> "B" (buf)
anthy_get_segment(this->context, 0, 2, buf, 1000) -> "b" (buf)
anthy_get_segment(this->context, 0, 3, buf, 1000) -> "b" (buf)
anthy_set_prediction_string(this->context, "b")
anthy_get_prediction_stat(this->context, &this->prediction_stat) -> 0 (prediction_stat.nr_prediction)
anthy_set_string(this->context, "ぼ")
anthy_get_stat(this->context, &this->conv_stat) -> 1 (conv_stat.nr_segment)
anthy_get_segment(this->context, 0, 0, buf, 1000) -> "母" (buf)
anthy_get_stat(this->context, &this->conv_stat) -> 1 (conv_stat.nr_segment)
anthy_get_segment_stat(this->context, 0, &this->segment_stat) -> 19 (segment_stat.nr_candidate)
anthy_get_segment(this->context, 0, 0, buf, 1000) -> "母" (buf)
anthy_get_segment(this->context, 0, 1, buf, 1000) -> "ぼ" (buf)
anthy_get_segment(this->context, 0, 2, buf, 1000) -> "簿" (buf)
anthy_get_segment(this->context, 0, 3, buf, 1000) -> "募" (buf)
anthy_get_segment(this->context, 0, 4, buf, 1000) -> "戊" (buf)
anthy_get_segment(this->context, 0, 5, buf, 1000) -> "慕" (buf)
anthy_get_segment(this->context, 0, 6, buf, 1000) -> "墓" (buf)
anthy_get_segment(this->context, 0, 7, buf, 1000) -> "暮" (buf)
anthy_get_segment(this->context, 0, 8, buf, 1000) -> "模" (buf)
anthy_get_segment(this->context, 0, 9, buf, 1000) -> "姥" (buf)
anthy_get_segment(this->context, 0, 10, buf, 1000) -> "牡" (buf)
anthy_get_segment(this->context, 0, 11, buf, 1000) -> "莫" (buf)
anthy_get_segment(this->context, 0, 12, buf, 1000) -> "菩" (buf)
anthy_get_segment(this->context, 0, 13, buf, 1000) -> "摸" (buf)
anthy_get_segment(this->context, 0, 14, buf, 1000) -> "姆" (buf)
anthy_get_segment(this->context, 0, 15, buf, 1000) -> "媽" (buf)
anthy_get_segment(this->context, 0, 16, buf, 1000) -> "拇" (buf)
anthy_get_segment(this->context, 0, 17, buf, 1000) -> "謨" (buf)
anthy_get_segment(this->context, 0, 18, buf, 1000) -> "ボ" (buf)
anthy_set_prediction_string(this->context, "ぼ")
anthy_get_prediction_stat(this->context, &this->prediction_stat) -> 1 (prediction_stat.nr_prediction)
anthy_get_prediction(this->context, 0, buf, 1000) -> "僕" (buf)
anthy_set_string(this->context, "ぼk")
anthy_get_stat(this->context, &this->conv_stat) -> 2 (conv_stat.nr_segment)
anthy_get_segment(this->context, 0, 0, buf, 1000) -> "母" (buf)
anthy_get_segment(this->context, 1, 0, buf, 1000) -> "K" (buf)
anthy_get_stat(this->context, &this->conv_stat) -> 2 (conv_stat.nr_segment)
anthy_get_segment_stat(this->context, 0, &this->segment_stat) -> 19 (segment_stat.nr_candidate)
anthy_get_segment(this->context, 0, 0, buf, 1000) -> "母" (buf)
anthy_get_segment(this->context, 0, 1, buf, 1000) -> "ぼ" (buf)
anthy_get_segment(this->context, 0, 2, buf, 1000) -> "簿" (buf)
anthy_get_segment(this->context, 0, 3, buf, 1000) -> "募" (buf)
anthy_get_segment(this->context, 0, 4, buf, 1000) -> "戊" (buf)
anthy_get_segment(this->context, 0, 5, buf, 1000) -> "慕" (buf)
anthy_get_segment(this->context, 0, 6, buf, 1000) -> "墓" (buf)
anthy_get_segment(this->context, 0, 7, buf, 1000) -> "暮" (buf)
anthy_get_segment(this->context, 0, 8, buf, 1000) -> "模" (buf)
anthy_get_segment(this->context, 0, 9, buf, 1000) -> "姥" (buf)
anthy_get_segment(this->context, 0, 10, buf, 1000) -> "牡" (buf)
anthy_get_segment(this->context, 0, 11, buf, 1000) -> "莫" (buf)
anthy_get_segment(this->context, 0, 12, buf, 1000) -> "菩" (buf)
anthy_get_segment(this->context, 0, 13, buf, 1000) -> "摸" (buf)
anthy_get_segment(this->context, 0, 14, buf, 1000) -> "姆" (buf)
anthy_get_segment(this->context, 0, 15, buf, 1000) -> "媽" (buf)
anthy_get_segment(this->context, 0, 16, buf, 1000) -> "拇" (buf)
anthy_get_segment(this->context, 0, 17, buf, 1000) -> "謨" (buf)
anthy_get_segment(this->context, 0, 18, buf, 1000) -> "ボ" (buf)
anthy_set_prediction_string(this->context, "ぼk")
anthy_get_prediction_stat(this->context, &this->prediction_stat) -> 0 (prediction_stat.nr_prediction)
anthy_set_string(this->context, "ぼく")
anthy_get_stat(this->context, &this->conv_stat) -> 1 (conv_stat.nr_segment)
anthy_get_segment(this->context, 0, 0, buf, 1000) -> "僕" (buf)
anthy_get_stat(this->context, &this->conv_stat) -> 1 (conv_stat.nr_segment)
anthy_get_segment_stat(this->context, 0, &this->segment_stat) -> 20 (segment_stat.nr_candidate)
anthy_get_segment(this->context, 0, 0, buf, 1000) -> "僕" (buf)
anthy_get_segment(this->context, 0, 1, buf, 1000) -> "ぼく" (buf)
anthy_get_segment(this->context, 0, 2, buf, 1000) -> "撲" (buf)
anthy_get_segment(this->context, 0, 3, buf, 1000) -> "北" (buf)
anthy_get_segment(this->context, 0, 4, buf, 1000) -> "牧" (buf)
anthy_get_segment(this->context, 0, 5, buf, 1000) -> "木" (buf)
anthy_get_segment(this->context, 0, 6, buf, 1000) -> "目" (buf)
anthy_get_segment(this->context, 0, 7, buf, 1000) -> "墨" (buf)
anthy_get_segment(this->context, 0, 8, buf, 1000) -> "卜" (buf)
anthy_get_segment(this->context, 0, 9, buf, 1000) -> "睦" (buf)
anthy_get_segment(this->context, 0, 10, buf, 1000) -> "穆" (buf)
anthy_get_segment(this->context, 0, 11, buf, 1000) -> "攴" (buf)
anthy_get_segment(this->context, 0, 12, buf, 1000) -> "攵" (buf)
anthy_get_segment(this->context, 0, 13, buf, 1000) -> "樸" (buf)
anthy_get_segment(this->context, 0, 14, buf, 1000) -> "濮" (buf)
anthy_get_segment(this->context, 0, 15, buf, 1000) -> "繆" (buf)
anthy_get_segment(this->context, 0, 16, buf, 1000) -> "蹼" (buf)
anthy_get_segment(this->context, 0, 17, buf, 1000) -> "鶩" (buf)
anthy_get_segment(this->context, 0, 18, buf, 1000) -> "朴" (buf)
anthy_get_segment(this->context, 0, 19, buf, 1000) -> "ボク" (buf)
anthy_set_prediction_string(this->context, "ぼく")
anthy_get_prediction_stat(this->context, &this->prediction_stat) -> 1 (prediction_stat.nr_prediction)
anthy_get_prediction(this->context, 0, buf, 1000) -> "僕" (buf)
anthy_set_string(this->context, "ぼくお")
anthy_get_stat(this->context, &this->conv_stat) -> 2 (conv_stat.nr_segment)
anthy_get_segment(this->context, 0, 0, buf, 1000) -> "母" (buf)
anthy_get_segment(this->context, 1, 0, buf, 1000) -> "九尾" (buf)
anthy_get_stat(this->context, &this->conv_stat) -> 2 (conv_stat.nr_segment)
anthy_get_segment_stat(this->context, 0, &this->segment_stat) -> 19 (segment_stat.nr_candidate)
anthy_get_segment(this->context, 0, 0, buf, 1000) -> "母" (buf)
anthy_get_segment(this->context, 0, 1, buf, 1000) -> "ぼ" (buf)
anthy_get_segment(this->context, 0, 2, buf, 1000) -> "簿" (buf)
anthy_get_segment(this->context, 0, 3, buf, 1000) -> "募" (buf)
anthy_get_segment(this->context, 0, 4, buf, 1000) -> "戊" (buf)
anthy_get_segment(this->context, 0, 5, buf, 1000) -> "慕" (buf)
anthy_get_segment(this->context, 0, 6, buf, 1000) -> "墓" (buf)
anthy_get_segment(this->context, 0, 7, buf, 1000) -> "暮" (buf)
anthy_get_segment(this->context, 0, 8, buf, 1000) -> "模" (buf)
anthy_get_segment(this->context, 0, 9, buf, 1000) -> "姥" (buf)
anthy_get_segment(this->context, 0, 10, buf, 1000) -> "牡" (buf)
anthy_get_segment(this->context, 0, 11, buf, 1000) -> "莫" (buf)
anthy_get_segment(this->context, 0, 12, buf, 1000) -> "菩" (buf)
anthy_get_segment(this->context, 0, 13, buf, 1000) -> "摸" (buf)
anthy_get_segment(this->context, 0, 14, buf, 1000) -> "姆" (buf)
anthy_get_segment(this->context, 0, 15, buf, 1000) -> "媽" (buf)
anthy_get_segment(this->context, 0, 16, buf, 1000) -> "拇" (buf)
anthy_get_segment(this->context, 0, 17, buf, 1000) -> "謨" (buf)
anthy_get_segment(this->context, 0, 18, buf, 1000) -> "ボ" (buf)
anthy_set_prediction_string(this->context, "ぼくお")
anthy_get_prediction_stat(this->context, &this->prediction_stat) -> 0 (prediction_stat.nr_prediction)
anthy_set_string(this->context, "ぼくおr")
anthy_get_stat(this->context, &this->conv_stat) -> 3 (conv_stat.nr_segment)
anthy_get_segment(this->context, 0, 0, buf, 1000) -> "母" (buf)
anthy_get_segment(this->context, 1, 0, buf, 1000) -> "九尾" (buf)
anthy_get_segment(this->context, 2, 0, buf, 1000) -> "R" (buf)
anthy_get_stat(this->context, &this->conv_stat) -> 3 (conv_stat.nr_segment)
anthy_get_segment_stat(this->context, 0, &this->segment_stat) -> 19 (segment_stat.nr_candidate)
anthy_get_segment(this->context, 0, 0, buf, 1000) -> "母" (buf)
anthy_get_segment(this->context, 0, 1, buf, 1000) -> "ぼ" (buf)
anthy_get_segment(this->context, 0, 2, buf, 1000) -> "簿" (buf)
anthy_get_segment(this->context, 0, 3, buf, 1000) -> "募" (buf)
anthy_get_segment(this->context, 0, 4, buf, 1000) -> "戊" (buf)
anthy_get_segment(this->context, 0, 5, buf, 1000) -> "慕" (buf)
anthy_get_segment(this->context, 0, 6, buf, 1000) -> "墓" (buf)
anthy_get_segment(this->context, 0, 7, buf, 1000) -> "暮" (buf)
anthy_get_segment(this->context, 0, 8, buf, 1000) -> "模" (buf)
anthy_get_segment(this->context, 0, 9, buf, 1000) -> "姥" (buf)
anthy_get_segment(this->context, 0, 10, buf, 1000) -> "牡" (buf)
anthy_get_segment(this->context, 0, 11, buf, 1000) -> "莫" (buf)
anthy_get_segment(this->context, 0, 12, buf, 1000) -> "菩" (buf)
anthy_get_segment(this->context, 0, 13, buf, 1000) -> "摸" (buf)
anthy_get_segment(this->context, 0, 14, buf, 1000) -> "姆" (buf)
anthy_get_segment(this->context, 0, 15, buf, 1000) -> "媽" (buf)
anthy_get_segment(this->context, 0, 16, buf, 1000) -> "拇" (buf)
anthy_get_segment(this->context, 0, 17, buf, 1000) -> "謨" (buf)
anthy_get_segment(this->context, 0, 18, buf, 1000) -> "ボ" (buf)
anthy_set_prediction_string(this->context, "ぼくおr")
anthy_get_prediction_stat(this->context, &this->prediction_stat) -> 0 (prediction_stat.nr_prediction)
anthy_set_string(this->context, "ぼくおれ")
anthy_get_stat(this->context, &this->conv_stat) -> 2 (conv_stat.nr_segment)
anthy_get_segment(this->context, 0, 0, buf, 1000) -> "僕" (buf)
anthy_get_segment(this->context, 1, 0, buf, 1000) -> "俺" (buf)
anthy_get_stat(this->context, &this->conv_stat) -> 2 (conv_stat.nr_segment)
anthy_get_segment_stat(this->context, 0, &this->segment_stat) -> 20 (segment_stat.nr_candidate)
anthy_get_segment(this->context, 0, 0, buf, 1000) -> "僕" (buf)
anthy_get_segment(this->context, 0, 1, buf, 1000) -> "ぼく" (buf)
anthy_get_segment(this->context, 0, 2, buf, 1000) -> "撲" (buf)
anthy_get_segment(this->context, 0, 3, buf, 1000) -> "北" (buf)
anthy_get_segment(this->context, 0, 4, buf, 1000) -> "牧" (buf)
anthy_get_segment(this->context, 0, 5, buf, 1000) -> "木" (buf)
anthy_get_segment(this->context, 0, 6, buf, 1000) -> "目" (buf)
anthy_get_segment(this->context, 0, 7, buf, 1000) -> "墨" (buf)
anthy_get_segment(this->context, 0, 8, buf, 1000) -> "卜" (buf)
anthy_get_segment(this->context, 0, 9, buf, 1000) -> "睦" (buf)
anthy_get_segment(this->context, 0, 10, buf, 1000) -> "穆" (buf)
anthy_get_segment(this->context, 0, 11, buf, 1000) -> "攴" (buf)
anthy_get_segment(this->context, 0, 12, buf, 1000) -> "攵" (buf)
anthy_get_segment(this->context, 0, 13, buf, 1000) -> "樸" (buf)
anthy_get_segment(this->context, 0, 14, buf, 1000) -> "濮" (buf)
anthy_get_segment(this->context, 0, 15, buf, 1000) -> "繆" (buf)
anthy_get_segment(this->context, 0, 16, buf, 1000) -> "蹼" (buf)
anthy_get_segment(this->context, 0, 17, buf, 1000) -> "鶩" (buf)
anthy_get_segment(this->context, 0, 18, buf, 1000) -> "朴" (buf)
anthy_get_segment(this->context, 0, 19, buf, 1000) -> "ボク" (buf)
anthy_set_prediction_string(this->context, "ぼくおれ")
anthy_get_prediction_stat(this->context, &this->prediction_stat) -> 0 (prediction_stat.nr_prediction)
anthy_get_stat(this->context, &this->conv_stat) -> 2 (conv_stat.nr_segment)
anthy_get_segment_stat(this->context, 0, &this->segment_stat) -> 2 (segment_stat.seg_len)
anthy_get_segment(this->context, 0, 0, buf, 1000) -> "僕" (buf)
anthy_commit_segment(this->context, 0, 0)
anthy_set_string(this->context, "おれ")
anthy_get_stat(this->context, &this->conv_stat) -> 1 (conv_stat.nr_segment)
anthy_get_segment(this->context, 0, 0, buf, 1000) -> "俺" (buf)
anthy_get_stat(this->context, &this->conv_stat) -> 1 (conv_stat.nr_segment)
anthy_get_segment_stat(this->context, 0, &this->segment_stat) -> 6 (segment_stat.nr_candidate)
anthy_get_segment(this->context, 0, 0, buf, 1000) -> "俺" (buf)
anthy_get_segment(this->context, 0, 1, buf, 1000) -> "おれ" (buf)
anthy_get_segment(this->context, 0, 2, buf, 1000) -> "折れ" (buf)
anthy_get_segment(this->context, 0, 3, buf, 1000) -> "織れ" (buf)
anthy_get_segment(this->context, 0, 4, buf, 1000) -> "居れ" (buf)
anthy_get_segment(this->context, 0, 5, buf, 1000) -> "オレ" (buf)
anthy_set_prediction_string(this->context, "おれ")
anthy_get_prediction_stat(this->context, &this->prediction_stat) -> 1 (prediction_stat.nr_prediction)
anthy_get_prediction(this->context, 0, buf, 1000) -> "俺" (buf)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment