forked from KhalilMrini/LAL-Parser
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix some minor bugs and add instructions
- Loading branch information
Kaiyu Yang
committed
Apr 2, 2020
1 parent
9006ea8
commit be44fce
Showing
5 changed files
with
13 additions
and
11 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
#!/usr/bin/env bash | ||
python src_joint/main.py test \ | ||
--dataset ptb \ | ||
--eval-batch-size 8 \ | ||
--consttest-ptb-path data/23.auto.clean \ | ||
--deptest-ptb-path data/ptb_test_3.3.0.sd \ | ||
--deptest-ptb-path data/ptb_test_3.3.0.sd.clean \ | ||
--embedding-path data/glove.gz \ | ||
--model-path-base best_parser.pt |