final ProcessingResult result = controller.process(attributes,
LingoClusteringAlgorithm.class);
// Now, we can serialize the entire result to XML like this
result.serialize(System.out);
System.out.println();
// Optionally, we can choose whether we want to serialize documents and clusters
result.serialize(System.out,
false /* don't save documents */,