From 859cd04ae715f807eacd4591586d9ea53599906f Mon Sep 17 00:00:00 2001 From: bjorn Date: Wed, 26 Nov 2008 14:17:16 +0000 Subject: [PATCH] OALD: More info in generated header. --- next-lib/src/parse/oald/asc2gf | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/next-lib/src/parse/oald/asc2gf b/next-lib/src/parse/oald/asc2gf index c30840713..3b27e3022 100644 --- a/next-lib/src/parse/oald/asc2gf +++ b/next-lib/src/parse/oald/asc2gf @@ -374,9 +374,26 @@ open (CNC, '>', $cncfile); # print a nice comment at the top -my $header = "-- English lexicon for GF, produced from OALD machine-readable dictionary.\n" - . "-- Generated by asc2gf, Bjorn Bringert Nov 2008\n" - . "-- based on asc2lex, Matthew Purver Nov 2001\n" +my $header = "-- English lexicon for GF, produced from:\n" + . "-- Oxford advanced learner's dictionary of current English:\n" + . "-- expanded 'computer usable' version compiled by Roger Mitton\n" + . "-- The computer usable version is transcribed from:\n" + . "-- Oxford advanced learner's dictionary of current English\n" + . "-- A.S. Hornby ; with the assistance of A.P. Cowie [and] J. Windsor Lewis.\n" + . "-- 3rd. ed., London : Oxford University Press, 1974.\n" + . "-- Distributed as 'dict0710' by:\n" + . "-- Oxford Text Archive\n" + . "-- Oxford University Computing Services\n" + . "-- 13 Banbury Road\n" + . "-- Oxford\n" + . "-- OX2 6NN\n" + . "-- Under these conditions:\n" + . "-- Freely available for non-commercial use provided that this header is\n" + . "-- included in its entirety with any copy distributed.\n" + . "--\n" + . "-- GF version generated by asc2gf, Bjorn Bringert Nov 2008\n" + . "-- based on asc2lex, Matthew Purver Nov 2001\n" + . "-- http://www.stanford.edu/~mpurver/software.html\n" . "\n"; print ABS $header; print CNC $header;