currentColumnPath = path;
break;
}
}
SemanticTypeColumnModel model = new SemanticTypeUtil().predictColumnSemanticType(workspace, worksheet, currentColumnPath, 4, selection);
if(model != null) {
OntologyManager ontMgr = workspace.getOntologyManager();
Alignment alignment = AlignmentManager.Instance().getAlignmentOrCreateIt(workspace.getId(), worksheetId, ontMgr);
JSONObject json = model.getAsJSONObject(ontMgr, alignment);
pw.print(json.toString());
}
}