net.ontopia.topicmaps.classify
Class RegionBooster

java.lang.Object
  extended by net.ontopia.topicmaps.classify.AbstractDocumentAnalyzer
      extended by net.ontopia.topicmaps.classify.RegionBooster
All Implemented Interfaces:
DocumentAnalyzerIF

public class RegionBooster
extends AbstractDocumentAnalyzer

INTERNAL:


Field Summary
 
Fields inherited from class net.ontopia.topicmaps.classify.AbstractDocumentAnalyzer
iteration, iterations
 
Constructor Summary
RegionBooster()
           
 
Method Summary
 void addBoost(java.lang.String rname, double boost)
           
 void analyzeToken(TextBlock parent, Token token, int index)
           
 void endRegion(Region region)
           
 void startRegion(Region region)
           
 
Methods inherited from class net.ontopia.topicmaps.classify.AbstractDocumentAnalyzer
doDocumentAnalysis, endAnalysis, endDocument, startAnalysis, startDocument
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegionBooster

public RegionBooster()
Method Detail

addBoost

public void addBoost(java.lang.String rname,
                     double boost)

startRegion

public void startRegion(Region region)
Specified by:
startRegion in interface DocumentAnalyzerIF
Overrides:
startRegion in class AbstractDocumentAnalyzer

analyzeToken

public void analyzeToken(TextBlock parent,
                         Token token,
                         int index)
Specified by:
analyzeToken in interface DocumentAnalyzerIF
Specified by:
analyzeToken in class AbstractDocumentAnalyzer

endRegion

public void endRegion(Region region)
Specified by:
endRegion in interface DocumentAnalyzerIF
Overrides:
endRegion in class AbstractDocumentAnalyzer


Copyright © 2000-2012 Ontopia.