Home | Trees | Indices | Help |
|
---|
|
1 # Natural Language Toolkit: Tokenizers 2 # 3 # Copyright (C) 2001-2007 University of Pennsylvania 4 # Author: Edward Loper <edloper@gradient.cis.upenn.edu> 5 # Steven Bird <sb@csse.unimelb.edu.au> (minor additions) 6 # URL: <http://nltk.sf.net> 7 # For license information, see LICENSE.TXT 8 9 """ 10 Functions for tokenizing text. 11 """ 12 13 from simple import * 14 from regexp import * 15 from sexpr import * 16
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Wed May 16 22:47:39 2007 | http://epydoc.sourceforge.net |