请教一个问题
ESR_ReturnCode(* SR_SemanticGraph::addWordToSlot)(struct SR_SemanticGraph_t *self, const LCHAR *slot, const LCHAR *word, const LCHAR *tag, const ESR_BOOL maybeMultiMeaning)  Adds a word to the semantic graph at the specified slot. Tag may be defined or NULL.
Parameters:
 self  SR_SemanticGraph handle  
 slot  Where to insert in graph (only ROOT supported right now)  
 word  Word to add.  
 word  Semantic Tag for the word.  
 maybeMultiMeaning  Indicates that we MAY be adding alternate multiple meanings a previously added word  
 (only ROOT supported right now)  <---这表示什么意思, 难道一般用户还用不了? 应如何正确使用这个函数?