Exposes a function to find relevant emoji from text
Searches relevant emoji from the given text
text
search(String.t) :: {:ok, [String.t]} | {:error, any}
Emoj.search("I love chicken") {:ok, ["🐔", "🍗", "🐓", "🐥", "🐤", "🐣", "🍖", "😋", "😍", "👅"]}