phraseLocationElement Struct Reference
[Search Applications]

#include <_SuffixArraySearchApplicationBase.h>


Data Fields

unsigned char posStartInSrcSent
unsigned char posEndInSrcSent
TextLenType sentIdInCorpus
unsigned char posInSentInCorpus


Detailed Description

Used by findPhraseInASentence() to return the location of an embedded n-gram in the corpus <posStartInSrcSent, posEndInSrcSent> represents the embedded n-gram in the sentence <sentIdInCorpus, posInSentInCorpus> represents the location in the corpus

Definition at line 22 of file _SuffixArraySearchApplicationBase.h.


Field Documentation

unsigned char phraseLocationElement::posStartInSrcSent

Definition at line 24 of file _SuffixArraySearchApplicationBase.h.

Referenced by C_SuffixArraySearchApplicationBase::findPhrasesInASentence().

unsigned char phraseLocationElement::posEndInSrcSent

Definition at line 25 of file _SuffixArraySearchApplicationBase.h.

Referenced by C_SuffixArraySearchApplicationBase::findPhrasesInASentence().

TextLenType phraseLocationElement::sentIdInCorpus

Definition at line 26 of file _SuffixArraySearchApplicationBase.h.

Referenced by C_SuffixArraySearchApplicationBase::findPhrasesInASentence().

unsigned char phraseLocationElement::posInSentInCorpus

Definition at line 27 of file _SuffixArraySearchApplicationBase.h.

Referenced by C_SuffixArraySearchApplicationBase::findPhrasesInASentence().


The documentation for this struct was generated from the following file:
Generated on Fri Jul 6 23:11:23 2007 for SALM by  doxygen 1.5.1