uk.ac.gla.dcs.renaissance.mg4j.documents
Interface MarkedUpDocument

All Known Implementing Classes:
TRECDocumentFactory.TRECSegmentedDocument

public interface MarkedUpDocument

Marked up documents should provide a set of tag pointers

Author:
Ingo Frommholz

Method Summary
 Iterator<TagPointer> tags(int field)
          Returns the tag pointers for the given field as an iterator.
 

Method Detail

tags

Iterator<TagPointer> tags(int field)
Returns the tag pointers for the given field as an iterator. Should return null if the field doesn't have any markup.

Parameters:
field - the field
Returns:
iterator over tag pointers


Copyright © 2011. All Rights Reserved.