1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | |
---|
3 | # $Id$ |
---|
4 | |
---|
5 | PortSystem 1.0 |
---|
6 | PortGroup python25 1.0 |
---|
7 | |
---|
8 | name py25-nltk |
---|
9 | version 0.9.5 |
---|
10 | categories python textproc |
---|
11 | platforms darwin |
---|
12 | maintainers users.sourceforge.net:stevenbird |
---|
13 | description Natural Language Toolkit |
---|
14 | long_description NLTK is Python modules for research and development in natural language processing |
---|
15 | homepage http://nltk.org/ |
---|
16 | master_sites sourceforge:nltk |
---|
17 | distname nltk-${version} |
---|
18 | |
---|
19 | checksums md5 e4eada7c3a4f68119ad910d86cfff6a2 \ |
---|
20 | sha1 2267ac50c6c2cede9286c3b502ead98045678d80 \ |
---|
21 | rmd160 079ccaf078405310028d2d1e93f0d46486d313ca |
---|
22 | |
---|
23 | depends_lib port:py25-numpy \ |
---|
24 | port:py25-matplotlib |
---|
25 | |
---|