* org.apache.uima.cas.CAS)
*/
public void initializeCas(Object aObject, CAS aCAS) throws CollectionException, IOException {
// Assert.assertFalse(aCAS instanceof CAS);
// Create the English document Sofa
SofaID realSofaName = getUimaContext().mapToSofaID("InputText");
// System.out.println("CASINITIALIZER: real sofa name for InputText " +
// realSofaName.getSofaID());
SofaFS ls = aCAS.createSofa(realSofaName, "text");
ls.setLocalSofaData("this beer is good");
}