Uses of Class
org.terrier.utility.TagSet

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

Uses of TagSet in org.terrier.indexing
 

Fields in org.terrier.indexing declared as TagSet
protected  TagSet TaggedDocument._exact
          The tags to process exactly.
protected  TagSet TaggedDocument._fields
          The tags to consider as fields.
protected  TagSet TaggedDocument._tags
          The tags to process or skip.
protected  TagSet TRECFullTokenizer.exactTagSet
          The set of exact tags.
protected  TagSet TRECFullTokenizer.tagSet
          The tag set to use.
 

Methods in org.terrier.indexing with parameters of type TagSet
 Document TRECCollection.getDocument(TagSet _tags, TagSet _exact, TagSet _fields)
          Deprecated. 
 

Constructors in org.terrier.indexing with parameters of type TagSet
TRECFullTokenizer(TagSet _tagSet, TagSet _exactSet)
          Constructs an instance of the TRECFullTokenizer with non-default tags.
TRECFullTokenizer(TagSet _ts, TagSet _exactSet, BufferedReader _br)
          Constructs an instance of the TRECFullTokenizer with non-default tags and a given buffered reader.
TRECFullUTFTokenizer(TagSet _tagSet, TagSet _exactSet)
          Deprecated. Constructs an instance of the TRECFullUTFTokenizer.
TRECFullUTFTokenizer(TagSet _ts, TagSet _exactSet, BufferedReader br)
          Deprecated. Constructs an instance of the TRECFullUTFTokenizer.
 



Terrier 3.6. Copyright © 2004-2011 University of Glasgow