mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-23 01:52:50 -06:00
refactoring German VP
This commit is contained in:
@@ -123,7 +123,7 @@ flags startcat = Text ;
|
|||||||
fun
|
fun
|
||||||
TextS : S -> Text ; -- with .
|
TextS : S -> Text ; -- with .
|
||||||
TextQS : QS -> Text ; -- with ?
|
TextQS : QS -> Text ; -- with ?
|
||||||
TextImp : VP -> Text ; -- with !
|
-- TextImp : VP -> Text ; -- with !
|
||||||
|
|
||||||
ComplV2 : V2 -> NP -> VP ;
|
ComplV2 : V2 -> NP -> VP ;
|
||||||
ModCN : AP -> CN -> CN ;
|
ModCN : AP -> CN -> CN ;
|
||||||
|
|||||||
@@ -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:
|
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.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:
|
- 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
|
GF/lib/src$ runghc Make alltenses lang langs=Amh,Ara,Lat,Mlt,Tur
|
||||||
|
|||||||
Reference in New Issue
Block a user