com.googlecode.jweb1t
Class JWeb1TAggregator

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

public class JWeb1TAggregator
extends Object

Creates some aggregated counts that are not directly available in the data.


Field Summary
static String AGGREGATED_COUNTS_FILE
           
 
Constructor Summary
JWeb1TAggregator(String aNGramLocation, int aMaxNGramSize)
           
 
Method Summary
 void create()
          Run this method to create the counts.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AGGREGATED_COUNTS_FILE

public static final String AGGREGATED_COUNTS_FILE
See Also:
Constant Field Values
Constructor Detail

JWeb1TAggregator

public JWeb1TAggregator(String aNGramLocation,
                        int aMaxNGramSize)
                 throws IOException
Throws:
IOException
Method Detail

create

public void create()
            throws IOException
Run this method to create the counts.

Throws:
IOException


Copyright © 2012. All Rights Reserved.