I want to apply a Naive Bayes model to a new (unlabeled) data set. The model has already been trained and tested via cross-validation. However when I try to apply the model to a brand new data set I get an error message.
Here is an overview of my process and the error I get:

The "Retrieve aggregate" is the new (unlabeled) data set, which I want to predict using my trained model.
"Process Documents from Data" contains a "Tokenize" operator.
The subprocesses within the Cross Validation operator are:

I am new to RapidMiner and I have no clue as to why I get this error

I would greatly appreciate your help as I need to carry on with my research