[Pellet-users] Slow inference (again) (not prepare: classify)

Alejandro Rodríguez González jalo.javier at gmail.com
Wed Feb 20 15:31:56 UTC 2008


I make a mistake. The problem is in the classify operation, not in prepare.

The code that i'm using is this:

		model = ModelFactory.createOntologyModel(PelletReasonerFactory.THE_SPEC);
		model.prepare();
		((PelletInfGraph) model.getGraph()).getKB().classify();
		((PelletInfGraph) model.getGraph()).getKB().realize();

Thanks!


More information about the Pellet-users mailing list