Mustafa Ibrahim

Results 10 issues of Mustafa Ibrahim

I changed the eval words to some of my own I end up with this error, any idea why? --------------------------------------------------------------------------- KeyError Traceback (most recent call last) in () 8 9...

Thank you firstly for the tutorial I wanted to ask if it is possible to use the final embeddings to test out a word and return top 10 similar terms....

Preprocessing still doesn't happen since there is an error in this line: positive = int(line[:line.find(',')]) Here is the warning I get: ValueError: invalid literal for int() with base 10: 'label'...

Hi Thank you for creating this What are the steps to follow to recreate this? Thank you Best Mustafa

Using TensorFlow backend. Traceback (most recent call last): File "ner_train.py", line 16, in layer_arg = int(sys.argv[2]) ValueError: invalid literal for int() with base 10: 'news_tagged_data.txt' When i run python3 ner_train.py...

Any idea what I might be doing wrong? UnicodeDecodeError Traceback (most recent call last) in () 8 for f in files: 9 file = open(f) ---> 10 words.append(file.read()) 11 file.close()...

Even though i have plenty of memory When I try to merge I get this Traceback (most recent call last): File "summarize.py", line 112, in data = [' '.join(document) for...

hi Firstly thanks for this approach its great secondly, when i run npm start i get this npm start > [email protected] start /Users/Mustafa/Desktop/WitAI-Facebook-Messenger-chatbot-boilerplate > node index.js /Users/Mustafa/Desktop/WitAI-Facebook-Messenger-chatbot-boilerplate/config.js:8 }; ^ SyntaxError:...

What is the accuracy level of these predictions over a larger list of twitter handles or tweets?

raise ValueError("empty vocabulary; perhaps the documents only" ValueError: empty vocabulary; perhaps the documents only contain stop words Why am i getting this error, min_df = 2 and everything else seems...