diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-11-03 23:42:33 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-11-03 23:42:33 +0800 |
commit | ada4b666d2e700ae423f22b42ace1fad6bb9ba1d (patch) | |
tree | c4647434774e038a0cacd7578526b98ea8dff171 /textproc/Makefile | |
parent | 84e686060c5c54b7d79c3422953aa1fac1f15cf6 (diff) | |
download | freebsd-ports-gnome-ada4b666d2e700ae423f22b42ace1fad6bb9ba1d.tar.gz freebsd-ports-gnome-ada4b666d2e700ae423f22b42ace1fad6bb9ba1d.tar.zst freebsd-ports-gnome-ada4b666d2e700ae423f22b42ace1fad6bb9ba1d.zip |
add nltk 1.1
Natural language toolkit written in python
PR: 58745
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index f54731621135..e58b5b1f9244 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -168,6 +168,7 @@ SUBDIR += nicetext SUBDIR += nl-aspell SUBDIR += nl-ispell + SUBDIR += nltk SUBDIR += no-aspell SUBDIR += ocaml-pxp SUBDIR += ocaml-yaxpo |