Skip to content
Snippets Groups Projects
Commit 6546bdab authored by Paweł Kędzia's avatar Paweł Kędzia
Browse files

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

parents 645f3420 69950e72
Branches
No related merge requests found
......@@ -104,7 +104,7 @@ void RelationReader::on_end_element(const Glib::ustring& name) {
void RelationReader::on_characters(const Glib::ustring &text)
{
if (in_relation_) {
ann_number_ = text.raw();
ann_number_ += text.raw();
}
}
......
......@@ -45,7 +45,6 @@ public:
/**
* Reads a document with relations
* @param rela_path path to file with relations
* TODO! Not implemented yet!
*/
RelationReader(const std::string &rela_path);
......
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