Skip to content
Snippets Groups Projects
Commit 1990ed3d authored by Ian Longden's avatar Ian Longden
Browse files

added -gappedextension FALSE to make it faster

parent 60976787
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ use vars '@ISA';
sub options {
return ('--model', 'affine:local', '--subopt', 'no', '--bestn', '1');
return ('-gappedextension FALSE', '--model', 'affine:local', '--subopt', 'no', '--bestn', '1');
}
......
......@@ -9,7 +9,7 @@ use vars '@ISA';
sub options {
return ('--model', 'affine:local', '--subopt', 'no', '--bestn', '1');
return ('-gappedextension FALSE', '--model', 'affine:local', '--subopt', 'no', '--bestn', '1');
}
sub query_identity_threshold {
......
......@@ -10,7 +10,7 @@ use vars '@ISA';
sub options {
return ('--model', 'affine:local', '--subopt', 'no', '--bestn', '1');
return ('-gappedextension FALSE', '--model', 'affine:local', '--subopt', 'no', '--bestn', '1');
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment