|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SentenceSplitter | |
---|---|
edu.columbia.cs.api | |
edu.columbia.cs.ref.algorithm | |
edu.columbia.cs.ref.configuration | |
edu.columbia.cs.ref.tool.document.splitter.impl |
Uses of SentenceSplitter in edu.columbia.cs.api |
---|
Constructors in edu.columbia.cs.api with parameters of type SentenceSplitter | |
---|---|
ClassifierBasedRelationshipExtractor(Model m,
SentenceSplitter s)
Constructor of the classifier based relationship extractor. |
|
OpenIEUnsupervisedRelationshipExtractor(SentenceSplitter splitter,
Tokenizer tokenizer,
POSTagger pos,
Chunker chunker)
Constructor of the Open IE relationship extractor. |
|
OpenIEUnsupervisedRelationshipExtractor(SentenceSplitter splitter,
Tokenizer tokenizer,
POSTagger pos,
Chunker chunker,
weka.classifiers.Classifier cla)
Constructor of the Open IE relationship extractor. |
|
OpenIEUnsupervisedRelationshipExtractor(SentenceSplitter splitter,
Tokenizer tokenizer,
POSTagger pos,
Chunker chunker,
weka.classifiers.Classifier cla,
double threshold)
Constructor of the Open IE relationship extractor. |
|
OpenIEUnsupervisedRelationshipExtractor(SentenceSplitter splitter,
Tokenizer tokenizer,
POSTagger pos,
Chunker chunker,
double threshold)
Constructor of the Open IE relationship extractor. |
Uses of SentenceSplitter in edu.columbia.cs.ref.algorithm |
---|
Constructors in edu.columbia.cs.ref.algorithm with parameters of type SentenceSplitter | |
---|---|
CandidatesGenerator(SentenceSplitter splitter)
The constructor of the candidate generator. |
Uses of SentenceSplitter in edu.columbia.cs.ref.configuration |
---|
Methods in edu.columbia.cs.ref.configuration that return SentenceSplitter | |
---|---|
SentenceSplitter |
ConfigurationLoader.getSentenceSplitter()
|
Uses of SentenceSplitter in edu.columbia.cs.ref.tool.document.splitter.impl |
---|
Classes in edu.columbia.cs.ref.tool.document.splitter.impl that implement SentenceSplitter | |
---|---|
class |
OpenNLPMESplitter
The Class OpenNLPMESplitter is an implementation of a sentence splitter that uses the SentenceDetectorME models from OpenNLP. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |