Skip to content
Snippets Groups Projects
Commit ffeca60f authored by Adam Radziszewski's avatar Adam Radziszewski
Browse files

Merge branch 'master' of nlp.pwr.wroc.pl:wccl

parents c065268b dee560a0
Branches
No related merge requests found
...@@ -150,7 +150,6 @@ bool Runner::load_operator_string(const std::string& op_string) ...@@ -150,7 +150,6 @@ bool Runner::load_operator_string(const std::string& op_string)
void Runner::do_sentence(const boost::shared_ptr<Corpus2::Sentence>& sentence) void Runner::do_sentence(const boost::shared_ptr<Corpus2::Sentence>& sentence)
{ {
std::cerr << "dos";
Wccl::SentenceContext sc(sentence); Wccl::SentenceContext sc(sentence);
std::vector< std::vector< UnicodeString > > outputs; std::vector< std::vector< UnicodeString > > outputs;
......
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