Uses of Class
gate.creole.annic.lucene.LuceneSearchThread.PatternResult

Packages that use LuceneSearchThread.PatternResult
gate.creole.annic.lucene   
 

Uses of LuceneSearchThread.PatternResult in gate.creole.annic.lucene
 

Methods in gate.creole.annic.lucene that return LuceneSearchThread.PatternResult
private  LuceneSearchThread.PatternResult LuceneSearchThread.getPatternResult(List<Token> subTokens, String annotationSetName, int patLen, int qType, int patWindow, String query, String baseTokenAnnotationType, int numberOfResultsToFetch)
          this method takes the tokenStream as a text, the first term positions, pattern length, queryType and patternWindow and returns the GateAnnotations as an array for each pattern with left and right context
private  LuceneSearchThread.PatternResult LuceneSearchThread.getPatternResult(List<Token> subTokens, String annotationSetName, int patLen, int patWindow, String query, String baseTokenAnnotationType, int noOfResultsToFetch)
          This method returns the valid patterns back and the respective GateAnnotations