Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
V
W
X
S
search(Query, int)
- Method in class edu.columbia.cs.cg.prdualrank.index.
Index
Search the query in the index.
search(String, int)
- Method in interface edu.columbia.cs.cg.prdualrank.searchengine.
SearchEngine
Issues query into the search engine and retrieves either k_seed or all the documents in the result set, whichever number is the lower.
search(String, int)
- Method in class edu.columbia.cs.cg.prdualrank.searchengine.
WebBasedSearchEngine
SearchEngine
- Interface in
edu.columbia.cs.cg.prdualrank.searchengine
This class is used for our implementation of:
"Searching Patterns for Relation Extraction over the Web: Rediscovering the Pattern-Relation Duality"
.
SearchGraphGenerator
<
T
extends
Document
,
D
extends
TokenizedDocument
> - Class in
edu.columbia.cs.cg.prdualrank.graph.generator
This class is used for our implementation of:
"Searching Patterns for Relation Extraction over the Web: Rediscovering the Pattern-Relation Duality"
.
SearchGraphGenerator(RelationshipType, Index, QueryGenerator<Query>)
- Constructor for class edu.columbia.cs.cg.prdualrank.graph.generator.
SearchGraphGenerator
Instantiates a new search graph generator.
SearchPattern
<
T
extends
Document
,
D
extends
TokenizedDocument
> - Class in
edu.columbia.cs.cg.pattern.prdualrank
The Class SearchPattern represents a pattern that can be used for Document Retrieval.
SearchPattern(List<String[]>)
- Constructor for class edu.columbia.cs.cg.pattern.prdualrank.
SearchPattern
Instantiates a new search pattern by providing the set of phrases to be used as queries
SearchPatternExtractor
<
T
extends
Document
> - Class in
edu.columbia.cs.cg.prdualrank.pattern.extractor
This class is used for our implementation of:
"Searching Patterns for Relation Extraction over the Web: Rediscovering the Pattern-Relation Duality"
.
SearchPatternExtractor(int, int)
- Constructor for class edu.columbia.cs.cg.prdualrank.pattern.extractor.
SearchPatternExtractor
Segment
- Class in
edu.columbia.cs.ref.model
Representation of a Section of a document.
Segment(String, int)
- Constructor for class edu.columbia.cs.ref.model.
Segment
Constructor of the Segment
segmentate(String)
- Method in interface edu.columbia.cs.ref.tool.segmentator.
DocumentSegmentator
This method receives as input the content of a document as a String and returns a division of the document as a List of sections
segmentate(String)
- Method in class edu.columbia.cs.ref.tool.segmentator.impl.
SimpleSegmentDocumentSegmentator
selfKernel(TaggedBagOfNgrams)
- Method in class edu.columbia.cs.ref.model.core.impl.
BagOfNGramsKernel
selfKernel(TaggedGraph)
- Method in class edu.columbia.cs.ref.model.core.impl.
DependencyGraphsKernel
selfKernel(DependencyGraph)
- Method in class edu.columbia.cs.ref.model.core.impl.
LocalizedDependencyGraphsKernel
selfKernel(TaggedGraph)
- Method in class edu.columbia.cs.ref.model.core.impl.
ShortestPathKernel
selfKernel(TaggedSequence)
- Method in class edu.columbia.cs.ref.model.core.impl.
SubsequencesKernel
Sentence
- Class in
edu.columbia.cs.ref.model
The Class Sentence represents sentences that are present in a document.
Sentence(Document, int, int)
- Constructor for class edu.columbia.cs.ref.model.
Sentence
Instantiates a new sentence.
SentenceFeatureGenerator
<
E
extends
FeatureSet
> - Class in
edu.columbia.cs.ref.algorithm.feature.generation
The Class CandidateSentenceFeatureGenerator is an extension of a FeatureGenerator that produces and stores the features on a sentence.
SentenceFeatureGenerator()
- Constructor for class edu.columbia.cs.ref.algorithm.feature.generation.
SentenceFeatureGenerator
SentenceSplitter
- Interface in
edu.columbia.cs.ref.tool.document.splitter
The Interface SentenceSplitter represents objects that can be used to perform sentence splitting tasks.
SequenceFS
<
E
extends java.io.Serializable> - Class in
edu.columbia.cs.ref.model.feature.impl
SequenceFS(E[])
- Constructor for class edu.columbia.cs.ref.model.feature.impl.
SequenceFS
SerializationHelper
- Class in
edu.columbia.cs.ref.tool.io
SerializationHelper()
- Constructor for class edu.columbia.cs.ref.tool.io.
SerializationHelper
setAlpha(double[])
- Method in class edu.columbia.cs.ref.model.re.impl.
JLibsvmModelInformation
setAttribute(String, String)
- Method in class edu.columbia.cs.ref.tool.loader.document.impl.ace2005.resources.
ACEEMention
setAttribute(String, String)
- Method in class edu.columbia.cs.ref.tool.loader.document.impl.ace2005.resources.
ACEEntity
setChildren(List<Node<T>>)
- Method in class edu.columbia.cs.utils.
Node
Sets the children of a Node
object.
setConstraints(RoleConstraint, String)
- Method in class edu.columbia.cs.ref.model.relationship.
RelationshipType
Sets the constraint imposed over some role
setConstraints(RelationshipConstraint)
- Method in class edu.columbia.cs.ref.model.relationship.
RelationshipType
Sets the relationship constraint for this relationship type.
setData(T)
- Method in class edu.columbia.cs.utils.
Node
setDestiny(int)
- Method in class edu.columbia.cs.utils.
SimpleGraphEdge
setDocument(Document)
- Method in class edu.columbia.cs.ref.model.entity.
Entity
Sets the document where the entity belongs.
setEntityType(String)
- Method in class edu.columbia.cs.ref.model.entity.
Entity
Sets the entity type.
setFalseLabel(String)
- Method in class edu.columbia.cs.ref.model.re.impl.
JLibsvmModelInformation
setFeatures(FeatureGenerator<E>, E)
- Method in class edu.columbia.cs.ref.model.core.structure.
OperableStructure
setFeatures(FeatureGenerator<E>, E)
- Method in class edu.columbia.cs.ref.model.
FeaturableObject
Stores the features that were produced by a given feature generator.
setFilename(String)
- Method in class edu.columbia.cs.ref.model.
Document
Sets the name of the file containing the document
setId(String)
- Method in class edu.columbia.cs.ref.model.entity.
Entity
Sets the id of the entity.
setInShortestPath(boolean)
- Method in class edu.columbia.cs.utils.
TokenInformation
setIsEntity1(boolean, String)
- Method in class edu.columbia.cs.utils.
TokenInformation
setIsEntity2(boolean, String)
- Method in class edu.columbia.cs.utils.
TokenInformation
setKernel(KernelFunction<OperableStructure>)
- Method in class edu.columbia.cs.ref.model.re.impl.
JLibsvmModelInformation
setLabel(String)
- Method in class edu.columbia.cs.ref.model.relationship.
Relationship
Sets the label.
setLabel(T)
- Method in class edu.columbia.cs.utils.
SimpleGraphEdge
setLabel(T)
- Method in class edu.columbia.cs.utils.
SimpleGraphNode
setLength(int)
- Method in class edu.columbia.cs.ref.model.entity.
Entity
Sets the length of the entity.
setLength(int)
- Method in class edu.columbia.cs.ref.model.
Sentence
Sets the length of the sentence.
setMatchers(EntityMatcher, String)
- Method in class edu.columbia.cs.ref.model.relationship.
RelationshipType
Sets the entity matcher for a given role
setNumSV(int)
- Method in class edu.columbia.cs.ref.model.re.impl.
JLibsvmModelInformation
setOffset(int)
- Method in class edu.columbia.cs.ref.model.entity.
Entity
Sets the starting index of the entity in the text
setOffset(int)
- Method in class edu.columbia.cs.ref.model.
Segment
Sets the value of the starting position of the segment in the document
setOffset(int)
- Method in class edu.columbia.cs.ref.model.
Sentence
Sets the starting index of the sentence in the document.
setOrigin(int)
- Method in class edu.columbia.cs.utils.
SimpleGraphEdge
setParent(Node<T>)
- Method in class edu.columbia.cs.utils.
Node
setPath(String)
- Method in class edu.columbia.cs.ref.model.
Document
Sets the path to the file containing the document
setPlainText(List<Segment>)
- Method in class edu.columbia.cs.ref.model.
Document
Sets the segments that represent the content of the document
setPrecision(Map<T, Double>)
- Method in class edu.columbia.cs.cg.prdualrank.inference.ranking.
RankFunction
sets the precision map used to generate the ranking.
setRecall(Map<T, Double>)
- Method in class edu.columbia.cs.cg.prdualrank.inference.ranking.
RankFunction
sets the recall map used to generate the ranking.
setRelationshipType(RelationshipType)
- Method in class edu.columbia.cs.ref.model.relationship.
Relationship
Sets the relationship type.
setRho(float)
- Method in class edu.columbia.cs.ref.model.re.impl.
JLibsvmModelInformation
setRole(String, Entity)
- Method in class edu.columbia.cs.ref.model.relationship.
Relationship
Indicates that a given entity is fulfilling a given role in the relationship.
setSeeds(Set<Relationship>)
- Method in class edu.columbia.cs.cg.prdualrank.inference.quest.impl.
MapBasedQuestCalculator
setSeeds(Set<Relationship>)
- Method in class edu.columbia.cs.cg.prdualrank.inference.quest.impl.
MatricesBasedQuestCalculator
setSeeds(Set<Relationship>)
- Method in interface edu.columbia.cs.cg.prdualrank.inference.quest.
QuestCalculator
Sets the initial seeds.
setSegments(List<Segment>)
- Method in class edu.columbia.cs.ref.tool.loader.document.impl.ace2005.resources.
ACEDocument
setSentence(Sentence)
- Method in class edu.columbia.cs.ref.model.
CandidateSentence
This method sets the sentence that the candidate sentence corresponds to.
setSupportVectors(OperableStructure[])
- Method in class edu.columbia.cs.ref.model.re.impl.
JLibsvmModelInformation
setTrueLabel(String)
- Method in class edu.columbia.cs.ref.model.re.impl.
JLibsvmModelInformation
setType(String)
- Method in class edu.columbia.cs.ref.model.relationship.
RelationshipType
Sets the label of the relationships.
setValue(String)
- Method in class edu.columbia.cs.ref.model.entity.
Entity
Sets the value of the entity.
setValue(String)
- Method in class edu.columbia.cs.ref.model.
Segment
Sets the value of segment
SGMFileFilter
- Class in
edu.columbia.cs.utils
SGMFileFilter()
- Constructor for class edu.columbia.cs.utils.
SGMFileFilter
SGMLLoader
- Class in
edu.columbia.cs.ref.tool.loader.document.impl
Loader for the SGML files
SGMLLoader(Set<RelationshipType>)
- Constructor for class edu.columbia.cs.ref.tool.loader.document.impl.
SGMLLoader
Constructor of the loader
ShortestPathKernel
- Class in
edu.columbia.cs.ref.model.core.impl
ShortestPathKernel(double, double)
- Constructor for class edu.columbia.cs.ref.model.core.impl.
ShortestPathKernel
ShortestPathKernel()
- Constructor for class edu.columbia.cs.ref.model.core.impl.
ShortestPathKernel
SimpleAttributeExtractionPattern
<
E
extends
Entity
,
D
extends
TokenizedDocument
> - Class in
edu.columbia.cs.cg.pattern.prdualrank
The Class SimpleAttributeExtractionPattern represents a pattern that can be used for Role Extraction.
SimpleAttributeExtractionPattern(String, Set<String>, String[], String[])
- Constructor for class edu.columbia.cs.cg.pattern.prdualrank.
SimpleAttributeExtractionPattern
Instantiates a new simple attribute extraction pattern.
SimpleGraph
<
T
,
U
extends java.io.Serializable> - Class in
edu.columbia.cs.utils
SimpleGraph(int)
- Constructor for class edu.columbia.cs.utils.
SimpleGraph
SimpleGraphEdge
<
T
> - Class in
edu.columbia.cs.utils
SimpleGraphEdge(int, int, T)
- Constructor for class edu.columbia.cs.utils.
SimpleGraphEdge
SimpleGraphNode
<
T
> - Class in
edu.columbia.cs.utils
SimpleGraphNode(T)
- Constructor for class edu.columbia.cs.utils.
SimpleGraphNode
SimpleGraphUtils
- Class in
edu.columbia.cs.utils
SimpleGraphUtils()
- Constructor for class edu.columbia.cs.utils.
SimpleGraphUtils
SimpleSegmentDocumentSegmentator
- Class in
edu.columbia.cs.ref.tool.segmentator.impl
The SimpleSegmentDocumentSegmentator is an implementation of the DocumentSegmentator.
SimpleSegmentDocumentSegmentator()
- Constructor for class edu.columbia.cs.ref.tool.segmentator.impl.
SimpleSegmentDocumentSegmentator
size()
- Method in class edu.columbia.cs.ref.model.
Dataset
The number of objects in the dataset
size()
- Method in class edu.columbia.cs.ref.model.feature.impl.
SequenceFS
SOC_SYM
- Static variable in class edu.columbia.cs.ref.tool.loader.document.impl.ace2005.resources.
EntityPair.Labels
Span
- Class in
edu.columbia.cs.utils
Span(int, int)
- Constructor for class edu.columbia.cs.utils.
Span
Span(Span)
- Constructor for class edu.columbia.cs.utils.
Span
SpanBasedTokenizer
- Class in
edu.columbia.cs.cg.prdualrank.index.tokenizer
For this Class,
Apache Lucene Engine
is required.
SpanBasedTokenizer(Span[], String[])
- Constructor for class edu.columbia.cs.cg.prdualrank.index.tokenizer.
SpanBasedTokenizer
Instantiates a new span based tokenizer.
SpansToStringsConvertionFG
- Class in
edu.columbia.cs.ref.algorithm.feature.generation.impl
SpansToStringsConvertionFG(FeatureGenerator<SequenceFS<Span>>)
- Constructor for class edu.columbia.cs.ref.algorithm.feature.generation.impl.
SpansToStringsConvertionFG
split(Dataset<E>, File)
- Method in class edu.columbia.cs.ref.tool.collection.splitter.impl.
KFoldSplitter
This method is an implementation of the split method for the K-Fold cross validation method.
split(Dataset<E>, File)
- Method in class edu.columbia.cs.ref.tool.collection.splitter.
Splitter
Given a dataset, this method is responsible for creating the folds for it.
split(Document)
- Method in class edu.columbia.cs.ref.tool.document.splitter.impl.
OpenNLPMESplitter
split(Document)
- Method in interface edu.columbia.cs.ref.tool.document.splitter.
SentenceSplitter
Splits the input document into sentences
SplitACE2005
- Class in
<Unnamed>
SplitACE2005()
- Constructor for class
SplitACE2005
Splitter
<
E
extends
Writable
> - Class in
edu.columbia.cs.ref.tool.collection.splitter
Interface for a Splitter
A splitter is a utility that is not directly used in a relationship extraction process but that is very useful for evaluation purposes.
Splitter()
- Constructor for class edu.columbia.cs.ref.tool.collection.splitter.
Splitter
StanfordNLPDependencyGraphFG
- Class in
edu.columbia.cs.ref.algorithm.feature.generation.impl
StanfordNLPDependencyGraphFG(String, FeatureGenerator<SequenceFS<Span>>)
- Constructor for class edu.columbia.cs.ref.algorithm.feature.generation.impl.
StanfordNLPDependencyGraphFG
StructureConfiguration
- Class in
edu.columbia.cs.ref.model
The Class StructureConfiguration.
StructureConfiguration(Core)
- Constructor for class edu.columbia.cs.ref.model.
StructureConfiguration
Instantiates a new structure configuration.
StructureGenerator
- Class in
edu.columbia.cs.ref.algorithm
The Class StructureGenerator is responsible for generating all the operable structures from a given set of candidate sentences with regard for a given configuration file.
StructureGenerator()
- Constructor for class edu.columbia.cs.ref.algorithm.
StructureGenerator
SubsequencesKernel
- Class in
edu.columbia.cs.ref.model.core.impl
SubsequencesKernel(int, int, int, double, boolean, boolean)
- Constructor for class edu.columbia.cs.ref.model.core.impl.
SubsequencesKernel
SubsequencesKernel()
- Constructor for class edu.columbia.cs.ref.model.core.impl.
SubsequencesKernel
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
V
W
X