|
From: Keiichiro O. <ur...@us...> - 2014-12-11 05:12:17
|
Update of /cvsroot/open-jtalk/open_jtalk/src In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv14056 Modified Files: COPYING NEWS README configure.ac Log Message: remove some bugs Index: COPYING =================================================================== RCS file: /cvsroot/open-jtalk/open_jtalk/src/COPYING,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** COPYING 11 Dec 2013 06:33:05 -0000 1.8 --- COPYING 11 Dec 2014 05:12:14 -0000 1.9 *************** *** 5,9 **** /* ----------------------------------------------------------------- */ /* */ ! /* Copyright (c) 2008-2013 Nagoya Institute of Technology */ /* Department of Computer Science */ /* */ --- 5,9 ---- /* ----------------------------------------------------------------- */ /* */ ! /* Copyright (c) 2008-2014 Nagoya Institute of Technology */ /* Department of Computer Science */ /* */ Index: configure.ac =================================================================== RCS file: /cvsroot/open-jtalk/open_jtalk/src/configure.ac,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** configure.ac 23 Dec 2013 08:03:38 -0000 1.11 --- configure.ac 11 Dec 2014 05:12:14 -0000 1.12 *************** *** 1,8 **** # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) ! AC_INIT(open_jtalk, 1.07, ope...@li...) AC_CONFIG_AUX_DIR([config]) ! AC_COPYRIGHT(Copyright 2008-2013 Nagoya Institute of Technology) ! AM_INIT_AUTOMAKE(open_jtalk, 1.07, nostdinc no-installinfo no-installman) # Checks for C/C++ compiler --- 1,8 ---- # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) ! AC_INIT(open_jtalk, 1.08, ope...@li...) AC_CONFIG_AUX_DIR([config]) ! AC_COPYRIGHT(Copyright 2008-2014 Nagoya Institute of Technology) ! AM_INIT_AUTOMAKE # Checks for C/C++ compiler Index: README =================================================================== RCS file: /cvsroot/open-jtalk/open_jtalk/src/README,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** README 11 Dec 2013 06:33:05 -0000 1.15 --- README 11 Dec 2014 05:12:14 -0000 1.16 *************** *** 1,5 **** =============================================================================== ! The Japanese TTS System "Open JTalk" version 1.07 ! release December 25, 2013 --- 1,5 ---- =============================================================================== ! The Japanese TTS System "Open JTalk" version 1.08 ! release December 25, 2014 *************** *** 25,29 **** /* ----------------------------------------------------------------- */ /* */ ! /* Copyright (c) 2008-2013 Nagoya Institute of Technology */ /* Department of Computer Science */ /* */ --- 25,29 ---- /* ----------------------------------------------------------------- */ /* */ ! /* Copyright (c) 2008-2014 Nagoya Institute of Technology */ /* Department of Computer Science */ /* */ Index: NEWS =================================================================== RCS file: /cvsroot/open-jtalk/open_jtalk/src/NEWS,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** NEWS 11 Dec 2013 06:33:05 -0000 1.9 --- NEWS 11 Dec 2014 05:12:14 -0000 1.10 *************** *** 1,3 **** ! Versin 1.07: * add ASCII header for no multibyte environment. * add pronunciation rules for digit. --- 1,10 ---- ! Version 1.08: ! * modify digit rules ! * modify unvoicing rules ! * assume unknown words as filler ! * update dictionary. ! * fix some bugs. ! ! Version 1.07: * add ASCII header for no multibyte environment. * add pronunciation rules for digit. |