Uses of Class
de.julielab.genemapper.utils.GeneMapperException
-
-
Uses of GeneMapperException in de.julielab.genemapper
Methods in de.julielab.genemapper that throw GeneMapperException Modifier and Type Method Description static voidWikipediaCategoryManager. main(String[] args)de.julielab.geneexpbase.genemodel.DocumentMappingResultGeneMapper. map(de.julielab.geneexpbase.genemodel.GeneDocument document)de.julielab.geneexpbase.genemodel.DocumentMappingResultGeneMapper. map(de.julielab.geneexpbase.genemodel.GeneDocument doc, de.julielab.geneexpbase.configuration.Parameters parameterMap)de.julielab.geneexpbase.genemodel.DocumentMappingResultGeneMapper. map(de.julielab.geneexpbase.genemodel.GeneDocument document, de.julielab.geneexpbase.configuration.Parameters parameterMap, Stats stats)de.julielab.geneexpbase.genemodel.DocumentMappingResultGeneMapper. map(de.julielab.geneexpbase.genemodel.GeneDocument document, Stats stats)de.julielab.geneexpbase.genemodel.MentionMappingResultGeneMapper. map(de.julielab.geneexpbase.genemodel.GeneMention searchTerm, org.apache.lucene.search.BooleanQuery contextQuery, String documentContext)Actual mapping method.List<de.julielab.geneexpbase.candidateretrieval.SynHit>GeneMapper. map(String searchTerm, org.apache.lucene.search.BooleanQuery contextQuery)A wrapper to the main mapping function.de.julielab.geneexpbase.genemodel.MentionMappingResultGeneMapper. map(String term, org.apache.lucene.search.BooleanQuery contextQuery, String documentContext)Convenience method mostly used for tests. -
Uses of GeneMapperException in de.julielab.genemapper.apps
Methods in de.julielab.genemapper.apps that throw GeneMapperException Modifier and Type Method Description static voidGeneNameToAmbiguousIdsMapper. main(String[] args)static voidInteractiveCandidateFinder. main(String[] args)static voidInteractiveNameCentricCandidateFinder. main(String[] args) -
Uses of GeneMapperException in de.julielab.genemapper.classification
Methods in de.julielab.genemapper.classification that throw GeneMapperException Modifier and Type Method Description static voidTransformerDisambiguationDataUtils. writeData(GeneMapper mapper, File outputFile, Stream<de.julielab.geneexpbase.genemodel.GeneDocument> geneDocumentStream)static voidTransformerDisambiguationDataUtils. writeData(BufferedWriter bw, GeneMapper mapper, de.julielab.geneexpbase.genemodel.GeneDocument doc) -
Uses of GeneMapperException in de.julielab.genemapper.composites
Methods in de.julielab.genemapper.composites that throw GeneMapperException Modifier and Type Method Description List<de.julielab.geneexpbase.genemodel.GeneMention>GeneCompositeNameResolver. resolve(de.julielab.geneexpbase.genemodel.GeneMention gm, boolean... print)voidGeneCompositeNameResolver. shutdown()Constructors in de.julielab.genemapper.composites that throw GeneMapperException Constructor Description GeneCompositeNameResolver(FlairCompositeMentionTagger compositeTagger, Configuration configuration) -
Uses of GeneMapperException in de.julielab.genemapper.disambig
Methods in de.julielab.genemapper.disambig that throw GeneMapperException Modifier and Type Method Description de.julielab.geneexpbase.genemodel.MentionMappingResultContextRanker. assignContextScore(MentionDisambiguationData disambiguationData)cc.mallet.types.InstanceListContextRanker. doContextRanking(DocumentDisambiguationData disambiguationData, de.julielab.geneexpbase.configuration.Parameters parameters)Constructors in de.julielab.genemapper.disambig that throw GeneMapperException Constructor Description ContextItemRecordsIndex(Configuration configuration)Deprecated.ContextItemsIndex(de.julielab.geneexpbase.services.CacheService cacheService, Configuration configuration)DypsisContextRanker(Configuration config, CandidateRetrieval candidateRetrieval, ContextItemsIndex contextItemsIndex, de.julielab.geneexpbase.services.CacheService cacheService) -
Uses of GeneMapperException in de.julielab.genemapper.disambig.wikipedia
Methods in de.julielab.genemapper.disambig.wikipedia that throw GeneMapperException Modifier and Type Method Description static voidWikipediaIndexReader. main(String[] args)Constructors in de.julielab.genemapper.disambig.wikipedia that throw GeneMapperException Constructor Description WikipediaEntityClassDecisionBear(WikipediaIndexReader wikipediaIndexReader, de.julielab.geneexpbase.TermNormalizer normalizer)WikipediaIndexReader(String wikipediaIndexPath, de.julielab.geneexpbase.TermNormalizer normalizer) -
Uses of GeneMapperException in de.julielab.genemapper.filtering.families
Methods in de.julielab.genemapper.filtering.families that throw GeneMapperException Modifier and Type Method Description cc.mallet.types.InstanceListInstanceListCreator. createInstanceList(Stream<de.julielab.geneexpbase.genemodel.GeneDocument> documents, Configuration configuration)List<cc.mallet.pipe.Pipe>InstanceListCreator. createPipes(Configuration configuration)voidRuleBasedFamilyAssigner. doit(de.julielab.geneexpbase.genemodel.GeneDocument document)voidRuleBasedFamilyAssigner. doit(Collection<de.julielab.geneexpbase.genemodel.GeneDocument> docs)voidGeneConfigurationDependentPipe. initialize(Configuration configuration)voidSymbolPrefixPipe. initialize(Configuration configuration)Constructors in de.julielab.genemapper.filtering.families that throw GeneMapperException Constructor Description MentionPrefixPipe(String prefix)NoDbHitsPipe(String featureName)SymbolPrefixPipe(String prefix, Configuration configuration) -
Uses of GeneMapperException in de.julielab.genemapper.mappingcores
Methods in de.julielab.genemapper.mappingcores that throw GeneMapperException Modifier and Type Method Description de.julielab.geneexpbase.genemodel.DocumentMappingResultDypsisMappingCore. map(de.julielab.geneexpbase.genemodel.GeneDocument document)Maps the gene mentions in the passed document to database IDs.de.julielab.geneexpbase.genemodel.DocumentMappingResultDypsisMappingCore. map(de.julielab.geneexpbase.genemodel.GeneDocument document, de.julielab.geneexpbase.configuration.Parameters parameterMap, Stats stats)de.julielab.geneexpbase.genemodel.MentionMappingResultDypsisMappingCore. map(de.julielab.geneexpbase.genemodel.GeneMention predictedMention)de.julielab.geneexpbase.genemodel.DocumentMappingResultMappingCore. map(de.julielab.geneexpbase.genemodel.GeneDocument document)de.julielab.geneexpbase.genemodel.DocumentMappingResultMappingCore. map(de.julielab.geneexpbase.genemodel.GeneDocument document, de.julielab.geneexpbase.configuration.Parameters parameterMap, Stats stats)de.julielab.geneexpbase.genemodel.MentionMappingResultMappingCore. map(de.julielab.geneexpbase.genemodel.GeneMention geneMention)de.julielab.geneexpbase.genemodel.DocumentMappingResultQuercusMappingCore. map(de.julielab.geneexpbase.genemodel.GeneDocument document)de.julielab.geneexpbase.genemodel.DocumentMappingResultQuercusMappingCore. map(de.julielab.geneexpbase.genemodel.GeneDocument document, de.julielab.geneexpbase.configuration.Parameters parameterMap, Stats stats)de.julielab.geneexpbase.genemodel.MentionMappingResultQuercusMappingCore. map(de.julielab.geneexpbase.genemodel.GeneMention geneMention)voidDypsisCandidateSetter. setCandidates(de.julielab.geneexpbase.genemodel.GeneDocument document, de.julielab.geneexpbase.configuration.Parameters parameterMap, Stats stats)voidDypsisCandidateSetter. setCandidates(de.julielab.geneexpbase.genemodel.GeneMention gm, AtomicInteger gmidCounter, de.julielab.geneexpbase.configuration.Parameters parameterMap, Stats stats)voidDypsisCandidateSetter. shutdown()voidDypsisMappingCore. shutdown()voidMappingCore. shutdown()Indicates that the mapping process has finished and all held resources should be freed.voidQuercusMappingCore. shutdown()Constructors in de.julielab.genemapper.mappingcores that throw GeneMapperException Constructor Description DypsisMappingCore(de.julielab.geneexpbase.TermNormalizer normalizer, CandidateRetrieval candidateRetrieval, DypsisCandidateSetter candidateSetter, WikipediaEntityClassDecisionBear decisionBear, GeneCompositeNameResolver geneCompositeNameResolver, de.julielab.speciesassignment.GeneSpeciesAssigner speciesAssigner, de.julielab.speciesassignment.spi.SpeciesAssignmentFilter assignmentFilter) -
Uses of GeneMapperException in de.julielab.genemapper.mappingcores.quercus
Constructors in de.julielab.genemapper.mappingcores.quercus that throw GeneMapperException Constructor Description SemanticIndexDisambiguationStep(de.julielab.geneexpbase.configuration.Configuration config)
-