de.aitools.aq.invertedindex.usage
Class InvertedFileCreation

java.lang.Object
  extended by de.aitools.aq.invertedindex.usage.InvertedFileCreation

public class InvertedFileCreation
extends java.lang.Object

This is example code how to write a pseudo-inverted file.

Version:
$Id: InvertedFileCreation.java,v 1.2 2010/10/15 15:30:11 trenkman Exp $
Author:
martin.trenkmann@uni-weimar.de

Constructor Summary
InvertedFileCreation()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvertedFileCreation

public InvertedFileCreation()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.io.FileNotFoundException,
                        Value.InvalidArgumentException
Throws:
java.io.FileNotFoundException
Value.InvalidArgumentException