1
0
forked from GitHub/gf-core

big dictionaries for Bulgarian, English, Swedish in next-lib

This commit is contained in:
krasimir
2008-12-10 13:58:14 +00:00
parent e0600ad248
commit db8fd1f931
6 changed files with 192846 additions and 3 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -19,8 +19,9 @@
-- based on asc2lex, Matthew Purver Nov 2001
-- http://www.stanford.edu/~mpurver/software.html
--# -path=.:alltenses
concrete OaldEng of Oald = CatEng ** open ParadigmsEng, IrregEng in {
--# -path=.:src/prelude:src/abstract:src/common:src/english
concrete DictEng of DictEngAbs = CatEng ** open ParadigmsEng, IrregEng in {
lin a_N = mkN "a" "ae" {- FIXME: guessed plural form -};
lin a_bomb_N = mkN "a-bomb" "a-bombs";
lin a_fortiori_Adv = mkAdv "a fortiori";

View File

@@ -19,7 +19,7 @@
-- based on asc2lex, Matthew Purver Nov 2001
-- http://www.stanford.edu/~mpurver/software.html
abstract Oald = Cat ** {
abstract DictEngAbs = Cat ** {
fun a_N : N;
fun a_bomb_N : N;
fun a_fortiori_Adv : Adv;

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff