Skip to content

Commit aebf299

Browse files
committed
Update email
1 parent 68890c1 commit aebf299

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ project maintainers.
5757
## Enforcement
5858

5959
Instances of abusive, harassing, or otherwise unacceptable behavior may be
60-
reported by contacting the project team at <wannaphong@yahoo.com>.
60+
reported by contacting the project team at <wannaphong@pythainlp.org>.
6161
All complaints will be reviewed and investigated and will result in a response
6262
that is deemed necessary and appropriate to the circumstances.
6363
The project team is obligated to maintain confidentiality with regard to

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Thanks to all [contributors](https://github.com/PyThaiNLP/pythainlp/graphs/contr
139139

140140
### Development Leads
141141

142-
- Wannaphong Phatthiyaphaibun <wannaphong@yahoo.com> - foundation, distribution and maintenance
142+
- Wannaphong Phatthiyaphaibun <wannaphong@pythainlp.org> - foundation, distribution and maintenance
143143
- Korakot Chaovavanich - initial tokenization and soundex codes
144144
- Charin Polpanumas - classification and benchmarking
145145
- Arthit Suriyawongkul - CI/infrastructure, documentation, refactoring and distribution

pythainlp/corpus/default_db.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"authors": [
99
"Wannaphong Phatthiyaphaibun"
1010
],
11-
"author_email": "wannaphong@yahoo.com",
11+
"author_email": "wannaphong@pythainlp.org",
1212
"license": "cc-by-4.0",
1313
"versions": {
1414
"1.5.1": {

pythainlp/tag/_tag_perceptron.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
This tagger is a port of the Textblob Averaged Perceptron Tagger
99
Author: Matthew Honnibal <honnibal+gh@gmail.com>,
1010
Long Duong <longdt219@gmail.com> (NLTK port)
11-
Wannaphong Phatthiyaphaibun <wannaphong@yahoo.com> (PyThaiNLP port)
11+
Wannaphong Phatthiyaphaibun <wannaphong@pythainlp.org> (PyThaiNLP port)
1212
URL: <https://github.com/sloria/textblob-aptagger>
1313
<https://nltk.org/>
1414
Copyright 2013 Matthew Honnibal

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
long_description=LONG_DESC,
156156
long_description_content_type="text/markdown",
157157
author="PyThaiNLP",
158-
author_email="email@wannaphong.com",
158+
author_email="wannaphong@pythainlp.org",
159159
url="https://github.com/PyThaiNLP/pythainlp",
160160
packages=find_packages(exclude=["tests", "tests.*"]),
161161
test_suite="tests",

0 commit comments

Comments
 (0)