A splitter function that returns a list of terms from source.
source
typedef AsyncTextSplitter = Future<List<String>> Function(String source);