Interface MappingCore
-
- All Known Implementing Classes:
WeepingTreeMappingCore
public interface MappingCore
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CandidateRetrievalgetCandidateRetrieval()SemanticDisambiguationgetSemanticDisambiguation()TermNormalizergetTermNormalizer()DocumentMappingResultmap(GeneDocument document)MentionMappingResultmap(GeneMention geneMention)
-
-
-
Method Detail
-
map
MentionMappingResult map(GeneMention geneMention) throws GeneMappingException
- Throws:
GeneMappingException
-
getSemanticDisambiguation
SemanticDisambiguation getSemanticDisambiguation()
-
getCandidateRetrieval
CandidateRetrieval getCandidateRetrieval()
-
getTermNormalizer
TermNormalizer getTermNormalizer()
-
map
DocumentMappingResult map(GeneDocument document) throws GeneMappingException
- Throws:
GeneMappingException
-
-