Skip to content

Commit

Permalink
ENH Consecutive siblings.
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-martins committed Mar 16, 2014
1 parent 138de00 commit 7bc808e
Show file tree
Hide file tree
Showing 5 changed files with 419 additions and 183 deletions.
2 changes: 1 addition & 1 deletion scripts_srl/train_test_semantic_parser.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ labeled=true # Output semantic labels.
deterministic_labels=true # Find and impose deterministic labels.
use_dependency_syntactic_features=true # Must set to false for the SemEval 2014 closed track.
case_sensitive=false # Distinguish word upper/lower case.
model_type=basic #af+as+gp+cp # Parts used in the model (subset of "af+cs+gp+as+hb+np+dp").
model_type=af+cs #af+as+gp+cp # Parts used in the model (subset of "af+cs+gp+as+hb+np+dp").
# Some shortcuts are: "standard" (means "af+cs+gp");
# "basic" (means "af"); and "full" (means "af+cs+gp+as+hb").
# Currently, flags np+dp are not recommended because they
Expand Down
Loading

0 comments on commit 7bc808e

Please sign in to comment.