com.raritantechnologies.concept.keywordAnalyzer
Class KeywordAnalyzer

java.lang.Object
  extended bycom.raritantechnologies.concept.keywordAnalyzer.KeywordAnalyzer

public class KeywordAnalyzer
extends java.lang.Object


Constructor Summary
KeywordAnalyzer(double lowRange, double highRange)
           
KeywordAnalyzer(double lowRange, double highRange, boolean shouldCluster)
           
 
Method Summary
 void addKeyword(WordCount wordCount, java.util.Map docsMap)
           
 java.util.Map getDocuments()
           
 java.util.Map getKeywords()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeywordAnalyzer

public KeywordAnalyzer(double lowRange,
                       double highRange)

KeywordAnalyzer

public KeywordAnalyzer(double lowRange,
                       double highRange,
                       boolean shouldCluster)
Method Detail

addKeyword

public void addKeyword(WordCount wordCount,
                       java.util.Map docsMap)

getKeywords

public java.util.Map getKeywords()

getDocuments

public java.util.Map getDocuments()