Skip to content
This repository has been archived by the owner on Jul 7, 2021. It is now read-only.

Commit

Permalink
Merge pull request #32 from ferittuncer/updating-maintainer-info
Browse files Browse the repository at this point in the history
Updated Maintainer Info
  • Loading branch information
Ferit Tunçer committed May 7, 2018
2 parents 782d609 + bdfc7d2 commit 602ee50
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
8 changes: 6 additions & 2 deletions README.md
Expand Up @@ -81,9 +81,13 @@ Check DEFAULTS block in the source code if you need (generally, you don't) to ch
Special thanks to [Asst. Prof. Dr. Peter Schüller](https://github.com/peschue) for his great suggestions!

## Author, Copyright & License
This work is a part of a [KnowLP](http://www.knowlp.com) research project.
This work was a part of a [KnowLP](http://www.knowlp.com) research project.

Copyright 2015-2017 Ferit Tunçer, <ferit@cryptolab.net>
Copyright 2015-2018 Maintainers:

* Ferit Tunçer, <ferit@cryptolab.net>
* Ülgen Sarıkavak, <work@ulgens.me>


This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License version 2
Expand Down
10 changes: 5 additions & 5 deletions pipeline_caller.py
@@ -1,9 +1,9 @@
#!/usr/bin/python3
#-*- coding: utf-8 -*-

name = 'ITU Turkish NLP Pipeline Caller'
name = 'ITU Turkish NLP Pipeline Caller'

__copyright__ = '__copyright__ 2015-2017 Ferit Tunçer'
__copyright__ = '__copyright__ 2015-2018 Maintainers'

__license__ = 'GPLv2\n\
This program is free software; you can redistribute it and/or \
Expand All @@ -16,8 +16,8 @@
You should have received a copy of the GNU General Public license \
along with this program. If not, see <http://www.gnu.org/licenses/>.'

author = 'Ferit Tunçer'
email = 'ferit@lavabit.com'
author0 = ('Ferit Tunçer', 'ferit@cryptolab.net')
author1 = ('Ülgen Sarıkavak', 'work@ulgens.me')
website = 'https://github.com/ferittuncer/ITU-Turkish-NLP-Pipeline-Caller'

version = '3.0.0'
Expand Down Expand Up @@ -137,7 +137,7 @@ def parse_arguments():
# epilog section is free now
parser = argparse.ArgumentParser(
formatter_class=argparse.RawDescriptionHelpFormatter,
description='ITU Turkish NLP Pipeline Caller v{}\n{} <{}>\n{}'.format(version, author, email, website),
description='ITU Turkish NLP Pipeline Caller v{}\n\n Maintained by:\n {} {}\n {} {}\n\n {}'.format(version, *author0, *author1, website),
add_help=True
)
parser.add_argument('filename', help='relative input filepath')
Expand Down

0 comments on commit 602ee50

Please sign in to comment.