Package enzyme.ontology

Examples of enzyme.ontology.OntologyDataSource.loadOntology()


    String weights = context.getRealPath("/bookshop/ontology/Weights.properties");
   
    //������������Դ����
    OntologyDataSource ods = new OntologyDataSource();
    //���ر����
    ods.loadOntology(ontology);
    //����ǰ׺����
    ods.loadPrefixConfiguration(prefix);
   
    //����Ȩֵ
    ods.setWeightsPath(weights);
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.