| Home | Trees | Indices | Help |
|
|---|
|
|
1 # coding: utf-8
2
3 from nltk import word_tokenize
4
5
6 __meta__ = {'from': 'document',
7 'requires': ['text'],
8 'to': 'document',
9 'provides': ['tokens'],}
10
15
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sat Jun 9 05:46:13 2012 | http://epydoc.sourceforge.net |