#include "function-weight.h"
#include <fst/fstlib.h>
#include <limits>
#include <ostream>
#include <iostream>
#include <algorithm>
Go to the source code of this file.
|
std::ostream & | operator<< (std::ostream &os, const MertLine &ml) |
|
std::istream & | operator>> (std::istream &is, MertLine &ml) |
|
std::ostream & | operator<< (std::ostream &os, const MertList &l) |
|
bool | operator== (const MertLine &thisML, const MertLine &that) |
|
bool | ApproxEqual (const FunctionWeight &w1, const FunctionWeight &w2, float delta) |
|
FunctionWeight | Times (const FunctionWeight &w1, const FunctionWeight &w2) |
|
FunctionWeight | Plus (const FunctionWeight &w1, const FunctionWeight &w2) |
|
std::ostream & | operator<< (std::ostream &strm, const FunctionWeight &w) |
|
std::istream & | operator>> (std::istream &strm, FunctionWeight &w) |
|
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const MertLine & |
ml |
|
) |
| |
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const MertList & |
l |
|
) |
| |
std::ostream& operator<< |
( |
std::ostream & |
strm, |
|
|
const FunctionWeight & |
w |
|
) |
| |
std::istream& operator>> |
( |
std::istream & |
is, |
|
|
MertLine & |
ml |
|
) |
| |