Package tipy :: Module drvr
[hide private]
[frames] | no frames]

Module drvr

source code

The Driver class holds everything the program needs to perform prediction.

It gather instances of needed classes, implement some wrapper methods and the very important drvr.Driver.predict method which actualy compute the suggested words.

Classes [hide private]
  UnknownTypeCastError
  MissingConfigurationSection
  MissingConfigurationOption
  Configuration
Copy a configuration file (ini format) in memory.
  Driver
The Driver class gather classes inctances and variables of the program.
Variables [hide private]
  __package__ = 'tipy'