Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/giza-pp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'GIZA++-v2/D5Tables.h')
-rw-r--r--GIZA++-v2/D5Tables.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIZA++-v2/D5Tables.h b/GIZA++-v2/D5Tables.h
index c662795..c69992b 100644
--- a/GIZA++-v2/D5Tables.h
+++ b/GIZA++-v2/D5Tables.h
@@ -194,7 +194,7 @@ class d5model
{
if(l.length()&&l[0]=='#')
continue;
- istrstream is(l.c_str());
+ istringstream is(l.c_str());
string E,F;
int v1,v2,ii;
double prob,count;