summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraarne <aarne@chalmers.se>2012-09-23 07:46:43 +0000
committeraarne <aarne@chalmers.se>2012-09-23 07:46:43 +0000
commit0345bb5d7a48e2823af134e3552e9197718276dc (patch)
tree0e4beafaba27ebe9cc4189a6c8bb844683919f9b
parent2f500e521d578f11cfc8ec45d67280860384bbc6 (diff)
refactoring German VP
-rw-r--r--examples/computer/Computer.gf2
-rw-r--r--src/www/gfmorpho/README2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/computer/Computer.gf b/examples/computer/Computer.gf
index 5138b09b7..1460d47e9 100644
--- a/examples/computer/Computer.gf
+++ b/examples/computer/Computer.gf
@@ -123,7 +123,7 @@ flags startcat = Text ;
fun
TextS : S -> Text ; -- with .
TextQS : QS -> Text ; -- with ?
- TextImp : VP -> Text ; -- with !
+-- TextImp : VP -> Text ; -- with !
ComplV2 : V2 -> NP -> VP ;
ModCN : AP -> CN -> CN ;
diff --git a/src/www/gfmorpho/README b/src/www/gfmorpho/README
index 2090bb5d3..cb120040e 100644
--- a/src/www/gfmorpho/README
+++ b/src/www/gfmorpho/README
@@ -14,7 +14,7 @@ The resulting output is converted into an HTML table.
The file gfmorpho.html gives some more information. Open issues in addition to those mentioned there are:
- GFMorpho.hs creates the temporary files _gfcommand.tmp and _gfmorpho.tmp which need to be world-writable; they should be created more properly and removed after use
-- gfmorpho.cgi defines the variable GF_LIB_PATH to reside in /Users/aarne, and must be edited for other environments
+- gfmorpho.cgi defines the variable GF_LIB_PATH to reside in /home/aarne, and must be edited for other environments
- to work for all languages mentioned, one has to compile some incomplete GF grammars not standardly compiled:
GF/lib/src$ runghc Make alltenses lang langs=Amh,Ara,Lat,Mlt,Tur