======================================================================
                  Large Vocabulary Continuous Speech
                          Recognition Engine

                                Julius

                                                (Rev 3.5   2005/11/11)

 Copyright (c) 1991-2005 Kawahara Lab., Kyoto University
 Copyright (c) 1997-2000 Information-technology Promotion Agency, Japan
 Copyright (c) 2000-2005 Shikano Lab., Nara Institute of Science and Technology
 Copyright (c) 2005      Julius project team, Nagoya Institute of Technology
 All rights reserved

======================================================================

About this package
===================

This package contains binary executables of Julius-3.5 for Windows.
It can be run on Win32 console.

Please see the "00readme.txt" for the release notes of Julius-3.5.


Running environment
====================

Julius will run on most Windows OS, including 2000 and XP.
For direct recognition of microphone input, 16kHz, 16bit, monoral
recording should be supported on your environment.

Perl is needed run the recognition grammar construction tools.
They are tested on cygwin, MinGW+MSYS and ActivePerl.

The binaries are compiled on Windows XP SP2 + MinGW (gcc).


Files
=========

Binaries are located in bin/ :

    [Main]
    julius.exe	    Julius-3.4.2p1 (fast)
    julian.exe	    Julian-3.4.2p1 (fast)

    [Tools]
    mkbingram.exe   convert 2-gram and reverse 3-gram to binary format
    mkbinhmm.exe    convert ascii hmmdefs to binary hmmdefs
    mkgshmm	    make GSHMM for Gaussian Mixture Selection
    mkss.exe	    compute noise spectrum from mic for spectral subtraction

    [Utilities]
    adinrec.exe	    record one sentence from microphone to a file
    adintool.exe    enhanced adinrec with segmentation and network support
    jcontrol.exe    sample client for Julius/Julian module mode

    [Grammar construction tools for Julian]
    mkdfa.pl	    grammar compiler
    accept_check.exe grammar accept check tool
    generate.exe     randam sentence generator
    yomi2voca.pl    convert Japanese Hiragana into phonemes

    [Result scoring tools]
    scoring/	    Recognition result evaluation scripts, updated for 3.4.2


About Documents
=================

Documents for Julius-3.5 are included in this package:

    00readme.txt	 Release Notes
    LICENSE.txt		 Terms and conditions
    Release.txt	         Detailed ChangeLog.
    Sample.jconf         Sample runtime config file for Julius.
    Sample-julian.jconf  Sample runtime config file for Julian.
    doc/                 Text Manuals and Documents for Julius-3.5


How To Compile
===============

From 3.5, Windows source are incorporated into original.
You can compile the source code on Windows, on MSYS + MinGW,
by exactly the same procedure as Linux:

	   % tar xzvf julius-3.5.tar.gz
	   % cd julius-3.5
	   % ./configure
	   % make


More Information
=================

You can get more information on the Julius Web page:

	 http://julius.sourceforge.jp/	   (Japanese)
	 http://julius.sourceforge.jp/en/  (English)
