Skip to content

Commit

Permalink
updates to NLTK URL and email addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenbird committed Oct 29, 2013
1 parent d4d71c4 commit 0e0d43d
Show file tree
Hide file tree
Showing 212 changed files with 321 additions and 321 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
#
# Copyright (C) 2001-2013 NLTK Project
# Author: Steven Bird <[email protected]>
# Edward Loper <edloper@gradient.cis.upenn.edu>
# URL: <http://www.nltk.org/>
# Edward Loper <edloper@gmail.com>
# URL: <http://nltk.org/>
# For license information, see LICENSE.TXT

PYTHON = python
Expand Down
2 changes: 1 addition & 1 deletion NOTICE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Natural Language Toolkit (NLTK) http://www.nltk.org/
Natural Language Toolkit (NLTK) http://nltk.org/

Copyright (C) 2001-2013 NLTK Project

Expand Down
8 changes: 4 additions & 4 deletions README.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Natural Language Toolkit (NLTK) www.nltk.org
Natural Language Toolkit (NLTK) nltk.org

Authors: Steven Bird <[email protected]>
Edward Loper <edloper@gradient.cis.upenn.edu>
Edward Loper <edloper@gmail.com>
Ewan Klein <[email protected]>

Copyright (C) 2001-2013 NLTK Project
Expand All @@ -14,7 +14,7 @@ development in Natural Language Processing.

Documentation: A substantial amount of documentation about how
to use NLTK, including a textbook and API documention, is
available from the NLTK website: http://www.nltk.org/
available from the NLTK website: http://nltk.org/

- The book covers a wide range of introductory topics in NLP, and
shows how to do all the processing tasks using the toolkit.
Expand All @@ -37,7 +37,7 @@ Mailing Lists: There are several mailing lists associated with NLTK:
http://groups.google.com/group/nltk-commits

Contributing: If you would like to contribute to NLTK,
please see http://www.nltk.org/contribute
please see http://nltk.org/contribute

Donating: Have you found the toolkit helpful? Please support NLTK development
by donating to the project via PayPal, using the link on the NLTK homepage.
Expand Down
2 changes: 1 addition & 1 deletion examples/grammars/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# Copyright (C) 2001-2013 NLTK Project
# Author: Ewan Klein <[email protected]>
# URL: <http://www.nltk.org/>
# URL: <http://nltk.org/>
# For license information, see LICENSE.TXT

DATADIR = ../../../nltk_data
Expand Down
2 changes: 1 addition & 1 deletion examples/grammars/book_grammars/drt.fcfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Natural Language Toolkit: drt.fcfg
##
## Author: Dan Garrette <[email protected]>
## URL: <http://www.nltk.orgt>
## URL: <http://nltk.orgt>
## For license information, see LICENSE.TXT

% start S
Expand Down
2 changes: 1 addition & 1 deletion examples/grammars/book_grammars/storage.fcfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
## by unique new variables) whenever they are used. This can be
## accomplished by using the InstantiateVarsChart class when parsing.
##
## Author: Edward Loper <edloper@gradient.cis.upenn.edu>,
## Author: Edward Loper <edloper@gmail.com>,
## Ewan Klein <[email protected]>
## Robin Cooper <[email protected]>
## URL: <http://nltk.sourceforge.net>
Expand Down
2 changes: 1 addition & 1 deletion examples/grammars/sample_grammars/bindop.fcfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
## by unique new variables) whenever they are used. This can be
## accomplished by using the InstantiateVarsChart class when parsing.
##
## Author: Edward Loper <edloper@gradient.cis.upenn.edu>,
## Author: Edward Loper <edloper@gmail.com>,
## Ewan Klein <[email protected]>
## URL: <http://nltk.sourceforge.net>
## For license information, see LICENSE.TXT
Expand Down
2 changes: 1 addition & 1 deletion examples/grammars/sample_grammars/hole.fcfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
##
## Author: Dan Garrette <[email protected]>
## Robin Cooper <[email protected]>
## URL: <http://www.nltk.org>
## URL: <http://nltk.org>
## For license information, see LICENSE.TXT

% start S
Expand Down
2 changes: 1 addition & 1 deletion examples/semantics/model0.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Natural Language Toolkit: Example Model
#
# Author: Ewan Klein <[email protected]>
# URL: <http://www.nltk.org/>
# URL: <http://nltk.org/>
# For license information, see LICENSE.TXT

"""
Expand Down
2 changes: 1 addition & 1 deletion examples/semantics/model1.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Natural Language Toolkit: Example Model
#
# Author: Ewan Klein <[email protected]>
# URL: <http://www.nltk.org/>
# URL: <http://nltk.org/>
# For license information, see LICENSE.TXT

"""
Expand Down
2 changes: 1 addition & 1 deletion examples/semantics/syn2sem.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Natural Language Toolkit: Parsers
#
# Author: Ewan Klein <[email protected]>
# URL: <http://www.nltk.org/>
# URL: <http://nltk.org/>
# For license information, see LICENSE.TXT

from __future__ import print_statement
Expand Down
2 changes: 1 addition & 1 deletion javasrc/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Natural Language Toolkit: java interface code Makefile
#
# Copyright (C) 2001-2013 NLTK Project
# Author: Edward Loper <edloper@gradient.cis.upenn.edu>
# Author: Edward Loper <edloper@gmail.com>
# URL: <http://nltk.sf.net>
# For license information, see LICENSE.TXT

Expand Down
4 changes: 2 additions & 2 deletions javasrc/org/nltk/mallet/CRFInfo.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Copyright (C) 2001-2013 NLTK Project
* Author: Edward Loper <edloper@gradient.cis.upenn.edu>
* URL: <http://www.nltk.org/>
* Author: Edward Loper <edloper@gmail.com>
* URL: <http://nltk.org/>
* For license information, see LICENSE.TXT
*/

Expand Down
4 changes: 2 additions & 2 deletions javasrc/org/nltk/mallet/RunCRF.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
* Results are written to stdout.
*
* Copyright (C) 2001-2013 NLTK Project
* Author: Edward Loper <edloper@gradient.cis.upenn.edu>
* URL: <http://www.nltk.org/>
* Author: Edward Loper <edloper@gmail.com>
* URL: <http://nltk.org/>
* For license information, see LICENSE.TXT
*/

Expand Down
4 changes: 2 additions & 2 deletions javasrc/org/nltk/mallet/TrainCRF.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
* sequences seperated by newlines.
*
* Copyright (C) 2001-2013 NLTK Project
* Author: Edward Loper <edloper@gradient.cis.upenn.edu>
* URL: <http://www.nltk.org/>
* Author: Edward Loper <edloper@gmail.com>
* URL: <http://nltk.org/>
* For license information, see LICENSE.TXT
*/

Expand Down
2 changes: 1 addition & 1 deletion nltk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# Copyright (C) 2001-2013 NLTK Project
# Authors: Steven Bird <[email protected]>
# Edward Loper <edloper@gradient.cis.upenn.edu>
# Edward Loper <edloper@gmail.com>
# URL: <http://nltk.org/>
# For license information, see LICENSE.TXT

Expand Down
2 changes: 1 addition & 1 deletion nltk/align.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Author: Will Zhang <[email protected]>
# Guan Gui <[email protected]>
# Steven Bird <[email protected]>
# URL: <http://www.nltk.org/>
# URL: <http://nltk.org/>
# For license information, see LICENSE.TXT
from __future__ import print_function, unicode_literals
import logging
Expand Down
4 changes: 2 additions & 2 deletions nltk/app/__init__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Natural Language Toolkit: Applications package
#
# Copyright (C) 2001-2013 NLTK Project
# Author: Edward Loper <edloper@gradient.cis.upenn.edu>
# Author: Edward Loper <edloper@gmail.com>
# Steven Bird <[email protected]>
# URL: <http://www.nltk.org/>
# URL: <http://nltk.org/>
# For license information, see LICENSE.TXT

"""
Expand Down
4 changes: 2 additions & 2 deletions nltk/app/chartparser_app.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Natural Language Toolkit: Chart Parser Application
#
# Copyright (C) 2001-2013 NLTK Project
# Author: Edward Loper <edloper@gradient.cis.upenn.edu>
# Author: Edward Loper <edloper@gmail.com>
# Jean Mark Gawron <[email protected]>
# Steven Bird <[email protected]>
# URL: <http://www.nltk.org/>
# URL: <http://nltk.org/>
# For license information, see LICENSE.TXT

"""
Expand Down
4 changes: 2 additions & 2 deletions nltk/app/chunkparser_app.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Natural Language Toolkit: Regexp Chunk Parser Application
#
# Copyright (C) 2001-2013 NLTK Project
# Author: Edward Loper <edloper@gradient.cis.upenn.edu>
# URL: <http://www.nltk.org/>
# Author: Edward Loper <edloper@gmail.com>
# URL: <http://nltk.org/>
# For license information, see LICENSE.TXT

"""
Expand Down
2 changes: 1 addition & 1 deletion nltk/app/collocations_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Much of the GUI code is imported from concordance.py; We intend to merge these tools together
# Copyright (C) 2001-2013 NLTK Project
# Author: Sumukh Ghodke <[email protected]>
# URL: <http://www.nltk.org/>
# URL: <http://nltk.org/>
# For license information, see LICENSE.TXT
#

Expand Down
2 changes: 1 addition & 1 deletion nltk/app/concordance_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# Copyright (C) 2001-2013 NLTK Project
# Author: Sumukh Ghodke <[email protected]>
# URL: <http://www.nltk.org/>
# URL: <http://nltk.org/>
# For license information, see LICENSE.TXT


Expand Down
4 changes: 2 additions & 2 deletions nltk/app/rdparser_app.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Natural Language Toolkit: Recursive Descent Parser Application
#
# Copyright (C) 2001-2013 NLTK Project
# Author: Edward Loper <edloper@gradient.cis.upenn.edu>
# URL: <http://www.nltk.org/>
# Author: Edward Loper <edloper@gmail.com>
# URL: <http://nltk.org/>
# For license information, see LICENSE.TXT

"""
Expand Down
4 changes: 2 additions & 2 deletions nltk/app/srparser_app.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Natural Language Toolkit: Shift-Reduce Parser Application
#
# Copyright (C) 2001-2013 NLTK Project
# Author: Edward Loper <edloper@gradient.cis.upenn.edu>
# URL: <http://www.nltk.org/>
# Author: Edward Loper <edloper@gmail.com>
# URL: <http://nltk.org/>
# For license information, see LICENSE.TXT

"""
Expand Down
2 changes: 1 addition & 1 deletion nltk/app/wordfreq_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# Copyright (C) 2001-2013 NLTK Project
# Author: Sumukh Ghodke <[email protected]>
# URL: <http://www.nltk.org/>
# URL: <http://nltk.org/>
# For license information, see LICENSE.TXT

import pylab
Expand Down
8 changes: 4 additions & 4 deletions nltk/app/wordnet_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Copyright (C) 2001-2013 NLTK Project
# Author: Jussi Salmela <[email protected]>
# Paul Bone <[email protected]>
# URL: <http://www.nltk.org/>
# URL: <http://nltk.org/>
# For license information, see LICENSE.TXT

"""
Expand Down Expand Up @@ -800,7 +800,7 @@ def get_static_web_help_page():
<!-- Natural Language Toolkit: Wordnet Interface: Graphical Wordnet Browser
Copyright (C) 2001-2013 NLTK Project
Author: Jussi Salmela <[email protected]>
URL: <http://www.nltk.org/>
URL: <http://nltk.org/>
For license information, see LICENSE.TXT -->
<head>
<meta http-equiv='Content-Type' content='text/html; charset=us-ascii'>
Expand Down Expand Up @@ -871,7 +871,7 @@ def get_static_index_page(with_shutdown):
<!-- Natural Language Toolkit: Wordnet Interface: Graphical Wordnet Browser
Copyright (C) 2001-2013 NLTK Project
Author: Jussi Salmela <[email protected]>
URL: <http://www.nltk.org/>
URL: <http://nltk.org/>
For license information, see LICENSE.TXT -->
<HEAD>
<TITLE>NLTK Wordnet Browser</TITLE>
Expand Down Expand Up @@ -905,7 +905,7 @@ def get_static_upper_page(with_shutdown):
<!-- Natural Language Toolkit: Wordnet Interface: Graphical Wordnet Browser
Copyright (C) 2001-2013 NLTK Project
Author: Jussi Salmela <[email protected]>
URL: <http://www.nltk.org/>
URL: <http://nltk.org/>
For license information, see LICENSE.TXT -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
Expand Down
2 changes: 1 addition & 1 deletion nltk/book.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Copyright (C) 2001-2013 NLTK Project
# Author: Steven Bird <[email protected]>
#
# URL: <http://www.nltk.org/>
# URL: <http://nltk.org/>
# For license information, see LICENSE.TXT
from __future__ import print_function

Expand Down
2 changes: 1 addition & 1 deletion nltk/ccg/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# Copyright (C) 2001-2013 NLTK Project
# Author: Graeme Gange <[email protected]>
# URL: <http://www.nltk.org/>
# URL: <http://nltk.org/>
# For license information, see LICENSE.TXT

"""
Expand Down
2 changes: 1 addition & 1 deletion nltk/ccg/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# Copyright (C) 2001-2013 NLTK Project
# Author: Graeme Gange <[email protected]>
# URL: <http://www.nltk.org/>
# URL: <http://nltk.org/>
# For license information, see LICENSE.TXT
from __future__ import unicode_literals
from nltk.internals import raise_unorderable_types
Expand Down
2 changes: 1 addition & 1 deletion nltk/ccg/chart.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# Copyright (C) 2001-2013 NLTK Project
# Author: Graeme Gange <[email protected]>
# URL: <http://www.nltk.org/>
# URL: <http://nltk.org/>
# For license information, see LICENSE.TXT

"""
Expand Down
2 changes: 1 addition & 1 deletion nltk/ccg/combinator.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# Copyright (C) 2001-2013 NLTK Project
# Author: Graeme Gange <[email protected]>
# URL: <http://www.nltk.org/>
# URL: <http://nltk.org/>
# For license information, see LICENSE.TXT
from __future__ import unicode_literals

Expand Down
2 changes: 1 addition & 1 deletion nltk/ccg/lexicon.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# Copyright (C) 2001-2013 NLTK Project
# Author: Graeme Gange <[email protected]>
# URL: <http://www.nltk.org/>
# URL: <http://nltk.org/>
# For license information, see LICENSE.TXT
from __future__ import unicode_literals

Expand Down
2 changes: 1 addition & 1 deletion nltk/chat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# Copyright (C) 2001-2013 NLTK Project
# Authors: Steven Bird <[email protected]>
# URL: <http://www.nltk.org/>
# URL: <http://nltk.org/>
# For license information, see LICENSE.TXT

# Based on an Eliza implementation by Joe Strout <[email protected]>,
Expand Down
4 changes: 2 additions & 2 deletions nltk/chat/eliza.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
#
# Copyright (C) 2001-2013 NLTK Project
# Authors: Steven Bird <[email protected]>
# Edward Loper <edloper@gradient.cis.upenn.edu>
# URL: <http://www.nltk.org/>
# Edward Loper <edloper@gmail.com>
# URL: <http://nltk.org/>
# For license information, see LICENSE.TXT

# Based on an Eliza implementation by Joe Strout <[email protected]>,
Expand Down
2 changes: 1 addition & 1 deletion nltk/chat/iesha.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# Copyright (C) 2001-2013 NLTK Project
# Author: Selina Dennis <[email protected]>
# URL: <http://www.nltk.org/>
# URL: <http://nltk.org/>
# For license information, see LICENSE.TXT

"""
Expand Down
2 changes: 1 addition & 1 deletion nltk/chat/rude.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# Copyright (C) 2001-2013 NLTK Project
# Author: Peter Spiller <[email protected]>
# URL: <http://www.nltk.org/>
# URL: <http://nltk.org/>
# For license information, see LICENSE.TXT
from __future__ import print_function

Expand Down
2 changes: 1 addition & 1 deletion nltk/chat/suntsu.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# Copyright (C) 2001-2013 NLTK Project
# Author: Sam Huston 2007
# URL: <http://www.nltk.org/>
# URL: <http://nltk.org/>
# For license information, see LICENSE.TXT

"""
Expand Down
Loading

0 comments on commit 0e0d43d

Please sign in to comment.