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

org.apache.ctakes.assertion.stub.AssertionDecoderConfiguration Maven / Gradle / Ivy

package org.apache.ctakes.assertion.stub;

import java.util.Set;

public class AssertionDecoderConfiguration {

	public void setScopeParser(ScopeParser scopeParser) {
		// TODO Auto-generated method stub
		
	}

	public void setPosTagger(PartOfSpeechTagger posTagger) {
		// TODO Auto-generated method stub
		
	}

	public void setEnabledFeatureIdSet(Set enabledFeatureIdSet) {
		// TODO Auto-generated method stub
		
	}

	public void setAssertionDecoder(JarafeMEDecoder assertionDecoder) {
		// TODO Auto-generated method stub
		
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy