Skip to content

Commit f375092

Browse files
committed
Change 2024 to 2025
Happy new year 2025!
1 parent b06dbee commit f375092

File tree

228 files changed

+229
-229
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

228 files changed

+229
-229
lines changed

Diff for: .github/workflows/pypi-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2016-2024 PyThaiNLP Project
1+
# SPDX-FileCopyrightText: 2016-2025 PyThaiNLP Project
22
# SPDX-License-Identifier: CC0-1.0
33

44
name: Build and publish to PyPI

Diff for: .github/workflows/pypi-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2016-2024 PyThaiNLP Project
1+
# SPDX-FileCopyrightText: 2016-2025 PyThaiNLP Project
22
# SPDX-License-Identifier: CC0-1.0
33

44
name: PyPI Unit test

Diff for: .github/workflows/unittest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2016-2024 PyThaiNLP Project
1+
# SPDX-FileCopyrightText: 2016-2025 PyThaiNLP Project
22
# SPDX-License-Identifier: CC0-1.0
33

44
name: Unit test

Diff for: Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2016-2024 PyThaiNLP Project
1+
# SPDX-FileCopyrightText: 2016-2025 PyThaiNLP Project
22
# SPDX-FileType: SOURCE
33
# SPDX-License-Identifier: Apache-2.0
44

Diff for: docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# SPDX-FileCopyrightText: 2016-2024 PyThaiNLP Project
2+
# SPDX-FileCopyrightText: 2016-2025 PyThaiNLP Project
33
# SPDX-FileType: SOURCE
44
# SPDX-License-Identifier: Apache-2.0
55
#
@@ -24,7 +24,7 @@
2424
# -- Project information -----------------------------------------------------
2525

2626
project = "PyThaiNLP"
27-
copyright = "2016-2024 PyThaiNLP Project"
27+
copyright = "2016-2025 PyThaiNLP Project"
2828
author = "PyThaiNLP Project"
2929

3030
curyear = datetime.today().year

Diff for: examples/khavee.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# SPDX-FileCopyrightText: 2016-2024 PyThaiNLP Project
2+
# SPDX-FileCopyrightText: 2016-2025 PyThaiNLP Project
33
# SPDX-FileType: SOURCE
44
# SPDX-License-Identifier: Apache-2.0
55
"""

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2016-2024 PyThaiNLP Project
1+
# SPDX-FileCopyrightText: 2016-2025 PyThaiNLP Project
22
# SPDX-FileType: SOURCE
33
# SPDX-License-Identifier: Apache-2.0
44

Diff for: pythainlp/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# SPDX-FileCopyrightText: 2016-2024 PyThaiNLP Project
2+
# SPDX-FileCopyrightText: 2016-2025 PyThaiNLP Project
33
# SPDX-FileType: SOURCE
44
# SPDX-License-Identifier: Apache-2.0
55
__version__ = "5.1.0-beta1"

Diff for: pythainlp/__main__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# SPDX-FileCopyrightText: 2016-2024 PyThaiNLP Project
2+
# SPDX-FileCopyrightText: 2016-2025 PyThaiNLP Project
33
# SPDX-FileType: SOURCE
44
# SPDX-License-Identifier: Apache-2.0
55
import argparse

Diff for: pythainlp/ancient/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# SPDX-FileCopyrightText: 2016-2024 PyThaiNLP Project
2+
# SPDX-FileCopyrightText: 2016-2025 PyThaiNLP Project
33
# SPDX-FileType: SOURCE
44
# SPDX-License-Identifier: Apache-2.0
55
"""

Diff for: pythainlp/ancient/aksonhan.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# SPDX-FileCopyrightText: 2016-2024 PyThaiNLP Project
2+
# SPDX-FileCopyrightText: 2016-2025 PyThaiNLP Project
33
# SPDX-FileType: SOURCE
44
# SPDX-License-Identifier: Apache-2.0
55

Diff for: pythainlp/augment/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# SPDX-FileCopyrightText: 2016-2024 PyThaiNLP Project
2+
# SPDX-FileCopyrightText: 2016-2025 PyThaiNLP Project
33
# SPDX-FileType: SOURCE
44
# SPDX-License-Identifier: Apache-2.0
55
"""

Diff for: pythainlp/augment/lm/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# SPDX-FileCopyrightText: 2016-2024 PyThaiNLP Project
2+
# SPDX-FileCopyrightText: 2016-2025 PyThaiNLP Project
33
# SPDX-FileType: SOURCE
44
# SPDX-License-Identifier: Apache-2.0
55
"""

Diff for: pythainlp/augment/lm/fasttext.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# SPDX-FileCopyrightText: 2016-2024 PyThaiNLP Project
2+
# SPDX-FileCopyrightText: 2016-2025 PyThaiNLP Project
33
# SPDX-FileType: SOURCE
44
# SPDX-License-Identifier: Apache-2.0
55
import itertools

Diff for: pythainlp/augment/lm/phayathaibert.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# SPDX-FileCopyrightText: 2016-2024 PyThaiNLP Project
2+
# SPDX-FileCopyrightText: 2016-2025 PyThaiNLP Project
33
# SPDX-FileType: SOURCE
44
# SPDX-License-Identifier: Apache-2.0
55

Diff for: pythainlp/augment/lm/wangchanberta.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# SPDX-FileCopyrightText: 2016-2024 PyThaiNLP Project
2+
# SPDX-FileCopyrightText: 2016-2025 PyThaiNLP Project
33
# SPDX-FileType: SOURCE
44
# SPDX-License-Identifier: Apache-2.0
55

Diff for: pythainlp/augment/word2vec/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# SPDX-FileCopyrightText: 2016-2024 PyThaiNLP Project
2+
# SPDX-FileCopyrightText: 2016-2025 PyThaiNLP Project
33
# SPDX-FileType: SOURCE
44
# SPDX-License-Identifier: Apache-2.0
55
"""

Diff for: pythainlp/augment/word2vec/bpemb_wv.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# SPDX-FileCopyrightText: 2016-2024 PyThaiNLP Project
2+
# SPDX-FileCopyrightText: 2016-2025 PyThaiNLP Project
33
# SPDX-FileType: SOURCE
44
# SPDX-License-Identifier: Apache-2.0
55
from typing import List, Tuple

Diff for: pythainlp/augment/word2vec/core.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# SPDX-FileCopyrightText: 2016-2024 PyThaiNLP Project
2+
# SPDX-FileCopyrightText: 2016-2025 PyThaiNLP Project
33
# SPDX-FileType: SOURCE
44
# SPDX-License-Identifier: Apache-2.0
55
import itertools

Diff for: pythainlp/augment/word2vec/ltw2v.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# SPDX-FileCopyrightText: 2016-2024 PyThaiNLP Project
2+
# SPDX-FileCopyrightText: 2016-2025 PyThaiNLP Project
33
# SPDX-FileType: SOURCE
44
# SPDX-License-Identifier: Apache-2.0
55
from typing import List, Tuple

Diff for: pythainlp/augment/word2vec/thai2fit.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# SPDX-FileCopyrightText: 2016-2024 PyThaiNLP Project
2+
# SPDX-FileCopyrightText: 2016-2025 PyThaiNLP Project
33
# SPDX-FileType: SOURCE
44
# SPDX-License-Identifier: Apache-2.0
55
from typing import List, Tuple

Diff for: pythainlp/augment/wordnet.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# SPDX-FileCopyrightText: 2016-2024 PyThaiNLP Project
2+
# SPDX-FileCopyrightText: 2016-2025 PyThaiNLP Project
33
# SPDX-FileType: SOURCE
44
# SPDX-License-Identifier: Apache-2.0
55
"""

Diff for: pythainlp/benchmarks/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# SPDX-FileCopyrightText: 2016-2024 PyThaiNLP Project
2+
# SPDX-FileCopyrightText: 2016-2025 PyThaiNLP Project
33
# SPDX-FileType: SOURCE
44
# SPDX-License-Identifier: Apache-2.0
55
"""

Diff for: pythainlp/benchmarks/word_tokenization.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# SPDX-FileCopyrightText: 2016-2024 PyThaiNLP Project
2+
# SPDX-FileCopyrightText: 2016-2025 PyThaiNLP Project
33
# SPDX-FileType: SOURCE
44
# SPDX-License-Identifier: Apache-2.0
55

Diff for: pythainlp/chat/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# SPDX-FileCopyrightText: 2016-2024 PyThaiNLP Project
2+
# SPDX-FileCopyrightText: 2016-2025 PyThaiNLP Project
33
# SPDX-FileType: SOURCE
44
# SPDX-License-Identifier: Apache-2.0
55
"""

Diff for: pythainlp/chat/core.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# SPDX-FileCopyrightText: 2016-2024 PyThaiNLP Project
2+
# SPDX-FileCopyrightText: 2016-2025 PyThaiNLP Project
33
# SPDX-FileType: SOURCE
44
# SPDX-License-Identifier: Apache-2.0
55
import torch

Diff for: pythainlp/classify/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# SPDX-FileCopyrightText: 2016-2024 PyThaiNLP Project
2+
# SPDX-FileCopyrightText: 2016-2025 PyThaiNLP Project
33
# SPDX-FileType: SOURCE
44
# SPDX-License-Identifier: Apache-2.0
55
"""

Diff for: pythainlp/classify/param_free.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# SPDX-FileCopyrightText: 2016-2024 PyThaiNLP Project
2+
# SPDX-FileCopyrightText: 2016-2025 PyThaiNLP Project
33
# SPDX-FileType: SOURCE
44
# SPDX-License-Identifier: Apache-2.0
55

Diff for: pythainlp/cli/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# SPDX-FileCopyrightText: 2016-2024 PyThaiNLP Project
2+
# SPDX-FileCopyrightText: 2016-2025 PyThaiNLP Project
33
# SPDX-FileType: SOURCE
44
# SPDX-License-Identifier: Apache-2.0
55
"""Command line helpers."""

Diff for: pythainlp/cli/benchmark.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22
# -*- coding: utf-8 -*-
3-
# SPDX-FileCopyrightText: 2016-2024 PyThaiNLP Project
3+
# SPDX-FileCopyrightText: 2016-2025 PyThaiNLP Project
44
# SPDX-FileType: SOURCE
55
# SPDX-License-Identifier: Apache-2.0
66

Diff for: pythainlp/cli/data.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# SPDX-FileCopyrightText: 2016-2024 PyThaiNLP Project
2+
# SPDX-FileCopyrightText: 2016-2025 PyThaiNLP Project
33
# SPDX-FileType: SOURCE
44
# SPDX-License-Identifier: Apache-2.0
55
"""

Diff for: pythainlp/cli/soundex.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# SPDX-FileCopyrightText: 2016-2024 PyThaiNLP Project
2+
# SPDX-FileCopyrightText: 2016-2025 PyThaiNLP Project
33
# SPDX-FileType: SOURCE
44
# SPDX-License-Identifier: Apache-2.0
55
"""

Diff for: pythainlp/cli/tag.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# SPDX-FileCopyrightText: 2016-2024 PyThaiNLP Project
2+
# SPDX-FileCopyrightText: 2016-2025 PyThaiNLP Project
33
# SPDX-FileType: SOURCE
44
# SPDX-License-Identifier: Apache-2.0
55
"""

Diff for: pythainlp/cli/tokenize.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# SPDX-FileCopyrightText: 2016-2024 PyThaiNLP Project
2+
# SPDX-FileCopyrightText: 2016-2025 PyThaiNLP Project
33
# SPDX-FileType: SOURCE
44
# SPDX-License-Identifier: Apache-2.0
55
"""

Diff for: pythainlp/cls/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# SPDX-FileCopyrightText: 2016-2024 PyThaiNLP Project
2+
# SPDX-FileCopyrightText: 2016-2025 PyThaiNLP Project
33
# SPDX-FileType: SOURCE
44
# SPDX-License-Identifier: Apache-2.0
55
"""

Diff for: pythainlp/coref/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# SPDX-FileCopyrightText: 2016-2024 PyThaiNLP Project
2+
# SPDX-FileCopyrightText: 2016-2025 PyThaiNLP Project
33
# SPDX-FileType: SOURCE
44
# SPDX-License-Identifier: Apache-2.0
55
"""

Diff for: pythainlp/coref/_fastcoref.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# SPDX-FileCopyrightText: 2016-2024 PyThaiNLP Project
2+
# SPDX-FileCopyrightText: 2016-2025 PyThaiNLP Project
33
# SPDX-FileType: SOURCE
44
# SPDX-License-Identifier: Apache-2.0
55
from typing import List

Diff for: pythainlp/coref/core.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# SPDX-FileCopyrightText: 2016-2024 PyThaiNLP Project
2+
# SPDX-FileCopyrightText: 2016-2025 PyThaiNLP Project
33
# SPDX-FileType: SOURCE
44
# SPDX-License-Identifier: Apache-2.0
55
from typing import List

Diff for: pythainlp/coref/han_coref.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# SPDX-FileCopyrightText: 2016-2024 PyThaiNLP Project
2+
# SPDX-FileCopyrightText: 2016-2025 PyThaiNLP Project
33
# SPDX-FileType: SOURCE
44
# SPDX-License-Identifier: Apache-2.0
55
import spacy

Diff for: pythainlp/corpus/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# SPDX-FileCopyrightText: 2016-2024 PyThaiNLP Project
2+
# SPDX-FileCopyrightText: 2016-2025 PyThaiNLP Project
33
# SPDX-FileType: SOURCE
44
# SPDX-License-Identifier: Apache-2.0
55
"""

Diff for: pythainlp/corpus/common.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# SPDX-FileCopyrightText: 2016-2024 PyThaiNLP Project
2+
# SPDX-FileCopyrightText: 2016-2025 PyThaiNLP Project
33
# SPDX-FileType: SOURCE
44
# SPDX-License-Identifier: Apache-2.0
55

Diff for: pythainlp/corpus/conceptnet.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# SPDX-FileCopyrightText: 2016-2024 PyThaiNLP Project
2+
# SPDX-FileCopyrightText: 2016-2025 PyThaiNLP Project
33
# SPDX-FileType: SOURCE
44
# SPDX-License-Identifier: Apache-2.0
55
"""

Diff for: pythainlp/corpus/core.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# SPDX-FileCopyrightText: 2016-2024 PyThaiNLP Project
2+
# SPDX-FileCopyrightText: 2016-2025 PyThaiNLP Project
33
# SPDX-FileType: SOURCE
44
# SPDX-License-Identifier: Apache-2.0
55
"""

Diff for: pythainlp/corpus/icu.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# SPDX-FileCopyrightText: 2016-2024 PyThaiNLP Project
2+
# SPDX-FileCopyrightText: 2016-2025 PyThaiNLP Project
33
# SPDX-FileType: SOURCE
44
# SPDX-License-Identifier: Apache-2.0
55
"""

Diff for: pythainlp/corpus/oscar.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# SPDX-FileCopyrightText: 2016-2024 PyThaiNLP Project
2+
# SPDX-FileCopyrightText: 2016-2025 PyThaiNLP Project
33
# SPDX-FileType: SOURCE
44
# SPDX-License-Identifier: Apache-2.0
55
"""

Diff for: pythainlp/corpus/th_en_translit.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# SPDX-FileCopyrightText: 2016-2024 PyThaiNLP Project
2+
# SPDX-FileCopyrightText: 2016-2025 PyThaiNLP Project
33
# SPDX-FileType: SOURCE
44
# SPDX-License-Identifier: Apache-2.0
55
"""

Diff for: pythainlp/corpus/tnc.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# SPDX-FileCopyrightText: 2016-2024 PyThaiNLP Project.
2+
# SPDX-FileCopyrightText: 2016-2025 PyThaiNLP Project.
33
# SPDX-License-Identifier: Apache-2.0
44
"""
55
Thai National Corpus word frequency

Diff for: pythainlp/corpus/ttc.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# SPDX-FileCopyrightText: 2016-2024 PyThaiNLP Project
2+
# SPDX-FileCopyrightText: 2016-2025 PyThaiNLP Project
33
# SPDX-FileType: SOURCE
44
# SPDX-License-Identifier: Apache-2.0
55
"""

Diff for: pythainlp/corpus/util.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# SPDX-FileCopyrightText: 2016-2024 PyThaiNLP Project
2+
# SPDX-FileCopyrightText: 2016-2025 PyThaiNLP Project
33
# SPDX-FileType: SOURCE
44
# SPDX-License-Identifier: Apache-2.0
55
"""

Diff for: pythainlp/corpus/volubilis.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# SPDX-FileCopyrightText: 2016-2024 PyThaiNLP Project
2+
# SPDX-FileCopyrightText: 2016-2025 PyThaiNLP Project
33
# SPDX-FileType: SOURCE
44
# SPDX-License-Identifier: Apache-2.0
55
"""

Diff for: pythainlp/corpus/wikipedia.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# SPDX-FileCopyrightText: 2016-2024 PyThaiNLP Project
2+
# SPDX-FileCopyrightText: 2016-2025 PyThaiNLP Project
33
# SPDX-FileType: SOURCE
44
# SPDX-License-Identifier: Apache-2.0
55
"""

Diff for: pythainlp/corpus/wordnet.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# SPDX-FileCopyrightText: 2016-2024 PyThaiNLP Project
2+
# SPDX-FileCopyrightText: 2016-2025 PyThaiNLP Project
33
# SPDX-FileType: SOURCE
44
# SPDX-License-Identifier: Apache-2.0
55
"""

Diff for: pythainlp/el/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# SPDX-FileCopyrightText: 2016-2024 PyThaiNLP Project
2+
# SPDX-FileCopyrightText: 2016-2025 PyThaiNLP Project
33
# SPDX-FileType: SOURCE
44
# SPDX-License-Identifier: Apache-2.0
55
"""

Diff for: pythainlp/el/_multiel.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# SPDX-FileCopyrightText: 2016-2024 PyThaiNLP Project
2+
# SPDX-FileCopyrightText: 2016-2025 PyThaiNLP Project
33
# SPDX-FileType: SOURCE
44
# SPDX-License-Identifier: Apache-2.0
55

Diff for: pythainlp/el/core.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# SPDX-FileCopyrightText: 2016-2024 PyThaiNLP Project
2+
# SPDX-FileCopyrightText: 2016-2025 PyThaiNLP Project
33
# SPDX-FileType: SOURCE
44
# SPDX-License-Identifier: Apache-2.0
55
from typing import List, Union

Diff for: pythainlp/generate/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# SPDX-FileCopyrightText: 2016-2024 PyThaiNLP Project
2+
# SPDX-FileCopyrightText: 2016-2025 PyThaiNLP Project
33
# SPDX-FileType: SOURCE
44
# SPDX-License-Identifier: Apache-2.0
55
"""

0 commit comments

Comments
 (0)