Uses of Class
com.google.refine.model.Recon
Packages that use Recon
Package
Description
-
Uses of Recon in com.google.refine.importers
Method parameters in com.google.refine.importers with type arguments of type ReconModifier and TypeMethodDescriptionprotected static CellOdsImporter.extractCell(org.odftoolkit.odfdom.doc.table.OdfTableCell cell, Map<String, Recon> reconMap) -
Uses of Recon in com.google.refine.model
Fields in com.google.refine.model declared as ReconMethods in com.google.refine.model that return ReconModifier and TypeMethodDescriptionRecon.dup()Recon.dup(long judgmentHistoryEntry) static ReconRecon.loadStreaming(String s) static ReconRecon.makeFreebaseRecon(long judgmentHistoryEntry) Deprecated.static ReconRecon.makeWikidataRecon(long judgmentHistoryEntry) Methods in com.google.refine.model with parameters of type ReconConstructors in com.google.refine.model with parameters of type Recon -
Uses of Recon in com.google.refine.model.changes
Fields in com.google.refine.model.changes with type parameters of type ReconMethod parameters in com.google.refine.model.changes with type arguments of type ReconModifier and TypeMethodDescriptionprotected voidDataExtensionChange.extendRow(Row row, ReconciledDataExtensionJob.DataExtension dataExtension, int extensionRowIndex, Map<String, Recon> reconMap) protected static voidMassReconChange.loadRecons(LineNumberReader reader, Pool pool, Map<Long, Recon> recons, String countString) protected voidMassReconChange.switchRecons(Project project, Map<Long, Recon> reconMap) protected voidMassReconChange.writeRecons(Writer writer, Properties options, Map<Long, Recon> recons, String key) Constructor parameters in com.google.refine.model.changes with type arguments of type Recon -
Uses of Recon in com.google.refine.model.recon
Methods in com.google.refine.model.recon that return ReconModifier and TypeMethodDescriptionabstract ReconReconConfig.createNewRecon(long historyEntryID) StandardReconConfig.createNewRecon(long historyEntryID) protected ReconStandardReconConfig.createReconServiceResults(String text, com.fasterxml.jackson.databind.node.ArrayNode resultsList, long historyEntryID) Methods in com.google.refine.model.recon that return types with arguments of type ReconModifier and TypeMethodDescriptionDataExtensionReconConfig.batchRecon(List<ReconJob> jobs, long historyEntryID) ReconConfig.batchRecon(List<ReconJob> jobs, long historyEntryID) StandardReconConfig.batchRecon(List<ReconJob> jobs, long historyEntryID) Methods in com.google.refine.model.recon with parameters of type ReconModifier and TypeMethodDescriptionvoidStandardReconConfig.computeFeatures(Recon recon, String text) Recomputes the features associated with this reconciliation object (only if we have at least one candidate). -
Uses of Recon in com.google.refine.util
Fields in com.google.refine.util with type parameters of type ReconMethods in com.google.refine.util that return ReconMethods in com.google.refine.util with parameters of type Recon