aoptk.find_chemical =================== .. py:module:: aoptk.find_chemical Classes ------- .. autoapisummary:: aoptk.find_chemical.FindChemical Module Contents --------------- .. py:class:: FindChemical Bases: :py:obj:`abc.ABC` Interface for finding chemicals in text. .. py:method:: find_chemicals(sentence: str) -> list[aoptk.chemical.Chemical] :abstractmethod: Find chemicals in the given sentence.