Find the most granular words from list of words.
Example:
Input : ['athens', 'greece', 'athensgreece', 'felix', 'felixathensgreece', 'greeceathens']
Output: ['athens', 'greece', 'felix']