org.terrier.indexing
Class TRECUTFCollection

java.lang.Object
  extended by org.terrier.indexing.TRECCollection
      extended by org.terrier.indexing.TRECUTFCollection
All Implemented Interfaces:
java.io.Closeable, Collection, DocumentExtractor

Deprecated.

@Deprecated
public class TRECUTFCollection
extends TRECCollection

Since:
1.1.0
Author:
Craig Macdonald
See Also:
TRECCollection

Field Summary
 
Fields inherited from class org.terrier.indexing.TRECCollection
br, currentFilename, desiredEncoding, DocIDBlacklist, docnotag, DocProperties, documentClass, documentCounter, documentsInThisFile, end_docnoTag, end_docnoTagLength, end_docTag, end_docTagLength, endOfCollection, endPropertyTags, FileNumber, FilesToProcess, ignoreProperties, logger, propertyTagLengths, SkipFile, start_docnoTag, start_docnoTagLength, start_docTag, start_docTagLength, startPropertyTags, tags_CaseSensitive, ThisDocID, tokeniser
 
Constructor Summary
TRECUTFCollection()
          Deprecated. Instantiate a new TRECUTFCollection.
TRECUTFCollection(java.io.InputStream input)
          Deprecated. Instantiate a new TRECUTFCollection.
TRECUTFCollection(java.lang.String CollectionSpecFilename, java.lang.String TagSet, java.lang.String BlacklistSpecFilename, java.lang.String docPointersFilename)
          Deprecated. Instantiate a new TRECUTFCollection.
 
Method Summary
 
Methods inherited from class org.terrier.indexing.TRECCollection
afterPropertyTags, close, endOfCollection, getDocid, getDocument, getDocument, getDocumentString, getTag, hasNext, loadDocumentClass, next, nextDocument, openNextFile, readCollectionSpec, readDocumentBlacklist, remove, reset, setTags
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TRECUTFCollection

public TRECUTFCollection()
Deprecated. 
Instantiate a new TRECUTFCollection. Calls parent default constructor of TRECCollection


TRECUTFCollection

public TRECUTFCollection(java.io.InputStream input)
Deprecated. 
Instantiate a new TRECUTFCollection. Calls parent with inputstream constructor of TRECCollection.


TRECUTFCollection

public TRECUTFCollection(java.lang.String CollectionSpecFilename,
                         java.lang.String TagSet,
                         java.lang.String BlacklistSpecFilename,
                         java.lang.String docPointersFilename)
Deprecated. 
Instantiate a new TRECUTFCollection. Calls parent 4 String constructor of TRECCollection



Terrier 3.5. Copyright © 2004-2011 University of Glasgow