Remove the attribute tokenize?

WengkiWengki MemberPosts:2Newbie
edited March 5 inHelp
How i can remove attribute after tokenize without filter stopwords?
Tk.PNG 3.7K

Answers

  • WengkiWengki MemberPosts:2Newbie
    只有“a" i want remove from attribute
  • kaymankayman MemberPosts:662Unicorn
    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
  • Telcontar120Telcontar120 Moderator, RapidMiner Certified Analyst, RapidMiner Certified Expert, MemberPosts:1,630Unicorn
    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.
    Brian T.
    Lindon Ventures
    Data Science Consulting from Certified RapidMiner Experts
Sign InorRegisterto comment.