All Methods Static Methods Instance Methods Abstract Methods Concrete Methods
| Modifier and Type |
Method and Description |
abstract void |
addPatterns(Map<String,Map<Integer,Set<E>>> pats) |
abstract void |
addPatterns(String id,
Map<Integer,Set<E>> p) |
abstract void |
close() |
abstract void |
createIndexIfUsingDBAndNotExists() |
abstract Map<String,Map<Integer,Set<E>>> |
getPatternsForAllTokens(Collection<String> sampledSentIds) |
abstract Map<Integer,Set<E>> |
getPatternsForAllTokens(String sentId) |
static PatternsForEachToken |
getPatternsInstance(Properties props,
ConstantsAndVariables.PatternForEachTokenWay storePatsForEachToken) |
ConstantsAndVariables.PatternForEachTokenWay |
getStoreWay() |
abstract void |
load(String allPatternsDir) |
abstract boolean |
save(String dir) |
abstract void |
setupSearch() |
void |
updatePatterns(Map<String,Map<Integer,Set<E>>> tempPatsForSents) |