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