Interface MappingCore
-
- All Known Implementing Classes:
DypsisMappingCore,QuercusMappingCore
public interface MappingCore
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclear()CandidateRetrievalgetCandidateRetrieval()ContextRankergetContextualRanking()de.julielab.geneexpbase.TermNormalizergetTermNormalizer()de.julielab.geneexpbase.genemodel.DocumentMappingResultmap(de.julielab.geneexpbase.genemodel.GeneDocument document)de.julielab.geneexpbase.genemodel.DocumentMappingResultmap(de.julielab.geneexpbase.genemodel.GeneDocument document, de.julielab.geneexpbase.configuration.Parameters parameterMap, Stats stats)de.julielab.geneexpbase.genemodel.MentionMappingResultmap(de.julielab.geneexpbase.genemodel.GeneMention geneMention)voidshutdown()Indicates that the mapping process has finished and all held resources should be freed.
-
-
-
Method Detail
-
map
de.julielab.geneexpbase.genemodel.MentionMappingResult map(de.julielab.geneexpbase.genemodel.GeneMention geneMention) throws GeneMapperException- Throws:
GeneMapperException
-
getContextualRanking
ContextRanker getContextualRanking()
-
getCandidateRetrieval
CandidateRetrieval getCandidateRetrieval()
-
getTermNormalizer
de.julielab.geneexpbase.TermNormalizer getTermNormalizer()
-
map
de.julielab.geneexpbase.genemodel.DocumentMappingResult map(de.julielab.geneexpbase.genemodel.GeneDocument document) throws GeneMapperException- Throws:
GeneMapperException
-
map
de.julielab.geneexpbase.genemodel.DocumentMappingResult map(de.julielab.geneexpbase.genemodel.GeneDocument document, de.julielab.geneexpbase.configuration.Parameters parameterMap, Stats stats) throws GeneMapperException- Throws:
GeneMapperException
-
shutdown
void shutdown() throws GeneMapperExceptionIndicates that the mapping process has finished and all held resources should be freed.- Throws:
GeneMapperException
-
clear
void clear()
-
-