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

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhieuhoang1972 <hieuhoang1972@1f5c12ca-751b-0410-a591-d2e778427230>2007-03-15 01:30:25 +0300
committerhieuhoang1972 <hieuhoang1972@1f5c12ca-751b-0410-a591-d2e778427230>2007-03-15 01:30:25 +0300
commit4b0ea463c8e1811ca6aee70704000099c0d2125b (patch)
tree3e57434ed4d05a0f298310d2b17c63f650f40d5f /scripts/recaser
parent3c07c5df4da11f611d516c731968b93a856ddef5 (diff)
add svn id comments to start of file
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@1308 1f5c12ca-751b-0410-a591-d2e778427230
Diffstat (limited to 'scripts/recaser')
-rwxr-xr-xscripts/recaser/recase.perl2
-rwxr-xr-xscripts/recaser/train-recaser.perl2
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/recaser/recase.perl b/scripts/recaser/recase.perl
index fa7f08430..a6fc82133 100755
--- a/scripts/recaser/recase.perl
+++ b/scripts/recaser/recase.perl
@@ -1,6 +1,6 @@
#!/usr/bin/perl -w
-# $Id: consolidate-training-data.perl 40 2007-03-14 22:48:03Z hieu $
+# $Id$
use strict;
use Getopt::Long "GetOptions";
diff --git a/scripts/recaser/train-recaser.perl b/scripts/recaser/train-recaser.perl
index 915d1378f..10e2c008d 100755
--- a/scripts/recaser/train-recaser.perl
+++ b/scripts/recaser/train-recaser.perl
@@ -1,6 +1,6 @@
#!/usr/bin/perl -w
-# $Id: consolidate-training-data.perl 40 2007-03-14 22:48:03Z hieu $
+# $Id$
use strict;
use Getopt::Long "GetOptions";