>>> from sufix import sufix >>> sufix('Aquesta terra és la nostra terra', 'ra') ['nostra', 'terra'] >>> sufix('But they sent me away to teach me how to be sensible logical responsible practical and they showed me a world where I could be so dependable clinical intellectual cynical', 'al') ['clinical', 'cynical', 'intellectual', 'logical', 'practical'] >>> sufix('But they sent me away to teach me how to be sensible logical responsible practical and they showed me a world where I could be so dependable clinical intellectual cynical', 'ble') ['dependable', 'responsible', 'sensible'] >>> sufix('Una gran gentada fugia de la ventada mentre sota la teulada sortia una nova fornada de pa i un nen prenia la sopa cullerada a cullerada', 'ada') ['cullerada', 'fornada', 'gentada', 'teulada', 'ventada']