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:
authorU-NORTHAMERICA\t-kaicha <t-kaicha@T-KAICHA.northamerica.corp.microsoft.com>2014-06-16 22:42:46 +0400
committerU-NORTHAMERICA\t-kaicha <t-kaicha@T-KAICHA.northamerica.corp.microsoft.com>2014-06-16 22:42:46 +0400
commit2527f21557b5c0618780ce90b3b7b49f6c876aec (patch)
tree9b2bb0a7df0e88dbc3f1815f0dab900b04081bd8 /Makefile.am
parent0c8da21c979951a36373ca0cb601d4c5bd056038 (diff)
1) add entity relation task solved by searn
2) make history_info, add_history_to_example, and remove_history_to_example public, so that users can define their own history features.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 22eae59f..36de77e0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -49,6 +49,7 @@ noinst_HEADERS = vowpalwabbit/accumulate.h \
vowpalwabbit/scorer.h \
vowpalwabbit/searn.h \
vowpalwabbit/searn_sequencetask.h \
+ vowpalwabbit/searn_entityrelationtask.h \
vowpalwabbit/sender.h \
vowpalwabbit/topk.h \
vowpalwabbit/unique_sort.h \