-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updates to NLTK URL and email addresses
- Loading branch information
1 parent
d4d71c4
commit 0e0d43d
Showing
212 changed files
with
321 additions
and
321 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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. | ||
|
@@ -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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
""" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
""" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
""" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
""" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
# | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
""" | ||
|
@@ -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'> | ||
|
@@ -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> | ||
|
@@ -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" /> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
""" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
""" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]>, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]>, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
""" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.