:orphan:

medkit.text.preprocessing
=========================





APIs
----

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

.. code-block:: python

    from medkit.text.preprocessing import <api_to_import>

.. automodule:: medkit.text.preprocessing
    :members:  CharReplacer, DuplicateFinder, DuplicationAttribute, RegexpReplacer, EDSCleaner, ALL_CHAR_RULES, DOT_RULES, FRACTION_RULES, LIGATURE_RULES, QUOTATION_RULES, SIGN_RULES, SPACE_RULES,
    :inherited-members: dict
    :autosummary:
    :autosummary-members:
    :autosummary-inherited-members: dict
    :autosummary-no-nesting:





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

   medkit.text.preprocessing.char_replacer
   medkit.text.preprocessing.char_rules
   medkit.text.preprocessing.duplicate_finder
   medkit.text.preprocessing.eds_cleaner
   medkit.text.preprocessing.regexp_replacer

