pl.edu.icm.yadda.analysis.relations.bigdataClues
Class BigdataDisambiguator

java.lang.Object
  extended by pl.edu.icm.yadda.analysis.relations.pj.auxil.PJDisambiguator
      extended by pl.edu.icm.yadda.analysis.relations.pj.clues_occurence.AggregateDisambiguator
          extended by pl.edu.icm.yadda.analysis.relations.bigdataClues.BigdataDisambiguator
All Implemented Interfaces:
pl.edu.icm.yadda.analysis.relations.Disambiguator
Direct Known Subclasses:
BigdataFeature1Email, BigdataFeature3CoContribution, BigdataFeature4CoClassif, BigdataFeature5CoKeywordPhrase, BigdataFeature6CoReference, BigdataFeature7CoISBN, BigdataFeature7CoISSN, BigdataFeature9FullInitials

public abstract class BigdataDisambiguator
extends pl.edu.icm.yadda.analysis.relations.pj.clues_occurence.AggregateDisambiguator


Field Summary
protected  String graphString
           
protected static org.slf4j.Logger log
           
 
Fields inherited from class pl.edu.icm.yadda.analysis.relations.pj.clues_occurence.AggregateDisambiguator
askWho, queryString
 
Fields inherited from class pl.edu.icm.yadda.analysis.relations.pj.auxil.PJDisambiguator
conn, repository, rnd
 
Constructor Summary
BigdataDisambiguator()
           
 
Method Summary
protected  double checkIfSimilar(org.openrdf.repository.RepositoryConnection conn, String c1, String c2)
           
 Object clone()
           
 void copyTo(org.openrdf.repository.Repository destRep, List<String> cs)
           
 org.openrdf.repository.RepositoryConnection getConn()
           
protected abstract  void initializeGraph(String c1)
           
 
Methods inherited from class pl.edu.icm.yadda.analysis.relations.pj.clues_occurence.AggregateDisambiguator
count, initializeQuery, postprocess
 
Methods inherited from class pl.edu.icm.yadda.analysis.relations.pj.auxil.PJDisambiguator
analyze, closeAndRemoveConnection, closeRepository, getRepository, setRepository
 
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
 

Field Detail

graphString

protected String graphString

log

protected static final org.slf4j.Logger log
Constructor Detail

BigdataDisambiguator

public BigdataDisambiguator()
Method Detail

clone

public Object clone()
Overrides:
clone in class Object

checkIfSimilar

protected double checkIfSimilar(org.openrdf.repository.RepositoryConnection conn,
                                String c1,
                                String c2)
                         throws org.openrdf.repository.RepositoryException,
                                org.openrdf.query.MalformedQueryException,
                                org.openrdf.query.QueryEvaluationException
Overrides:
checkIfSimilar in class pl.edu.icm.yadda.analysis.relations.pj.clues_occurence.AggregateDisambiguator
Throws:
org.openrdf.repository.RepositoryException
org.openrdf.query.MalformedQueryException
org.openrdf.query.QueryEvaluationException

initializeGraph

protected abstract void initializeGraph(String c1)

copyTo

public void copyTo(org.openrdf.repository.Repository destRep,
                   List<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 pl.edu.icm.yadda.analysis.relations.pj.auxil.PJDisambiguator


Copyright © 2002-2012. All Rights Reserved.