;;
;;  chasenrc for ipadic-2.7.0
;;
;; ���ܸ��٥�ȱѸ��٥�ɤ��餫���ꤹ��������ɤ�
;;;
;;;  grammar.cha/ctypes.cha/cforms.cha location /ʸˡ�ե�����
;;;
;(ʸˡ�ե�����  /usr/local/lib/chasen/dic/ipadic)
(GRAMMAR  /usr/local/lib/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 "������������.,!? ")