-
Notifications
You must be signed in to change notification settings - Fork 0
NLTK Source
License
KeyuGG/nltk
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
############################################################### ### Natural Language Toolkit (NLTK) ### ###~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~### ### Copyright (C) 2007 University of Pennsylvania ### ### Authors: Steven Bird <[email protected]> ### ### Edward Loper <[email protected]> ### ### Ewan Klein <[email protected]> ### ### URL: <http://nltk.org> ### ### For license information, see LICENSE.TXT ### ############################################################### Introduction ~~~~~~~~~~~~ NLTK, the Natural Language Toolkit, is a suite of program modules, data sets and tutorials supporting research and teaching in computational linguistics and natural language processing. 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. Documentation ~~~~~~~~~~~~~ A substantial amount of documentation about how to use NLTK is available from the NLTK website: http://nltk.org/ In particular, the NLTK homepage contains three types of documentation: - The book teaches students how to use the toolkit, in the context of performing specific tasks. They are appropriate for anyone who wishes to learn how to use the toolkit. http://nltk.org/index.php/Book - The toolkit's reference documentation describes every module, interface, class, method, function, and variable in the toolkit. This documentation should be useful to both users and developers. http://nltk.org/doc/api/ Mailing Lists ~~~~~~~~~~~~~ There are four mailing lists associated with NTLK: - nltk-announce: Public information and announcements about NLTK (very low volume) - nltk-devel: Discussions between NLTK developers - nltk-commits: Subversion commit logs for NLTK - nltk-teach: Discussions between people teaching courses using NLTK (closed list) To subscribe: - <http://lists.sourceforge.net/lists/listinfo/nltk-announce> - <http://lists.sourceforge.net/lists/listinfo/nltk-devel> - <http://lists.sourceforge.net/lists/listinfo/nltk-commits> - nltk-teach: please contact Steven Bird <[email protected]> Archives: - <http://sourceforge.net/mailarchive/forum.php?forum=nltk-announce> - <http://sourceforge.net/mailarchive/forum.php?forum=nltk-devel> - <http://sourceforge.net/mailarchive/forum.php?forum=nltk-commits> Contributing ~~~~~~~~~~~~ If you would like to contribute to NLTK, please see http://nltk.org/index.php/Contribute Redistributing ~~~~~~~~~~~~~~ NLTK source code is distributed under the Gnu Public License. NLTK documentation is distributed under the Creative Commons Sharealike License. NLTK may be freely redistributed, subject to the provisions of these licenses. Citing ~~~~~~ Please cite NLTK as follows: Bird, Steven, Edward Loper and Ewan Klein (2007). Natural Language Toolkit. http://nltk.org/
About
NLTK Source
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Python 98.4%
- Jupyter Notebook 1.2%
- Other 0.4%