Package ZenEvents :: Module EventClassifier
[show private | hide private]
[frames | no frames]

Module ZenEvents.EventClassifier

Event classifier classifies events based on their summary text. It uses a positional index to determin the class. So for each word in the summary it looks for the same word or wild card to determine which classes that word in that position could be part.

positionIndex is an array of dictionaries. Each positoin of the array represents the position of the word in the summary string. The value is a dictionary with the words as keys and a tuple of classids as values.
Classes
EventClassifier  

Exceptions
EventClassNotFound  
EventClassNotUnique  

Generated by Epydoc 2.1 on Thu Aug 16 09:55:12 2007 http://epydoc.sf.net