|
||||||||||
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.DistanceAnalyzer
public class DistanceAnalyzer
INTERNAL:
Field Summary | |
---|---|
protected double |
high
|
protected int |
termCount
|
Fields inherited from class net.ontopia.topicmaps.classify.AbstractDocumentAnalyzer |
---|
iteration, iterations |
Constructor Summary | |
---|---|
DistanceAnalyzer()
|
Method Summary | |
---|---|
void |
analyzeToken(TextBlock parent,
Token token,
int index)
|
void |
endDocument(Document doc)
|
void |
startDocument(Document doc)
|
Methods inherited from class net.ontopia.topicmaps.classify.AbstractDocumentAnalyzer |
---|
doDocumentAnalysis, endAnalysis, endRegion, startAnalysis, startRegion |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected double high
protected int termCount
Constructor Detail |
---|
public DistanceAnalyzer()
Method Detail |
---|
public void startDocument(Document doc)
startDocument
in interface DocumentAnalyzerIF
startDocument
in class AbstractDocumentAnalyzer
public void endDocument(Document doc)
endDocument
in interface DocumentAnalyzerIF
endDocument
in class AbstractDocumentAnalyzer
public void analyzeToken(TextBlock parent, Token token, int index)
analyzeToken
in interface DocumentAnalyzerIF
analyzeToken
in class AbstractDocumentAnalyzer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |