com.googlecode.jweb1t
Class JWeb1TIndexer

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

public class JWeb1TIndexer
extends Object

Provides a method to create the indexes to access the web1t corpus.

Author:
zesch, Mateusz Parzonka

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

Constructor Detail

JWeb1TIndexer

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

create

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

Throws:
Exception
IOException


Copyright © 2012. All Rights Reserved.