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

change autogen sent & chunk prefixes to "standard": s and ch

parent 20d367d9
No related merge requests found
......@@ -100,8 +100,8 @@ private:
unsigned int chunk_number_;
static const std::string CHUNK_ID_PREFFIX;
};
const std::string CclReaderImpl::SENT_ID_PREFFIX = "sentence";
const std::string CclReaderImpl::CHUNK_ID_PREFFIX = "chunk";
const std::string CclReaderImpl::SENT_ID_PREFFIX = "s";
const std::string CclReaderImpl::CHUNK_ID_PREFFIX = "ch";
CclReader::CclReader(const Tagset& tagset, std::istream& is,
bool disamb_only, bool disamb_sh, bool autogen_sent_id,
......
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