}
}
if ((includedTokenClasses != null) || (excludedTokenClasses != null)) {
if (tokenClassFeatureName == null) {
throw new AnnotatorConfigurationException();
}
}
if ((includedTokenTypes != null) || (excludedTokenTypes != null)) {
if (tokenTypeFeatureName == null) {
throw new AnnotatorConfigurationException();
}
}
stopWords = initializeStopWordList(stopWordList);
} catch (AnnotatorContextException ie) {
throw new AnnotatorConfigurationException(ie);
}
}