If a string doesn't have a matching phrase, then it fails with an `Enum.EmptyError` ``` Sentient.analyze(" ") Sentient.analyze("abcd") ```
If a string doesn't have a matching phrase, then it fails with an
Enum.EmptyError