Skip to content

Commit 1e94d32

Browse files
committed
Happy new year 2024: Update year
1 parent 8fbea78 commit 1e94d32

File tree

192 files changed

+192
-192
lines changed

Some content is hidden

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

192 files changed

+192
-192
lines changed

pythainlp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# SPDX-FileCopyrightText: Copyright 2016-2023 PyThaiNLP Project
2+
# SPDX-FileCopyrightText: Copyright 2016-2024 PyThaiNLP Project
33
# SPDX-License-Identifier: Apache-2.0
44
__version__ = "5.0.0dev1"
55

pythainlp/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# SPDX-FileCopyrightText: Copyright 2016-2023 PyThaiNLP Project
2+
# SPDX-FileCopyrightText: Copyright 2016-2024 PyThaiNLP Project
33
# SPDX-License-Identifier: Apache-2.0
44
import argparse
55
import sys

pythainlp/ancient/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# SPDX-FileCopyrightText: Copyright 2016-2023 PyThaiNLP Project
2+
# SPDX-FileCopyrightText: Copyright 2016-2024 PyThaiNLP Project
33
# SPDX-License-Identifier: Apache-2.0
44
"""
55
Ancient versions of the Thai language

pythainlp/ancient/aksonhan.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# SPDX-FileCopyrightText: Copyright 2016-2023 PyThaiNLP Project
2+
# SPDX-FileCopyrightText: Copyright 2016-2024 PyThaiNLP Project
33
# SPDX-License-Identifier: Apache-2.0
44
from pythainlp.util import Trie
55
from pythainlp import thai_consonants, thai_tonemarks

pythainlp/augment/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# SPDX-FileCopyrightText: Copyright 2016-2023 PyThaiNLP Project
2+
# SPDX-FileCopyrightText: Copyright 2016-2024 PyThaiNLP Project
33
# SPDX-License-Identifier: Apache-2.0
44
"""
55
Thai text augment

pythainlp/augment/lm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# SPDX-FileCopyrightText: Copyright 2016-2023 PyThaiNLP Project
2+
# SPDX-FileCopyrightText: Copyright 2016-2024 PyThaiNLP Project
33
# SPDX-License-Identifier: Apache-2.0
44
"""
55
Language Models

pythainlp/augment/lm/fasttext.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# SPDX-FileCopyrightText: Copyright 2016-2023 PyThaiNLP Project
2+
# SPDX-FileCopyrightText: Copyright 2016-2024 PyThaiNLP Project
33
# SPDX-License-Identifier: Apache-2.0
44
import itertools
55
from typing import List, Tuple

pythainlp/augment/lm/phayathaibert.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# SPDX-FileCopyrightText: Copyright 2016-2023 PyThaiNLP Project
2+
# SPDX-FileCopyrightText: Copyright 2016-2024 PyThaiNLP Project
33
# SPDX-License-Identifier: Apache-2.0
44

55
from typing import List

pythainlp/augment/lm/wangchanberta.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# SPDX-FileCopyrightText: Copyright 2016-2023 PyThaiNLP Project
2+
# SPDX-FileCopyrightText: Copyright 2016-2024 PyThaiNLP Project
33
# SPDX-License-Identifier: Apache-2.0
44

55
from typing import List

pythainlp/augment/word2vec/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# SPDX-FileCopyrightText: Copyright 2016-2023 PyThaiNLP Project
2+
# SPDX-FileCopyrightText: Copyright 2016-2024 PyThaiNLP Project
33
# SPDX-License-Identifier: Apache-2.0
44
"""
55
Word2Vec

0 commit comments

Comments
 (0)