Administrator
|
Hi,
By weight, you mean an arbitrary float value ? You can create a "weight" annotation as follows:
class weight(AnnotationProperty): pass
weight[a, has, b] = 0.5 # put here the desired value.
Best regards,
Jean-Baptiste Lamy
MCF, LIMICS, Université Paris 13
|