-
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.
Updated copyright period to 2001-2010
svn/trunk@8479
- Loading branch information
1 parent
7b732a1
commit 90caf32
Showing
180 changed files
with
218 additions
and
210 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
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,6 +1,6 @@ | ||
# Natural Language Toolkit: source Makefile | ||
# | ||
# Copyright (C) 2001-2009 NLTK Project | ||
# Copyright (C) 2001-2010 NLTK Project | ||
# Author: Steven Bird <[email protected]> | ||
# Edward Loper <[email protected]> | ||
# URL: <http://www.nltk.org/> | ||
|
@@ -52,10 +52,14 @@ doc: | |
DOCTEST_DRIVER = nltk/test/doctest_driver.py | ||
DOCTEST_FLAGS = --ellipsis --normalize_whitespace | ||
DOCTEST_FILES = nltk/test/*.doctest | ||
DOCTEST_CODE_FILES = nltk/*.py nltk/*/*.py | ||
|
||
doctest: | ||
$(PYTHON) $(DOCTEST_DRIVER) $(DOCTEST_FLAGS) $(DOCTEST_FILES) | ||
|
||
doctest_code: | ||
$(PYTHON) $(DOCTEST_DRIVER) $(DOCTEST_FLAGS) $(DOCTEST_CODE_FILES) | ||
|
||
demotest: | ||
find nltk -name "*.py"\ | ||
-and -not -path *misc* \ | ||
|
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,6 +1,6 @@ | ||
Natural Language Toolkit (NLTK) http://www.nltk.org/ | ||
|
||
Copyright (C) 2001-2009 NLTK Project | ||
Copyright (C) 2001-2010 NLTK Project | ||
|
||
Bird, Steven, Edward Loper and Ewan Klein (2009). | ||
Natural Language Processing with Python. O'Reilly Media Inc. |
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 @@ Authors: Steven Bird <[email protected]> | |
Edward Loper <[email protected]> | ||
Ewan Klein <[email protected]> | ||
|
||
Copyright (C) 2001-2009 NLTK Project | ||
Copyright (C) 2001-2010 NLTK Project | ||
|
||
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,6 +1,6 @@ | ||
# NLTK: Documentation Makefile | ||
# | ||
# Copyright (C) 2001-2009 NLTK Project | ||
# Copyright (C) 2001-2010 NLTK Project | ||
# Author: Ewan Klein <[email protected]> | ||
# URL: <http://www.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,6 +1,6 @@ | ||
# Natural Language Toolkit: java interface code Makefile | ||
# | ||
# Copyright (C) 2001-2009 NLTK Project | ||
# Copyright (C) 2001-2010 NLTK Project | ||
# Author: Edward Loper <[email protected]> | ||
# URL: <http://nltk.sf.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
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,5 +1,5 @@ | ||
/* | ||
* Copyright (C) 2001-2009 NLTK Project | ||
* Copyright (C) 2001-2010 NLTK Project | ||
* Author: Edward Loper <[email protected]> | ||
* URL: <http://www.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 |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
* | ||
* Results are written to stdout. | ||
* | ||
* Copyright (C) 2001-2009 NLTK Project | ||
* Copyright (C) 2001-2010 NLTK Project | ||
* Author: Edward Loper <[email protected]> | ||
* URL: <http://www.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 |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
* --train-file FILE -- training data filename: one token per line, | ||
* sequences seperated by newlines. | ||
* | ||
* Copyright (C) 2001-2009 NLTK Project | ||
* Copyright (C) 2001-2010 NLTK Project | ||
* Author: Edward Loper <[email protected]> | ||
* URL: <http://www.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,6 +1,6 @@ | ||
# Natural Language Toolkit (NLTK) | ||
# | ||
# Copyright (C) 2001-2009 NLTK Project | ||
# Copyright (C) 2001-2010 NLTK Project | ||
# Authors: Steven Bird <[email protected]> | ||
# Edward Loper <[email protected]> | ||
# URL: <http://www.nltk.org/> | ||
|
@@ -24,7 +24,7 @@ | |
|
||
# Copyright notice | ||
__copyright__ = """\ | ||
Copyright (C) 2001-2009 NLTK Project. | ||
Copyright (C) 2001-2010 NLTK Project. | ||
Distributed and Licensed under the Apache License, Version 2.0, | ||
which is included by reference. | ||
|
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,6 +1,6 @@ | ||
# Natural Language Toolkit: Applications package | ||
# | ||
# Copyright (C) 2001-2009 NLTK Project | ||
# Copyright (C) 2001-2010 NLTK Project | ||
# Author: Edward Loper <[email protected]> | ||
# Steven Bird <[email protected]> | ||
# URL: <http://www.nltk.org/> | ||
|
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,6 +1,6 @@ | ||
# Natural Language Toolkit: Chart Parser Application | ||
# | ||
# Copyright (C) 2001-2009 NLTK Project | ||
# Copyright (C) 2001-2010 NLTK Project | ||
# Author: Edward Loper <[email protected]> | ||
# Jean Mark Gawron <[email protected]> | ||
# Steven Bird <[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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Natural Language Toolkit: Regexp Chunk Parser Application | ||
# | ||
# Copyright (C) 2001-2009 NLTK Project | ||
# Copyright (C) 2001-2010 NLTK Project | ||
# Author: Edward Loper <[email protected]> | ||
# URL: <http://www.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,6 +1,6 @@ | ||
# Natural Language Toolkit: Collocations Application | ||
# Much of the GUI code is imported from concordance.py; We intend to merge these tools together | ||
# Copyright (C) 2001-2009 NLTK Project | ||
# Copyright (C) 2001-2010 NLTK Project | ||
# Author: Sumukh Ghodke <[email protected]> | ||
# URL: <http://www.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,6 +1,6 @@ | ||
# Natural Language Toolkit: Concordance Application | ||
# | ||
# Copyright (C) 2001-2009 NLTK Project | ||
# Copyright (C) 2001-2010 NLTK Project | ||
# Author: Sumukh Ghodke <[email protected]> | ||
# URL: <http://www.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,6 +1,6 @@ | ||
# Natural Language Toolkit: Recursive Descent Parser Application | ||
# | ||
# Copyright (C) 2001-2009 NLTK Project | ||
# Copyright (C) 2001-2010 NLTK Project | ||
# Author: Edward Loper <[email protected]> | ||
# URL: <http://www.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,6 +1,6 @@ | ||
# Natural Language Toolkit: Shift-Reduce Parser Application | ||
# | ||
# Copyright (C) 2001-2009 NLTK Project | ||
# Copyright (C) 2001-2010 NLTK Project | ||
# Author: Edward Loper <[email protected]> | ||
# URL: <http://www.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,6 +1,6 @@ | ||
# Natural Language Toolkit: Wordfreq Application | ||
# | ||
# Copyright (C) 2001-2009 NLTK Project | ||
# Copyright (C) 2001-2010 NLTK Project | ||
# Author: Sumukh Ghodke <[email protected]> | ||
# URL: <http://www.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,6 +1,6 @@ | ||
# Natural Language Toolkit: WordNet Browser Application | ||
# | ||
# Copyright (C) 2001-2009 NLTK Project | ||
# Copyright (C) 2001-2010 NLTK Project | ||
# Author: Jussi Salmela <[email protected]> | ||
# Paul Bone <[email protected]> | ||
# URL: <http://www.nltk.org/> | ||
|
@@ -847,7 +847,7 @@ def get_static_web_help_page(): | |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> | ||
<html> | ||
<!-- Natural Language Toolkit: Wordnet Interface: Graphical Wordnet Browser | ||
Copyright (C) 2001-2009 NLTK Project | ||
Copyright (C) 2001-2010 NLTK Project | ||
Author: Jussi Salmela <[email protected]> | ||
URL: <http://www.nltk.org/> | ||
For license information, see LICENSE.TXT --> | ||
|
@@ -918,7 +918,7 @@ def get_static_index_page(with_shutdown): | |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"> | ||
<HTML> | ||
<!-- Natural Language Toolkit: Wordnet Interface: Graphical Wordnet Browser | ||
Copyright (C) 2001-2009 NLTK Project | ||
Copyright (C) 2001-2010 NLTK Project | ||
Author: Jussi Salmela <[email protected]> | ||
URL: <http://www.nltk.org/> | ||
For license information, see LICENSE.TXT --> | ||
|
@@ -952,7 +952,7 @@ def get_static_upper_page(with_shutdown): | |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> | ||
<html> | ||
<!-- Natural Language Toolkit: Wordnet Interface: Graphical Wordnet Browser | ||
Copyright (C) 2001-2009 NLTK Project | ||
Copyright (C) 2001-2010 NLTK Project | ||
Author: Jussi Salmela <[email protected]> | ||
URL: <http://www.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,6 +1,6 @@ | ||
# Wordnet Interface: Graphical Wordnet Browser | ||
# | ||
# Copyright (C) 2001-2009 NLTK Project | ||
# Copyright (C) 2001-2010 NLTK Project | ||
# Author: Jussi Salmela <[email protected]> | ||
# Paul Bone <[email protected]> | ||
# URL: <http://www.nltk.org/> | ||
|
@@ -743,7 +743,7 @@ def get_static_wx_help_page(): | |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> | ||
<html> | ||
<!-- Natural Language Toolkit: Wordnet Interface: Graphical Wordnet Browser | ||
Copyright (C) 2001-2009 NLTK Project | ||
Copyright (C) 2001-2010 NLTK Project | ||
Author: Jussi Salmela <[email protected]> | ||
URL: <http://www.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,6 +1,6 @@ | ||
# Natural Language Toolkit: Combinatory Categorial Grammar | ||
# | ||
# Copyright (C) 2001-2009 NLTK Project | ||
# Copyright (C) 2001-2010 NLTK Project | ||
# Author: Graeme Gange <[email protected]> | ||
# URL: <http://www.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,6 +1,6 @@ | ||
# Natural Language Toolkit: CCG Categories | ||
# | ||
# Copyright (C) 2001-2009 NLTK Project | ||
# Copyright (C) 2001-2010 NLTK Project | ||
# Author: Graeme Gange <[email protected]> | ||
# URL: <http://www.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,6 +1,6 @@ | ||
# Natural Language Toolkit: Combinatory Categorial Grammar | ||
# | ||
# Copyright (C) 2001-2009 NLTK Project | ||
# Copyright (C) 2001-2010 NLTK Project | ||
# Author: Graeme Gange <[email protected]> | ||
# URL: <http://www.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,6 +1,6 @@ | ||
# Natural Language Toolkit: Combinatory Categorial Grammar | ||
# | ||
# Copyright (C) 2001-2009 NLTK Project | ||
# Copyright (C) 2001-2010 NLTK Project | ||
# Author: Graeme Gange <[email protected]> | ||
# URL: <http://www.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,6 +1,6 @@ | ||
# Natural Language Toolkit: Combinatory Categorial Grammar | ||
# | ||
# Copyright (C) 2001-2009 NLTK Project | ||
# Copyright (C) 2001-2010 NLTK Project | ||
# Author: Graeme Gange <[email protected]> | ||
# URL: <http://www.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,6 +1,6 @@ | ||
# Natural Language Toolkit: Chatbots | ||
# | ||
# Copyright (C) 2001-2009 NLTK Project | ||
# Copyright (C) 2001-2010 NLTK Project | ||
# Authors: Steven Bird <[email protected]> | ||
# URL: <http://www.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,6 +1,6 @@ | ||
# Natural Language Toolkit: Eliza | ||
# | ||
# Copyright (C) 2001-2009 NLTK Project | ||
# Copyright (C) 2001-2010 NLTK Project | ||
# Authors: Steven Bird <[email protected]> | ||
# Edward Loper <[email protected]> | ||
# URL: <http://www.nltk.org/> | ||
|
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,6 +1,6 @@ | ||
# Natural Language Toolkit: Teen Chatbot | ||
# | ||
# Copyright (C) 2001-2009 NLTK Project | ||
# Copyright (C) 2001-2010 NLTK Project | ||
# Author: Selina Dennis <[email protected]> | ||
# URL: <http://www.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,6 +1,6 @@ | ||
# Natural Language Toolkit: Zen Chatbot | ||
# | ||
# Copyright (C) 2001-2009 NLTK Project | ||
# Copyright (C) 2001-2010 NLTK Project | ||
# Author: Peter Spiller <[email protected]> | ||
# URL: <http://www.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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Natural Language Toolkit: Chatbot Utilities | ||
# | ||
# Copyright (C) 2001-2009 NLTK Project | ||
# Copyright (C) 2001-2010 NLTK Project | ||
# Authors: Steven Bird <[email protected]> | ||
# URL: <http://www.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,6 +1,6 @@ | ||
# Natural Language Toolkit: Zen Chatbot | ||
# | ||
# Copyright (C) 2001-2009 NLTK Project | ||
# Copyright (C) 2001-2010 NLTK Project | ||
# Author: Amy Holland <[email protected]> | ||
# URL: <http://www.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,6 +1,6 @@ | ||
# Natural Language Toolkit: Chunkers | ||
# | ||
# Copyright (C) 2001-2009 NLTK Project | ||
# Copyright (C) 2001-2010 NLTK Project | ||
# Author: Steven Bird <[email protected]> | ||
# Edward Loper <[email protected]> | ||
# URL: <http://www.nltk.org/> | ||
|
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,6 +1,6 @@ | ||
# Natural Language Toolkit: Chunk parsing API | ||
# | ||
# Copyright (C) 2001-2009 NLTK Project | ||
# Copyright (C) 2001-2010 NLTK Project | ||
# Author: Edward Loper <[email protected]> | ||
# Steven Bird <[email protected]> (minor additions) | ||
# URL: <http://www.nltk.org/> | ||
|
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,6 +1,6 @@ | ||
# Natural Language Toolkit: Chunk parsing API | ||
# | ||
# Copyright (C) 2001-2009 NLTK Project | ||
# Copyright (C) 2001-2010 NLTK Project | ||
# Author: Edward Loper <[email protected]> | ||
# URL: <http://www.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,6 +1,6 @@ | ||
# Natural Language Toolkit: Regular Expression Chunkers | ||
# | ||
# Copyright (C) 2001-2009 NLTK Project | ||
# Copyright (C) 2001-2010 NLTK Project | ||
# Author: Edward Loper <[email protected]> | ||
# Steven Bird <[email protected]> (minor additions) | ||
# URL: <http://www.nltk.org/> | ||
|
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,6 +1,6 @@ | ||
# Natural Language Toolkit: Chunk format conversions | ||
# | ||
# Copyright (C) 2001-2009 NLTK Project | ||
# Copyright (C) 2001-2010 NLTK Project | ||
# Author: Edward Loper <[email protected]> | ||
# Steven Bird <[email protected]> (minor additions) | ||
# URL: <http://www.nltk.org/> | ||
|
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,6 +1,6 @@ | ||
# Natural Language Toolkit: Classifiers | ||
# | ||
# Copyright (C) 2001-2009 NLTK Project | ||
# Copyright (C) 2001-2010 NLTK Project | ||
# Author: Edward Loper <[email protected]> | ||
# URL: <http://www.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,6 +1,6 @@ | ||
# Natural Language Toolkit: Classifier Interface | ||
# | ||
# Copyright (C) 2001-2009 NLTK Project | ||
# Copyright (C) 2001-2010 NLTK Project | ||
# Author: Edward Loper <[email protected]> | ||
# Steven Bird <[email protected]> (minor additions) | ||
# URL: <http://www.nltk.org/> | ||
|
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,6 +1,6 @@ | ||
# Natural Language Toolkit: Decision Tree Classifiers | ||
# | ||
# Copyright (C) 2001-2009 NLTK Project | ||
# Copyright (C) 2001-2010 NLTK Project | ||
# Author: Edward Loper <[email protected]> | ||
# URL: <http://www.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,6 +1,6 @@ | ||
# Natural Language Toolkit: Interface to Mallet Machine Learning Package | ||
# | ||
# Copyright (C) 2001-2009 NLTK Project | ||
# Copyright (C) 2001-2010 NLTK Project | ||
# Author: Edward Loper <[email protected]> | ||
# URL: <http://www.nltk.org/> | ||
# For license information, see LICENSE.TXT | ||
|
Oops, something went wrong.