diff options
author | clsung <clsung@FreeBSD.org> | 2006-07-17 09:22:15 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-07-17 09:22:15 +0800 |
commit | 2b83888755495479b817ffbfbbc04d64c55b5c59 (patch) | |
tree | 151fbd4cbee845ab4be917fba45e427e37b4eb99 /textproc | |
parent | 13428c92cf2114b0fba3642f5307abaa9d9318ac (diff) | |
download | freebsd-ports-graphics-2b83888755495479b817ffbfbbc04d64c55b5c59.tar.gz freebsd-ports-graphics-2b83888755495479b817ffbfbbc04d64c55b5c59.tar.zst freebsd-ports-graphics-2b83888755495479b817ffbfbbc04d64c55b5c59.zip |
- update to 0.6.5
- Changes
- This release contains improvements to Shoebox file format support
(by Stuart Robinson and Greg Aumann);
- an implementation of hole semantics (by Peter Wang);
- improvements to lambda calculus and semantic interpretation modules
(by Ewan Klein); a new corpus (Sinica Treebank sample);
- and expanded tutorial discussions of trees, feature-based grammar,
unification, PCFGs, and more exercises.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/nltk_lite/Makefile | 2 | ||||
-rw-r--r-- | textproc/nltk_lite/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/textproc/nltk_lite/Makefile b/textproc/nltk_lite/Makefile index 5d7e4b54432..588b32eab4f 100644 --- a/textproc/nltk_lite/Makefile +++ b/textproc/nltk_lite/Makefile @@ -7,7 +7,7 @@ # PORTNAME= nltk_lite -PORTVERSION= 0.6.4 +PORTVERSION= 0.6.5 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME:C/_.*//} diff --git a/textproc/nltk_lite/distinfo b/textproc/nltk_lite/distinfo index 1e755a54913..18e49d5e029 100644 --- a/textproc/nltk_lite/distinfo +++ b/textproc/nltk_lite/distinfo @@ -1,3 +1,3 @@ -MD5 (nltk_lite-0.6.4.tar.gz) = 7db8b166efa3e175155c70e0ebb8dba9 -SHA256 (nltk_lite-0.6.4.tar.gz) = aed6d109cb2c7446936d86454e77d428a3fc6691015ea4d585461e738b3cfd4d -SIZE (nltk_lite-0.6.4.tar.gz) = 318971 +MD5 (nltk_lite-0.6.5.tar.gz) = 060d1626f3492a48cb6306350e281c85 +SHA256 (nltk_lite-0.6.5.tar.gz) = 31c7069dbbc3eef5ca97a9d4707e834de674499f276d69981df03562007c475a +SIZE (nltk_lite-0.6.5.tar.gz) = 351686 |