langtest.transform.utils.check_name#

check_name(word: str, name_lists: List[List[str]]) bool#

Checks if a word is in a list of list of strings

Parameters:
  • word (str) – string to look for

  • name_lists (List[List[str]]) – list of lists of potential candidates