diff --git a/libwccl/ops/functions/tset/getwordclass.h b/libwccl/ops/functions/tset/getwordclass.h index 57bd6bdd42443a9ae52d8f3b98245b70e60ff823..30f377cd958cff47637a28c3892dd0e62bc1b193 100644 --- a/libwccl/ops/functions/tset/getwordclass.h +++ b/libwccl/ops/functions/tset/getwordclass.h @@ -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"; } };