Skip to content
Snippets Groups Projects
Commit 63033820 authored by Aurélien Lamercerie's avatar Aurélien Lamercerie
Browse files

Fix bug: Deprecated class net with individual extraction

parent 656ea5ab
No related branches found
No related tags found
No related merge requests found
......@@ -173,7 +173,7 @@ def extract_atom_individual(graph):
rule_triple_list += triple_list
# -- Deprecation: Mother Class Net
mother_class_net = net.ClassNet(graph, pattern.classNet)
rule_triple_list += mother_class_net.deprecate()
# mother_class_net = net.ClassNet(graph, pattern.classNet)
# rule_triple_list += mother_class_net.deprecate()
return rule_label, rule_triple_list
\ No newline at end of file
......@@ -81,7 +81,8 @@ atomic_extraction_sequence = ['atomic extraction sequence',
rule.extract_atom_property,
rule.extract_atom_value,
rule.extract_atom_phenomena,
rule.propagate_atom_relation]
rule.propagate_atom_relation
]
classification_sequence_1 = ['classification sequence (1)',
rule.classify_modality_phenomena,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment