| Trees | Indices | Help |
|
|---|
|
|
Defines classes and functions for parsing bodies of text to find words and prepare them for output to the user.
The top-level functions in this module are optimized to build Words from bodies of text containing more than a single Word. A chunking scheme based on the average length of words in the English language reduces the number of calls to Word.append and generally outperforms single character at a time processing (at least for English text).Organization: IBM Corporation
Copyright: Copyright (c) 2005, 2007 IBM Corporation
License:
The BSD License
All rights reserved. This program and the accompanying materials are made available under the terms of the BSD license which accompanies this distribution, and is available at http://www.opensource.org/licenses/bsd-license.php
|
|||
|
WordState Settings for Word parsing. |
|||
|
DefaultWordState Dummy WordState look-alike used by getContextFromString as a default set of settings when no state object is specified. |
|||
|
Word Represents a word in a body of text. |
|||
|
|||
| 3-tuple of Word |
|
||
| list of Word |
|
||
|
|||
| string |
VOWELS = _('AEIOUYaeiouy')Vowels in the used to determine if a word can be spoken |
||
|
|||
|
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Mon Jun 30 13:05:46 2008 | http://epydoc.sourceforge.net |