Uses of Class
edu.cmu.cs.readweb.text.SpanItem

Packages that use SpanItem
edu.cmu.cs.readweb.text   
 

Uses of SpanItem in edu.cmu.cs.readweb.text
 

Methods in edu.cmu.cs.readweb.text that return SpanItem
 SpanItem DocumentItem.getSpan(int pos, int direction)
          get the first word and its location in the direction of document position.
 

Methods in edu.cmu.cs.readweb.text with parameters of type SpanItem
 void PatternItem.setPatternLeft(SpanItem lSpan)
           
 void PatternItem.setPatternRight(SpanItem rSpan)