Provides the URI for a phrase scrape
Uri uriForPhraseScrape(String searchTerm) { return Uri.parse('https://jisho.org/word/${Uri.encodeComponent(searchTerm)}'); }