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

Updeted AnnotatedSentence and Sentence constructors

parent a18fc1b0
No related merge requests found
......@@ -32,7 +32,7 @@ namespace Corpus2 {
typedef std::map<std::string, AnnotationChannel> chan_map_t;
/* --------------------------------------------------------------------- */
AnnotatedSentence();
AnnotatedSentence(const std::string &id = "");
~AnnotatedSentence();
/* --------------------------------------------------------------------- */
......
......@@ -24,7 +24,7 @@ namespace Corpus2 {
/* --------------------------------------------------------------------- */
Sentence();
Sentence(const std::string &id = "");
~Sentence();
/* --------------------------------------------------------------------- */
......
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