Skip to content
Snippets Groups Projects
Commit 72f0dee2 authored by Adam Wardynski's avatar Adam Wardynski
Browse files

Fixing comment flex -> class

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