I try to split string by white spaces and special characters using tf2. tf.strings.split
can only split by one delimiter, while tf.strings.regex_replace
is very slow. I feel it is very common needs, hence I wonder if there is more generic approach achieve it?