001package org.maltparser.parser.history; 002 003 004/** 005* 006* @author Johan Hall 007**/ 008public interface GuideHistory { 009// public GuideDecision getEmptyGuideDecision() throws MaltChainedException; // During classification time 010// public int getNumberOfDecisions(); 011// public TableHandler getTableHandler(String name); 012// public void setKBestListClass(Class<?> kBestListClass) throws MaltChainedException; 013// public Class<?> getKBestListClass(); 014// public int getKBestSize(); 015// public void setKBestSize(int kBestSize); 016// public void setSeparator(String separator) throws MaltChainedException; 017}