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
O
obtainPredictionPropertyValue(OperableStructure)
- Method in class edu.columbia.cs.ref.model.re.
Model
OpenIEUnsupervisedRelationshipExtractor
<
D
extends
Document
> - Class in
edu.columbia.cs.api
Implementation of the relationship extractor that is based on the unsupervised learning of KnowItAll.
OpenIEUnsupervisedRelationshipExtractor(SentenceSplitter, Tokenizer, POSTagger, Chunker)
- Constructor for class edu.columbia.cs.api.
OpenIEUnsupervisedRelationshipExtractor
Constructor of the Open IE relationship extractor.
OpenIEUnsupervisedRelationshipExtractor(SentenceSplitter, Tokenizer, POSTagger, Chunker, Classifier)
- Constructor for class edu.columbia.cs.api.
OpenIEUnsupervisedRelationshipExtractor
Constructor of the Open IE relationship extractor.
OpenIEUnsupervisedRelationshipExtractor(SentenceSplitter, Tokenizer, POSTagger, Chunker, double)
- Constructor for class edu.columbia.cs.api.
OpenIEUnsupervisedRelationshipExtractor
Constructor of the Open IE relationship extractor.
OpenIEUnsupervisedRelationshipExtractor(SentenceSplitter, Tokenizer, POSTagger, Chunker, Classifier, double)
- Constructor for class edu.columbia.cs.api.
OpenIEUnsupervisedRelationshipExtractor
Constructor of the Open IE relationship extractor.
OpenIEWekaClassifier
- Class in
<Unnamed>
OpenIEWekaClassifier()
- Constructor for class
OpenIEWekaClassifier
OpenInformationExtractionCore
- Class in
edu.columbia.cs.ref.model.core.impl
OpenInformationExtractionCore()
- Constructor for class edu.columbia.cs.ref.model.core.impl.
OpenInformationExtractionCore
OpenInformationExtractionFG
- Class in
edu.columbia.cs.ref.algorithm.feature.generation.impl
OpenInformationExtractionFG(AlternativeOpenIEFeatures, FeatureGenerator<SequenceFS<String>>, FeatureGenerator<SequenceFS<String>>, FeatureGenerator<SequenceFS<String>>, FeatureGenerator<SequenceFS<Span>>)
- Constructor for class edu.columbia.cs.ref.algorithm.feature.generation.impl.
OpenInformationExtractionFG
OpenInformationExtractionOS
- Class in
edu.columbia.cs.ref.model.core.structure.impl
OpenInformationExtractionOS(CandidateSentence)
- Constructor for class edu.columbia.cs.ref.model.core.structure.impl.
OpenInformationExtractionOS
OpenNLPChunker
- Class in
edu.columbia.cs.ref.tool.chunker.impl
The Class OpenNLPChunker is an implementation of a Chunker that uses the ChunkerME models from
OpenNLP
.
OpenNLPChunker(String)
- Constructor for class edu.columbia.cs.ref.tool.chunker.impl.
OpenNLPChunker
Instantiates a new OpenNLP chunker.
OpenNLPMESplitter
- Class in
edu.columbia.cs.ref.tool.document.splitter.impl
The Class OpenNLPMESplitter is an implementation of a sentence splitter that uses the SentenceDetectorME models from
OpenNLP
.
OpenNLPMESplitter(String)
- Constructor for class edu.columbia.cs.ref.tool.document.splitter.impl.
OpenNLPMESplitter
Instantiates a OpenNLP sentence splitter.
OpenNLPPartOfSpeechFG
- Class in
edu.columbia.cs.ref.algorithm.feature.generation.impl
OpenNLPPartOfSpeechFG(String, FeatureGenerator<SequenceFS<String>>)
- Constructor for class edu.columbia.cs.ref.algorithm.feature.generation.impl.
OpenNLPPartOfSpeechFG
OpenNLPPOSTagger
- Class in
edu.columbia.cs.ref.tool.postagger.impl
The Class OpenNLPPOSTagger is an implementation of a POS tagger that uses the POSTaggerME models from
OpenNLP
.
OpenNLPPOSTagger(String)
- Constructor for class edu.columbia.cs.ref.tool.postagger.impl.
OpenNLPPOSTagger
Instantiates a new OpenNLP POS tagger.
OpenNLPTokenizationFG
- Class in
edu.columbia.cs.ref.algorithm.feature.generation.impl
OpenNLPTokenizationFG(String)
- Constructor for class edu.columbia.cs.ref.algorithm.feature.generation.impl.
OpenNLPTokenizationFG
OpenNLPTokenizer
- Class in
edu.columbia.cs.ref.tool.tokenizer.impl
The OpenNLPTokenizer is an implementation of the Tokenizer interface that uses OpenNLP models to split the text into tokens.
OpenNLPTokenizer(String)
- Constructor for class edu.columbia.cs.ref.tool.tokenizer.impl.
OpenNLPTokenizer
Instantiates a new OpenNLP tokenizer.
OperableStructure
- Class in
edu.columbia.cs.ref.model.core.structure
OperableStructure(CandidateSentence)
- Constructor for class edu.columbia.cs.ref.model.core.structure.
OperableStructure
OperableStructuresGenerationACE2005
- Class in
<Unnamed>
OperableStructuresGenerationACE2005()
- Constructor for class
OperableStructuresGenerationACE2005
OperableStructureToBinarySVMproblemConverter
- Class in
edu.columbia.cs.ref.engine.impl.resources
OperableStructureToBinarySVMproblemConverter()
- Constructor for class edu.columbia.cs.ref.engine.impl.resources.
OperableStructureToBinarySVMproblemConverter
OperableStructureToMulticlassSVMproblemConverter
- Class in
edu.columbia.cs.ref.engine.impl.resources
OperableStructureToMulticlassSVMproblemConverter()
- Constructor for class edu.columbia.cs.ref.engine.impl.resources.
OperableStructureToMulticlassSVMproblemConverter
OrEntityMatcher
- Class in
edu.columbia.cs.ref.model.matcher.impl
The Class OrEntityMatcher is an implementation of EntityMatcher that is used to compose several other matchers.
OrEntityMatcher(EntityMatcher...)
- Constructor for class edu.columbia.cs.ref.model.matcher.impl.
OrEntityMatcher
Instantiates a new or entity matcher.
OrRelationshipConstraint
- Class in
edu.columbia.cs.ref.model.constraint.relationship.impl
The Class OrRelationshipConstraint is an implementation of RelationshipConstraint that is used to compose several other constraints.
OrRelationshipConstraint(RelationshipConstraint...)
- Constructor for class edu.columbia.cs.ref.model.constraint.relationship.impl.
OrRelationshipConstraint
Instantiates a new or relationship constraint.
OrRoleConstraint
- Class in
edu.columbia.cs.ref.model.constraint.role.impl
The Class OrRoleConstraint is an implementation of RoleConstraint that is used to compose several other constraints.
OrRoleConstraint(RoleConstraint...)
- Constructor for class edu.columbia.cs.ref.model.constraint.role.impl.
OrRoleConstraint
Instantiates a new or role constraint.
overlap()
- Method in class edu.columbia.cs.ref.tool.loader.document.impl.ace2005.resources.
ACEDocument
overlap(ACERMention)
- Method in class edu.columbia.cs.ref.tool.loader.document.impl.ace2005.resources.
ACERMention
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