/Question-Answering-system-using-Doc2Vec

In this project we will be building question answering system using doc2vec model

Primary LanguagePythonMIT LicenseMIT

Question-Answering-system-using-Doc2Vec

In this project we will be building question answering system using doc2vec model

Model :

  • We will be using data.txt to train the doc2vec model.

  • we will find the most probable document using document similarity score in Doc2Vec model.

  • After the training for faster execution and also to avoid the retraining the model, we will save the model.

Modules :

  • gensm
  • pickle