|
From: Keiichiro O. <ur...@us...> - 2015-12-23 03:54:50
|
Update of /cvsroot/open-jtalk/open_jtalk/src/njd_set_long_vowel In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv23707/njd_set_long_vowel Modified Files: njd_set_long_vowel.c njd_set_long_vowel.h njd_set_long_vowel_rule_ascii_for_euc_jp.h njd_set_long_vowel_rule_ascii_for_shift_jis.h njd_set_long_vowel_rule_ascii_for_utf_8.h njd_set_long_vowel_rule_euc_jp.h njd_set_long_vowel_rule_shift_jis.h njd_set_long_vowel_rule_utf_8.h Log Message: update copyright. modify digit rules. assume unknown input as pause. Index: njd_set_long_vowel.h =================================================================== RCS file: /cvsroot/open-jtalk/open_jtalk/src/njd_set_long_vowel/njd_set_long_vowel.h,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** njd_set_long_vowel.h 11 Dec 2014 05:12:15 -0000 1.8 --- njd_set_long_vowel.h 23 Dec 2015 03:54:48 -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: njd_set_long_vowel_rule_euc_jp.h =================================================================== RCS file: /cvsroot/open-jtalk/open_jtalk/src/njd_set_long_vowel/njd_set_long_vowel_rule_euc_jp.h,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** njd_set_long_vowel_rule_euc_jp.h 11 Dec 2014 05:12:15 -0000 1.9 --- njd_set_long_vowel_rule_euc_jp.h 23 Dec 2015 03:54:48 -0000 1.10 *************** *** 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: njd_set_long_vowel.c =================================================================== RCS file: /cvsroot/open-jtalk/open_jtalk/src/njd_set_long_vowel/njd_set_long_vowel.c,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** njd_set_long_vowel.c 11 Dec 2014 05:12:15 -0000 1.9 --- njd_set_long_vowel.c 23 Dec 2015 03:54:48 -0000 1.10 *************** *** 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 */ /* */ *************** *** 118,121 **** --- 118,126 ---- void njd_set_long_vowel(NJD * njd) { + #if 1 + { /* long vowel estimator is deprecated */ + return; + } + #endif int i, j; NJDNode *node; Index: njd_set_long_vowel_rule_ascii_for_euc_jp.h =================================================================== RCS file: /cvsroot/open-jtalk/open_jtalk/src/njd_set_long_vowel/njd_set_long_vowel_rule_ascii_for_euc_jp.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** njd_set_long_vowel_rule_ascii_for_euc_jp.h 11 Dec 2014 05:12:15 -0000 1.3 --- njd_set_long_vowel_rule_ascii_for_euc_jp.h 23 Dec 2015 03:54:48 -0000 1.4 *************** *** 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: njd_set_long_vowel_rule_ascii_for_shift_jis.h =================================================================== RCS file: /cvsroot/open-jtalk/open_jtalk/src/njd_set_long_vowel/njd_set_long_vowel_rule_ascii_for_shift_jis.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** njd_set_long_vowel_rule_ascii_for_shift_jis.h 11 Dec 2014 05:12:15 -0000 1.3 --- njd_set_long_vowel_rule_ascii_for_shift_jis.h 23 Dec 2015 03:54:48 -0000 1.4 *************** *** 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: njd_set_long_vowel_rule_shift_jis.h =================================================================== RCS file: /cvsroot/open-jtalk/open_jtalk/src/njd_set_long_vowel/njd_set_long_vowel_rule_shift_jis.h,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** njd_set_long_vowel_rule_shift_jis.h 11 Dec 2014 05:12:15 -0000 1.9 --- njd_set_long_vowel_rule_shift_jis.h 23 Dec 2015 03:54:48 -0000 1.10 *************** *** 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: njd_set_long_vowel_rule_ascii_for_utf_8.h =================================================================== RCS file: /cvsroot/open-jtalk/open_jtalk/src/njd_set_long_vowel/njd_set_long_vowel_rule_ascii_for_utf_8.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** njd_set_long_vowel_rule_ascii_for_utf_8.h 11 Dec 2014 05:12:15 -0000 1.3 --- njd_set_long_vowel_rule_ascii_for_utf_8.h 23 Dec 2015 03:54:48 -0000 1.4 *************** *** 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: njd_set_long_vowel_rule_utf_8.h =================================================================== RCS file: /cvsroot/open-jtalk/open_jtalk/src/njd_set_long_vowel/njd_set_long_vowel_rule_utf_8.h,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** njd_set_long_vowel_rule_utf_8.h 11 Dec 2014 05:12:15 -0000 1.9 --- njd_set_long_vowel_rule_utf_8.h 23 Dec 2015 03:54:48 -0000 1.10 *************** *** 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 */ /* */ |