pl.edu.icm.yadda.analysis.relations.bigdataClues
Class BigdataDisambiguator
java.lang.Object
pl.edu.icm.yadda.analysis.relations.pj.auxil.PJDisambiguator
pl.edu.icm.yadda.analysis.relations.pj.clues_occurence.AggregateDisambiguator
pl.edu.icm.yadda.analysis.relations.bigdataClues.BigdataDisambiguator
- All Implemented Interfaces:
- Disambiguator
- Direct Known Subclasses:
- BigdataFeature1Email, BigdataFeature3CoContribution, BigdataFeature4CoClassif, BigdataFeature5CoKeywordPhrase, BigdataFeature6CoReference, BigdataFeature7CoISBN, BigdataFeature7CoISSN, BigdataFeature9FullInitials
public abstract class BigdataDisambiguator
- extends AggregateDisambiguator
Field Summary |
protected java.lang.String |
graphString
|
protected static org.slf4j.Logger |
log
|
Method Summary |
protected double |
checkIfSimilar(org.openrdf.repository.RepositoryConnection conn,
java.lang.String c1,
java.lang.String c2)
|
java.lang.Object |
clone()
|
void |
copyTo(org.openrdf.repository.Repository destRep,
java.util.List<java.lang.String> cs)
|
org.openrdf.repository.RepositoryConnection |
getConn()
|
protected abstract void |
initializeGraph(java.lang.String c1)
|
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface pl.edu.icm.yadda.analysis.relations.Disambiguator |
id |
graphString
protected java.lang.String graphString
log
protected static final org.slf4j.Logger log
BigdataDisambiguator
public BigdataDisambiguator()
clone
public java.lang.Object clone()
- Overrides:
clone
in class java.lang.Object
checkIfSimilar
protected double checkIfSimilar(org.openrdf.repository.RepositoryConnection conn,
java.lang.String c1,
java.lang.String c2)
throws org.openrdf.repository.RepositoryException,
org.openrdf.query.MalformedQueryException,
org.openrdf.query.QueryEvaluationException
- Overrides:
checkIfSimilar
in class AggregateDisambiguator
- Throws:
org.openrdf.repository.RepositoryException
org.openrdf.query.MalformedQueryException
org.openrdf.query.QueryEvaluationException
initializeGraph
protected abstract void initializeGraph(java.lang.String c1)
copyTo
public void copyTo(org.openrdf.repository.Repository destRep,
java.util.List<java.lang.String> cs)
throws org.openrdf.repository.RepositoryException,
org.openrdf.query.MalformedQueryException,
org.openrdf.query.QueryEvaluationException
- Throws:
org.openrdf.repository.RepositoryException
org.openrdf.query.MalformedQueryException
org.openrdf.query.QueryEvaluationException
getConn
public org.openrdf.repository.RepositoryConnection getConn()
- Overrides:
getConn
in class PJDisambiguator
Copyright © 2002-2012 ICM, Warsaw University. All Rights Reserved.