Find else add dictionary concept wordString to the KB dictionary hierarchy. Return the concept.
returnedWordConcept = dictgetword(wordString)
returnedWordConcept - type: con
wordString - type: str
The newly created word concept. If the word cannot be added, returns 0.
The dictionary is a specialized part of the KB hierarchy used to store and lookup words.
See addword.
addword, wordindex, wordpath, rmword, Knowledge Base Functions