Package org.terrier.indexing
Class TRECUTFCollection
- java.lang.Object
-
- org.terrier.indexing.MultiDocumentFileCollection
-
- org.terrier.indexing.TRECCollection
-
- org.terrier.indexing.TRECUTFCollection
-
- All Implemented Interfaces:
java.io.Closeable
,java.lang.AutoCloseable
,Collection
@Deprecated public class TRECUTFCollection extends TRECCollection
Deprecated.- Since:
- 1.1.0
- Author:
- Craig Macdonald
- See Also:
TRECCollection
-
-
Field Summary
-
Fields inherited from class org.terrier.indexing.TRECCollection
br, DocIDBlacklist, docnotag, documentCounter, end_docnoTag, end_docnoTagLength, end_docTag, end_docTagLength, endPropertyTags, ignoreProperties, propertyTagLengths, propertyTags, start_docnoTag, start_docnoTagLength, start_docTag, start_docTagLength, startPropertyTags, tags_CaseSensitive, ThisDocID
-
Fields inherited from class org.terrier.indexing.MultiDocumentFileCollection
currentFilename, desiredEncoding, DocProperties, documentClass, documentsInThisFile, eoc, eof, FileNumber, FilesToProcess, forceUTF8, is, logger, SkipFile, tokeniser
-
-
Constructor Summary
Constructors Constructor Description 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, getDocument, getTag, hasNext, next, nextDocument, openNewFile, readDocumentBlacklist, reset, setTags
-
Methods inherited from class org.terrier.indexing.MultiDocumentFileCollection
checkEncoding, close, endOfCollection, extractCharset, loadDocumentClass, openNextFile
-
-
-
-
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
-
-