Bug 237583 - textproc/py-nltk: update to 3.4.1
Summary: textproc/py-nltk: update to 3.4.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Dmitry Sivachenko
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-04-26 15:06 UTC by Ruslan Makhmatkhanov
Modified: 2019-04-26 15:25 UTC (History)
0 users

See Also:
demon: maintainer-feedback+


Attachments
nltk 3.4.1 update (1.26 KB, patch)
2019-04-26 15:06 UTC, Ruslan Makhmatkhanov
no flags Details | Diff
buildlog (156.13 KB, text/plain)
2019-04-26 15:07 UTC, Ruslan Makhmatkhanov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2019-04-26 15:06:51 UTC
Created attachment 204041 [details]
nltk 3.4.1 update

+NLTK 3.4.1 release: April 2019
+  Add chomsky_normal_form for CFGs
+  Add meteor score
+  Add minimum edit/Levenshtein distance based alignment function
+  Allow access to collocation list via text.collocation_list()
+  Support corenlp server options
+  Drop support for Python 3.4
+  Other minor fixes
Comment 1 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2019-04-26 15:07:54 UTC
Created attachment 204042 [details]
buildlog
Comment 2 commit-hook freebsd_committer freebsd_triage 2019-04-26 15:24:38 UTC
A commit references this bug:

Author: rm
Date: Fri Apr 26 15:24:05 UTC 2019
New revision: 500115
URL: https://svnweb.freebsd.org/changeset/ports/500115

Log:
  textproc/py-nltk: update to 3.4.1

  Changelog:
  +  Add chomsky_normal_form for CFGs
  +  Add meteor score
  +  Add minimum edit/Levenshtein distance based alignment function
  +  Allow access to collocation list via text.collocation_list()
  +  Support corenlp server options
  +  Drop support for Python 3.4
  +  Other minor fixes

  PR:	    237583
  Approved by:	demon (maintainer)

Changes:
  head/textproc/py-nltk/Makefile
  head/textproc/py-nltk/distinfo
Comment 3 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2019-04-26 15:25:24 UTC
Committed, thanks!