source: trunk/gsdl/perllib/plugins/BasPlug.pm@ 12970

Last change on this file since 12970 was 12970, checked in by kjdon, 18 years ago

set_keepold and self->{'keepold'} have been changed to set_incremental and self->{'incremental'}

  • Property svn:keywords set to Author Date Id Revision
File size: 47.0 KB
Line 
1###########################################################################
2#
3# BasPlug.pm -- base class for all the import plugins
4# A component of the Greenstone digital library software
5# from the New Zealand Digital Library Project at the
6# University of Waikato, New Zealand.
7#
8# Copyright (C) 1999-2005 New Zealand Digital Library Project
9#
10# This program is free software; you can redistribute it and/or modify
11# it under the terms of the GNU General Public License as published by
12# the Free Software Foundation; either version 2 of the License, or
13# (at your option) any later version.
14#
15# This program is distributed in the hope that it will be useful,
16# but WITHOUT ANY WARRANTY; without even the implied warranty of
17# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18# GNU General Public License for more details.
19#
20# You should have received a copy of the GNU General Public License
21# along with this program; if not, write to the Free Software
22# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
23#
24###########################################################################
25
26package BasPlug;
27
28BEGIN {
29 die "GSDLHOME not set\n" unless defined $ENV{'GSDLHOME'};
30}
31
32eval {require bytes};
33
34# suppress the annoying "subroutine redefined" warning that various
35# plugins cause under perl 5.6
36$SIG{__WARN__} = sub {warn($_[0]) unless ($_[0] =~ /Subroutine\s+\S+\sredefined/)};
37
38use strict;
39no strict 'subs';
40no strict 'refs'; # allow filehandles to be variables and viceversa
41
42use File::Basename;
43
44use Kea;
45use multiread;
46use encodings;
47use unicode;
48use cnseg;
49use acronym;
50use textcat;
51use doc;
52eval "require diagnostics"; # some perl distros (eg mac) don't have this
53use DateExtract;
54use ghtml;
55use gsprintf 'gsprintf';
56use printusage;
57use parse2;
58
59
60use GISBasPlug;
61
62@BasPlug::ISA = ( GISBasPlug );
63
64my $unicode_list =
65 [ { 'name' => "ascii",
66 'desc' => "{BasPlug.input_encoding.ascii}" },
67 { 'name' => "utf8",
68 'desc' => "{BasPlug.input_encoding.utf8}" },
69 { 'name' => "unicode",
70 'desc' => "{BasPlug.input_encoding.unicode}" } ];
71
72my $auto_unicode_list =
73 [ { 'name' => "auto",
74 'desc' => "{BasPlug.input_encoding.auto}" } ];
75
76my $e = $encodings::encodings;
77foreach my $enc (sort {$e->{$a}->{'name'} cmp $e->{$b}->{'name'}} keys (%$e))
78{
79 my $hashEncode =
80 {'name' => $enc,
81 'desc' => $e->{$enc}->{'name'}};
82
83 push(@{$unicode_list},$hashEncode);
84}
85
86push(@{$auto_unicode_list},@{$unicode_list});
87
88my $arguments =
89 [ { 'name' => "process_exp",
90 'desc' => "{BasPlug.process_exp}",
91 'type' => "regexp",
92 'deft' => "",
93 'reqd' => "no" },
94 { 'name' => "block_exp",
95 'desc' => "{BasPlug.block_exp}",
96 'type' => "regexp",
97 'deft' => "",
98 'reqd' => "no" },
99 { 'name' => "smart_block",
100 'desc' => "{BasPlug.smart_block}",
101 'type' => "flag",
102 'reqd' => "no" },
103 { 'name' => "associate_ext",
104 'desc' => "{BasPlug.associate_ext}",
105 'type' => "string",
106 'reqd' => "no" },
107 { 'name' => "associate_tail_re",
108 'desc' => "{BasPlug.associate_tail_re}",
109 'type' => "string",
110 'reqd' => "no" },
111 { 'name' => "input_encoding",
112 'desc' => "{BasPlug.input_encoding}",
113 'type' => "enum",
114 'list' => $auto_unicode_list,
115 'reqd' => "no" ,
116 'deft' => "auto" } ,
117 { 'name' => "default_encoding",
118 'desc' => "{BasPlug.default_encoding}",
119 'type' => "enum",
120 'list' => $unicode_list,
121 'reqd' => "no",
122 'deft' => "utf8" },
123 { 'name' => "extract_language",
124 'desc' => "{BasPlug.extract_language}",
125 'type' => "flag",
126 'reqd' => "no" },
127 { 'name' => "default_language",
128 'desc' => "{BasPlug.default_language}",
129 'type' => "string",
130 'deft' => "en",
131 'reqd' => "no" },
132 { 'name' => "extract_acronyms",
133 'desc' => "{BasPlug.extract_acronyms}",
134 'type' => "flag",
135 'reqd' => "no" },
136 { 'name' => "markup_acronyms",
137 'desc' => "{BasPlug.markup_acronyms}",
138 'type' => "flag",
139 'reqd' => "no" },
140 { 'name' => "extract_keyphrases",
141 'desc' => "{BasPlug.extract_keyphrases}",
142 'type' => "flag",
143 'reqd' => "no" },
144 { 'name' => "extract_keyphrases_kea4",
145 'desc' => "{BasPlug.extract_keyphrases_kea4}",
146 'type' => "flag",
147 'reqd' => "no" },
148 { 'name' => "extract_keyphrase_options",
149 'desc' => "{BasPlug.extract_keyphrase_options}",
150 'type' => "string",
151 'deft' => "",
152 'reqd' => "no" },
153 { 'name' => "first",
154 'desc' => "{BasPlug.first}",
155 'type' => "string",
156 'reqd' => "no" },
157 { 'name' => "extract_email",
158 'desc' => "{BasPlug.extract_email}",
159 'type' => "flag",
160 'reqd' => "no" },
161 { 'name' => "extract_historical_years",
162 'desc' => "{BasPlug.extract_historical_years}",
163 'type' => "flag",
164 'reqd' => "no" },
165 { 'name' => "maximum_year",
166 'desc' => "{BasPlug.maximum_year}",
167 'type' => "int",
168 'deft' => (localtime)[5]+1900,
169 'char_length' => "4",
170 #'range' => "2,100",
171 'reqd' => "no"},
172 { 'name' => "maximum_century",
173 'desc' => "{BasPlug.maximum_century}",
174 'type' => "string",
175 'deft' => "-1",
176 'reqd' => "no" },
177 { 'name' => "no_bibliography",
178 'desc' => "{BasPlug.no_bibliography}",
179 'type' => "flag",
180 'reqd' => "no"},
181 { 'name' => "no_cover_image",
182 'desc' => "{BasPlug.no_cover_image}",
183 'type' => "flag",
184 'reqd' => "no" },
185 { 'name' => "separate_cjk",
186 'desc' => "{BasPlug.separate_cjk}",
187 'type' => "flag",
188 'reqd' => "no",
189 'hiddengli' => "yes" },
190 { 'name' => "new_extract_email",
191 'desc' => "",
192 'type' => "flag",
193 'reqd' => "no",
194 'hiddengli' => "yes" } ];
195
196my $gis_arguments =
197 [ { 'name' => "extract_placenames",
198 'desc' => "{GISBasPlug.extract_placenames}",
199 'type' => "flag",
200 'reqd' => "no" },
201 { 'name' => "gazetteer",
202 'desc' => "{GISBasPlug.gazetteer}",
203 'type' => "string",
204 'reqd' => "no" },
205 { 'name' => "place_list",
206 'desc' => "{GISBasPlug.place_list}",
207 'type' => "flag",
208 'reqd' => "no" } ];
209
210
211my $options = { 'name' => "BasPlug",
212 'desc' => "{BasPlug.desc}",
213 'abstract' => "yes",
214 'inherits' => "no",
215 'args' => $arguments };
216
217
218sub set_incremental {
219 my $self = shift(@_);
220 my ($incremental) = @_;
221
222 $self->{'incremental'} = $incremental;
223}
224
225sub get_arguments
226{
227 my $self = shift(@_);
228 my $optionlistref = $self->{'option_list'};
229 my @optionlist = @$optionlistref;
230 my $pluginoptions = pop(@$optionlistref);
231 my $pluginarguments = $pluginoptions->{'args'};
232 return $pluginarguments;
233}
234
235
236sub print_xml_usage
237{
238 my $self = shift(@_);
239 my $header = shift(@_);
240 my $high_level_information_only = shift(@_);
241
242 # XML output is always in UTF-8
243 gsprintf::output_strings_in_UTF8;
244
245 if ($header) {
246 &PrintUsage::print_xml_header("plugin");
247 }
248 $self->print_xml($high_level_information_only);
249}
250
251
252sub print_xml
253{
254 my $self = shift(@_);
255 my $high_level_information_only = shift(@_);
256
257 my $optionlistref = $self->{'option_list'};
258 my @optionlist = @$optionlistref;
259 my $pluginoptions = shift(@$optionlistref);
260 return if (!defined($pluginoptions));
261
262 # Find the process and block default expressions in the plugin arguments
263 my $process_exp = "";
264 my $block_exp = "";
265 if (defined($pluginoptions->{'args'})) {
266 foreach my $option (@{$pluginoptions->{'args'}}) {
267 if ($option->{'name'} eq "process_exp") {
268 $process_exp = $option->{'deft'};
269 }
270 if ($option->{'name'} eq "block_exp") {
271 $block_exp = $option->{'deft'};
272 }
273 }
274 }
275
276 gsprintf(STDERR, "<PlugInfo>\n");
277 gsprintf(STDERR, " <Name>$pluginoptions->{'name'}</Name>\n");
278 my $desc = gsprintf::lookup_string($pluginoptions->{'desc'});
279 $desc =~ s/</&amp;lt;/g; # doubly escaped
280 $desc =~ s/>/&amp;gt;/g;
281 gsprintf(STDERR, " <Desc>$desc</Desc>\n");
282 gsprintf(STDERR, " <Abstract>$pluginoptions->{'abstract'}</Abstract>\n");
283 gsprintf(STDERR, " <Inherits>$pluginoptions->{'inherits'}</Inherits>\n");
284 gsprintf(STDERR, " <Processes>$process_exp</Processes>\n");
285 gsprintf(STDERR, " <Blocks>$block_exp</Blocks>\n");
286 gsprintf(STDERR, " <Explodes>" . ($pluginoptions->{'explodes'} || "no") . "</Explodes>\n");
287 unless (defined($high_level_information_only)) {
288 gsprintf(STDERR, " <Arguments>\n");
289 if (defined($pluginoptions->{'args'})) {
290 &PrintUsage::print_options_xml($pluginoptions->{'args'});
291 }
292 gsprintf(STDERR, " </Arguments>\n");
293
294 # Recurse up the plugin hierarchy
295 $self->print_xml();
296 }
297 gsprintf(STDERR, "</PlugInfo>\n");
298}
299
300
301sub print_txt_usage
302{
303 my $self = shift(@_);
304 # Print the usage message for a plugin (recursively)
305 my $descoffset = $self->determine_description_offset(0);
306 $self->print_plugin_usage($descoffset, 1);
307}
308
309
310sub determine_description_offset
311{
312 my $self = shift(@_);
313 my $maxoffset = shift(@_);
314
315 my $optionlistref = $self->{'option_list'};
316 my @optionlist = @$optionlistref;
317 my $pluginoptions = shift(@$optionlistref);
318 return $maxoffset if (!defined($pluginoptions));
319
320 # Find the length of the longest option string of this plugin
321 my $pluginargs = $pluginoptions->{'args'};
322 if (defined($pluginargs)) {
323 my $longest = &PrintUsage::find_longest_option_string($pluginargs);
324 if ($longest > $maxoffset) {
325 $maxoffset = $longest;
326 }
327 }
328
329 # Recurse up the plugin hierarchy
330 $maxoffset = $self->determine_description_offset($maxoffset);
331 $self->{'option_list'} = \@optionlist;
332 return $maxoffset;
333}
334
335
336sub print_plugin_usage
337{
338 my $self = shift(@_);
339 my $descoffset = shift(@_);
340 my $isleafclass = shift(@_);
341
342 my $optionlistref = $self->{'option_list'};
343 my @optionlist = @$optionlistref;
344 my $pluginoptions = shift(@$optionlistref);
345 return if (!defined($pluginoptions));
346
347 my $pluginname = $pluginoptions->{'name'};
348 my $pluginargs = $pluginoptions->{'args'};
349 my $plugindesc = $pluginoptions->{'desc'};
350
351 # Produce the usage information using the data structure above
352 if ($isleafclass) {
353 if (defined($plugindesc)) {
354 gsprintf(STDERR, "$plugindesc\n\n");
355 }
356 gsprintf(STDERR, " {common.usage}: plugin $pluginname [{common.options}]\n\n");
357 }
358
359 # Display the plugin options, if there are some
360 if (defined($pluginargs)) {
361 # Calculate the column offset of the option descriptions
362 my $optiondescoffset = $descoffset + 2; # 2 spaces between options & descriptions
363
364 if ($isleafclass) {
365 gsprintf(STDERR, " {common.specific_options}:\n");
366 }
367 else {
368 gsprintf(STDERR, " {common.general_options}:\n", $pluginname);
369 }
370
371 # Display the plugin options
372 &PrintUsage::print_options_txt($pluginargs, $optiondescoffset);
373 }
374
375 # Recurse up the plugin hierarchy
376 $self->print_plugin_usage($descoffset, 0);
377 $self->{'option_list'} = \@optionlist;
378}
379
380
381sub new {
382 # Set Encodings to the list!!
383
384
385 # Start the BasPlug Constructor
386 my $class = shift (@_);
387 my ($pluginlist,$args,$hashArgOptLists) = @_;
388 push(@$pluginlist, $class);
389 my $plugin_name = (defined $pluginlist->[0]) ? $pluginlist->[0] : $class;
390
391 if(defined $arguments){ push(@{$hashArgOptLists->{"ArgList"}},@{$arguments});}
392 if(defined $options) { push(@{$hashArgOptLists->{"OptList"}},$options)};
393
394 if (GISBasPlug::has_mapdata()) {
395 push(@$arguments,@$gis_arguments);
396 }
397
398 my $self = {};
399 $self->{'outhandle'} = STDERR;
400 $self->{'option_list'} = $hashArgOptLists->{"OptList"};
401 $self->{"info_only"} = 0;
402
403 # Check if gsdlinfo is in the argument list or not - if it is, don't parse
404 # the args, just return the object.
405 foreach my $strArg (@{$args})
406 {
407 if($strArg eq "-gsdlinfo")
408 {
409 $self->{"info_only"} = 1;
410 return bless $self, $class;
411 }
412 }
413
414 if(parse2::parse($args,$hashArgOptLists->{"ArgList"},$self) == -1)
415 {
416 my $classTempClass = bless $self, $class;
417 print STDERR "<BadPlugin p=$plugin_name>\n";
418 &gsprintf(STDERR, "\n{BasPlug.bad_general_option}\n", $plugin_name);
419 $classTempClass->print_txt_usage(""); # Use default resource bundle
420 die "\n";
421 }
422
423
424 delete $self->{"info_only"};
425 # else parsing was successful.
426
427 $self->{'plugin_type'} = $plugin_name;
428 #$self->{'outhandle'} = STDERR;
429 $self->{'num_processed'} = 0;
430 $self->{'num_not_processed'} = 0;
431 $self->{'num_blocked'} = 0;
432 $self->{'num_archives'} = 0;
433 $self->{'cover_image'} = 1; # cover image is on by default
434 $self->{'cover_image'} = 0 if ($self->{'no_cover_image'});
435 #$self->{'option_list'} = $hashArgOptLists->{"OptList"};
436
437 my $associate_ext = $self->{'associate_ext'};
438 if ((defined $associate_ext) && ($associate_ext ne "")) {
439
440 my $associate_tail_re = $self->{'associate_tail_re'};
441 if ((defined $associate_tail_re) && ($associate_tail_re ne "")) {
442 my $outhandle = $self->{'outhandle'};
443 print $outhandle "Warning: can only specify 'associate_ext' or 'associate_tail_re'\n";
444 print $outhandle " defaulting to 'associate_tail_re'\n";
445 }
446 else {
447 my @exts = split(/,/,$associate_ext);
448
449 my @exts_bracketed = map { $_ = "(?:\\.$_)" } @exts;
450 my $associate_tail_re = join("|",@exts_bracketed);
451 $self->{'associate_tail_re'} = $associate_tail_re;
452 }
453
454 delete $self->{'associate_ext'};
455 }
456
457 $self->{'shared_fileroot'} = {};
458 $self->{'file_blocks'} = {};
459
460 if ($self->{'extract_placenames'}) {
461
462 my $outhandle = $self->{'outhandle'};
463
464 my $places_ref
465 = GISBasPlug::loadGISDatabase($outhandle,$self->{'gazetteer'});
466
467 if (!defined $places_ref) {
468 print $outhandle "Warning: Error loading mapdata gazetteer \"$self->{'gazetteer'}\"\n";
469 print $outhandle " No placename extraction will take place.\n";
470 $self->{'extract_placenames'} = undef;
471 }
472 else {
473 $self->{'places'} = $places_ref;
474 }
475 }
476
477 return bless $self, $class;
478
479}
480
481# initialize BasPlug options
482# if init() is overridden in a sub-class, remember to call BasPlug::init()
483sub init {
484 my $self = shift (@_);
485 my ($verbosity, $outhandle, $failhandle) = @_;
486
487 # verbosity is passed through from the processor
488 $self->{'verbosity'} = $verbosity;
489
490 # as are the outhandle and failhandle
491 $self->{'outhandle'} = $outhandle if defined $outhandle;
492 $self->{'failhandle'} = $failhandle;
493
494 # set process_exp and block_exp to defaults unless they were
495 # explicitly set
496
497 if ((!$self->is_recursive()) and
498 (!defined $self->{'process_exp'}) || ($self->{'process_exp'} eq "")) {
499
500 $self->{'process_exp'} = $self->get_default_process_exp ();
501 if ($self->{'process_exp'} eq "") {
502 warn ref($self) . " Warning: Non-recursive plugin has no process_exp\n";
503 }
504 }
505
506 if ((!defined $self->{'block_exp'}) || ($self->{'block_exp'} eq "")) {
507 $self->{'block_exp'} = $self->get_default_block_exp ();
508 }
509
510}
511
512sub begin {
513 my $self = shift (@_);
514 my ($pluginfo, $base_dir, $processor, $maxdocs) = @_;
515 $self->initialise_extractors();
516}
517
518sub end {
519 # potentially called at the end of each plugin pass
520 # import.pl only has one plugin pass, but buildcol.pl has multiple ones
521
522 my ($self) = @_;
523 $self->finalise_extractors();
524}
525
526sub deinit {
527 # called only once, after all plugin passes have been done
528
529 my ($self) = @_;
530}
531
532# this function should be overridden to return 1
533# in recursive plugins
534sub is_recursive {
535 my $self = shift (@_);
536
537 return 0;
538}
539
540sub get_default_block_exp {
541 my $self = shift (@_);
542
543 return "";
544}
545
546sub get_default_process_exp {
547 my $self = shift (@_);
548
549 return "";
550}
551
552# default implementation is to do nothing.
553sub store_block_files
554{
555 my $self =shift (@_);
556 my ($filename) = @_;
557 return;
558}
559
560#default implementation is to block a file with same name as this, but extension jpg or JPG, if cover_images is on.
561sub block_cover_image
562{
563 my $self =shift;
564 my $filename = shift;
565
566 if ($self->{'cover_image'}) {
567 my $coverfile = $filename;
568 $coverfile =~ s/\.[^\\\/\.]+$/\.jpg/;
569 if (!-e $coverfile) {
570 $coverfile =~ s/jpg$/JPG/;
571 }
572 if (-e $coverfile) {
573 $self->{'file_blocks'}->{$coverfile} = 1;
574 }
575 }
576
577 return;
578}
579
580sub root_ext_split
581{
582 my $self = shift (@_);
583 my ($filename,$tail_re) = @_;
584
585 my ($file_prefix,$file_ext) = ($filename =~ m/^(.*?)($tail_re)$/);
586
587 if ((!defined $file_prefix) || (!defined $file_ext)) {
588 ($file_prefix,$file_ext) = ($filename =~ m/^(.*)(\..*?)$/);
589 }
590
591 return ($file_prefix,$file_ext);
592}
593
594sub metadata_read {
595 my $self = shift (@_);
596 my ($pluginfo, $base_dir, $file, $metadata, $extrametakeys, $extrametadata, $processor, $maxdocs, $gli) = @_;
597 # Keep track of filenames with same root but different extensions
598 # Used to support -associate_ext and the more generalised
599 # -associate_tail_re
600
601 my $associate_tail_re = $self->{'associate_tail_re'};
602 if ((defined $associate_tail_re) && ($associate_tail_re ne "")) {
603
604 my ($file_prefix,$file_ext)
605 = $self->root_ext_split($file,$associate_tail_re);
606
607 if ((defined $file_prefix) && (defined $file_ext)) {
608
609 my $shared_fileroot = $self->{'shared_fileroot'};
610 if (!defined $shared_fileroot->{$file_prefix}) {
611 my $file_prefix_rec = { 'tie_to' => undef,
612 'exts' => {} };
613 $shared_fileroot->{$file_prefix} = $file_prefix_rec;
614 }
615
616 my $file_prefix_rec = $shared_fileroot->{$file_prefix};
617
618 my $process_exp = $self->{'process_exp'};
619
620 if ($file =~ m/$process_exp/) {
621 # This is the document the others should be tied to
622 $file_prefix_rec->{'tie_to'} = $file_ext;
623 }
624 else {
625 if ($file_ext =~ m/$associate_tail_re$/) {
626 $file_prefix_rec->{'exts'}->{$file_ext} = 1;
627 }
628 }
629
630 }
631 }
632
633 # now check whether we are actually processing this
634 my $filename = $file;
635 $filename = &util::filename_cat ($base_dir, $file) if $base_dir =~ /\w/;
636 if ($self->{'process_exp'} eq "" || $filename !~ /$self->{'process_exp'}/ || !-f $filename) {
637 return undef; # can't recognise
638 }
639
640 # do smart blocking if appropriate
641 if ($self->{'smart_block'}) {
642 $self->store_block_files($filename);
643 }
644 # block the cover image if there is one
645 if ($self->{'cover_image'}) {
646 $self->block_cover_image($filename);
647 }
648
649 return 1;
650}
651
652sub tie_to_filename
653{
654 my $self = shift (@_);
655
656 my ($file_ext,$file_prefix_rec) = @_;
657
658 if (defined $file_prefix_rec) {
659 my $tie_to = $file_prefix_rec->{'tie_to'};
660
661 if (defined $tie_to) {
662 if ($tie_to eq $file_ext) {
663 return 1;
664 }
665 }
666 }
667
668 return 0;
669}
670
671sub tie_to_assoc_file
672{
673 my $self = shift (@_);
674 my ($file_ext,$file_prefix_rec) = @_;
675
676 if (defined $file_prefix_rec) {
677 my $tie_to = $file_prefix_rec->{'tie_to'};
678 if (defined $tie_to) {
679
680 my $exts = $file_prefix_rec->{'exts'};
681
682 my $has_file_ext = $exts->{$file_ext};
683
684 if ($has_file_ext) {
685 return 1;
686 }
687 }
688 }
689
690 return 0;
691}
692
693
694sub associate_with
695{
696 my $self = shift (@_);
697 my ($file, $filename, $metadata) = @_;
698
699 my $associate_tail_re = $self->{'associate_tail_re'};
700 return 0 if (!$associate_tail_re);
701
702 # If file, see if matches with "tie_to" doc or is one of the
703 # associated filename extensions.
704
705 my ($file_prefix,$file_ext) = $self->root_ext_split($file,$associate_tail_re);
706
707 if ((defined $file_prefix) && (defined $file_ext)) {
708
709 my $file_prefix_rec = $self->{'shared_fileroot'}->{$file_prefix};
710
711 if ($self->tie_to_filename($file_ext,$file_prefix_rec)) {
712
713 # Set up gsdlassocfile_tobe
714
715 my $exts = $file_prefix_rec->{'exts'};
716
717 if (!defined $metadata->{'gsdlassocfile_tobe'}) {
718 $metadata->{'gsdlassocfile_tobe'} = [];
719 }
720
721 my $assoc_tobe = $metadata->{'gsdlassocfile_tobe'};
722
723 my ($full_prefix) = ($filename =~ m/^(.*)\..*?$/);
724 foreach my $e (keys %$exts) {
725 my $assoc_file = "$full_prefix$e";
726 print STDERR " $self->{'plugin_type'}: Associating $file_prefix$e with $file_prefix_rec->{'tie_to'} version\n";
727 my $mime_type = ""; # let system auto detect this
728 push(@$assoc_tobe,"$assoc_file:$mime_type:");
729 }
730
731 }
732 elsif ($self->tie_to_assoc_file($file_ext,$file_prefix_rec)) {
733
734
735 # a form of smart block
736 return 1;
737 }
738 }
739
740 return 0;
741}
742
743
744sub read_block {
745 my $self = shift (@_);
746
747 my ($pluginfo, $base_dir, $file, $metadata, $processor, $maxdocs, $total_count, $gli) = @_;
748
749
750 my $filename = $file;
751 $filename = &util::filename_cat ($base_dir, $file) if $base_dir =~ /\w/;
752
753 if ($self->associate_with($file,$filename,$metadata)) {
754 # a form of smart block
755 $self->{'num_blocked'} ++;
756 return (0,undef); # blocked
757 }
758
759 my $smart_block = $self->{'smart_block'};
760 my $smart_block_BN = $self->{'smart_block_BN'};
761
762 if ($smart_block || $smart_block_BN) {
763 if (defined $self->{'file_blocks'}->{$filename} && $self->{'file_blocks'}->{$filename} == 1){
764 $self->{'num_blocked'} ++;
765 return (0,undef); # blocked
766 }
767 } else {
768 if ($self->{'block_exp'} ne "" && $filename =~ /$self->{'block_exp'}/) {
769 $self->{'num_blocked'} ++;
770 return (0,undef); # blocked
771 }
772 if ($self->{'cover_image'}) {
773 if (defined $self->{'file_blocks'}->{$filename} && $self->{'file_blocks'}->{$filename} == 1){
774 $self->{'num_blocked'} ++;
775 return (0,undef); # blocked
776 }
777 }
778 }
779
780 if ($filename !~ /$self->{'process_exp'}/ || !-f $filename) {
781 return (undef,undef); # can't recognise
782 }
783
784 return (1,$filename);
785}
786
787sub read_tidy_file {
788
789 my $self = shift (@_);
790
791 my ($file) = @_;
792
793 $file =~ s/^[\/\\]+//; # $file often begins with / so we'll tidy it up
794
795 return $file;
796}
797
798
799
800# The BasPlug read_into_doc_obj() function. This function does all the
801# right things to make general options work for a given plugin. It reads in
802# a file and sets up a slew of metadata all saved in doc_obj, which
803# it then returns as part of a tuple (process_status,doc_obj)
804#
805# Much of this functionality used to reside in read, but it was broken
806# down into a supporting routine to make the code more flexible.
807#
808# recursive plugins (e.g. RecPlug) and specialized plugins like those
809# capable of processing many documents within a single file (e.g.
810# GMLPlug) will normally want to implement their own version of
811# read_into_doc_obj()
812#
813# Note that $base_dir might be "" and that $file might
814# include directories
815sub read_into_doc_obj {
816 my $self = shift (@_);
817 my ($pluginfo, $base_dir, $file, $metadata, $processor, $maxdocs, $total_count, $gli) = @_;
818
819 if ($self->is_recursive()) {
820 gsprintf(STDERR, "{BasPlug.read_must_be_implemented}") && die "\n";
821 }
822
823 my $outhandle = $self->{'outhandle'};
824
825 my ($block_status,$filename) = $self->read_block(@_);
826 return $block_status if ((!defined $block_status) || ($block_status==0));
827 $file = $self->read_tidy_file($file);
828
829 # Do encoding stuff
830 my ($language, $encoding) = $self->textcat_get_language_encoding ($filename);
831 if ($self->{'verbosity'} > 2) {
832 print $outhandle "BasPlug: reading $file as ($encoding,$language)\n";
833 }
834
835 # create a new document
836 my $doc_obj = new doc ($filename, "indexed_doc");
837 $doc_obj->set_OIDtype ($processor->{'OIDtype'}, $processor->{'OIDmetadata'});
838 $doc_obj->add_utf8_metadata($doc_obj->get_top_section(), "Language", $language);
839 $doc_obj->add_utf8_metadata($doc_obj->get_top_section(), "Encoding", $encoding);
840 $doc_obj->add_utf8_metadata($doc_obj->get_top_section(), "Plugin", "$self->{'plugin_type'}");
841 $doc_obj->add_utf8_metadata($doc_obj->get_top_section(), "FileSize", (-s $filename));
842
843 my ($filemeta) = $file =~ /([^\\\/]+)$/;
844 # how do we know what encoding the filename is in?
845 # assume it is in the same encoding as its contents
846 if ($encoding !~ /(?:ascii|utf8|unicode)/) {
847 $filemeta = unicode::unicode2utf8(
848 unicode::convert2unicode($encoding, \$filemeta)
849 );
850 }
851 $doc_obj->add_utf8_metadata($doc_obj->get_top_section(), "Source", &ghtml::dmsafe($filemeta));
852 if ($self->{'cover_image'}) {
853 $self->associate_cover_image($doc_obj, $filename);
854 }
855
856 # read in file ($text will be in utf8)
857 my $text = "";
858 $self->read_file ($filename, $encoding, $language, \$text);
859
860 if (!length ($text)) {
861 my $plugin_name = ref ($self);
862 if ($gli) {
863 print STDERR "<ProcessingError n='$file' r='File contains no text'>\n";
864 }
865 gsprintf($outhandle, "$plugin_name: {BasPlug.file_has_no_text}\n", $filename) if $self->{'verbosity'};
866
867 my $failhandle = $self->{'failhandle'};
868 gsprintf($failhandle, "$file: " . ref($self) . ": {BasPlug.empty_file}\n");
869 # print $failhandle "$file: " . ref($self) . ": file contains no text\n";
870 $self->{'num_not_processed'} ++;
871
872 return (0,undef); # what should we return here?? error but don't want to pass it on
873 }
874
875 # include any metadata passed in from previous plugins
876 # note that this metadata is associated with the top level section
877
878 my $associate_tail_re = $self->{'associate_tail_re'};
879
880 $self->extra_metadata ($doc_obj, $doc_obj->get_top_section(), $metadata);
881
882 # do plugin specific processing of doc_obj
883 unless (defined ($self->process (\$text, $pluginfo, $base_dir, $file, $metadata, $doc_obj, $gli))) {
884 $text = '';
885 undef $text;
886 print STDERR "<ProcessingError n='$file'>\n" if ($gli);
887 return (-1,undef);
888 }
889 $text='';
890 undef $text;
891
892 # do any automatic metadata extraction
893 $self->auto_extract_metadata ($doc_obj);
894
895 # add an OID
896 # see if there is a plugin-specific set_OID function...
897 if (defined ($self->can('set_OID'))) {
898 # it will need $doc_obj to set the Identifier metadata...
899 $self->set_OID($doc_obj);
900 } else {
901 # use the default set_OID() in doc.pm
902 $doc_obj->set_OID();
903 }
904
905 return (1,$doc_obj);
906}
907
908
909# The BasPlug read() function. This function calls read_into_doc_obj()
910# to ensure all the right things to make general options work for a
911# given plugin are done. It then calls the process() function which
912# does all the work specific to a plugin (like the old read functions
913# used to do). Most plugins should define their own process() function
914# and let this read() function keep control.
915#
916# recursive plugins (e.g. RecPlug) and specialized plugins like those
917# capable of processing many documents within a single file (e.g.
918# GMLPlug) might want to implement their own version of read(), but
919# more likely need to implement their own version of read_into_doc_obj()
920#
921# Return number of files processed, undef if can't recognise, -1 if can't
922# process
923
924sub read {
925 my $self = shift (@_);
926 my ($pluginfo, $base_dir, $file, $metadata, $processor, $maxdocs, $total_count, $gli) = @_;
927
928 my ($process_status,$doc_obj) = $self->read_into_doc_obj(@_);
929
930 if ((defined $process_status) && ($process_status == 1)) {
931 # process the document
932 $processor->process($doc_obj);
933
934 if(defined($self->{'places_filename'})){
935 &util::rm($self->{'places_filename'});
936 $self->{'places_filename'} = undef;
937 }
938
939 $self->{'num_processed'} ++;
940 undef $doc_obj;
941 }
942
943 # if process_status == 1, then the file has been processed.
944 return $process_status;
945
946}
947
948# returns undef if file is rejected by the plugin
949sub process {
950 my $self = shift (@_);
951 my ($textref, $pluginfo, $base_dir, $file, $metadata, $doc_obj, $gli) = @_;
952
953 gsprintf(STDERR, "BasPlug::process {common.must_be_implemented}\n") && die "\n";
954 # die "Basplug::process function must be implemented in sub-class\n";
955
956 return undef; # never gets here
957}
958
959# uses the multiread package to read in the entire file pointed to
960# by filename and loads the resulting text into $$textref. Input text
961# may be in any of the encodings handled by multiread, output text
962# will be in utf8
963sub read_file {
964 my $self = shift (@_);
965 my ($filename, $encoding, $language, $textref) = @_;
966
967 if (!-r $filename)
968 {
969 my $outhandle = $self->{'outhandle'};
970 gsprintf($outhandle, "{BasPlug.read_denied}\n", $filename) if $self->{'verbosity'};
971 # print $outhandle "Read permission denied for $filename\n" if $self->{'verbosity'};
972 return;
973 }
974 $$textref = "";
975 if (!open (FILE, $filename)) {
976 gsprintf(STDERR, "BasPlug::read_file {BasPlug.could_not_open_for_reading} ($!)\n", $filename);
977 die "\n";
978 }
979
980 if ($encoding eq "ascii") {
981 undef $/;
982 $$textref = <FILE>;
983 $/ = "\n";
984 } else {
985 my $reader = new multiread();
986 $reader->set_handle ('BasPlug::FILE');
987 $reader->set_encoding ($encoding);
988 $reader->read_file ($textref);
989 #Now segments chinese if the separate_cjk option is set
990 if ($self->{'separate_cjk'}) {
991 # segment the Chinese words
992 $$textref = &cnseg::segment($$textref);
993 }
994 }
995 close FILE;
996}
997
998# write_file -- used by ConvertToPlug, for example in post processing
999#
1000sub utf8_write_file {
1001 my $self = shift (@_);
1002 my ($textref, $filename) = @_;
1003
1004 if (!open (FILE, ">$filename")) {
1005 gsprintf(STDERR, "ConvertToPlug::write_file {ConvertToPlug.could_not_open_for_writing} ($!)\n", $filename);
1006 die "\n";
1007 }
1008 print FILE $$textref;
1009
1010 close FILE;
1011}
1012
1013
1014sub filename_based_title
1015{
1016 my $self = shift (@_);
1017 my ($file) = @_;
1018
1019 my $file_derived_title = $file;
1020 $file_derived_title =~ s/_/ /g;
1021 $file_derived_title =~ s/\..*?$//;
1022
1023 return $file_derived_title;
1024}
1025
1026
1027sub title_fallback
1028{
1029 my $self = shift (@_);
1030 my ($doc_obj,$section,$file) = @_;
1031
1032 if (!defined $doc_obj->get_metadata_element ($section, "Title")) {
1033
1034 my $file_derived_title = $self->filename_based_title($file);
1035 $doc_obj->add_metadata ($section, "Title", $file_derived_title);
1036 }
1037}
1038
1039sub textcat_get_language_encoding {
1040 my $self = shift (@_);
1041 my ($filename) = @_;
1042
1043
1044 my ($language, $encoding, $extracted_encoding);
1045 if ($self->{'input_encoding'} eq "auto") {
1046 # use textcat to automatically work out the input encoding and language
1047 ($language, $encoding) = $self->get_language_encoding ($filename);
1048 } elsif ($self->{'extract_language'}) {
1049 # use textcat to get language metadata
1050 ($language, $extracted_encoding) = $self->get_language_encoding ($filename);
1051 $encoding = $self->{'input_encoding'};
1052 # don't print this message for english... english in utf8 is identical
1053 # to english in iso-8859-1 (except for some punctuation). We don't have
1054 # a language model for en_utf8, so textcat always says iso-8859-1!
1055 if ($extracted_encoding ne $encoding && $language ne "en"
1056 && $self->{'verbosity'}) {
1057 my $plugin_name = ref ($self);
1058 my $outhandle = $self->{'outhandle'};
1059 gsprintf($outhandle, "$plugin_name: {BasPlug.wrong_encoding}\n", $filename, $encoding, $extracted_encoding);
1060 }
1061 } else {
1062 $language = $self->{'default_language'};
1063 $encoding = $self->{'input_encoding'};
1064 }
1065
1066 return ($language, $encoding);
1067}
1068
1069# Uses textcat to work out the encoding and language of the text in
1070# $filename. All html tags are removed before processing.
1071# returns an array containing "language" and "encoding"
1072sub get_language_encoding {
1073 my $self = shift (@_);
1074 my ($filename) = @_;
1075 my $outhandle = $self->{'outhandle'};
1076 my $unicode_format = "";
1077 my $best_language = "";
1078 my $best_encoding = "";
1079
1080 # read in file
1081 if (!open (FILE, $filename)) {
1082 gsprintf(STDERR, "BasPlug::get_language_encoding {BasPlug.could_not_open_for_reading} ($!)\n", $filename);
1083 # this is a pretty bad error, but try to continue anyway
1084 return ($self->{'default_language'}, $self->{'input_encoding'});
1085 }
1086 undef $/;
1087 my $text = <FILE>;
1088 $/ = "\n";
1089 close FILE;
1090
1091 # check if first few bytes have a Byte Order Marker
1092 my $bom=substr($text,0,2); # check 16bit unicode
1093 if ($bom eq "\xff\xfe") { # little endian 16bit unicode
1094 $unicode_format="unicode";
1095 } elsif ($bom eq "\xfe\xff") { # big endian 16bit unicode
1096 $unicode_format="unicode";
1097 } else {
1098 $bom=substr($text,0,3); # check utf-8
1099 if ($bom eq "\xef\xbb\xbf") { # utf-8 coded FEFF bom
1100 $unicode_format="utf8";
1101# } elsif ($bom eq "\xef\xbf\xbe") { # utf-8 coded FFFE bom. Error!?
1102# $unicode_format="utf8";
1103 }
1104 }
1105
1106
1107 # handle html files specially
1108 # XXX this doesn't match plugins derived from HTMLPlug (except ConvertTo)
1109 if (ref($self) eq 'HTMLPlug' ||
1110 (exists $self->{'converted_to'} && $self->{'converted_to'} eq 'HTML')){
1111
1112 # remove <title>stuff</title> -- as titles tend often to be in English
1113 # for foreign language documents
1114 $text =~ s!<title>.*?</title>!!si;
1115
1116 # see if this html file specifies its encoding
1117 if ($text =~ /^<\?xml.*encoding="(.+?)"/) {
1118 $best_encoding = $1;
1119 } elsif ($text =~ /<meta http-equiv.*content-type.*charset=(.+?)"/i) {#"
1120 $best_encoding = $1;
1121 }
1122 if ($best_encoding) { # we extracted an encoding
1123 $best_encoding =~ s/-+/_/g;
1124 $best_encoding = lc($best_encoding); # lowercase
1125 if ($best_encoding eq "utf_8") { $best_encoding = "utf8" }
1126 $self->{'input_encoding'} = $best_encoding;
1127 }
1128
1129 # remove all HTML tags
1130 $text =~ s/<[^>]*>//sg;
1131 }
1132
1133 # get the language/encoding
1134 $self->{'textcat'} = new textcat() if (!defined($self->{'textcat'}));
1135 my $results = $self->{'textcat'}->classify(\$text);
1136
1137 # if textcat returns 3 or less possibilities we'll use the
1138 # first one in the list - otherwise use the defaults
1139 if (scalar @$results > 3) {
1140 if ($unicode_format) { # in case the first had a BOM
1141 $best_encoding=$unicode_format;
1142 } else {
1143 my %guessed_encodings = ();
1144 foreach my $result (@$results) {
1145 $result =~ /([^\-]+)$/;
1146 my $enc=$1;
1147 if (!defined($guessed_encodings{$enc})) {
1148 $guessed_encodings{$enc}=0;
1149 }
1150 $guessed_encodings{$enc}++;
1151 }
1152
1153 $guessed_encodings{""}=-1; # for default best_encoding of ""
1154 foreach my $enc (keys %guessed_encodings) {
1155 if ($guessed_encodings{$enc} >
1156 $guessed_encodings{$best_encoding}){
1157 $best_encoding=$enc;
1158 }
1159 }
1160 }
1161
1162 if ($self->{'input_encoding'} ne 'auto') {
1163 if ($self->{'extract_language'} && ($self->{'verbosity'}>2)) {
1164 gsprintf($outhandle,
1165 "BasPlug: {BasPlug.could_not_extract_language}\n",
1166 $filename, $self->{'default_language'});
1167 }
1168 $best_language = $self->{'default_language'};
1169 $best_encoding = $self->{'input_encoding'};
1170
1171 } else {
1172 if ($self->{'verbosity'}>2) {
1173 gsprintf($outhandle,
1174 "BasPlug: {BasPlug.could_not_extract_language}\n",
1175 $filename, $self->{'default_language'});
1176 }
1177 $best_language = $self->{'default_language'};
1178 }
1179 } else { # <= 3 suggestions
1180 my ($language, $encoding) = $results->[0] =~ /^([^-]*)(?:-(.*))?$/;
1181 if (!defined $language) {
1182 if ($self->{'verbosity'}>2) {
1183 gsprintf($outhandle,
1184 "BasPlug: {BasPlug.could_not_extract_language}\n",
1185 $filename, $self->{'default_language'});
1186 }
1187 $language = $self->{'default_language'};
1188 }
1189 if (!defined $encoding) {
1190 if ($self->{'verbosity'}>2) {
1191 gsprintf($outhandle,
1192 "BasPlug: {BasPlug.could_not_extract_encoding}\n",
1193 $filename, $self->{'default_encoding'});
1194 }
1195 $encoding = $self->{'default_encoding'};
1196 }
1197 $best_language = $language;
1198 if (! $best_encoding ) { # may already be set... eg from html meta tag
1199 $best_encoding = $encoding;
1200 }
1201 }
1202
1203 my $text_copy = $text;
1204 if ($best_encoding =~ /^iso_8859/ && unicode::ensure_utf8(\$text_copy)==0) {
1205 # the text is valid utf8, so assume that's the real encoding
1206 # (since textcat is based on probabilities)
1207 $best_encoding = 'utf8';
1208 }
1209
1210 # check for equivalents where textcat doesn't have some encodings...
1211 # eg MS versions of standard encodings
1212 if ($best_encoding =~ /^iso_8859_(\d+)/) {
1213 my $iso = $1; # which variant of the iso standard?
1214 # iso-8859 sets don't use chars 0x80-0x9f, windows codepages do
1215 if ($text =~ /[\x80-\x9f]/) {
1216 # Western Europe
1217 if ($iso == 1 or $iso == 15) { $best_encoding = 'windows_1252' }
1218 elsif ($iso == 2) {$best_encoding = 'windows_1250'} # Central Europe
1219 elsif ($iso == 5) {$best_encoding = 'windows_1251'} # Cyrillic
1220 elsif ($iso == 6) {$best_encoding = 'windows_1256'} # Arabic
1221 elsif ($iso == 7) {$best_encoding = 'windows_1253'} # Greek
1222 elsif ($iso == 8) {$best_encoding = 'windows_1255'} # Hebrew
1223 elsif ($iso == 9) {$best_encoding = 'windows_1254'} # Turkish
1224 }
1225 }
1226
1227 if ($best_encoding !~ /^(ascii|utf8|unicode)$/ &&
1228 !defined $encodings::encodings->{$best_encoding}) {
1229 if ($self->{'verbosity'}) {
1230 gsprintf($outhandle, "BasPlug: {BasPlug.unsupported_encoding}\n",
1231 $filename, $best_encoding, $self->{'default_encoding'});
1232 }
1233 $best_encoding = $self->{'default_encoding'};
1234 }
1235
1236 return ($best_language, $best_encoding);
1237}
1238
1239# add any extra metadata that's been passed around from one
1240# plugin to another.
1241# extra_metadata uses add_utf8_metadata so it expects metadata values
1242# to already be in utf8
1243sub extra_metadata {
1244 my $self = shift (@_);
1245 my ($doc_obj, $cursection, $metadata) = @_;
1246
1247 my $associate_tail_re = $self->{'associate_tail_re'};
1248
1249 foreach my $field (keys(%$metadata)) {
1250 # $metadata->{$field} may be an array reference
1251 if ($field eq "gsdlassocfile_tobe") {
1252 # 'gsdlassocfile_tobe' is artificially introduced metadata
1253 # that is used to signal that certain additional files should
1254 # be tied to this document. Useful in situations where a
1255 # metadata pass in the plugin pipeline works out some files
1256 # need to be associated with a document, but the document hasn't
1257 # been formed yet.
1258
1259 my $equiv_form = "";
1260 foreach my $gaf (@{$metadata->{$field}}) {
1261 my ($full_filename,$mimetype) = ($gaf =~ m/^(.*):(.*):$/);
1262 my ($tail_filename) = ($full_filename =~ /^.*[\/\\](.+?)$/);
1263 my $filename = $full_filename;
1264
1265 $doc_obj->associate_file($full_filename,$tail_filename,$mimetype);
1266
1267 # work out extended tail extension (i.e. matching tail re)
1268
1269 my ($file_prefix,$file_extended_ext)
1270 = $self->root_ext_split($tail_filename,$associate_tail_re);
1271 my ($pre_doc_ext) = ($file_extended_ext =~ m/^(.*)\..*$/);
1272
1273 my ($doc_ext) = ($tail_filename =~ m/^.*\.(.*)$/);
1274 my $start_doclink = "<a href=\"_httpprefix_/collect/[collection]/index/assoc/{Or}{[parent(Top):archivedir],[archivedir]}/$tail_filename\">";
1275 my $srcicon = "_icon".$doc_ext."_";
1276 my $end_doclink = "</a>";
1277
1278 my $assoc_form = "$start_doclink\{If\}{$srcicon,$srcicon,$doc_ext\}$end_doclink";
1279
1280 if (defined $pre_doc_ext) {
1281 # for metadata such as [mp3._edited] [mp3._full] ...
1282 $doc_obj->add_utf8_metadata ($cursection, "$doc_ext.$pre_doc_ext", $assoc_form);
1283 }
1284
1285 # for multiple metadata such as [mp3.assoclink]
1286 $doc_obj->add_utf8_metadata ($cursection, "$doc_ext.assoclink", $assoc_form);
1287
1288 $equiv_form .= " $assoc_form";
1289 }
1290 $doc_obj->add_utf8_metadata ($cursection, "equivlink", $equiv_form);
1291 }
1292 elsif (ref ($metadata->{$field}) eq "ARRAY") {
1293 map {
1294 $doc_obj->add_utf8_metadata ($cursection, $field, $_);
1295 } @{$metadata->{$field}};
1296 } else {
1297 $doc_obj->add_utf8_metadata ($cursection, $field, $metadata->{$field});
1298 }
1299 }
1300}
1301
1302# initialise metadata extractors
1303sub initialise_extractors {
1304 my $self = shift (@_);
1305
1306 if ($self->{'extract_acronyms'} || $self->{'markup_acronyms'}) {
1307 &acronym::initialise_acronyms();
1308 }
1309}
1310
1311# finalise metadata extractors
1312sub finalise_extractors {
1313 my $self = shift (@_);
1314
1315 if ($self->{'extract_acronyms'} || $self->{'markup_acronyms'}) {
1316 &acronym::finalise_acronyms();
1317 }
1318}
1319
1320# FIRSTNNN: extract the first NNN characters as metadata
1321sub extract_first_NNNN_characters {
1322 my $self = shift (@_);
1323 my ($textref, $doc_obj, $thissection) = @_;
1324
1325 foreach my $size (split /,/, $self->{'first'}) {
1326 my $tmptext = $$textref;
1327 $tmptext =~ s/^\s+//;
1328 $tmptext =~ s/\s+$//;
1329 $tmptext =~ s/\s+/ /gs;
1330 $tmptext = substr ($tmptext, 0, $size);
1331 $tmptext =~ s/\s\S*$/&#8230;/;
1332 $doc_obj->add_utf8_metadata ($thissection, "First$size", $tmptext);
1333 }
1334}
1335
1336sub extract_email {
1337 my $self = shift (@_);
1338 my ($textref, $doc_obj, $thissection) = @_;
1339 my $outhandle = $self->{'outhandle'};
1340
1341 gsprintf($outhandle, " {BasPlug.extracting_emails}...\n")
1342 if ($self->{'verbosity'} > 2);
1343
1344 my @email = ($$textref =~ m/([-a-z0-9\.@+_=]+@(?:[-a-z0-9]+\.)+(?:com|org|edu|mil|int|net|[a-z][a-z]))/g);
1345 @email = sort @email;
1346
1347# if($self->{"new_extract_email"} == 0)
1348# {
1349# my @email2 = ();
1350# foreach my $address (@email)
1351# {
1352# if (!(join(" ",@email2) =~ m/(^| )$address( |$)/ ))
1353# {
1354# push @email2, $address;
1355# $doc_obj->add_utf8_metadata ($thissection, "emailAddress", $address);
1356# # print $outhandle " extracting $address\n"
1357# &gsprintf($outhandle, " {BasPlug.extracting} $address\n")
1358# if ($self->{'verbosity'} > 3);
1359# }
1360# }
1361# }
1362# else
1363# {
1364 my $hashExistMail = {};
1365 foreach my $address (@email) {
1366 if (!(defined $hashExistMail->{$address}))
1367 {
1368 $hashExistMail->{$address} = 1;
1369 $doc_obj->add_utf8_metadata ($thissection, "emailAddress", $address);
1370 gsprintf($outhandle, " {BasPlug.extracting} $address\n")
1371 if ($self->{'verbosity'} > 3);
1372 }
1373 }
1374 gsprintf($outhandle, " {BasPlug.done_email_extract}\n")
1375 if ($self->{'verbosity'} > 2);
1376}
1377
1378# extract metadata
1379sub auto_extract_metadata {
1380
1381 my $self = shift (@_);
1382 my ($doc_obj) = @_;
1383
1384 if ($self->{'extract_email'}) {
1385 my $thissection = $doc_obj->get_top_section();
1386 while (defined $thissection) {
1387 my $text = $doc_obj->get_text($thissection);
1388 $self->extract_email (\$text, $doc_obj, $thissection) if $text =~ /./;
1389 $thissection = $doc_obj->get_next_section ($thissection);
1390 }
1391 }
1392 if ($self->{'extract_placenames'}) {
1393 my $thissection = $doc_obj->get_top_section();
1394 while (defined $thissection) {
1395 my $text = $doc_obj->get_text($thissection);
1396 $self->extract_placenames (\$text, $doc_obj, $thissection) if $text =~ /./;
1397 $thissection = $doc_obj->get_next_section ($thissection);
1398 }
1399 }
1400
1401 if ($self->{'extract_keyphrases'} || $self->{'extract_keyphrases_kea4'}) {
1402 $self->extract_keyphrases($doc_obj);
1403 }
1404
1405 if ($self->{'first'}) {
1406 my $thissection = $doc_obj->get_top_section();
1407 while (defined $thissection) {
1408 my $text = $doc_obj->get_text($thissection);
1409 $self->extract_first_NNNN_characters (\$text, $doc_obj, $thissection) if $text =~ /./;
1410 $thissection = $doc_obj->get_next_section ($thissection);
1411 }
1412 }
1413
1414 if ($self->{'extract_acronyms'}) {
1415 my $thissection = $doc_obj->get_top_section();
1416 while (defined $thissection) {
1417 my $text = $doc_obj->get_text($thissection);
1418 $self->extract_acronyms (\$text, $doc_obj, $thissection) if $text =~ /./;
1419 $thissection = $doc_obj->get_next_section ($thissection);
1420 }
1421 }
1422
1423 if ($self->{'markup_acronyms'}) {
1424 my $thissection = $doc_obj->get_top_section();
1425 while (defined $thissection) {
1426 my $text = $doc_obj->get_text($thissection);
1427 $text = $self->markup_acronyms ($text, $doc_obj, $thissection);
1428 $doc_obj->delete_text($thissection);
1429 $doc_obj->add_text($thissection, $text);
1430 $thissection = $doc_obj->get_next_section ($thissection);
1431 }
1432 }
1433
1434 if($self->{'extract_historical_years'}) {
1435 my $thissection = $doc_obj->get_top_section();
1436 while (defined $thissection) {
1437
1438 my $text = $doc_obj->get_text($thissection);
1439 &DateExtract::get_date_metadata($text, $doc_obj,
1440 $thissection,
1441 $self->{'no_bibliography'},
1442 $self->{'maximum_year'},
1443 $self->{'maximum_century'});
1444 $thissection = $doc_obj->get_next_section ($thissection);
1445 }
1446 }
1447}
1448
1449
1450#adding kea keyphrases
1451sub extract_keyphrases
1452{
1453 my $self = shift(@_);
1454 my $doc_obj = shift(@_);
1455
1456 # Use Kea 3.0 unless 4.0 has been specified
1457 my $kea_version = "3.0";
1458 if ($self->{'extract_keyphrases_kea4'}) {
1459 $kea_version = "4.0";
1460 }
1461
1462 # Check that Kea exists, and tell the user where to get it if not
1463 my $keahome = &Kea::get_Kea_directory($kea_version);
1464 if (!-e $keahome) {
1465 gsprintf(STDERR, "{BasPlug.missing_kea}\n", $keahome, $kea_version);
1466 return;
1467 }
1468
1469 my $thissection = $doc_obj->get_top_section();
1470 my $text = "";
1471 my $list;
1472
1473 #loop through sections to gather whole doc
1474 while (defined $thissection) {
1475 my $sectiontext = $doc_obj->get_text($thissection);
1476 $text = $text.$sectiontext;
1477 $thissection = $doc_obj->get_next_section ($thissection);
1478 }
1479
1480 if($self->{'extract_keyphrase_options'}) { #if kea options flag is set, call Kea with specified options
1481 $list = &Kea::extract_KeyPhrases ($kea_version, $text, $self->{'extract_keyphrase_options'});
1482 } else { #otherwise call Kea with no options
1483 $list = &Kea::extract_KeyPhrases ($kea_version, $text);
1484 }
1485
1486 if ($list){
1487 # if a list of kea keyphrases was returned (ie not empty)
1488 if ($self->{'verbosity'}) {
1489 gsprintf(STDERR, "{BasPlug.keyphrases}: $list\n");
1490 }
1491
1492 #add metadata to top section
1493 $thissection = $doc_obj->get_top_section();
1494
1495 # add all key phrases as one metadata
1496 $doc_obj->add_metadata($thissection, "Keyphrases", $list);
1497
1498 # add individual key phrases as multiple metadata
1499 foreach my $keyphrase (split(',', $list)) {
1500 $keyphrase =~ s/^\s+|\s+$//g;
1501 $doc_obj->add_metadata($thissection, "Keyphrase", $keyphrase);
1502 }
1503 }
1504}
1505
1506
1507# extract acronyms from a section in a document. progress is
1508# reported to outhandle based on the verbosity. both the Acronym
1509# and the AcronymKWIC metadata items are created.
1510
1511sub extract_acronyms {
1512 my $self = shift (@_);
1513 my ($textref, $doc_obj, $thissection) = @_;
1514 my $outhandle = $self->{'outhandle'};
1515
1516 # print $outhandle " extracting acronyms ...\n"
1517 gsprintf($outhandle, " {BasPlug.extracting_acronyms}...\n")
1518 if ($self->{'verbosity'} > 2);
1519
1520 my $acro_array = &acronym::acronyms($textref);
1521
1522 foreach my $acro (@$acro_array) {
1523
1524 #check that this is the first time ...
1525 my $seen_before = "false";
1526 my $previous_data = $doc_obj->get_metadata($thissection, "Acronym");
1527 foreach my $thisAcro (@$previous_data) {
1528 if ($thisAcro eq $acro->to_string()) {
1529 $seen_before = "true";
1530 if ($self->{'verbosity'} >= 4) {
1531 gsprintf($outhandle, " {BasPlug.already_seen} " .
1532 $acro->to_string() . "\n");
1533 }
1534 }
1535 }
1536
1537 if ($seen_before eq "false") {
1538 #write it to the file ...
1539 $acro->write_to_file();
1540
1541 #do the normal acronym
1542 $doc_obj->add_utf8_metadata($thissection, "Acronym", $acro->to_string());
1543 gsprintf($outhandle, " {BasPlug.adding} ".$acro->to_string()."\n")
1544 if ($self->{'verbosity'} > 3);
1545 }
1546 }
1547
1548 gsprintf($outhandle, " {BasPlug.done_acronym_extract}\n")
1549 if ($self->{'verbosity'} > 2);
1550}
1551
1552sub markup_acronyms {
1553 my $self = shift (@_);
1554 my ($text, $doc_obj, $thissection) = @_;
1555 my $outhandle = $self->{'outhandle'};
1556
1557 gsprintf($outhandle, " {BasPlug.marking_up_acronyms}...\n")
1558 if ($self->{'verbosity'} > 2);
1559
1560 #self is passed in to check for verbosity ...
1561 $text = &acronym::markup_acronyms($text, $self);
1562
1563 gsprintf($outhandle, " {BasPlug.done_acronym_markup}\n")
1564 if ($self->{'verbosity'} > 2);
1565
1566 return $text;
1567}
1568
1569sub compile_stats {
1570 my $self = shift(@_);
1571 my ($stats) = @_;
1572
1573 $stats->{'num_processed'} += $self->{'num_processed'};
1574 $stats->{'num_not_processed'} += $self->{'num_not_processed'};
1575 $stats->{'num_archives'} += $self->{'num_archives'};
1576
1577}
1578
1579sub associate_cover_image {
1580 my $self = shift;
1581 my ($doc_obj, $filename) = @_;
1582
1583 $filename =~ s/\.[^\\\/\.]+$/\.jpg/;
1584 if (exists $self->{'covers_missing_cache'}->{$filename}) {
1585 # don't stat() for existence eg for multiple document input files
1586 # (eg SplitPlug)
1587 return;
1588 }
1589
1590 my $top_section=$doc_obj->get_top_section();
1591
1592 if (-e $filename) {
1593 $doc_obj->associate_file($filename, "cover.jpg", "image/jpeg");
1594 $doc_obj->add_utf8_metadata($top_section, "hascover", 1);
1595 } else {
1596 my $upper_filename = $filename;
1597 $upper_filename =~ s/jpg$/JPG/;
1598 if (-e $upper_filename) {
1599 $doc_obj->associate_file($upper_filename, "cover.jpg",
1600 "image/jpeg");
1601 $doc_obj->add_utf8_metadata($top_section, "hascover", 1);
1602 } else {
1603 # file doesn't exist, so record the fact that it's missing so
1604 # we don't stat() again (stat is slow)
1605 $self->{'covers_missing_cache'}->{$filename} = 1;
1606 }
1607 }
1608
1609}
1610
1611
1612# Overridden by exploding plugins (eg. ISISPlug)
1613sub clean_up_after_exploding
1614{
1615 my $self = shift(@_);
1616}
1617
1618
16191;
Note: See TracBrowser for help on using the repository browser.