IMPORTANT NOTES:
# wav files must not contain any underscore '_' in the filename.

= How To =

== 1. Recognition ==

# Prepare a list of wav files (8000 Hz, signed-integer, 16 bit) in recognizer/wavs.list
# Run recognizer/run_list.sh

== 2. Indexing ==

# Go to indexer/scripts directory
# Run ./2_latlists_lvcsr.sh
# Run ./3_document_index.sh
# Run ./4_lattice_index_sge_create_scripts_lvcsr_concat.sh
# Run each script in ../sge/lattice_indexing_lvcsr.scriptlist
# Run ./6_forward_index_to_inverted_index_lvcsr.sh
# The only two necessery directories in indexer subdirectory are lexicon and scripts. All the others can be removed and will be created by scripts in the indexing process.

== 3. Searching ==
# Run 
  ./8_search.sh WORD
  ./8_search.sh "\"WORD1 WORD2\""
# Or to run a search server, run ./8_search_srv.sh. You can then connect to it using i.e. telnet localhost 7777. Then write there a word or phrase in single "" (without the \" as in the command line search).

