| # -*- coding: utf-8 -*- | |
| # SPDX-FileCopyrightText: 2016-2025 PyThaiNLP Project | |
| # SPDX-FileType: SOURCE | |
| # SPDX-License-Identifier: Apache-2.0 | |
| __all__ = ["remove_repeated_ngrams"] | |
| from pythainlp.lm.text_util import remove_repeated_ngrams | |
| # -*- coding: utf-8 -*- | |
| # SPDX-FileCopyrightText: 2016-2025 PyThaiNLP Project | |
| # SPDX-FileType: SOURCE | |
| # SPDX-License-Identifier: Apache-2.0 | |
| __all__ = ["remove_repeated_ngrams"] | |
| from pythainlp.lm.text_util import remove_repeated_ngrams | |