Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
fixed 'jou' character in MathML reading. 'rights' should not be 'rig …
…hts'
- Loading branch information
Showing
7 changed files
with
94 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,9 +1,16 @@ | ||
| if exist "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\vcvars32.bat" goto x64 | ||
| call "C:\Program Files\Microsoft Visual Studio 12.0\VC\bin\vcvars32.bat" | ||
| goto done | ||
| :x64 | ||
| call "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\vcvars32.bat" | ||
| :done | ||
| SET CL=/arch:IA32 /D "_USING_V110_SDK71_" | ||
|
|
||
| cd ..\include\jtalk | ||
| call all-clean.cmd | ||
| call all-build.cmd | ||
| call all-install.cmd | ||
| cd ..\..\jptools | ||
| call test.cmd | ||
| cd ..\include\python-jtalk | ||
| cd ..\python-jtalk | ||
| call clean.cmd | ||
| cd ..\..\jptools | ||
| call test.cmd |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| call userdicBuilder.cmd | ||
| python test.py | ||
| call userdicBuilder.cmd | ||
| python test.py|nkf |