com.googlecode.jweb1t
Class AggregatedCountsCreator

java.lang.Object
  extended by com.googlecode.jweb1t.AggregatedCountsCreator

public class AggregatedCountsCreator
extends Object

Class that sequentially scans all Web1T-format files in order to compute the aggregated counts.


Constructor Summary
AggregatedCountsCreator(File aBaseDir, String aNGramSize)
           
 
Method Summary
 long getAggregatedNGramCount()
           
 long getNrOfDifferentNGrams()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AggregatedCountsCreator

public AggregatedCountsCreator(File aBaseDir,
                               String aNGramSize)
                        throws IOException
Throws:
IOException
Method Detail

getAggregatedNGramCount

public long getAggregatedNGramCount()

getNrOfDifferentNGrams

public long getNrOfDifferentNGrams()


Copyright © 2012. All Rights Reserved.