Remove the attribute tokenize?

User: "Wengki"
New Altair Community Member
Updated by Jocelyn
How i can remove attribute after tokenize without filter stopwords?

Find more posts tagged with

Sort by:
1 - 3 of 31
    User: "Wengki"
    New Altair Community Member
    OP
    Only "a" i want remove from attribute
    User: "kayman"
    New Altair Community Member
    You could set the minimum length for your token at for instance 2, this would drop all single letter attributes.
    You can achieve this with the 'filter tokens (by length)' operator
    User: "Telcontar120"
    New Altair Community Member
    You can also try Filter Tokens by Content or Filter Stopwords (Dictionary), which allows you to provide a file of specific words you want to eliminate.