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

de.citec.scie.Constants Maven / Gradle / Ivy

Go to download

Contains the SCIE main application and the CLI interface. This project integrates the named entity recognition (NER), the PDF import and the classification and interfaces with the UIMA framework. The command line interface can be used to produce a set of UIMA XCAS files.

The newest version!
/*
 * SCIE -- Spinal Cord Injury Information Extraction
 * Copyright (C) 2013, 2014
 * Raphael Dickfelder, Jan Göpfert, Benjamin Paaßen, Andreas Stöckel
 * 
 * This program 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 .
 */

package de.citec.scie;

/**
 * Class containing some globally needed constants.
 *
 * @author Andreas Stöckel -- [email protected]
 */
public class Constants {

	public static final String PROJECT_NAME = "scie";
	public static final String TYPESYSTEM = "SCIETypeSystem";
	public static final String ANNOTATOR = "SCIENamedEntityAnnotator";
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy