Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/vowpal_wabbit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai-Wei Chang <kchang10.uiuc@gmail.com>2014-10-02 20:38:44 +0400
committerKai-Wei Chang <kchang10.uiuc@gmail.com>2014-10-02 20:38:44 +0400
commit24b176cde9d05a31815f84efbd46d73cd2889ff8 (patch)
tree09d4e2d3799d5c06e34a3c87a73d150a2dfab528 /test/RunTests
parenta812761767db06710d5fd51b3489714ced4103ca (diff)
Add an entity relation task (an application to vw-search)
Diffstat (limited to 'test/RunTests')
-rwxr-xr-xtest/RunTests5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/RunTests b/test/RunTests
index 3c94907d..89426804 100755
--- a/test/RunTests
+++ b/test/RunTests
@@ -1036,3 +1036,8 @@ __DATA__
train-sets/ref/ksvm_train.rbf.stderr
train-sets/ref/ksvm_train.rbf.predict
+# Test 65: Run search (dagger) on an entity-relation recognitions data set, er_small, for 6 passes with constraints
+{VW} -k -c -d train-sets/er_small.vw --passes 6 --search_task entity_relation --search 10 --constraints --search_alpha 1e-8
+ train-sets/ref/search_er.stderr
+
+