diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2015-04-19 13:43:02 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2015-04-19 13:43:02 +0000 |
commit | 38aadd0460a736616e6429494ab22dfbcf36f362 (patch) | |
tree | 8a85aea719a5fa8a9fe15673b270b5e6893681e0 | |
parent | aa62d3470449860068b13c8e8235f17266edc7cc (diff) | |
download | ports-38aadd0460a736616e6429494ab22dfbcf36f362.tar.gz ports-38aadd0460a736616e6429494ab22dfbcf36f362.zip |
Notes
-rw-r--r-- | textproc/nltk/pkg-descr | 25 |
1 files changed, 14 insertions, 11 deletions
diff --git a/textproc/nltk/pkg-descr b/textproc/nltk/pkg-descr index 1cc0a79f077c..4c2fb9afa691 100644 --- a/textproc/nltk/pkg-descr +++ b/textproc/nltk/pkg-descr @@ -1,14 +1,17 @@ -NLTK, the Natural Language Toolkit, is a suite of Python libraries and -programs for symbolic and statistical natural language processing. -NLTK includes graphical demonstrations and sample data. It is accompanied -by extensive documentation, including tutorials that explain the underlying -concepts behind the language processing tasks supported by the toolkit. +NLTK is a leading platform for building Python programs to work with human +language data. It provides easy-to-use interfaces to over 50 corpora and +lexical resources such as WordNet, along with a suite of text processing +libraries for classification, tokenization, stemming, tagging, parsing, +and semantic reasoning, and an active discussion forum. -NLTK is ideally suited to students who are learning NLP (natural language -processing) or conducting research in NLP or closely related areas, -including empirical linguistics, cognitive science, artificial intelligence, -information retrieval, and machine learning. NLTK has been used successfully -as a teaching tool, as an individual study tool, and as a platform for -prototyping and building research systems. +Thanks to a hands-on guide introducing programming fundamentals alongside +topics in computational linguistics, NLTK is suitable for linguists, +engineers, students, educators, researchers, and industry users alike. +NLTK is available for Windows, Mac OS X, and Linux. Best of all, NLTK is +a free, open source, community-driven project. + +NLTK has been called "a wonderful tool for teaching, and working in, +computational linguistics using Python" and "an amazing library to play +with natural language". WWW: http://www.nltk.org/ |