#This must be import'able python code.

#Each must be a list of filenames to read in.
import glob
icame = glob.glob( 
    "/afs/ir/data/linguistic-data/Brown/ICAME-Brown1/brown1_[a].txt")
tagged = glob.glob(
    "/afs/ir/data/linguistic-data/Brown/Treebank3-Tagged-Brown/c[q-r]/*")
small = ["smallbrown"]

import inputclasses
FILENAMES = icame
INPUTCLASS = inputclasses.ICAMEInput
#FILENAMES = tagged
#INPUTCLASS = inputclasses.TreebankTaggedInput
