|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.ontopia.topicmaps.classify.AbstractDocumentAnalyzer net.ontopia.topicmaps.classify.RegionBooster
public class RegionBooster
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 |
---|
public RegionBooster()
Method Detail |
---|
public void addBoost(java.lang.String rname, double boost)
public void startRegion(Region region)
startRegion
in interface DocumentAnalyzerIF
startRegion
in class AbstractDocumentAnalyzer
public void analyzeToken(TextBlock parent, Token token, int index)
analyzeToken
in interface DocumentAnalyzerIF
analyzeToken
in class AbstractDocumentAnalyzer
public void endRegion(Region region)
endRegion
in interface DocumentAnalyzerIF
endRegion
in class AbstractDocumentAnalyzer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |