public List<DecompoundedWord> getSplits(String word) throws ResourceInitializationException {
   return splitter.split(word).getAllSplits();
 }