Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
GRAAL-Research
GitHub Repository: GRAAL-Research/deepparse
Path: blob/main/docs/source/pre_processor.rst
871 views
.. _pre_processor_label:

.. role:: hidden
    :class: hidden-section


Pre-Processors
=================
Here are the available pre-processor in Deepparse. The first four are used as default settings when parsing
addresses.

.. autofunction:: deepparse.pre_processing.address_cleaner.coma_cleaning
.. autofunction:: deepparse.pre_processing.address_cleaner.lower_cleaning
.. autofunction:: deepparse.pre_processing.address_cleaner.trailing_whitespace_cleaning
.. autofunction:: deepparse.pre_processing.address_cleaner.double_whitespaces_cleaning
.. autofunction:: deepparse.pre_processing.address_cleaner.hyphen_cleaning