function _getSuggestions( text_num, word_num ) {
    this.controlWin.clearSuggestions();
    // add suggestion in list for each suggested word.
    // get the array of suggested words out of the
    // three-dimensional array containing all suggestions.