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
C
calculateNotOverlappingSpans(List<Span>)
- Static method in class edu.columbia.cs.utils.
Span
CandidateSentence
- Class in
edu.columbia.cs.ref.model
A representation of a candidate sentence.
CandidateSentence(Sentence, List<Entity>)
- Constructor for class edu.columbia.cs.ref.model.
CandidateSentence
Candidate sentence constructor.
CandidateSentenceFeatureGenerator
<
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 candidate sentence.
CandidateSentenceFeatureGenerator()
- Constructor for class edu.columbia.cs.ref.algorithm.feature.generation.
CandidateSentenceFeatureGenerator
CandidatesGenerator
- Class in
edu.columbia.cs.ref.algorithm
The candidate generator is responsible for generating all the candidate sentences from a given document for a given set of relationship types.
CandidatesGenerator(SentenceSplitter)
- Constructor for class edu.columbia.cs.ref.algorithm.
CandidatesGenerator
The constructor of the candidate generator.
CandidatesSentenceReader
- Class in
edu.columbia.cs.ref.tool.io
This class provides a static method that can be used to read a set of candidate sentences from a file.
CandidatesSentenceReader()
- Constructor for class edu.columbia.cs.ref.tool.io.
CandidatesSentenceReader
CandidatesSentenceWriter
- Class in
edu.columbia.cs.ref.tool.io
CandidatesSentenceWriter()
- Constructor for class edu.columbia.cs.ref.tool.io.
CandidatesSentenceWriter
checkConstraint(Relationship)
- Method in class edu.columbia.cs.ref.model.constraint.relationship.impl.
AndRelationshipConstraint
checkConstraint(Relationship)
- Method in class edu.columbia.cs.ref.model.constraint.relationship.impl.
DistanceBetweenEntitiesConstraint
checkConstraint(Relationship)
- Method in class edu.columbia.cs.ref.model.constraint.relationship.impl.
DummyRelationshipConstraint
checkConstraint(Relationship)
- Method in class edu.columbia.cs.ref.model.constraint.relationship.impl.
EntitiesOrderNotRelevantConstraint
checkConstraint(Relationship)
- Method in class edu.columbia.cs.ref.model.constraint.relationship.impl.
OrRelationshipConstraint
checkConstraint(Relationship)
- Method in class edu.columbia.cs.ref.model.constraint.relationship.impl.
WordDistanceBetweenEntities
checkConstraint(Relationship)
- Method in interface edu.columbia.cs.ref.model.constraint.relationship.
RelationshipConstraint
Checks if the relationship constraint is fulfilled on the input relationship.
checkConstraint(Entity)
- Method in class edu.columbia.cs.ref.model.constraint.role.impl.
AndRoleConstraint
checkConstraint(Entity)
- Method in class edu.columbia.cs.ref.model.constraint.role.impl.
EntityTypeConstraint
checkConstraint(Entity)
- Method in class edu.columbia.cs.ref.model.constraint.role.impl.
IsOptionalConstraint
checkConstraint(Entity)
- Method in class edu.columbia.cs.ref.model.constraint.role.impl.
MatchRoleConstraint
checkConstraint(Entity)
- Method in class edu.columbia.cs.ref.model.constraint.role.impl.
NoConstraint
checkConstraint(Entity)
- Method in class edu.columbia.cs.ref.model.constraint.role.impl.
OrRoleConstraint
checkConstraint(Entity)
- Method in interface edu.columbia.cs.ref.model.constraint.role.
RoleConstraint
Check check if the input entity fulfills the constraint
children
- Variable in class edu.columbia.cs.utils.
Node
chunk(String[], String[])
- Method in interface edu.columbia.cs.ref.tool.chunker.
Chunker
Given a tokenization and the coresponding POS tags, it returns the chunking tags for each token
chunk(String[], String[])
- Method in class edu.columbia.cs.ref.tool.chunker.impl.
OpenNLPChunker
Chunker
- Interface in
edu.columbia.cs.ref.tool.chunker
The Interface Chunker represents objects that can be used to perform chunking tasks.
ClassifierBasedRelationshipExtractor
<
D
extends
Document
> - Class in
edu.columbia.cs.api
Implementation of the relationship extractor that uses a classifier to extract information from a document
ClassifierBasedRelationshipExtractor(Model, SentenceSplitter)
- Constructor for class edu.columbia.cs.api.
ClassifierBasedRelationshipExtractor
Constructor of the classifier based relationship extractor.
close()
- Method in class edu.columbia.cs.cg.prdualrank.index.
Index
Closes and optimize the index.
close()
- Method in class edu.columbia.cs.cg.prdualrank.index.reader.
TokenBasedReader
compareTo(Entity)
- Method in class edu.columbia.cs.ref.model.entity.
Entity
compareTo(Object)
- Method in class edu.columbia.cs.ref.tool.loader.document.impl.ace2005.resources.
ACEEMention
compareTo(Span)
- Method in class edu.columbia.cs.utils.
Span
CompositeSequentialPreprocessor
- Class in
edu.columbia.cs.ref.tool.preprocessor
This class is an implementation of the Preprocessor interface.
CompositeSequentialPreprocessor(Preprocessor...)
- Constructor for class edu.columbia.cs.ref.tool.preprocessor.
CompositeSequentialPreprocessor
Instantiates a new composite sequential preprocessor.
computeDistanceBetweenLinks(String, String)
- Static method in class edu.columbia.cs.utils.
DependencyRelationComparison
computePaths(Vertex)
- Static method in class edu.columbia.cs.utils.
Dijkstra
ConcatQueryGenerator
- Class in
edu.columbia.cs.cg.prdualrank.searchengine.querygenerator.impl
For this Class,
Apache Lucene Engine
is required.
ConcatQueryGenerator()
- Constructor for class edu.columbia.cs.cg.prdualrank.searchengine.querygenerator.impl.
ConcatQueryGenerator
ConfigurationLoader
- Class in
edu.columbia.cs.ref.configuration
The Class ConfigurationLoader is used to load the configuration files from an XML file.
ConfigurationLoader(String)
- Constructor for class edu.columbia.cs.ref.configuration.
ConfigurationLoader
contains(int, int)
- Method in class edu.columbia.cs.ref.model.
Segment
Verifies if the section starting in a given offset and with a given length is contained in this segment.
contains(Span)
- Method in class edu.columbia.cs.utils.
Span
containsEdge(int, int)
- Method in class edu.columbia.cs.utils.
SimpleGraph
CONTENT
- Static variable in class edu.columbia.cs.cg.prdualrank.index.
Index
converged()
- Method in interface edu.columbia.cs.cg.prdualrank.inference.convergence.
ConvergenceFinder
Aks if the method has converged.
converged()
- Method in class edu.columbia.cs.cg.prdualrank.inference.convergence.impl.
NumberOfIterationsConvergence
ConvergenceFinder
- Interface in
edu.columbia.cs.cg.prdualrank.inference.convergence
This class is used for our implementation of:
"Searching Patterns for Relation Extraction over the Web: Rediscovering the Pattern-Relation Duality"
.
convert(List<OperableStructure>, RelationshipType)
- Static method in class edu.columbia.cs.ref.engine.impl.resources.
OperableStructureToBinarySVMproblemConverter
convert(List<OperableStructure>)
- Static method in class edu.columbia.cs.ref.engine.impl.resources.
OperableStructureToMulticlassSVMproblemConverter
convertPOS(String)
- Static method in class edu.columbia.cs.utils.
POStoGenericPOSConverter
copyNoShortestPath()
- Method in class edu.columbia.cs.utils.
TokenInformation
Core
- Class in
edu.columbia.cs.ref.model.core
Core()
- Constructor for class edu.columbia.cs.ref.model.core.
Core
CoreReader
- Class in
edu.columbia.cs.ref.tool.io
CoreReader()
- Constructor for class edu.columbia.cs.ref.tool.io.
CoreReader
CoreWriter
- Class in
edu.columbia.cs.ref.tool.io
CoreWriter()
- Constructor for class edu.columbia.cs.ref.tool.io.
CoreWriter
count(String[], String[])
- Method in class edu.columbia.cs.ref.model.core.impl.
ShortestPathKernel
createNGrams(String[], Map<List<String>, Integer>[], int, int)
- Method in class edu.columbia.cs.ref.model.core.structure.impl.
TaggedBagOfNgrams
createOperableStructure(CandidateSentence)
- Method in class edu.columbia.cs.ref.model.core.impl.
BagOfNGramsKernel
createOperableStructure(CandidateSentence)
- Method in class edu.columbia.cs.ref.model.core.impl.
DependencyGraphsKernel
createOperableStructure(CandidateSentence)
- Method in class edu.columbia.cs.ref.model.core.impl.
ShortestPathKernel
createOperableStructure(CandidateSentence)
- Method in 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