|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of TermDatabase in net.ontopia.topicmaps.classify |
|---|
| Methods in net.ontopia.topicmaps.classify that return TermDatabase | |
|---|---|
static TermDatabase |
SimpleClassifier.classify(byte[] content)
PUBLIC: Extracts keywords from the given content and returns a TermDatabase representing the results. |
static TermDatabase |
SimpleClassifier.classify(byte[] content,
TopicMapIF topicmap)
PUBLIC: Extracts keywords from the given content, using the information in the topic map, and returns a TermDatabase representing the results. |
static TermDatabase |
SimpleClassifier.classify(String uri_or_file)
PUBLIC: Extracts keywords from the given URI or file and returns a TermDatabase representing the results. |
static TermDatabase |
SimpleClassifier.classify(String uri_or_file,
TopicMapIF topicmap)
PUBLIC: Extracts keywords from the given URI or file, using the information in the topic map, and returns a TermDatabase representing the results. |
TermDatabase |
TopicMapClassification.getTermDatabase()
|
TermDatabase |
DocumentTokenizer.getTermDatabase()
|
TermDatabase |
DocumentClassifier.getTermDatabase()
|
| Methods in net.ontopia.topicmaps.classify with parameters of type TermDatabase | |
|---|---|
void |
CompoundAnalyzer.addComposites(TermDatabase tdb,
Term t1,
int length)
|
void |
DocumentTokenizer.setTermDatabase(TermDatabase tdb)
|
void |
DocumentClassifier.setTermDatabase(TermDatabase tdb)
|
void |
TopicMapAnalyzer.startAnalysis(TermDatabase tdb)
|
void |
TermAnalyzerIF.startAnalysis(TermDatabase tdb)
|
void |
StopList.startAnalysis(TermDatabase tdb)
|
void |
RelativeScore.startAnalysis(TermDatabase tdb)
|
void |
RegexpTermAnalyzer.startAnalysis(TermDatabase tdb)
|
void |
FrequencyAnalyzer.startAnalysis(TermDatabase tdb)
|
void |
CompoundAnalyzer.startAnalysis(TermDatabase tdb)
|
void |
CharacterAnalyzer.startAnalysis(TermDatabase tdb)
|
void |
BlackList.startAnalysis(TermDatabase tdb)
|
| Constructors in net.ontopia.topicmaps.classify with parameters of type TermDatabase | |
|---|---|
DocumentClassifier(TermDatabase tdb)
|
|
DocumentTokenizer(TermDatabase tdb)
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||