From c915af2347a676b1f3b11dc4c0865c4bdb7ca609 Mon Sep 17 00:00:00 2001 From: Chris Dyer Date: Sun, 30 Nov 2014 21:30:09 -0500 Subject: implementation of Rico Sennrich's CKY+ variant; it currently doesn't support span limits so it is not enabled, but it seems to be functional. --- decoder/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'decoder/Makefile.am') diff --git a/decoder/Makefile.am b/decoder/Makefile.am index fcb95e65..78ab4d63 100644 --- a/decoder/Makefile.am +++ b/decoder/Makefile.am @@ -36,6 +36,7 @@ libcdec_a_SOURCES = \ aligner.h \ apply_models.h \ bottom_up_parser.h \ + bottom_up_parser-rs.h \ csplit.h \ decoder.h \ earley_composer.h \ @@ -99,6 +100,7 @@ libcdec_a_SOURCES = \ aligner.cc \ apply_models.cc \ bottom_up_parser.cc \ + bottom_up_parser-rs.cc \ cdec.cc \ cdec_ff.cc \ csplit.cc \ -- cgit v1.2.3