;;
;;  chasenrc for unidic-1.1.0
;;
;; {ꃉxƉpꃉxǂ炩w肷邾ŗǂ
;;;
;;;  grammar.cha/ctypes.cha/cforms.cha location /@t@C
;;;
;(@t@C  /usr/local/lib/chasen/dic/unidic)
;(GRAMMAR  /usr/local/lib/chasen/dic/unidic)
(GRAMMAR  ../morph/unidic-sjis-1.2.0)

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

;;;
;;;  POS for Unknown words /mi
;;;
;(mi ( ʖ ))
(UNKNOWN_POS ( ʖ ))

;;;
;;;  output format /o̓tH[}bg
;;;
;(o̓tH[}bg "%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 "<W1 orth=\"%m\" pron=\"%a\" pos=\"%U(%P-)\"%?T/ cType=\"%T \"//%?F/ cForm=\"%F \"//%?I/ %i///>\n")
;;(OUTPUT_FORMAT "<W1 orth=\"%m\" pron=\"%?U/%m/%a/\" pos=\"%U(%P-)\"%?T/ cType=\"%T \"//%?F/ cForm=\"%F \"//%?I/ %i///>\n")
(OUTPUT_FORMAT "<W1 orth=\"%m\" pron=\"%?U/%m/%a0/\" pos=\"%U(%P-)\"%?T/ cType=\"%T \"//%?F/ cForm=\"%F \"// %I />\n")

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

;;;
;;;  BOS string /BOS
;;;
;(BOS "BOS")
;(BOS_STRING "BOS")
(BOS_STRING "<S>\n")      

;;;
;;;  EOS string /EOS
;;;
;(EOS "EOS")
;(EOS_STRING "EOS")
(EOS_STRING "</S>\n")

;;;
;;;  Connection cost for Undefined contexts /`AڃRXg
;;;
;(`AڃRXg 10000)
(DEF_CONN_COST 10000)

;;;
;;;  POS Weight /iRXg
;;;
;(iRXg
;	((*) 		1)
;	((UNKNOWN)    30000)
;)
(POS_COST
	((*) 		1)
	((UNKNOWN)    30000)
)

;;;
;;;  connecition rules Weight /AڃRXgd
;;;
;(AڃRXgd 1)
(CONN_WEIGHT 1)

;;;
;;;  morphemes Weight /`ԑfRXgd
;;;
;(`ԑfRXgd 1)
(MORPH_WEIGHT 1)

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

;;;
;;;  composit POSs /Ai
;;;
;(Ai ((  ArA))
;          ((L )))
;(COMPOSIT_POS ((  ArA))
;              ((L )))

;;;
;;;  POSs as white space /󔒕i
;;;
;(󔒕i (̑ ))
;(SPACE_POS (̑ ))

;;;
;;;  annotation POSs /
;;;
;( (("<" ">") "%m\n"))
(ANNOTATION (("<" ">") "%m\n"))

;;;
;;;  delimiter for option -j /؂蕶
;;;
;(؂蕶 "BDACIH.,!? ")
;(DELIMITER "BDACIH.,!? ")

