1
0
forked from GitHub/gf-rgl

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:
kr.angelov
2014-02-21 16:31:50 +00:00
parent a240c73d12
commit b4f77edb2d
15 changed files with 1037 additions and 477 deletions

View File

@@ -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 ;
}