Package net.ontopia.topicmaps.classify
Class RelativeScore
- java.lang.Object
-
- net.ontopia.topicmaps.classify.RelativeScore
-
- All Implemented Interfaces:
TermAnalyzerIF
public class RelativeScore extends Object implements TermAnalyzerIF
INTERNAL:
-
-
Constructor Summary
Constructors Constructor Description RelativeScore()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidanalyzeTerm(Term term)voidendAnalysis()voidstartAnalysis(TermDatabase tdb)
-
-
-
Method Detail
-
analyzeTerm
public void analyzeTerm(Term term)
- Specified by:
analyzeTermin interfaceTermAnalyzerIF
-
startAnalysis
public void startAnalysis(TermDatabase tdb)
- Specified by:
startAnalysisin interfaceTermAnalyzerIF
-
endAnalysis
public void endAnalysis()
- Specified by:
endAnalysisin interfaceTermAnalyzerIF
-
-