diff --git a/libcorpus2_whole/io/cclrelreader.cpp b/libcorpus2_whole/io/cclrelreader.cpp index 9072f2b1f3cbd2ab7c4593f633dc370762c99ab5..ee84d97d50296ec49e252d9bf9abf797558ba62e 100644 --- a/libcorpus2_whole/io/cclrelreader.cpp +++ b/libcorpus2_whole/io/cclrelreader.cpp @@ -72,11 +72,7 @@ namespace whole { void CclRelReader::set_option(const std::string& option) { - if (option == "autogen_sent_id") { - ccl_reader_->set_option("autogen_sent_id"); - } else if (option == "autogen_chunk_id") { - ccl_reader_->set_option("autogen_chunk_id"); - } + ccl_reader_->set_option(option); } std::string CclRelReader::get_option(const std::string& option) const {