uk.ac.soton.harvester
Class DoDate

java.lang.Object
  |
  +--uk.ac.soton.harvester.DoDate

public class DoDate
extends java.lang.Object
implements AttributeMarker

doDate recognises the occurence of the year of publication. It is expected to either be just after the authors and before the article or journal name, or near (at) the end of the citation. It may be in parentheses or followed by a full stop. It may also have a lowercase letter appended to it to distinguish between similarly authored citations.


Constructor Summary
DoDate()
           
 
Method Summary
 int markAttribute(DeciterState ds, int i)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DoDate

public DoDate()
Method Detail

markAttribute

public int markAttribute(DeciterState ds,
                         int i)
Specified by:
markAttribute in interface AttributeMarker
Tags copied from interface: AttributeMarker
Parameters:
ds - the deciter state object containing the current line and all the marker values
i - the offset in the citation line to start searching from
Returns:
the offset at which the next search should start