Skip to content
Snippets Groups Projects
Commit 01a898c3 authored by Thomas Edwards's avatar Thomas Edwards
Browse files

styling tweak

parent 6bcd5075
Branches
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ def run_ner_on_text(page):
word = item.word
ner = item.ner
idx = item.idx
obj = {"word":word, "translation": "" , "ner":ner, "idx":idx}
obj = {"word": word, "translation": "", "ner": ner, "idx": idx}
data.append(obj)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment