Edinburgh Speech Tools  2.1-release
hash_regression.cc File Reference
#include <iostream>
#include <fstream>
#include "EST_String.h"
#include "EST_Token.h"
#include "EST_THash.h"
Include dependency graph for hash_regression.cc:

Go to the source code of this file.

Macros

#define LINE_LENGTH   1000
 
#define WORD   "Latitude"
 

Functions

int main (int argc, const char *argv[])
 

Variables

EST_Regex RX_Word ("[A-Z]?[a-z]+\\('[a-z]+\\)?")
 

Macro Definition Documentation

#define LINE_LENGTH   1000

Definition at line 50 of file hash_regression.cc.

#define WORD   "Latitude"

Definition at line 54 of file hash_regression.cc.

Function Documentation

int main ( int  argc,
const char *  argv[] 
)

Definition at line 57 of file hash_regression.cc.

Variable Documentation

EST_Regex RX_Word("[A-Z]?[a-z]+\\('[a-z]+\\)?")