/usr/share/chasen/chasenrc is in naist-jdic 1:0.4.3-7.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | ;;
;; chasenrc for naist-jdic-0.4.3
;;
;; ÆüËܸì¥é¥Ù¥ë¤È±Ñ¸ì¥é¥Ù¥ë¤É¤Á¤é¤«»ØÄꤹ¤ë¤À¤±¤ÇÎɤ¤
;;;
;;; grammar.cha/ctypes.cha/cforms.cha location /ʸˡ¥Õ¥¡¥¤¥ë
;;;
;(ʸˡ¥Õ¥¡¥¤¥ë /var/lib/chasen/dic/debian)
(GRAMMAR /var/lib/chasen/dic/debian)
;;;
;;; 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 "¡£¡¥¡¢¡¤¡ª¡©.,!? ")
|