Skip to content

Commit 8fe3348

Browse files
authored
Merge branch 'develop' into fixcrash
2 parents d38a72d + 895a1a9 commit 8fe3348

File tree

337 files changed

+698
-363
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

337 files changed

+698
-363
lines changed

AUTHORS.md

Lines changed: 3 additions & 0 deletions

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Natural Language Toolkit: source Makefile
22
#
3-
# Copyright (C) 2001-2024 NLTK Project
3+
# Copyright (C) 2001-2025 NLTK Project
44
# Author: Steven Bird <[email protected]>
55
# Edward Loper <[email protected]>
66
# URL: <https://www.nltk.org/>

README.md

Lines changed: 1 addition & 1 deletion

RELEASE-HOWTO.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Building an NLTK distribution
2929

3030
3. Build Documentation
3131
- Check the copyright year is correct and update if necessary
32-
e.g. ./tools/global_replace.py 2001-2022 2001-2024
32+
e.g. ./tools/global_replace.py 2001-2022 2001-2025
3333
check web/conf.py copyright line
3434
- Check that installation instructions are up-to-date
3535
(including the range of Python versions that are supported)

nltk/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Natural Language Toolkit (NLTK)
22
#
3-
# Copyright (C) 2001-2024 NLTK Project
3+
# Copyright (C) 2001-2025 NLTK Project
44
# Authors: Steven Bird <[email protected]>
55
# Edward Loper <[email protected]>
66
# URL: <https://www.nltk.org/>
@@ -43,7 +43,7 @@
4343

4444
# Copyright notice
4545
__copyright__ = """\
46-
Copyright (C) 2001-2024 NLTK Project.
46+
Copyright (C) 2001-2025 NLTK Project.
4747
4848
Distributed and Licensed under the Apache License, Version 2.0,
4949
which is included by reference.

nltk/app/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Natural Language Toolkit: Applications package
22
#
3-
# Copyright (C) 2001-2024 NLTK Project
3+
# Copyright (C) 2001-2025 NLTK Project
44
# Author: Edward Loper <[email protected]>
55
# Steven Bird <[email protected]>
66
# URL: <https://www.nltk.org/>

nltk/app/chartparser_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Natural Language Toolkit: Chart Parser Application
22
#
3-
# Copyright (C) 2001-2024 NLTK Project
3+
# Copyright (C) 2001-2025 NLTK Project
44
# Author: Edward Loper <[email protected]>
55
# Jean Mark Gawron <[email protected]>
66
# Steven Bird <[email protected]>

nltk/app/chunkparser_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Natural Language Toolkit: Regexp Chunk Parser Application
22
#
3-
# Copyright (C) 2001-2024 NLTK Project
3+
# Copyright (C) 2001-2025 NLTK Project
44
# Author: Edward Loper <[email protected]>
55
# URL: <https://www.nltk.org/>
66
# For license information, see LICENSE.TXT

nltk/app/collocations_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Natural Language Toolkit: Collocations Application
22
# Much of the GUI code is imported from concordance.py; We intend to merge these tools together
3-
# Copyright (C) 2001-2024 NLTK Project
3+
# Copyright (C) 2001-2025 NLTK Project
44
# Author: Sumukh Ghodke <[email protected]>
55
# URL: <https://www.nltk.org/>
66
# For license information, see LICENSE.TXT

nltk/app/concordance_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Natural Language Toolkit: Concordance Application
22
#
3-
# Copyright (C) 2001-2024 NLTK Project
3+
# Copyright (C) 2001-2025 NLTK Project
44
# Author: Sumukh Ghodke <[email protected]>
55
# URL: <https://www.nltk.org/>
66
# For license information, see LICENSE.TXT

0 commit comments

Comments
 (0)