-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathdebug.sh
14 lines (14 loc) · 992 Bytes
/
debug.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
make CDOLSTMLabeler
wait
./CDOLSTMLabeler -p -train example/pos.train -dev example/pos.dev -option example/pos.option -word example/sena.emb -lastmodel example/pos.lastmodel
wait
./CDOLSTMLabeler -l -train example/Entity.train -dev example/Entity.dev -option example/demo.option -word example/sena.emb -lastmodel example/pos.lastmodel -model example/Entity.model
wait
./CDOLSTMLabeler -test example/Entity.test -model example/Entity.model -output example/Entity.test.output
#make SparseGatedCRFMLLabeler
# wait
# ./SparseLSTMCRFMLLabeler -p -train example/pos.train -dev example/pos.dev -option example/pos.option -word example/sena.emb -lastmodel example/pos.lastmodel
#wait
#./SparseGatedCRFMLLabeler -l -train example/Entity.train -dev example/Entity.dev -test example/Entity.test -option example/demo.option -word example/sena.emb -model example/Entity.model
#wait
#./SparseGatedCRFMLLabeler -test example/Entity.test -model example/Entity.model -output example/Entity.test.output