diff options
Diffstat (limited to 'src/grammar.hh')
-rw-r--r-- | src/grammar.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/grammar.hh b/src/grammar.hh index 51a72fa..bc587d9 100644 --- a/src/grammar.hh +++ b/src/grammar.hh @@ -194,7 +194,7 @@ Sv::SparseVector<string, score_t>* f; r->target.push_back(item); } else if (j == 3) { // feature vector Sv::SparseVector<string, score_t>::from_s(r->f, buf); - // FIXME: this is slow!!! ^^^ + // FIXME: this is slow!!! } else if (j == 4) { // alignment } else { // error |