Package | Description |
---|---|
ever.generic | |
ever.pipeline | |
ever.simpleCooking |
Modifier and Type | Class and Description |
---|---|
class |
CaseLoader
This Analyzer should be used as one of the first because a lot of other analyzer need the case frames
|
class |
LocalDirectObjectStartAnalyzer
This analyzer looks for case frames which contain an active verb and an direct object.
|
class |
LocalPrepTaskGenerator
This analyzer looks for active verbs and objects which are linked with a prepostion.
|
class |
LocalProductSplitter
This Analyzer takes the raw string of an ingredient which was extracted by sundance and it splits ingredients lists in single ingredient.
|
class |
LocalSequenceTaskDuplicateRemover
It is possible that different analyzers create the same task multiple times.
|
class |
ProductXor
This analyzer looks for occurences of products which are seperated by an "or".
|
class |
VerbAtBeginning
This class extracts tasks which look like cook for...
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractGlobalInputAnalyzer
Abstract class for Analyzer which analyze the input, ether text or case frames of a set of cases
|
class |
AbstractGlobalWorkflowAnalyzer
Abstract class for Analyzers which analyze the workflow structure of a set of cases
|
class |
AbstractLocalInputAnalyzer
Abstract class for analyzers which process the input or case frame files one by one
|
class |
AbstractLocalWorkflowAnalyzer
Abstract class for analyzer which process workflow structures one by one.
|
Modifier and Type | Method and Description |
---|---|
void |
Pipeline.addAnalyzer(Analyzer ana)
This methods just adds an analyzer to the pipeline list
|
Modifier and Type | Method and Description |
---|---|
void |
Pipeline.iterateOverGroup(java.util.ArrayList<Analyzer> group)
Iterates over a group of analyzer and pushes the cases from one analyzer to the next one
|
Constructor and Description |
---|
LocalGroupHandler(java.util.ArrayList<Analyzer> al,
Case c) |
Modifier and Type | Class and Description |
---|---|
class |
IndirectArticleCleaner
This class searches for products with an indirect article.
|
class |
LocalAndDetector
This class applies several pattern to extract a parallel control-flow
|
class |
LocalPrepAndAtTheBeginning
This analyzer searches for cases where two verbs at the beginning of sentence are seperated by an "and".
|
class |
LocalXorDetector
This class applies several pattern to extract a disjunctiv control-flow
|
class |
ProductListExtractor
This analyzer extract the product/ingredient list from a textual process description
|