|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IEText | |
---|---|
jcolibri.extensions.textual.IE | This package stores the extension for Textual CBR. |
jcolibri.extensions.textual.IE.common | Textual CBR methods that can be used with any implementation (GATE or OpenNLP). |
jcolibri.extensions.textual.IE.gate | Textual CBR methods that use the GATE algorithms. |
jcolibri.extensions.textual.IE.opennlp | Textual CBR methods that use the Maximum Entropy algorithms implemented in the OpenNLP package. |
jcolibri.test.test16 | This test shows how to evaluate the textual similarity functions using classification. |
Uses of IEText in jcolibri.extensions.textual.IE |
---|
Methods in jcolibri.extensions.textual.IE that return types with arguments of type IEText | |
---|---|
static java.util.Collection<IEText> |
IEutils.getTexts(CBRCase _case)
|
static java.util.Collection<IEText> |
IEutils.getTexts(CBRQuery query)
|
Method parameters in jcolibri.extensions.textual.IE with type arguments of type IEText | |
---|---|
static void |
IEutils.addTexts(CaseComponent cc,
java.util.Collection<IEText> list)
|
Uses of IEText in jcolibri.extensions.textual.IE.common |
---|
Methods in jcolibri.extensions.textual.IE.common with parameters of type IEText | |
---|---|
static void |
DomainTopicClassifier.classifyWithTopic(IEText text)
Performs the algorithm in a given IEText object |
static void |
StopWordsDetector.detectStopWords(IEText text)
Performs the algorithm in a given IEText object |
static void |
FeaturesExtractor.extractFeatures(IEText text)
Performs the algorithm in a given IEText object |
static void |
PhrasesExtractor.extractPhrases(IEText text)
Performs the algorithm in a given IEText object |
static void |
GlossaryLinker.linkWithGlossary(IEText caseText,
IEText queryText)
Links two text objects using the glossary. |
static void |
ThesaurusLinker.linkWithWordNet(IEText caseText,
IEText queryText)
Links two texts using wordNet. |
static void |
TextStemmer.stem(IEText text)
Stems the tokens of the text. |
Uses of IEText in jcolibri.extensions.textual.IE.gate |
---|
Subclasses of IEText in jcolibri.extensions.textual.IE.gate | |
---|---|
class |
IETextGate
|
Uses of IEText in jcolibri.extensions.textual.IE.opennlp |
---|
Subclasses of IEText in jcolibri.extensions.textual.IE.opennlp | |
---|---|
class |
IETextOpenNLP
Represents an IEText implemented using the OpenNLP package. |
Uses of IEText in jcolibri.test.test16 |
---|
Methods in jcolibri.test.test16 that return IEText | |
---|---|
IEText |
EmailDescription.getContent()
|
Methods in jcolibri.test.test16 with parameters of type IEText | |
---|---|
void |
EmailDescription.setContent(IEText content)
|
Constructors in jcolibri.test.test16 with parameters of type IEText | |
---|---|
EmailDescription(java.lang.String id,
IEText content)
Constructor |
|
GAIA - Group for Artificial Intelligence Applications http://gaia.fdi.ucm.es |
|||||||||
PREV NEXT | FRAMES NO FRAMES |