public class ApplyPatternsMulti extends Object implements Callable<Pair<TwoDimensionalCounter<Pair<String,String>,SurfacePattern>,CollectionValuedMap<SurfacePattern,Triple<String,Integer,Integer>>>>
| Constructor and Description |
|---|
ApplyPatternsMulti(Map<String,List<CoreLabel>> sents,
List<String> sentids,
Map<TokenSequencePattern,SurfacePattern> patterns,
String label,
boolean removeStopWordsFromSelectedPhrases,
boolean removePhrasesWithStopWords,
ConstantsAndVariables cv) |
| Modifier and Type | Method and Description |
|---|---|
Pair<TwoDimensionalCounter<Pair<String,String>,SurfacePattern>,CollectionValuedMap<SurfacePattern,Triple<String,Integer,Integer>>> |
call() |
public ApplyPatternsMulti(Map<String,List<CoreLabel>> sents, List<String> sentids, Map<TokenSequencePattern,SurfacePattern> patterns, String label, boolean removeStopWordsFromSelectedPhrases, boolean removePhrasesWithStopWords, ConstantsAndVariables cv)
public Pair<TwoDimensionalCounter<Pair<String,String>,SurfacePattern>,CollectionValuedMap<SurfacePattern,Triple<String,Integer,Integer>>> call() throws Exception
call in interface Callable<Pair<TwoDimensionalCounter<Pair<String,String>,SurfacePattern>,CollectionValuedMap<SurfacePattern,Triple<String,Integer,Integer>>>>Exception