if ((is_word(n2) and startswith_word(n3)) or
       (is_word(o2) and startswith_word(o3))):
        return True