#include <cstdlib>#include <cstdio>#include <iostream>#include <fstream>#include <cstring>#include "EST.h"#include "EST_WFST.h"
Go to the source code of this file.
Functions | |
| void | align (EST_Utterance &utt, const EST_String &refrel, const EST_String &hyporel, const EST_String &alignrel) |
| int | main (int argc, char **argv) |
| bool | dp_match (const EST_Relation &lexical, const EST_Relation &surface, EST_Relation &match, float ins, float del, float sub) |
| void align | ( | EST_Utterance & | utt, |
| const EST_String & | refrel, | ||
| const EST_String & | hyporel, | ||
| const EST_String & | alignrel | ||
| ) |
Definition at line 303 of file align_main.cc.
Definition at line 69 of file align_main.cc.
| bool dp_match | ( | const EST_Relation & | lexical, |
| const EST_Relation & | surface, | ||
| EST_Relation & | match, | ||
| float | ins, | ||
| float | del, | ||
| float | sub | ||
| ) |
Definition at line 134 of file dynamic_program.cc.