File: parameter.h

package info (click to toggle)
anthy 6300d-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 7,400 kB
  • ctags: 2,270
  • sloc: ansic: 17,009; sh: 13,554; lisp: 1,039; makefile: 252; ruby: 212; perl: 10
file content (10 lines) | stat: -rw-r--r-- 232 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#ifndef _parameter_h_included_
#define _parameter_h_included_

extern float anthy_normal_length; /* 文節の平均長 */
extern int anthy_score_per_len;
extern int anthy_score_per_freq;
extern int anthy_score_per_depword;

#endif