From acb3fa961e6a9e548addabf34796f7645832c884 Mon Sep 17 00:00:00 2001 From: aarne Date: Wed, 12 Sep 2012 12:52:03 +0000 Subject: First version of a web server for morphological paradigms. --- src/www/gfmorpho/gfmorpho.html | 100 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 100 insertions(+) create mode 100644 src/www/gfmorpho/gfmorpho.html (limited to 'src/www/gfmorpho/gfmorpho.html') diff --git a/src/www/gfmorpho/gfmorpho.html b/src/www/gfmorpho/gfmorpho.html new file mode 100644 index 000000000..3a58d4442 --- /dev/null +++ b/src/www/gfmorpho/gfmorpho.html @@ -0,0 +1,100 @@ + + + +Use GF Smart Paradigms + + + +

Word inflection with smart paradigms

+ +Give language, part of speech, and one or more word forms, to obtain +the inflection table. +

+

+ + +
+Examples: +
+  Eng N baby
+  Fin V odottaa odotti
+  Fre V manger
+  Ger N Soldat Soldaten _masculine
+  Hin N बच्छा
+  Jpn V 答える _Gr2
+  Lat A vetus veteris
+
+Thus notice that strings are given without quotes, but features +are prefixed with an underscore _ (a temporary hack). + + +

Languages and part of speech tags

+ +The available languages are: +
+  Afr Amh Cat Dan Dut Eng Fin Fre Ger Hin Ina Ita Jpn Lat
+  Lav Nep Nor Pes Pnb Ron Rus Snd Spa Swe Tha Tur Urd
+
+In addition, the library has the languages Ara Bul Pol, but they +are not yet available in this way; you can however use the full form of +paradigm applications prefixed by "!" as described below. + +

+ +The parts of speech are: N (= noun), A (= adjective), V (= verb). + +

+ +The way this works is that the program constructs the most probable +inflection table from the forms given. For a vast majority of words in +all languages, it is enough to give just one form. But sometimes more +forms are needed to get the inflection table right. + + +

Filtering with patterns

+ +You may not want to see the whole table. Then you can filter it with patterns, each of which works like +"grep", using * to match any substring, either in the +features or in the forms: +
+  Eng N baby -Gen
+  Eng V die -dy*
+
+This is a front end to the Paradigms modules in the GF Resource Grammar. +See RGL +Synopsis for available languages and paradigms. + + +

Using custom paradigms

+ +(Another temporary hack, for GF experts:) If you want to use other paradigms than the smart +mk paradigms, you can prefix your input with ! and +use the normal expression syntax of GF. For example: +
+  ! Ara brkN "طير" "فَعل" "فُعُول" Masc NoHum
+  ! Bul mkN041 "птица"
+  ! Pol mkRegAdj "duży" "większy" "dużo" "więcej"
+
+This also allows you to use structured terms: +
+  ! Ger prefixV "auf" (mkV "fassen")
+
+ + +

To do

+ + + +

+ +Powered by GF. Aarne Ranta 2012. + +


+
+ Last modified: Wed Sep 12 14:24:51 CEST 2012 + -- cgit v1.2.3