tokenize method
Implementation
Future<Map<Object?, dynamic>?> tokenize(double contextId,
    {required String text}) {
  throw UnimplementedError(
      "Method tokenize({required double contextId, required String text}) has not been implemented.");
}