Skip to content

Commit

Permalink
Add more variables (related to topic translation) to config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
plkumjorn committed Mar 22, 2019
1 parent 0c80cdc commit 956d935
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src_reject/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,10 @@
# kg_vector_data_path = kg_vector_dir + "KG_VECTORS_2.pickle"

word_embed_file_path = "../data/glove/glove.6B.200d.txt"

word_embed_gensim_file_path = '../data/glove/glove.6B.200d.gensim.txt'
conceptnet_path = "../wordEmbeddings/conceptnet-assertions-en-5.6.0.csv"
POS_OF_WORD_path = "../data/POS_OF_WORD.pickle"
WORD_TOPIC_TRANSLATION_path = "../data/WORD_TOPIC_TRANSLATION.pickle"

# TODO by Peter: how to get these rejector files
if dataset == "dbpedia" and unseen_rate == 0.25:
Expand Down

0 comments on commit 956d935

Please sign in to comment.