ipipan.spejd.readers
Class ReaderFactory

java.lang.Object
  extended by ipipan.spejd.readers.ReaderFactory

public class ReaderFactory
extends java.lang.Object


Field Summary
static int AUTO
           
static int CWB_OUT
           
static int PLAIN_TXT
           
static int UNKNOWN
           
static int XCES_ANA
           
 
Constructor Summary
ReaderFactory(Config conf)
           
 
Method Summary
 Reader getReader(java.io.File path, Config conf, Stempelator stemmer)
          Get the appropriate reader for this path.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UNKNOWN

public static final int UNKNOWN
See Also:
Constant Field Values

AUTO

public static final int AUTO
See Also:
Constant Field Values

PLAIN_TXT

public static final int PLAIN_TXT
See Also:
Constant Field Values

XCES_ANA

public static final int XCES_ANA
See Also:
Constant Field Values

CWB_OUT

public static final int CWB_OUT
See Also:
Constant Field Values
Constructor Detail

ReaderFactory

public ReaderFactory(Config conf)
Method Detail

getReader

public Reader getReader(java.io.File path,
                        Config conf,
                        Stempelator stemmer)
Get the appropriate reader for this path.