https://github.com/aseveryn/deep-qa
Raw File
Tip revision: 249a1ec14ef980a5630b1a2dccf5f587245e16e1 authored by Aliaksei Severyn on 29 August 2016, 20:36:49 UTC
CRF layer
Tip revision: 249a1ec
run_build_datasets.sh
# Parse the xml files and convert to integer dataset for the Deep Learning model
python parse.py

# Extract the embeddings for the words in the vocabulary from the pre-trained word2vec file
python extract_embeddings.py

# Re-compile the trec_eval script
cd trec_eval-8.0
make clean
make
cd ..
back to top