|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pandora.knowledge.Bootstrap
public class Bootstrap
Populates the basic bootstrap xml files for reseting/initializing a memory. Through running the main method the xml files will be created. Allows the bootstrap networks to be built through instead of xml.
Constructor Summary | |
---|---|
Bootstrap()
|
Method Summary | |
---|---|
void |
bootstrapMemory(Memory memory)
Initialize the memory with the basic bootstrap networks. |
void |
bootstrapNetwork(Network network)
Defines a generic network for classifying things. |
void |
bootstrapSystem(Pandora pandora)
Initialize Pandora with the bootstrap xml networks. |
Vertex |
createArticle(java.lang.String text,
Vertex meaning,
Network network)
Create the article with the meaning. |
Vertex |
createNoun(java.lang.String text,
Vertex meaning,
Network network)
Create the noun with the meaning. |
Vertex |
createNounVerbAdjectiveState(Network network)
Define a basic language understanding state machine. |
Vertex |
createPlusState(Network network)
|
Vertex |
createPronoun(java.lang.String text,
Vertex meaning,
Network network)
Create the pronoun with the meaning. |
Vertex |
createPunctuation(java.lang.String text,
Vertex meaning,
Network network)
Create the punctuation with the meaning. |
Vertex |
createQuestion(java.lang.String text,
Primitive primitive,
Network network)
Create the question word and meaning. |
Vertex |
createSelfState(Network network)
Define place holder for Self programmed state machine. |
Vertex |
createVerb(java.lang.String text,
Vertex meaning,
Network network)
Create the verb with the meaning. |
Vertex |
createWord(java.lang.String text,
Vertex meaning,
Network network)
Create the word with the meaning. |
void |
deleteDeadInstances()
Delete any instances with a single connect. |
void |
englishNetwork(Network network)
Defines some key basic English words (to avoid re-learning each bootstrap). |
void |
languageNetwork(Network network)
Defines the basic concepts required for text/language processing. |
static void |
main(java.lang.String[] args)
|
void |
mathNetwork(Network network)
Defines some key basic math vertices. |
void |
rebootstrapAll()
Reset all databases. |
void |
rebootstrapMemory(Memory memory)
Re-initialize the language state machines. |
void |
stateMachineNetwork(Network network)
Defines some basic states. |
void |
writeBootstrapXML()
Populates the basic bootstrap xml files for reseting/initializing a memory. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Bootstrap()
Method Detail |
---|
public static void main(java.lang.String[] args)
public void bootstrapSystem(Pandora pandora)
public void bootstrapMemory(Memory memory)
public void rebootstrapAll()
public void deleteDeadInstances()
public void rebootstrapMemory(Memory memory)
public void writeBootstrapXML()
public void bootstrapNetwork(Network network)
public void stateMachineNetwork(Network network)
public Vertex createSelfState(Network network)
public Vertex createNounVerbAdjectiveState(Network network)
public Vertex createPlusState(Network network)
public void languageNetwork(Network network)
public void englishNetwork(Network network)
public void mathNetwork(Network network)
public Vertex createQuestion(java.lang.String text, Primitive primitive, Network network)
public Vertex createNoun(java.lang.String text, Vertex meaning, Network network)
public Vertex createVerb(java.lang.String text, Vertex meaning, Network network)
public Vertex createPronoun(java.lang.String text, Vertex meaning, Network network)
public Vertex createArticle(java.lang.String text, Vertex meaning, Network network)
public Vertex createPunctuation(java.lang.String text, Vertex meaning, Network network)
public Vertex createWord(java.lang.String text, Vertex meaning, Network network)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |