;;
;;  chasenrc for ipadic-2.6.1
;;
;; ܸ٥ȱѸ٥ɤ餫ꤹɤ
;;;
;;;  grammar.cha/ctypes.cha/cforms.cha location /ʸˡե
;;;
;(ʸˡե  /home/masayu-a/share/chasen/dic/ipadic)
(GRAMMAR  /home/masayu-a/share/chasen/dic/ipadic)

;;;
;;;  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 ".,!? ")

