Uses of Class
de.julielab.jules.ae.genemapping.utils.GeneMappingException
-
-
Uses of GeneMappingException in de.julielab.jules.ae.genemapping
Methods in de.julielab.jules.ae.genemapping that throw GeneMappingException Modifier and Type Method Description DocumentMappingResultGeneMapping. map(GeneDocument document)MentionMappingResultGeneMapping. map(GeneMention searchTerm, org.apache.lucene.search.BooleanQuery contextQuery, java.lang.String documentContext)Actual mapping method.java.util.List<SynHit>GeneMapping. map(java.lang.String searchTerm, org.apache.lucene.search.BooleanQuery contextQuery)A wrapper to the main mapping function.MentionMappingResultGeneMapping. map(java.lang.String term, org.apache.lucene.search.BooleanQuery contextQuery, java.lang.String documentContext)Convenience method mostly used for tests.ScorerLuceneCandidateRetrieval. setScorerType(int type)Constructors in de.julielab.jules.ae.genemapping that throw GeneMappingException Constructor Description GeneMapping(GeneMappingConfiguration configuration)GeneMapping(java.io.File propertiesFile)Main constructor for the GeneMapper reading especially properties information.LuceneCandidateRetrieval(GeneMappingConfiguration config) -
Uses of GeneMappingException in de.julielab.jules.ae.genemapping.disambig
Methods in de.julielab.jules.ae.genemapping.disambig that throw GeneMappingException Modifier and Type Method Description DocumentMappingResultSemanticDisambiguation. disambiguateDocument(DocumentDisambiguationData disambiguationData)DocumentMappingResultWeepingTreeDisambiguation. disambiguateDocument(DocumentDisambiguationData disambiguationData)MentionMappingResultSemanticDisambiguation. disambiguateMention(MentionDisambiguationData disambiguationData)MentionMappingResultWeepingTreeDisambiguation. disambiguateMention(MentionDisambiguationData disambiguationData)Constructors in de.julielab.jules.ae.genemapping.disambig that throw GeneMappingException Constructor Description ContextItemsIndex(GeneMappingConfiguration configuration)WeepingTreeDisambiguation(GeneMappingConfiguration configuration) -
Uses of GeneMappingException in de.julielab.jules.ae.genemapping.genemodel
Methods in de.julielab.jules.ae.genemapping.genemodel that throw GeneMappingException Modifier and Type Method Description static voidGeneDocumentFactory. initialize(GeneMapping mapper) -
Uses of GeneMappingException in de.julielab.jules.ae.genemapping.mappingcores
Methods in de.julielab.jules.ae.genemapping.mappingcores that throw GeneMappingException Modifier and Type Method Description DocumentMappingResultMappingCore. map(GeneDocument document)MentionMappingResultMappingCore. map(GeneMention geneMention)DocumentMappingResultWeepingTreeMappingCore. map(GeneDocument document)MentionMappingResultWeepingTreeMappingCore. map(GeneMention geneMention)Constructors in de.julielab.jules.ae.genemapping.mappingcores that throw GeneMappingException Constructor Description WeepingTreeMappingCore(GeneMappingConfiguration configuration) -
Uses of GeneMappingException in de.julielab.jules.ae.genemapping.utils
Subclasses of GeneMappingException in de.julielab.jules.ae.genemapping.utils Modifier and Type Class Description classGeneCandidateRetrievalException
-