mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
OALD: More info in generated header.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user