From 276e8ff026f5a713e94b5757f579d45dbf171969 Mon Sep 17 00:00:00 2001 From: ilor <kailoran@gmail.com> Date: Tue, 30 Nov 2010 14:48:10 +0100 Subject: [PATCH] add the missing masking to GetSymbols --- libwccl/ops/functions/tset/getsymbols.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/libwccl/ops/functions/tset/getsymbols.cpp b/libwccl/ops/functions/tset/getsymbols.cpp index fe5d1fa..4d2902c 100644 --- a/libwccl/ops/functions/tset/getsymbols.cpp +++ b/libwccl/ops/functions/tset/getsymbols.cpp @@ -36,6 +36,7 @@ GetSymbols::BaseRetValPtr GetSymbols::apply_internal(const FunExecContext& conte foreach (const Corpus2::Lexeme& lexeme, token->lexemes()) { tset->combine_with(lexeme.tag()); } + tset->tag_ref().mask_with(mask_); return tset; } -- GitLab