// Word Index routines private void ProcessWordIndex() { _wordIndex = new WordIndex(_bible); _wordIndex.ProcessBible(); _wordIndex.Shrink(); }