Skip to content

Commit af6449e

Browse files
committed
LaoNLP v1.2.0
1 parent 8738c50 commit af6449e

File tree

17 files changed

+18
-18
lines changed

17 files changed

+18
-18
lines changed

laonlp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
"""
3-
Copyright 2020 - 2023 Wannaphong Phatthiyaphaibun
3+
Copyright 2020 - 2024 Wannaphong Phatthiyaphaibun
44
55
Licensed under the Apache License, Version 2.0 (the "License");
66
you may not use this file except in compliance with the License.

laonlp/corpus/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
"""
3-
Copyright 2020 - 2023 Wannaphong Phatthiyaphaibun
3+
Copyright 2020 - 2024 Wannaphong Phatthiyaphaibun
44
55
Licensed under the Apache License, Version 2.0 (the "License");
66
you may not use this file except in compliance with the License.

laonlp/corpus/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
"""
3-
Copyright 2020 - 2023 Wannaphong Phatthiyaphaibun
3+
Copyright 2020 - 2024 Wannaphong Phatthiyaphaibun
44
55
Licensed under the Apache License, Version 2.0 (the "License");
66
you may not use this file except in compliance with the License.

laonlp/corpus/lao_words.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
"""
3-
Copyright 2020 - 2023 Wannaphong Phatthiyaphaibun
3+
Copyright 2020 - 2024 Wannaphong Phatthiyaphaibun
44
55
Licensed under the Apache License, Version 2.0 (the "License");
66
you may not use this file except in compliance with the License.

laonlp/corpus/mopt_dict.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
"""
3-
Copyright 2020 - 2023 Wannaphong Phatthiyaphaibun
3+
Copyright 2020 - 2024 Wannaphong Phatthiyaphaibun
44
55
Licensed under the Apache License, Version 2.0 (the "License");
66
you may not use this file except in compliance with the License.

laonlp/tag/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
"""
3-
Copyright 2020 - 2023 Wannaphong Phatthiyaphaibun
3+
Copyright 2020 - 2024 Wannaphong Phatthiyaphaibun
44
55
Licensed under the Apache License, Version 2.0 (the "License");
66
you may not use this file except in compliance with the License.

laonlp/tag/pos_tag.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
"""
3-
Copyright 2020 - 2023 Wannaphong Phatthiyaphaibun
3+
Copyright 2020 - 2024 Wannaphong Phatthiyaphaibun
44
55
Licensed under the Apache License, Version 2.0 (the "License");
66
you may not use this file except in compliance with the License.

laonlp/tokenize/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
"""
3-
Copyright 2020 - 2023 Wannaphong Phatthiyaphaibun
3+
Copyright 2020 - 2024 Wannaphong Phatthiyaphaibun
44
55
Licensed under the Apache License, Version 2.0 (the "License");
66
you may not use this file except in compliance with the License.

laonlp/translate/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
"""
3-
Copyright 2020 - 2023 Wannaphong Phatthiyaphaibun
3+
Copyright 2020 - 2024 Wannaphong Phatthiyaphaibun
44
55
Licensed under the Apache License, Version 2.0 (the "License");
66
you may not use this file except in compliance with the License.

laonlp/translate/mopt_dict.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
"""
3-
Copyright 2020 - 2023 Wannaphong Phatthiyaphaibun
3+
Copyright 2020 - 2024 Wannaphong Phatthiyaphaibun
44
55
Licensed under the Apache License, Version 2.0 (the "License");
66
you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)