medcat.tokenizing.spacy_impl ============================ .. py:module:: medcat.tokenizing.spacy_impl Submodules ---------- .. toctree:: :maxdepth: 1 /autoapi/medcat/tokenizing/spacy_impl/tokenizers/index /autoapi/medcat/tokenizing/spacy_impl/tokens/index /autoapi/medcat/tokenizing/spacy_impl/utils/index Attributes ---------- .. autoapisummary:: medcat.tokenizing.spacy_impl._EXTRA_NAME Functions --------- .. autoapisummary:: medcat.tokenizing.spacy_impl.ensure_optional_extras_installed Package Contents ---------------- .. py:function:: ensure_optional_extras_installed(package_name, extra_name) Ensure that an optional dependency set is installed. :param package_name: The base package name. :type package_name: str :param extra_name: The name of the extra dependency. :type extra_name: str :raises MissingDependenciesError: If the extra dependency isn't provided. .. py:data:: _EXTRA_NAME :value: 'spacy'