Module l555
[show private | hide private]
[frames | no frames]

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
  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)
process delimited text, one line at a time

Imported modules:
re, string, sys
Imported variables:
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


Generated by Epydoc 2.1 on Mon Nov 10 14:13:13 2008 http://epydoc.sf.net