improved generation of BNC dictionaries ; now called TopDictionary for clarity

This commit is contained in:
aarne
2014-04-10 13:07:05 +00:00
parent 7eb4097681
commit 0525c7837a
17 changed files with 26143 additions and 18180 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1,8 +1,12 @@
abstract TopDict = Cat ** {
abstract TopDictionary = Cat **{
fun of_Prep : Prep ;
fun and_Conj : Conj ;
fun in_Prep : Prep ;
fun have_VV : VV ;
fun have_VS : VS ;
fun have_V2V : V2V ;
fun have_V2 : V2 ;
fun have_V : V ;
fun it_Pron : Pron ;
fun to_Prep : Prep ;
fun for_Prep : Prep ;
@@ -7846,4 +7850,4 @@ fun wildly_Adv : Adv ;
fun reformer_N : N ;
fun quantum_N : N ;
fun considering_Subj : Subj ;
}
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -14,11 +14,11 @@
<H2>Call for contributions: the generic translation dictionaries of GF</H2>
<P>
<B>Wanted</B>: manual checking of TopDict???.gf files in
<B>Wanted</B>: manual checking of TopDictionary???.gf files in
<A HREF="http://www.grammaticalframework.org/lib/src/translator/todo">this directory</A>.
</P>
<P>
<B>Abstract syntax</B>: <A HREF="./TopDict.gf">TopDict</A>, the top-7000 English words from British National Corpus, as sorted by frequency
<B>Abstract syntax</B>: <A HREF="./TopDictionary.gf">TopDictionary</A>, the top-7000 English words from British National Corpus, as sorted by frequency
<A HREF="http://www.kilgarriff.co.uk/BNClists/lemma.num">here</A>.
</P>
<P>
@@ -63,6 +63,9 @@ Follow these steps for your language. For instance, ToCheckFre.gf, with Fre subs
A reasonable batch of revisions is 500 words or more, which should be doable in less than 2 hours. To avoid conflicts and overlapping work,
don't spend more than one day on a batch of work.
</P>
<P>
The already split senses are explained <A HREF="../senses-in-Dictionary.txt">here</A>.
</P>
<H2>Guidelines</H2>

View File

@@ -4,10 +4,10 @@ April 2014
==Call for contributions: the generic translation dictionaries of GF==
**Wanted**: manual checking of TopDict???.gf files in
**Wanted**: manual checking of TopDictionary???.gf files in
[this directory http://www.grammaticalframework.org/lib/src/translator/todo].
**Abstract syntax**: [TopDict ./TopDict.gf], the top-7000 English words from British National Corpus, as sorted by frequency
**Abstract syntax**: [TopDictionary ./TopDictionary.gf], the top-7000 English words from British National Corpus, as sorted by frequency
[here http://www.kilgarriff.co.uk/BNClists/lemma.num].
**Usage**: part of the general translation dictionaries, used for instance in the
@@ -41,7 +41,7 @@ Follow these steps for your language. For instance, ToCheckFre.gf, with Fre subs
A reasonable batch of revisions is 500 words or more, which should be doable in less than 2 hours. To avoid conflicts and overlapping work,
don't spend more than one day on a batch of work.
The already split senses are explained [here ../senses-in-Dictionary.txt].