Skip to content

Commit

Permalink
updates for 3.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenbird committed May 16, 2017
1 parent 25731cb commit 2e427d5
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 3 deletions.
26 changes: 26 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
Version 3.2.3 2017-05-16

* new interface to Stanford CoreNLP Web API
* improved Lancaster stemmer with customizable rules from Whoosh
* improved Treebank tokenizer
* improved support for GLEU score
* adopt new Abstract base class style
* support custom tab files for extending WordNet
* make synset_from_pos_and_offset a public method
* make non-English WordNet lemma lookups case-insensitive
* speed up TnT tagger
* speed up FreqDist and ConditionalFreqDist
* support additional quotes in TreebankWordTokenizer
* clean up Tk's postscript output
* drop explicit support for corpora not distributed with NLTK to streamline testing
* allow iterator in perceptron tagger training
* allow for curly bracket quantifiers in chunk.regexp.CHUNK_TAG_PATTERN
* new corpus reader for MWA subset of PPDB
* improved testing framework

Thanks to the following contributors to 3.2.3:
Mark Amery, Carl Bolz, Abdelhak Bougouffa, Matt Chaput, Michael Goodman,
Jaehoon Hwang, Naoya Kanai, Jackson Lee, Christian Meyer, Dmitrijs Milajevs,
Adam Nelson, Pierpaolo Pantone, Liling Tan, Vilhjalmur Thorsteinsson,
Arthur Tilley, jmhutch, Yorwba, eromoe and others

Version 3.2.2 2016-12-31
* added Kondrak's Aline algorithm
* added ChrF and GLEU MT evaluation metrics
Expand Down
2 changes: 1 addition & 1 deletion nltk/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.2
3.2.3
2 changes: 1 addition & 1 deletion web/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
# The short X.Y version.
version = '3'
# The full version, including alpha/beta/rc tags.
release = '3.2.2'
release = '3.2.3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion web/install.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Installing NLTK
===============

NLTK requires Python versions 2.7 or 3.4+
NLTK requires Python versions 2.7, 3.4, or 3.5

Mac/Unix
--------
Expand Down
9 changes: 9 additions & 0 deletions web/news.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
NLTK News
=========

2017
----

NLTK 3.2.3 released: May 2017
Interface to Stanford CoreNLP Web API, improved Lancaster stemmer,
improved Treebank tokenizer, support custom tab files for extending WordNet,
speed up TnT tagger, speed up FreqDist and ConditionalFreqDist,
new corpus reader for MWA subset of PPDB; improvements to testing framework

2016
----

Expand Down

0 comments on commit 2e427d5

Please sign in to comment.