Package enzyme.ontology

Examples of enzyme.ontology.OntologyDataSource


    String index= context.getRealPath("/bookshop/ontology/index/");
    //����Ȩֵ�ļ���ַ
    String weights = context.getRealPath("/bookshop/ontology/Weights.properties");
   
    //������������Դ����
    OntologyDataSource ods = new OntologyDataSource();
    //���ر����
    ods.loadOntology(ontology);
    //����ǰ׺����
    ods.loadPrefixConfiguration(prefix);
   
    //����Ȩֵ
    ods.setWeightsPath(weights);
   
    //��������
    ods.loadIndex(index);
   
    //�洢��������Դ����servlet context
    context.setAttribute(ONTOLOGY_DATA_SOURCE, ods);
    System.out.println("Ontology loaded!");
  }
View Full Code Here

TOP

Related Classes of enzyme.ontology.OntologyDataSource

Copyright © 2018 www.massapicom. 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.