From 851e389dffdd6996ea32d70defb8906de80b9edc Mon Sep 17 00:00:00 2001 From: Chris Dyer Date: Mon, 14 Dec 2009 20:35:11 -0500 Subject: few small fixes of alignment tools, add new orthographic similarity feature for word aligner, final naming of directories, libraries in cdec --- compound-split/compound-split.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compound-split') diff --git a/compound-split/compound-split.pl b/compound-split/compound-split.pl index beca4dc0..490a5bc5 100755 --- a/compound-split/compound-split.pl +++ b/compound-split/compound-split.pl @@ -5,7 +5,7 @@ my $script_dir; BEGIN { use Cwd qw/ abs_path /; use File::Basename; $script_dir use Getopt::Long; use IPC::Open2; -my $CDEC = "$script_dir/../src/cdec"; +my $CDEC = "$script_dir/../decoder/cdec"; my $LANG = 'de'; my $BEAM = 2.1; -- cgit v1.2.3