|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectucot.heuristic.AbbottsHeuristic
public class AbbottsHeuristic
Abbotts Heuristic is a way to etsimated which parts of the speech are relevant and in which way when doing object analyze.
Field Summary | |
---|---|
private java.util.logging.Logger |
logger
|
private java.util.Properties |
options
|
Constructor Summary | |
---|---|
AbbottsHeuristic()
|
Method Summary | |
---|---|
void |
doHeuristic(ParsedData data,
AnalyzeModel model)
Performs heuristic on given ParsedData object returns |
java.lang.String |
getName()
Returns adapter's name |
java.util.Properties |
getOptions()
Returns adapter's options |
void |
setOptions(java.util.Properties options)
Sets options for the adapter |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private java.util.Properties options
private java.util.logging.Logger logger
Constructor Detail |
---|
public AbbottsHeuristic()
Method Detail |
---|
public void doHeuristic(ParsedData data, AnalyzeModel model) throws java.lang.Exception
HeuristicInterface
doHeuristic
in interface HeuristicInterface
data
- Parsed usecase for the heuristicmodel
- analyze model where parseddata is added to
java.lang.Exception
HeuristicInterface.doHeuristic(ucot.parser.ParsedData, ucot.model.AnalyzeModel)
public java.lang.String getName()
HeuristicInterface
getName
in interface HeuristicInterface
public java.lang.String toString()
toString
in class java.lang.Object
public void setOptions(java.util.Properties options)
HeuristicInterface
setOptions
in interface HeuristicInterface
options
- options for the adapterpublic java.util.Properties getOptions()
HeuristicInterface
getOptions
in interface HeuristicInterface
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |