Generate names for anything using uncommon dictionary words.
wordish1 = Of or pertaining to words; verbal; wordy.
wordish.name is a website intended to help in coming up with a name for a project, product, object or anything else.
The cocept was inspired by the many popular services that use simple words as their name such as Discord, Twitter, Twitch, etc.
The website takes as input a few words or group of words sepparated by commas and returns a list of relevant uncommon words. From here it is easy to scroll through the results and analyze each word in order to find a suitable name.
By using actual words from the dictionery the names will not only be easy to pronounce, but could also cary some meaning about the project it is used for.
Word searches are made using the Datamuse API, a really powerfull word-finding query engine. By combining the keywords in different ways it is possible to get a large list of relevant words. These are then filtered based on how common they are using data from Google Books Ngrams (also provided by the api). The final words are sorted based on relavance, length and ease of pronounciation and displayed alongside their definitions, pronounciations and usefull tools to check how good of a name it would be.
The sorting algorithm currenty uses the following equation to calculate a score for each word:
appearences(A) - 0.2*length(A)
In the future this will also include ease of pronounciation and frequency (how common it is)
This project is open source and available under the GPL-2.0 License.