descripteur.Descripteur = class Descripteur
    Descripteur
 
  Methods defined here:
__init__(self, n, **kw)
Construct with number n.
 
Keyword argument:
mot -- descriptor is string mot (default: "");
__str__(self)
(x.__str__()<==> str(x))
read_prop(self, p)
Build from Proportion p. Compute automatically
log-probabilites, or -10000 if log not possible.
read_str(self, st)
Build from string st. Return the number of read caracters iff ok,
else return 0 and is emptied.