aoptk.find_chemical

Classes

FindChemical

Interface for finding chemicals in text.

Module Contents

class aoptk.find_chemical.FindChemical[source]

Bases: abc.ABC

Interface for finding chemicals in text.

abstractmethod find_chemicals(sentence: str) list[aoptk.chemical.Chemical][source]

Find chemicals in the given sentence.