ch.uzh.ifi.attempto.base
Interface AbstractOption
- All Known Implementing Classes:
- CPAbstractOption, SimpleAbstractOption
public interface AbstractOption
This class represents an option (in an abstract way) how a partial sentence can be continued.
Such an abstract option must at least have a category name.
- Author:
- Tobias Kuhn
- See Also:
NextTokenOptions
,
ConcreteOption
Method Summary |
java.lang.String |
getCategoryName()
Returns the name of the category that represents possible next tokens. |
getCategoryName
java.lang.String getCategoryName()
- Returns the name of the category that represents possible next tokens.
- Returns:
- The category name.
Copyright 2008-2012, AceWiki developers