OSDN Git Service

moved core sources of JTalk and braille translator from nvdajp repository to nvdajp... jpbeta131029
authorTakuya Nishimoto <nishimotz@gmail.com>
Tue, 29 Oct 2013 09:46:39 +0000 (18:46 +0900)
committerTakuya Nishimoto <nishimotz@gmail.com>
Tue, 29 Oct 2013 09:46:39 +0000 (18:46 +0900)
commit064a8496f65af211373f10e00045abde15607bfb
treea19555332ccd4ae9f8ff92547b592fd5143439af
parent1d0803371072b68e483a2f7beb1ae62e33b55360
moved core sources of JTalk and braille translator from nvdajp repository to nvdajp-miscdep, to make their tests and developments easier.
17 files changed:
jptools/harness.py [new file with mode: 0644]
jptools/jpBrailleRunner.py [new file with mode: 0644]
jptools/jtalkPredicTest.py [new file with mode: 0644]
jptools/jtalkRunner.py [new file with mode: 0644]
jptools/make_html.cmd [new file with mode: 0644]
source/synthDrivers/jtalk/__init__.py [new file with mode: 0644]
source/synthDrivers/jtalk/_bgthread.py [new file with mode: 0644]
source/synthDrivers/jtalk/_jtalk_core.py [new file with mode: 0644]
source/synthDrivers/jtalk/_nvdajp_espeak.py [new file with mode: 0644]
source/synthDrivers/jtalk/_nvdajp_jtalk.py [new file with mode: 0644]
source/synthDrivers/jtalk/_nvdajp_predic.py [new file with mode: 0644]
source/synthDrivers/jtalk/_nvdajp_spellchar.py [new file with mode: 0644]
source/synthDrivers/jtalk/_nvdajp_unicode.py [new file with mode: 0644]
source/synthDrivers/jtalk/mecab.py [new file with mode: 0644]
source/synthDrivers/jtalk/translator1.py [new file with mode: 0644]
source/synthDrivers/jtalk/translator2.py [new file with mode: 0644]
source/synthDrivers/nvdajp_jtalk.py [new file with mode: 0644]