From 27e9c0f30667697dc15263610b97afcc14e23c07 Mon Sep 17 00:00:00 2001 From: Chris Dyer Date: Tue, 22 Feb 2011 18:09:41 -0500 Subject: typo --- decoder/ff_spans.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/decoder/ff_spans.cc b/decoder/ff_spans.cc index 511ab728..b473c8a4 100644 --- a/decoder/ff_spans.cc +++ b/decoder/ff_spans.cc @@ -20,7 +20,7 @@ SpanFeatures::SpanFeatures(const string& param) : string valfile; vector toks; Tokenize(param, ' ', &toks); - if (toks.size() == 2) { mapfile = param[0]; valfile = param[1]; } + if (toks.size() == 2) { mapfile = toks[0]; valfile = toks[1]; } if (mapfile.size() > 0) { int lc = 0; if (!SILENT) { cerr << "Reading word map for SpanFeatures from " << param << endl; } -- cgit v1.2.3