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

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

;;;
;;;  POS for Unknown words /mi
;;;
;(mi ( Tϐڑ))
(UNKNOWN_POS ( Tϐڑ))

;;;
;;;  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 for compound words /o
;;;
;(o "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 /`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 (( ))
;          ((L At@xbg)))
;(COMPOSIT_POS (( ))
;          ((L At@xbg)))

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

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

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

