|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DynamicLexicon
This interface represents a dynamic lexicon that can be used by the chart parser.
| Method Summary | |
|---|---|
java.util.Collection<LexicalRule> |
getLexRules(AbstractOption option)
This method should return the lexical rules for the given abstract option. |
java.util.Collection<LexicalRule> |
getLexRules(java.lang.String word)
This method should return the lexical rules with the given word (terminal category). |
| Method Detail |
|---|
java.util.Collection<LexicalRule> getLexRules(AbstractOption option)
option - The abstract option.
java.util.Collection<LexicalRule> getLexRules(java.lang.String word)
word - The word.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||