From 67a5439f36bfd11830d44e774bc5527074c9b2b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20K=C4=99dzia?= <pawel.kedzia@pwr.wroc.pl> Date: Fri, 3 Dec 2010 11:25:30 +0100 Subject: [PATCH] Renamed the flex operator to 'class' --- libwccl/ops/functions/tset/getwordclass.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libwccl/ops/functions/tset/getwordclass.h b/libwccl/ops/functions/tset/getwordclass.h index 57bd6bd..30f377c 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"; } }; -- GitLab