semantic_strength_slot


INSTANCE semantic_strength_slot#1;
	slot_name = "is_optional";
	influence = semantic_strength_influence(negative);
	the_semantic_match_prescription = semantic_match_prescription#1; (* set indirectly *)
END_INSTANCE;

INSTANCE semantic_strength_slot#2;
	slot_name = "choice_set";
	influence = semantic_strength_influence(positive);
	the_semantic_match_prescription = semantic_match_prescription#1; (* set indirectly *)
END_INSTANCE;

INSTANCE semantic_strength_slot#3;
	slot_name = "lesser";
	influence = semantic_strength_influence(positive);
	the_semantic_match_prescription = semantic_match_prescription#2; (* set indirectly *)
END_INSTANCE;

INSTANCE semantic_strength_slot#4;
	slot_name = "greater";
	influence = semantic_strength_influence(negative);
	the_semantic_match_prescription = semantic_match_prescription#3; (* set indirectly *)
END_INSTANCE;

INSTANCE semantic_strength_slot#5;
	slot_name = "conjuncts";
	influence = semantic_strength_influence(positive);
	the_semantic_match_prescription = semantic_match_prescription#4; (* set indirectly *)
END_INSTANCE;

INSTANCE semantic_strength_slot#6;
	slot_name = "disjuncts";
	influence = semantic_strength_influence(negative);
	the_semantic_match_prescription = semantic_match_prescription#5; (* set indirectly *)
END_INSTANCE;

INSTANCE semantic_strength_slot#7;
	slot_name = "lower_bound";
	influence = semantic_strength_influence(positive);
	the_semantic_match_prescription = semantic_match_prescription#6; (* set indirectly *)
END_INSTANCE;

INSTANCE semantic_strength_slot#8;
	slot_name = "upper_bound";
	influence = semantic_strength_influence(negative);
	the_semantic_match_prescription = semantic_match_prescription#7; (* set indirectly *)
END_INSTANCE;

INSTANCE semantic_strength_slot#9;
	slot_name = "lower_bound";
	influence = semantic_strength_influence(positive);
	the_semantic_match_prescription = semantic_match_prescription#8; (* set indirectly *)
END_INSTANCE;

INSTANCE semantic_strength_slot#10;
	slot_name = "upper_bound";
	influence = semantic_strength_influence(negative);
	the_semantic_match_prescription = semantic_match_prescription#9; (* set indirectly *)
END_INSTANCE;

INSTANCE semantic_strength_slot#11;
	slot_name = "attributes";
	influence = semantic_strength_influence(negative);
	the_semantic_match_prescription = semantic_match_prescription#10; (* set indirectly *)
END_INSTANCE;