IOntology ont = POntology.loadOntology(url);
ConceptRegistry.REGISTRY.put(url,SlideTutorConcept.class.getName());
// create in-memory terminology from this ontology
IndexFinderTerminology term = new IndexFinderTerminology();
term.loadOntology(ont,null,true,true);
term.setScoreConcepts(false);
term.setSelectBestCandidate(false);
term.setCachingEnabled(false);
IndexFinderTerminology aterm = new IndexFinderTerminology();