#include <iostream>
#include <stdlib.h>
#include <string>
#include <vector>
#include <map>
#include <fstream>
#include <sstream>
#include <valarray>
#include "boss_utility/boss_fsa.h"
#include "boss_utility/boss_utility.h"
#include "boss_utility/boss_config.h"
#include "tdsp/dsp_matrix.h"
#include "phimbl/phimbl.h"
Go to the source code of this file.
Classes | |
class | BOSS_g2p |
Defines | |
#define | TRANS_TRAIN_WINDOW 4 |
#define | SYLL_TRAIN_WINDOW 4 |
#define | STRESS_TRAIN_WINDOW 4 |
#define | TIMBLCLASS_SYLLABLE_BOUNDARY_PRESENT "yes" |
#define | TIMBLCLASS_SYLLABLE_BOUNDARY_ABSENT "no" |
#define | TIMBLCLASS_PRIMARY_LEXICAL_STRESS_PRESENT "primary" |
#define | TIMBLCLASS_SECONDARY_LEXICAL_STRESS_PRESENT "secondary" |
#define | TIMBLCLASS_LEXICAL_STRESS_ABSENT "no" |
#define | NULL_PHONEME "<NULL_PHONEME>" |
#define | SYLLABLE_BOUNDARY_TAG "." |
#define | WORD_BOUNDARY_TAG "#" |
#define | PRIMARY_LEXICAL_STRESS_TAG "\"" |
#define | SECONDARY_LEXICAL_STRESS_TAG "%" |
Typedefs | |
typedef map< string, unsigned > | t_GPTableMap |
Enumerations | |
enum | LabelFormat { BLF, HADIFIX } |
Philip Gross
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|