PKDDialogue.TurnSemanticAnalyzer.GetTopNMatchingTurns Function
Calculate cosine between this turn and all the turns in the collection. Return a list of turns. We are probably interested in the cosine value in each turns sortingValue field to test the correlation b/w the cosine and the judge's ratings

Public System.Collections.ArrayList GetTopNMatchingTurns (LSAModule.AbstractDocument, System.Collections.ArrayList, int)
  Type Name Description  
    LSAModule.AbstractDocument queryDocument    
    System.Collections.ArrayList orgTurns    
    int N    
  Return Description  
    System.Collections.ArrayList