Basic tokenizer that just splits on spaces

BaseTokenizer(split_char = " ")

Arguments

split_char

separator

Value

None