%
%
% Common definitions for both structural and parameter files
% $Header: /homes/zweig/gmtk/auroraTutorial/PARAMS/commonParams,v 1.1 2001/07/03 21:56:56 zweig Exp $

#ifndef COMMON_PARAMS
#define COMMON_PARAMS


#define OBSERVATION_RANGE 0:41
#define VOCAB_SIZE 13

#define NUM_STATES_PER_WORD 8
#define NUM_STATES_PER_SIL 3
#define NUM_STATES_PER_SP 1

% For NUM_WHOLE_WORD_STATES, we assume NUM_STATES_PER_WORD*11 + 1 + 1 = 46.
% If NUM_STATES_PER_WORD, this must change as well since it should be
% (NUM_STATES_PER_WORD*(VOCAB_SIZE-2) + numStatesPerSil + numStatesPerSP)
% remember sp shares the middle state of sil
#define NUM_WHOLE_WORD_STATES 91

% The maximum possible number of words in an utterance.
% This should should ALWAYS be an even number.
% sil (word sil?)+ out-of-bounds
#define WORD_COUNTER_CARD 22

#endif
