File: sorter.h

package info (click to toggle)
anthy 9100h-25
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 28,056 kB
  • sloc: ansic: 26,140; sh: 8,573; lisp: 1,264; makefile: 205
file content (18 lines) | stat: -rw-r--r-- 552 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef _sorter_h_included_
#define _sorter_h_included_

/* candswap.c */
/* ̤ȤƽФǤϤʤ䤬ߥåȤ줿 */
void anthy_swap_cand_ent(struct cand_ent *old_one, struct cand_ent *new_one);
/**/
void anthy_proc_swap_candidate(struct seg_ent *se);
/* ߥåȻcandswapεϿaging */
void anthy_cand_swap_ageup(void);

/**/
void anthy_reorder_candidates_by_relation(struct segment_list *sl, int nth);

void anthy_learn_cand_history(struct segment_list *sl);
void anthy_reorder_candidates_by_history(struct seg_ent *se);

#endif