public class LexiconExamples
extends java.lang.Object
| Constructor and Description |
|---|
LexiconExamples() |
| Modifier and Type | Method and Description |
|---|---|
static Lexicon |
buildNameLexicon()
A lexicon of names that complements the 'wumpus lexicon' above.
|
static Lexicon |
buildTrivialLexicon()
A more restraining lexicon for simple testing and demonstration.
|
static Lexicon |
buildWumpusLex()
Builds an expanded version of the 'wumpus lexicon' found on page 891 of AIMA V3
|
public static Lexicon buildWumpusLex()
public static Lexicon buildNameLexicon()
public static Lexicon buildTrivialLexicon()