You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@staticmethod
def context_gen(sample, use_inline_mentions=True):
ctx = []
if use_inline_mentions and sample["in_text_mention"]:
for sent in ex["in_text_mention"]:
if isinstance(sent, dict):
sent = sent["tokens"]
..................
..................
NameError: name 'ex' is not defined.
The text was updated successfully, but these errors were encountered:
@staticmethod
def context_gen(sample, use_inline_mentions=True):
ctx = []
if use_inline_mentions and sample["in_text_mention"]:
for sent in ex["in_text_mention"]:
if isinstance(sent, dict):
sent = sent["tokens"]
..................
..................
NameError: name 'ex' is not defined.
The text was updated successfully, but these errors were encountered: