File manager - Edit - /usr/local/lib/python3.9/dist-packages/pythainlp/spell/__init__.py
Back
# -*- coding: utf-8 -*- # SPDX-FileCopyrightText: 2016-2024 PyThaiNLP Project # SPDX-License-Identifier: Apache-2.0 """ Spell checking and correction. """ __all__ = [ "DEFAULT_SPELL_CHECKER", "correct", "spell", "NorvigSpellChecker", "spell_sent", "correct_sent", ] from pythainlp.spell.pn import NorvigSpellChecker DEFAULT_SPELL_CHECKER = NorvigSpellChecker() from pythainlp.spell.core import correct, spell, correct_sent, spell_sent
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.42 |
proxy
|
phpinfo
|
Settings