I\'m trying to filter a dataset using weka\'s java API. I\'ve successfully filtered the attributes I want with a stringToWordVector filter in Weka\'s GUI but I can\'t seem to d
You can actually omit most of the options, as they are the defaults for StringToWordVector. The delimiters you're trying to pass are the default delimiters in the default tokenizer, WordTokenizer, which are: