Revision adf7f5cbc3a0a4a731da6f6f2d1a5ca2c9efacba authored by Keith Alcock on 20 October 2020, 05:25:16 UTC, committed by Keith Alcock on 20 October 2020, 05:25:16 UTC
1 parent 755fdcb
Raw File
.gitignore
*.class
*.log
.idea
.idea/*
*.iml
core/*.iml
.#*
.DS_Store
Makefile

vocab.txt
w2vvoc.txt
SavedLSTM_tag_20190806
SavedLSTM_WideBound_tag
SentencesInfo_all_label_final_ExactRecur.txt
SentencesInfo_all_label_final_ExactRecur_ExpandBound.txt
SentencesInfo_all_label_final_ExactRecur_ExpandBound_WideSubjObjBound.txt
SentencesInfo_all_label_final_ExactRecur_train.csv


# sbt specific
dist/*
target/
lib_managed/
src_managed/
project/boot/
project/plugins/project/
.bsp

# Scala-IDE specific
.scala_dependencies
# SavedLSTM

back to top