dicrc 693 B

1234567891011121314151617181920212223242526272829
  1. ;
  2. ; Configuration file of IPADIC
  3. ;
  4. ; $Id: dicrc,v 1.4 2006/04/08 06:41:36 taku-ku Exp $;
  5. ;
  6. cost-factor = 800
  7. bos-feature = BOS/EOS,*,*,*,*,*,*,*,*
  8. eval-size = 8
  9. unk-eval-size = 4
  10. config-charset = EUC-JP
  11. ; yomi
  12. node-format-yomi = %pS%f[7]
  13. unk-format-yomi = %M
  14. eos-format-yomi = \n
  15. ; simple
  16. node-format-simple = %m\t%F-[0,1,2,3]\n
  17. eos-format-simple = EOS\n
  18. ; ChaSen
  19. node-format-chasen = %m\t%f[7]\t%f[6]\t%F-[0,1,2,3]\t%f[4]\t%f[5]\n
  20. unk-format-chasen = %m\t%m\t%m\t%F-[0,1,2,3]\t\t\n
  21. eos-format-chasen = EOS\n
  22. ; ChaSen (include spaces)
  23. node-format-chasen2 = %M\t%f[7]\t%f[6]\t%F-[0,1,2,3]\t%f[4]\t%f[5]\n
  24. unk-format-chasen2 = %M\t%m\t%m\t%F-[0,1,2,3]\t\t\n
  25. eos-format-chasen2 = EOS\n