mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-21 10:49:33 -06:00
completed Documentation modules for English, Swedish, Bulgarian, German, Finnish, French. The examples for Finnish, German and French could still be improved. The old parsing grammars are now restored. The new Translation grammar still don't have statistical model.
This commit is contained in:
@@ -6,6 +6,7 @@ abstract Documentation = Cat ** {
|
||||
cat
|
||||
Inflection ; -- inflection table
|
||||
Document ;
|
||||
Tag ;
|
||||
|
||||
fun
|
||||
InflectionN : N -> Inflection ;
|
||||
@@ -29,5 +30,6 @@ fun
|
||||
|
||||
fun
|
||||
MkDocument : String -> Inflection -> String -> Document ;
|
||||
MkTag : Inflection -> Tag ;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user