|
From: Keiichiro O. <ur...@us...> - 2015-12-23 03:54:49
|
Update of /cvsroot/open-jtalk/open_jtalk/src/mecab2njd In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv23707/mecab2njd Modified Files: mecab2njd.c mecab2njd.h Log Message: update copyright. modify digit rules. assume unknown input as pause. Index: mecab2njd.c =================================================================== RCS file: /cvsroot/open-jtalk/open_jtalk/src/mecab2njd/mecab2njd.c,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** mecab2njd.c 11 Dec 2014 05:12:15 -0000 1.8 --- mecab2njd.c 23 Dec 2015 03:54:47 -0000 1.9 *************** *** 5,9 **** /* ----------------------------------------------------------------- */ /* */ ! /* Copyright (c) 2008-2014 Nagoya Institute of Technology */ /* Department of Computer Science */ /* */ --- 5,9 ---- /* ----------------------------------------------------------------- */ /* */ ! /* Copyright (c) 2008-2015 Nagoya Institute of Technology */ /* Department of Computer Science */ /* */ Index: mecab2njd.h =================================================================== RCS file: /cvsroot/open-jtalk/open_jtalk/src/mecab2njd/mecab2njd.h,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** mecab2njd.h 11 Dec 2014 05:12:15 -0000 1.8 --- mecab2njd.h 23 Dec 2015 03:54:47 -0000 1.9 *************** *** 5,9 **** /* ----------------------------------------------------------------- */ /* */ ! /* Copyright (c) 2008-2014 Nagoya Institute of Technology */ /* Department of Computer Science */ /* */ --- 5,9 ---- /* ----------------------------------------------------------------- */ /* */ ! /* Copyright (c) 2008-2015 Nagoya Institute of Technology */ /* Department of Computer Science */ /* */ |