| Home | Trees | Index | Help |
|---|
| Module l555 |
|
this file contains several classes and functions we have used in the l555 class for dealing with corpora and lexicons
| Classes | |
|---|---|
Corpus |
a class representing a corpus (text). |
Lexicon |
An object which represents a lexicon. |
| Function Summary | |
|---|---|
convert string reprentation to float or int, as appropriate | |
Some test code to make sure all the methods and functions are working correctly | |
process delimited text, one line at a time | |
re,
string,
sys
division
| Function Details |
|---|
convertNumber(number)convert string reprentation to float or int, as appropriate |
main()Some test code to make sure all the methods and functions are working correctly |
processLine(line, delimiter='\t')process delimited text, one line at a time |
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Mon Nov 10 14:13:13 2008 | http://epydoc.sf.net |