forked from GitHub/gf-core
big dictionaries for Bulgarian, English, Swedish in next-lib
This commit is contained in:
53211
next-lib/src/bulgarian/DictBul.gf
Normal file
53211
next-lib/src/bulgarian/DictBul.gf
Normal file
File diff suppressed because it is too large
Load Diff
53197
next-lib/src/bulgarian/DictBulAbs.gf
Normal file
53197
next-lib/src/bulgarian/DictBulAbs.gf
Normal file
File diff suppressed because it is too large
Load Diff
@@ -19,8 +19,9 @@
|
|||||||
-- based on asc2lex, Matthew Purver Nov 2001
|
-- based on asc2lex, Matthew Purver Nov 2001
|
||||||
-- http://www.stanford.edu/~mpurver/software.html
|
-- http://www.stanford.edu/~mpurver/software.html
|
||||||
|
|
||||||
--# -path=.:alltenses
|
--# -path=.:src/prelude:src/abstract:src/common:src/english
|
||||||
concrete OaldEng of Oald = CatEng ** open ParadigmsEng, IrregEng in {
|
|
||||||
|
concrete DictEng of DictEngAbs = CatEng ** open ParadigmsEng, IrregEng in {
|
||||||
lin a_N = mkN "a" "ae" {- FIXME: guessed plural form -};
|
lin a_N = mkN "a" "ae" {- FIXME: guessed plural form -};
|
||||||
lin a_bomb_N = mkN "a-bomb" "a-bombs";
|
lin a_bomb_N = mkN "a-bomb" "a-bombs";
|
||||||
lin a_fortiori_Adv = mkAdv "a fortiori";
|
lin a_fortiori_Adv = mkAdv "a fortiori";
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
-- based on asc2lex, Matthew Purver Nov 2001
|
-- based on asc2lex, Matthew Purver Nov 2001
|
||||||
-- http://www.stanford.edu/~mpurver/software.html
|
-- http://www.stanford.edu/~mpurver/software.html
|
||||||
|
|
||||||
abstract Oald = Cat ** {
|
abstract DictEngAbs = Cat ** {
|
||||||
fun a_N : N;
|
fun a_N : N;
|
||||||
fun a_bomb_N : N;
|
fun a_bomb_N : N;
|
||||||
fun a_fortiori_Adv : Adv;
|
fun a_fortiori_Adv : Adv;
|
||||||
43221
next-lib/src/swedish/DictSwe.gf
Normal file
43221
next-lib/src/swedish/DictSwe.gf
Normal file
File diff suppressed because it is too large
Load Diff
43213
next-lib/src/swedish/DictSweAbs.gf
Normal file
43213
next-lib/src/swedish/DictSweAbs.gf
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user