Farid Haziyev

Results 4 issues of Farid Haziyev

In the prediction make_w2v_embeddings creates a new vector for each sentence. So numbers are not consistent with the prediction. It should be same with the training data. For example when...

Just replaced **tensorflow** imports with **tensorflow.compat.v1** and added **tf.disable_v2_behavior** thats all.

In the score_paragraphs method content score is calculated like this: **content_score += len(inner_text.split(','))** But I think it should be like below, because there may be no comma in a text....

@aluminumbox Hello. I wanted to add new emotion tags such as: "[surprise yelp]", "[heavy breathing]", "[excited whoop]" etc. When I checked I found out that tokenizer has: **151663** tokens, but...