TymaaHammouda commited on
Commit
c479870
·
1 Parent(s): 70aad61

entities name update

Browse files
Files changed (1) hide show
  1. IBO_to_XML.py +2 -2
IBO_to_XML.py CHANGED
@@ -130,6 +130,6 @@ def sortTags(entities):
130
  str_tag = " "
131
  str_tag = str_tag.join(tags)
132
  str_tag = str_tag.strip()
133
- entity[temp_counter][1] = str_tag
134
  temp_counter += 1
135
- return entities
 
130
  str_tag = " "
131
  str_tag = str_tag.join(tags)
132
  str_tag = str_tag.strip()
133
+ temp_entities[temp_counter][1] = str_tag
134
  temp_counter += 1
135
+ return temp_entities