All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.erasmusmc.data_mining.ontology.api.package-info Maven / Gradle / Ivy

The newest version!
/**
 * Peregrine is an indexing engine that can recognize concepts in human readable
 * text, based on a database (thesaurus) of known terms.
 *
 * Copyright 2005-2011 Erasmus University Medical Centre (EMC)
 * Copyright 2009-2011 Netherlands Bioinformatics Centre (NBIC)
 *
 * Contact us at: [email protected]
 *
 * This file is part of Peregrine. Peregrine is free software: you can
 * redistribute it and/or modify it under the terms of the GNU Affero General
 * Public License as published by the Free Software Foundation, either version 3
 * of the License, or (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful, but WITHOUT
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 * FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
 * details.
 *
 * You should have received a copy of the GNU Affero General Public License
 * along with this program. If not, see .
 */
/**
 * Definition of the Ontology API and the related POJOs.
 * 

* This API provides access to the concepts and terms in an API and provides * an interface for loading and for updating an ontology. *

* The main interface is the {@link Ontology} interface, ontology * implementations can also implement the {@link ModifiableOntology} or * {@link FlyweightProcessingOntology} interface if they provide these optional * functionalities. * */ package org.erasmusmc.data_mining.ontology.api;





© 2015 - 2025 Weber Informatics LLC | Privacy Policy