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

Renamed the flex operator to 'class'

parent ffbcfed6
Branches
No related merge requests found
......@@ -22,13 +22,13 @@ public:
* @returns Name of the operator, "flex"
*/
std::string name(const Corpus2::Tagset&) const {
return "flex";
return "class";
}
/**
* @returns Name of the operator, "flex"
*/
std::string raw_name() const {
return "flex";
return "class";
}
};
......
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