System.getProperties().setProperty(
OnlineClustering.NUM_CLUSTERS_PROPERTY,
options.getStringOption('c'));
Generator<OnlineClustering<SparseDoubleVector>> clusterGenerator =
ReflectionUtil.getObjectInstance(options.getStringOption('s'));
return new StreamingWordsi(getAcceptedWords(), getExtractor(),
clusterGenerator, reporter, numClusters);
} else if (options.hasOption('b')) {
// Create a WaitingWordsi instance that uses the specified batch
// clustering implementation.
Clustering clustering =