| 
 | MaltParser 1.4.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.maltparser.parser.ParserConfiguration
public abstract class ParserConfiguration
| Field Summary | |
|---|---|
| protected  HistoryNode | historyNode | 
| Constructor Summary | |
|---|---|
| ParserConfiguration()Creates a parser configuration | |
| Method Summary | |
|---|---|
| abstract  void | clear()Clears the parser configuration | 
| abstract  DependencyStructure | getDependencyGraph()Returns the dependency structure | 
|  HistoryNode | getHistoryNode() | 
| abstract  void | initialize(ParserConfiguration config)Initialize the parser configuration with the same state as the parameter config | 
| abstract  boolean | isTerminalState()Returns true if the parser configuration is in a terminal state, otherwise false. | 
| abstract  void | setDependencyGraph(DependencyStructure dependencyStructure)Sets the dependency structure | 
|  void | setHistoryNode(HistoryNode historyNode) | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
protected HistoryNode historyNode
| Constructor Detail | 
|---|
public ParserConfiguration()
| Method Detail | 
|---|
public HistoryNode getHistoryNode()
public void setHistoryNode(HistoryNode historyNode)
public abstract void setDependencyGraph(DependencyStructure dependencyStructure)
                                 throws MaltChainedException
dependencyStructure - a dependency structure
MaltChainedException
public abstract boolean isTerminalState()
                                 throws MaltChainedException
MaltChainedExceptionpublic abstract DependencyStructure getDependencyGraph()
public abstract void clear()
                    throws MaltChainedException
MaltChainedException
public abstract void initialize(ParserConfiguration config)
                         throws MaltChainedException
config - a parser configuration
MaltChainedException| 
 | MaltParser 1.4.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||