LSAModule.Bigrams Class
A Hashtable of hashtables containing frequencies. Key (previous word, current word). <s> and </s> match the end of a sentence, <t> and </t> match the end of a turn.

Access: Public
Base Classes: Object
  Members Description  
    previousWordHash    
    numberTokens    
    Bigrams    
    Count Increment the count of a bigram

 
    Smooth Currently uses Witten-Bell smoothing

 
    GetProbablity A convenient way to access the hashtable for the values we are interested in