First Draft, Gothenburg, 7 February 2005
Aarne Ranta
aarne@cs.chalmers.se
All morphological paradigms
Basic lexicon of structural, common, and irregular words
Semantic coverage
Usability as library for non-linguists
Semantic correctness
colourless green ideas sleep furiously the time is seventy past forty-two
Language-dependent resources
i english/LangEng.gf i swedish/LangSwe.gfTest with random generation, translation, morphological analysis...
Morpho quiz with phrases:
Translation quiz with sentences:
concrete AppNor of App = open LangNor, ParadigmsNor in {...}
No more dummy reuse modules and bulky .gfr files!
If you need to convert resource category records to/from strings, use
Predef.toStr : (L : Type) -> L -> Str ;L must be a linearization type. For instance,
toStr LangNor.CN (ModAP (PositADeg old_ADeg) (UseN car_N)) ---> "gammel bil"
> p -cat=S -v "jag ska åka till Chalmers"
unknown tokens [TS "åka",TS "Chalmers"]
> p -cat=S "jag ska gå till Danmark"
UseCl (PosTP TFuture ASimul)
(AdvCl (SPredV i_NP go_V)
(AdvPP (PrepNP to_Prep (UsePN (PNCountry Denmark)))))
Extend vocabulary at need.
åka_V = lexV "åker" ; Chalmers = regPN "Chalmers" neutrum ;
| Language | v0.6 | API | Paradigms | Basic lex | Verbs |
| Danish | X | ||||
| English | X | X | X | X | X |
| Finnish | X | ||||
| French | X | * | * | * | |
| German | X | * | |||
| Italian | X | * | * | * | |
| Norwegian | X | ||||
| Russian | X | * | * | ||
| Spanish | * | * | |||
| Swedish | X | X | X | X | * |
cvs -d /users/cs/aarne/cvs checkout GF2.0/lib
To appear later at GF Homepage: