Skip to content
Snippets Groups Projects
Commit 276e8ff0 authored by ilor's avatar ilor
Browse files

add the missing masking to GetSymbols

parent fa02682a
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment