Generates FAQ from a given Q/A dataset(Tested on amazon)
1.Python 2.7.10
2.Numpy
3.Scripy
4.Pandas
5.gzip
6.glob
7.nltk
8.dateutil
9.re
10.pickle
- Clone/download the repository
- Ensure that Q/A dataset is from here if you want to test on a different dataset.
- Execute python main.py
Add these commands to your ~/.bash_profile file:
export LC_ALL="en_US.UTF-8"
export LANG="en_US.UTF-8"
source ~/.bash_profile