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
I am using a list of list for the seed words which contains some words that may not be present in the dataset. I am getting a one line "Keyerror : "পেশী" for this. I tried using try-catch in the following manner:
`for t_id, st in enumerate(seed_topic_list):
I am using a list of list for the seed words which contains some words that may not be present in the dataset. I am getting a one line
"Keyerror : "পেশী"
for this. I tried using try-catch in the following manner:`for t_id, st in enumerate(seed_topic_list):
for word in st:
still not working. So , should I just train my Countvectorizer with the seed words?
The text was updated successfully, but these errors were encountered: