Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 622 Bytes

spelling_correction.rst

File metadata and controls

22 lines (13 loc) · 622 Bytes

deeppavlov.models.spelling_correction

.. autoclass:: deeppavlov.models.spelling_correction.brillmoore.ErrorModel

    .. automethod:: __call__
    .. automethod:: fit
    .. automethod:: save
    .. automethod:: load

.. autoclass:: deeppavlov.models.spelling_correction.levenshtein.LevenshteinSearcherComponent

    .. automethod:: __call__


.. autoclass:: deeppavlov.models.spelling_correction.electors.top1_elector.TopOneElector

    .. automethod:: __call__

.. autoclass:: deeppavlov.models.spelling_correction.electors.kenlm_elector.KenlmElector

    .. automethod:: __call__