:orphan:

medkit.text.context
===================





APIs
----

For accessing these APIs, you may use import like this:

.. code-block:: python

    from medkit.text.context import <api_to_import>

.. automodule:: medkit.text.context
    :members:  FamilyDetector, FamilyDetectorRule, FamilyMetadata, HypothesisDetector, HypothesisDetectorRule, HypothesisRuleMetadata, HypothesisVerbMetadata, NegationDetector, NegationDetectorRule, NegationMetadata,
    :inherited-members: dict
    :autosummary:
    :autosummary-members:
    :autosummary-inherited-members: dict
    :autosummary-no-nesting:





Subpackages / Submodules
------------------------
.. autosummary::
   :toctree:
   :recursive:

   medkit.text.context.family_detector
   medkit.text.context.hypothesis_detector
   medkit.text.context.negation_detector

