org.cdlib.xtf.textEngine
Class XtfChunk

Object
  extended by Chunk
      extended by XtfChunk

 class XtfChunk
extends Chunk

Keeps track of the tokens for a chunk, plus node and word offsets


Field Summary
(package private)  int[] nodeNumbers
           
(package private)  String sectionType
           
(package private)  int startNodeNumber
           
(package private)  int startWordOffset
           
(package private)  int[] wordOffsets
           
 
Fields inherited from class Chunk
chunkNum, maxWordPos, minWordPos, source, text, tokens
 
Constructor Summary
XtfChunk(ChunkSource source, int chunkNum)
           
 
Method Summary
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

startNodeNumber

int startNodeNumber

startWordOffset

int startWordOffset

sectionType

String sectionType

nodeNumbers

int[] nodeNumbers

wordOffsets

int[] wordOffsets
Constructor Detail

XtfChunk

XtfChunk(ChunkSource source,
         int chunkNum)