Skip to content
Snippets Groups Projects
Commit 217c08aa authored by ilor's avatar ilor
Browse files

fix dep on unreleased corpus2 features

parent 3ca644f8
Branches
No related merge requests found
......@@ -44,7 +44,7 @@ struct SymbolsFix
gnd = tagset.parse_symbol("gnd");
nmb = tagset.parse_symbol("nmb");
vcl = tagset.parse_symbol("vcl");
pos.set_pos(Corpus2::make_full_mask());
pos.set_pos(-1); //todo
}
boost::shared_ptr<Corpus2::Sentence> s;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment