diff options
| author | Thomas Hallgren <th-github@altocumulus.org> | 2019-12-03 16:40:21 +0100 |
|---|---|---|
| committer | Thomas Hallgren <th-github@altocumulus.org> | 2019-12-03 16:40:21 +0100 |
| commit | fb1199c49c39bd9dccde778d60ab50f42edd289f (patch) | |
| tree | bba5940d8c4855928380cc1a44e7f077fc5accbb /src/www/index.html | |
| parent | 12e55c93c06263f7f042bc5d8a2c80d6e90b15fa (diff) | |
GF Cloud: add Word inflection with smart paradigms
This is a reimplemention of Aarne's GFMorpho service from 2012, using
the GF shell web API. Not all features are implemented (yet).
Diffstat (limited to 'src/www/index.html')
| -rw-r--r-- | src/www/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/www/index.html b/src/www/index.html index 317af6cf8..a9af3e917 100644 --- a/src/www/index.html +++ b/src/www/index.html @@ -20,7 +20,8 @@ <li><a href="gfse/">GF online editor for simple multilingual grammars</a> <li><a href="translator/">Simple Translation Tool</a> (bilingual document editor) - <li><a href="wc.html">Wide Coverage Translation Demo</a> + <!--<li><a href="wc.html">Wide Coverage Translation Demo</a>--> + <li><a href="gfmorpho/">Word inflection with smart paradigms</a> </ul> <h2>Documentation</h2> |
