namebot.techniques_language module

Techniques for various languages.

namebot.techniques_language.lookup_latin_word(word)[source]

Search the latin word list for any matches for the given word.

Args:
word (str) - The word to search for
Returns:
results (list) - A nested list with each matching definition(s) group.
namebot.techniques_language.lookup_latin_words(words)[source]

Look up the matching latin definitions for a list of words.

Args:
words (list): A list of words.
Returns:
results (list): The updated list.