MaltParser 1.0.3

org.maltparser.parser.guide.classtable
Class AllCombinedClassTable

java.lang.Object
  extended by org.maltparser.parser.guide.classtable.ClassTable
      extended by org.maltparser.parser.guide.classtable.AllCombinedClassTable

public class AllCombinedClassTable
extends ClassTable

Since:
1.0
Author:
Johan Hall

Field Summary
 
Fields inherited from class org.maltparser.parser.guide.classtable.ClassTable
currentClassCode, currentClassString, kBestList, parserAction
 
Constructor Summary
AllCombinedClassTable(SymbolTableHandler symbolTables, String tableName, ParserAction parserAction, Character separator, int kbest)
           
 
Method Summary
 Character getSeparator()
           
 String getTableName()
           
 void setValue(Integer value)
           
 void setValue(String value)
           
 boolean updateClassCode()
           
 ParserAction updateParserActionWithFirstKBest()
           
 ParserAction updateParserActionWithNextKBest()
           
 
Methods inherited from class org.maltparser.parser.guide.classtable.ClassTable
getCurrentClassCode, getCurrentClassString, getEmptyKBestList, getParserAction, setCurrentClassCode, setCurrentClassString, setParserAction
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AllCombinedClassTable

public AllCombinedClassTable(SymbolTableHandler symbolTables,
                             String tableName,
                             ParserAction parserAction,
                             Character separator,
                             int kbest)
                      throws MaltChainedException
Throws:
MaltChainedException
Method Detail

updateClassCode

public boolean updateClassCode()
                        throws MaltChainedException
Specified by:
updateClassCode in class ClassTable
Throws:
MaltChainedException

updateParserActionWithFirstKBest

public ParserAction updateParserActionWithFirstKBest()
                                              throws MaltChainedException
Specified by:
updateParserActionWithFirstKBest in class ClassTable
Throws:
MaltChainedException

updateParserActionWithNextKBest

public ParserAction updateParserActionWithNextKBest()
                                             throws MaltChainedException
Specified by:
updateParserActionWithNextKBest in class ClassTable
Throws:
MaltChainedException

setValue

public void setValue(Integer value)
              throws MaltChainedException
Specified by:
setValue in class ClassTable
Throws:
MaltChainedException

setValue

public void setValue(String value)
              throws MaltChainedException
Specified by:
setValue in class ClassTable
Throws:
MaltChainedException

getTableName

public String getTableName()
Specified by:
getTableName in class ClassTable

getSeparator

public Character getSeparator()

MaltParser 1.0.3

Copyright 2007 Johan Hall, Jens Nilsson and Joakim Nivre.