Terrier IR Platform
2.2.1

Uses of Class
uk.ac.gla.terrier.utility.TagSet

Packages that use TagSet
uk.ac.gla.terrier.indexing Provides classes and interfaces related to the indexing of documents. 
 

Uses of TagSet in uk.ac.gla.terrier.indexing
 

Methods in uk.ac.gla.terrier.indexing with parameters of type TagSet
 Document TRECCollection.getDocument(TagSet _tags, TagSet _exact, TagSet _fields)
          A TREC-specific getDocument method, that allows the tags to be specified for each document.
 Document TRECUTFCollection.getDocument(TagSet _tags, TagSet _exact, TagSet _fields)
          A TREC-specific getDocument method, that allows the tags to be specified for each document.
 

Constructors in uk.ac.gla.terrier.indexing with parameters of type TagSet
TRECDocument(java.io.Reader docReader, java.util.Map docProperties, TagSet _tags, TagSet _exact, TagSet _fields)
          Constructs an instance of the class from the given reader object.
TRECFullTokenizer(TagSet _tagSet, TagSet _exactSet)
          Constructs an instance of the TRECFullTokenizer with non-default tags.
TRECFullTokenizer(TagSet _ts, TagSet _exactSet, java.io.BufferedReader br)
          Constructs an instance of the TRECFullTokenizer with non-default tags and a given buffered reader.
TRECFullUTFTokenizer(TagSet _tagSet, TagSet _exactSet)
           
TRECFullUTFTokenizer(TagSet _ts, TagSet _exactSet, java.io.BufferedReader br)
           
 


Terrier IR Platform
2.2.1

Terrier Information Retrieval Platform 2.2.1. Copyright 2004-2008 University of Glasgow