File: chasenrc

package info (click to toggle)
naist-jdic 1%3A0.4.3-7
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 28,056 kB
  • ctags: 14
  • sloc: sh: 658; makefile: 43
file content (111 lines) | stat: -rw-r--r-- 2,092 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
;;
;;  chasenrc for naist-jdic-0.4.3
;;
;; ܸ٥ȱѸ٥ɤ餫ꤹɤ
;;;
;;;  grammar.cha/ctypes.cha/cforms.cha location /ʸˡե
;;;
;(ʸˡե  /usr/local/lib/chasen/dic/naist-jdic)
(GRAMMAR  /usr/local/lib/chasen/dic/naist-jdic)

;;;
;;;  dictionary /
;;;
(DADIC        chadic)

;;;
;;;  POS for Unknown words /̤θʻ
;;;
;(̤θʻ (̾ ³))
(UNKNOWN_POS (̾ ³))

;;;
;;;  output format /ϥեޥå
;;;
;(ϥեޥå "%m\t%y\t%M\t%U(%P-)\t%T \t%F \n")     ; default(-f)
;(OUTPUT_FORMAT "%m\t%y\t%M\t%U(%P-)\t%T \t%F \n")     ; default(-f)
;(OUTPUT_FORMAT "%m\t%y\t%M\t%P-\t%T \t%F \n")         ; POS name
;(OUTPUT_FORMAT "%m\t%?U/UNKNOWN/%y/\t%M\t%h/%t/%f\n") ; POS code
;(OUTPUT_FORMAT "%M\t%P-\n")

;;;
;;;  output format for compound words /ʣ
;;;
;(ʣ "COMPOUND")      ; default
;(OUTPUT_COMPOUND "COMPOUND")      ; default
;(OUTPUT_COMPOUND "SEG")

;;;
;;;  BOS string /BOSʸ
;;;
;(BOSʸ "BOS")      
;(BOS_STRING "BOS")      

;;;
;;;  EOS string /EOSʸ
;;;
;(EOSʸ "EOS")      
;(EOS_STRING "EOS")      

;;;
;;;  Connection cost for Undefined contexts /̤Ϣܥ
;;;
;(̤Ϣܥ 10000)
(DEF_CONN_COST 10000)

;;;
;;;  POS Weight /ʻ쥳
;;;
;(ʻ쥳
;	((*) 		1)
;	((UNKNOWN)    30000)
;)
(POS_COST
	((*) 		1)
	((UNKNOWN)    30000)
)

;;;
;;;  connecition rules Weight /ϢܥȽŤ
;;;
;(ϢܥȽŤ 1)
(CONN_WEIGHT 1)

;;;
;;;  morphemes Weight /ǥȽŤ
;;;
;(ǥȽŤ 1)
(MORPH_WEIGHT 1)

;;;
;;;  cost width /
;;;
;( 0)
(COST_WIDTH	  0)

;;;
;;;  composit POSs /Ϣʻ
;;;
;(Ϣʻ ((̾ ))
;          (( ե٥å)))
;(COMPOSIT_POS ((̾ ))
;          (( ե٥å)))

;;;
;;;  POSs as white space /ʻ
;;;
;(ʻ ( ))
;(SPACE_POS ( ))

;;;
;;;  annotation POSs /
;;;
;( (("<" ">") ( )))
;(ANNOTATION (("<" ">") ( )))

;;;
;;;  delimiter for option -j /ڤʸ
;;;
;(ڤʸ ".,!? ")
;(DELIMITER ".,!? ")