From cd8ed5d8afdca61fb0a1a61845264465f37dee49 Mon Sep 17 00:00:00 2001 From: Wannaphong Phatthiyaphaibun Date: Fri, 20 Mar 2026 19:42:58 +0700 Subject: [PATCH 01/11] Revise sponsors section with details and links Updated the sponsors section to provide more information about sponsorship options. --- sponsors.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 sponsors.md diff --git a/sponsors.md b/sponsors.md new file mode 100644 index 000000000..7b7de949a --- /dev/null +++ b/sponsors.md @@ -0,0 +1,10 @@ +# Sponsors + +Current PyThaiNLP remains an independent community with no affiliation with any organization. We don't have a Patreon or GitHub sponsor for the organization. + +However, some development leads have GitHub sponsors. You can sponsor them to help make an open-source project. + +- [bact](https://github.com/sponsors/bact) +- [wannaphong](https://github.com/sponsors/wannaphong) + +And you can sponsor by contributing to PyThaiNLP! From ba572b166e25b851dfb65586328580f504a809ff Mon Sep 17 00:00:00 2001 From: Wannaphong Phatthiyaphaibun Date: Fri, 20 Mar 2026 19:44:09 +0700 Subject: [PATCH 02/11] Add sponsors section to README.md Added a sponsors section with a link to sponsors.md. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4c5ed3172..9e3bfb3f0 100644 --- a/README.md +++ b/README.md @@ -220,6 +220,10 @@ with this BibTeX entry: } ``` +## Sponsors + +See [sponsors.md](https://github.com/PyThaiNLP/pythainlp/blob/dev/sponsors.md) + ## Acknowledgements PyThaiNLP was founded by Wannaphong Phatthiyaphaibun in 2016. From 2002feac80fc676fe60b9ec09e99976576344d5f Mon Sep 17 00:00:00 2001 From: Wannaphong Phatthiyaphaibun Date: Fri, 20 Mar 2026 19:46:48 +0700 Subject: [PATCH 03/11] Add funding information for project sponsors --- .github/FUNDING.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 000000000..b8ce4281e --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1 @@ +custom: [https://github.com/PyThaiNLP/pythainlp/blob/add-sponsors/sponsors.md] From a1ca7cb6df5517932ffe48495ea0d1e2768e2ec0 Mon Sep 17 00:00:00 2001 From: Wannaphong Phatthiyaphaibun Date: Fri, 20 Mar 2026 19:48:02 +0700 Subject: [PATCH 04/11] Update sponsorship contribution link in sponsors.md --- sponsors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sponsors.md b/sponsors.md index 7b7de949a..fd9ae12f4 100644 --- a/sponsors.md +++ b/sponsors.md @@ -7,4 +7,4 @@ However, some development leads have GitHub sponsors. You can sponsor them to he - [bact](https://github.com/sponsors/bact) - [wannaphong](https://github.com/sponsors/wannaphong) -And you can sponsor by contributing to PyThaiNLP! +And you can sponsor by [contributing to PyThaiNLP](https://github.com/PyThaiNLP/pythainlp/blob/dev/CONTRIBUTING.md)! From 35dd11e5abbd231893120adbb67cc8c8f1ef4453 Mon Sep 17 00:00:00 2001 From: Wannaphong Phatthiyaphaibun Date: Fri, 20 Mar 2026 20:16:00 +0700 Subject: [PATCH 05/11] Update sponsorship information in sponsors.md --- sponsors.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sponsors.md b/sponsors.md index fd9ae12f4..041763949 100644 --- a/sponsors.md +++ b/sponsors.md @@ -1,8 +1,10 @@ # Sponsors -Current PyThaiNLP remains an independent community with no affiliation with any organization. We don't have a Patreon or GitHub sponsor for the organization. +Current PyThaiNLP remains an independent community with no affiliation with any organization. +We don't have a Patreon or GitHub sponsor for the organization. -However, some development leads have GitHub sponsors. You can sponsor them to help make an open-source project. +However, some development leads have GitHub sponsors. +You can sponsor them to help make an open-source project. - [bact](https://github.com/sponsors/bact) - [wannaphong](https://github.com/sponsors/wannaphong) From 734bd562809f8a28b791fa6a7d947b3d042baf59 Mon Sep 17 00:00:00 2001 From: Wannaphong Phatthiyaphaibun Date: Fri, 20 Mar 2026 23:22:05 +0700 Subject: [PATCH 06/11] Update sponsors.md --- sponsors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sponsors.md b/sponsors.md index 041763949..41bfadd30 100644 --- a/sponsors.md +++ b/sponsors.md @@ -1,6 +1,7 @@ # Sponsors -Current PyThaiNLP remains an independent community with no affiliation with any organization. +Current PyThaiNLP remains an independent community with +no affiliation with any organization. We don't have a Patreon or GitHub sponsor for the organization. However, some development leads have GitHub sponsors. From eefd5b06d5807febba69849637aa9a6ca736abcc Mon Sep 17 00:00:00 2001 From: Wannaphong Phatthiyaphaibun Date: Fri, 20 Mar 2026 23:23:09 +0700 Subject: [PATCH 07/11] Update sponsors.md --- sponsors.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sponsors.md b/sponsors.md index 41bfadd30..e9e6adc77 100644 --- a/sponsors.md +++ b/sponsors.md @@ -1,7 +1,7 @@ # Sponsors -Current PyThaiNLP remains an independent community with -no affiliation with any organization. +Current PyThaiNLP remains an independent community with no affiliation +with any organization. We don't have a Patreon or GitHub sponsor for the organization. However, some development leads have GitHub sponsors. From 1e1cea56d24b457a9aebb5a14e79354afa7828c6 Mon Sep 17 00:00:00 2001 From: Wannaphong Phatthiyaphaibun Date: Sat, 21 Mar 2026 00:42:24 +0700 Subject: [PATCH 08/11] Rename sponsors.md to SPONSORS.md --- sponsors.md => SPONSORS.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename sponsors.md => SPONSORS.md (100%) diff --git a/sponsors.md b/SPONSORS.md similarity index 100% rename from sponsors.md rename to SPONSORS.md From 07a097c80df19647f551a3d45c334bc49eca12ef Mon Sep 17 00:00:00 2001 From: Wannaphong Phatthiyaphaibun Date: Sat, 21 Mar 2026 00:43:02 +0700 Subject: [PATCH 09/11] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e3bfb3f0..1b315e59f 100644 --- a/README.md +++ b/README.md @@ -222,7 +222,7 @@ with this BibTeX entry: ## Sponsors -See [sponsors.md](https://github.com/PyThaiNLP/pythainlp/blob/dev/sponsors.md) +See [SPONSORS.md](https://github.com/PyThaiNLP/pythainlp/blob/dev/SPONSORS.md) ## Acknowledgements From 3e1fb26a4882279d29f0c28c304a9c40c1e03c2c Mon Sep 17 00:00:00 2001 From: Wannaphong Phatthiyaphaibun Date: Sat, 21 Mar 2026 00:44:12 +0700 Subject: [PATCH 10/11] Update funding link to new sponsors file --- .github/FUNDING.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index b8ce4281e..d90094083 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1 +1 @@ -custom: [https://github.com/PyThaiNLP/pythainlp/blob/add-sponsors/sponsors.md] +custom: [https://github.com/PyThaiNLP/pythainlp/blob/dev/SPONSORS.md] From b5c54b1dfd36944c6c5f177ba3972fc13fb55587 Mon Sep 17 00:00:00 2001 From: Wannaphong Phatthiyaphaibun Date: Sat, 21 Mar 2026 12:13:47 +0700 Subject: [PATCH 11/11] Remove logo images from README Removed logo images from the README. --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 1b315e59f..7215c8b12 100644 --- a/README.md +++ b/README.md @@ -262,9 +262,6 @@ native support for Apple Silicon runners. [nlp-chula]: https://attapol.github.io/lab.html [macstadium]: https://www.macstadium.com/ -![VISTEC-depa Thailand AI Research Institute](./docs/images/airesearch-logo.png) -![MacStadium](./docs/images/macstadium-logo.png) - We have only one official repository at and another mirror at