public class CreatePatterns<E> extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
CreatePatterns.CreatePatternsThread |
| Constructor and Description |
|---|
CreatePatterns(Properties props,
ConstantsAndVariables constVars) |
| Modifier and Type | Method and Description |
|---|---|
void |
getAllPatterns(Map<String,DataInstance> sents,
Properties props,
ConstantsAndVariables.PatternForEachTokenWay storePatsForEachTokenWay)
creates all patterns and saves them in the correct PatternsForEachToken* class appropriately
|
public CreatePatterns(Properties props, ConstantsAndVariables constVars) throws IOException
IOExceptionpublic void getAllPatterns(Map<String,DataInstance> sents, Properties props, ConstantsAndVariables.PatternForEachTokenWay storePatsForEachTokenWay)
sents - props - storePatsForEachTokenWay -