Ismail Salim

Results 2 issues of Ismail Salim

I encountered a problem with the gensim library. Some commands are modified with the newer version. Could you please define which versions of the libraries you have used to run...

from operations_extractor import OperationsExtractor w2v_model = 'models/w2v_embeddings_lemmas_v3' classifier_model = 'models/fnn-model-1_7classes_dense32_perSentence_3' spacy_model = 'models/SpaCy_updated_v1.model' OC = OperationsExtractor(w2v_model, classifier_model, spacy_model) I have run the above code, but it says it cannot find...