π’<SelectionInterface> Class Doc.
Key Usage Areas:
How to Use:
statement_1 = f"Found {len(homologous)} homologous."
statement_2 = "(Enter 'lemma' to create a new meaning or press Enter to move on.)"
formatted_nodes = [node._convert_header_to_compact_format() for node in homologous]
SelectInterface(formatted_nodes, self,
statement_1, statement_2,
'Lemma: ').cmdloop()
response = self._get_response()Last updated