| # -*- coding: utf-8 -*- | |
| # SPDX-FileCopyrightText: 2016-2025 PyThaiNLP Project | |
| # SPDX-FileType: SOURCE | |
| # SPDX-License-Identifier: Apache-2.0 | |
| """ | |
| Thai Word Sense Disambiguation (WSD) | |
| """ | |
| __all__ = ["get_sense"] | |
| from pythainlp.wsd.core import get_sense | |
| # -*- coding: utf-8 -*- | |
| # SPDX-FileCopyrightText: 2016-2025 PyThaiNLP Project | |
| # SPDX-FileType: SOURCE | |
| # SPDX-License-Identifier: Apache-2.0 | |
| """ | |
| Thai Word Sense Disambiguation (WSD) | |
| """ | |
| __all__ = ["get_sense"] | |
| from pythainlp.wsd.core import get_sense | |