summaryrefslogtreecommitdiff
path: root/matcher/matcher.pl
diff options
context:
space:
mode:
Diffstat (limited to 'matcher/matcher.pl')
-rwxr-xr-xmatcher/matcher.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/matcher/matcher.pl b/matcher/matcher.pl
index 29f62ec..7168c11 100755
--- a/matcher/matcher.pl
+++ b/matcher/matcher.pl
@@ -29,6 +29,7 @@
#
use strict;
+my $debug = 0;
my %NonCriticalRules ;
@@ -144,6 +145,7 @@ my $senttok= "," . join(",",@licSentNames) . ",";
my @result=();
my $countMatches = 0;
+print "[$senttok]\n" if $debug;
Match_License();
# do we have to check again?