diff options
author | demon <demon@FreeBSD.org> | 2015-04-19 21:43:02 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2015-04-19 21:43:02 +0800 |
commit | 3d5711a31e508baafbb87f444922d047d99425d1 (patch) | |
tree | 8a85aea719a5fa8a9fe15673b270b5e6893681e0 /textproc | |
parent | a4093e0b0a09b37fc122fb2334af72ba0fe24a72 (diff) | |
download | freebsd-ports-gnome-3d5711a31e508baafbb87f444922d047d99425d1.tar.gz freebsd-ports-gnome-3d5711a31e508baafbb87f444922d047d99425d1.tar.zst freebsd-ports-gnome-3d5711a31e508baafbb87f444922d047d99425d1.zip |
Update description base on project's homepage.
Diffstat (limited to 'textproc')
-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/ |