tooluniverse.tools.MedicalTermNormalizer module¶

MedicalTermNormalizer

Identifies and corrects misspelled drug or disease names, returning a list of plausible standardi…

tooluniverse.tools.MedicalTermNormalizer.MedicalTermNormalizer(raw_terms, *, stream_callback=None, use_cache=False, validate=True)[source]¶

Identifies and corrects misspelled drug or disease names, returning a list of plausible standardi…

Parameters:
  • raw_terms (str) – A comma- or whitespace-separated string containing one misspelled drug or dis…

  • stream_callback (Callable, optional) – Callback for streaming output

  • use_cache (bool, default False) – Enable caching

  • validate (bool, default True) – Validate parameters

Return type:

Any