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