diff options
| author | aarne <aarne@chalmers.se> | 2010-04-19 07:06:36 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2010-04-19 07:06:36 +0000 |
| commit | 8c036d4234ca8ce9a416792b69819411a49e2356 (patch) | |
| tree | a1f18d6145c41a87b445d126895d9cc1d737bfef /examples | |
| parent | 15e4c25ebecb6823839b11c424d5752ab94faf8d (diff) | |
paths in SUMO
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/SUMO/SUMOEng.gf | 5 | ||||
| -rw-r--r-- | examples/SUMO/SUMOFre.gf | 5 | ||||
| -rw-r--r-- | examples/SUMO/SUMORon.gf | 5 |
3 files changed, 9 insertions, 6 deletions
diff --git a/examples/SUMO/SUMOEng.gf b/examples/SUMO/SUMOEng.gf index 7545bb464..1a48c171d 100644 --- a/examples/SUMO/SUMOEng.gf +++ b/examples/SUMO/SUMOEng.gf @@ -1,4 +1,5 @@ ---# -path=.:RGLExt:../../lib/src/abstract:../../lib/src/english:../../lib/src/common
+--# -path=.:RGLExt:alltenses:src/english
+-- --# -path=.:RGLExt:../../lib/src/abstract:../../lib/src/english:../../lib/src/common
concrete SUMOEng of SUMO =
BasicEng,
MergeEng,
@@ -11,4 +12,4 @@ concrete SUMOEng of SUMO = flags unlexer = text ; lexer = text ;
-} ;
\ No newline at end of file +} ;
diff --git a/examples/SUMO/SUMOFre.gf b/examples/SUMO/SUMOFre.gf index 72390ce03..2681ed27a 100644 --- a/examples/SUMO/SUMOFre.gf +++ b/examples/SUMO/SUMOFre.gf @@ -1,4 +1,5 @@ ---# -path=.:RGLExt:../../lib/src/abstract:../../lib/src/romance:../../lib/src/french:../../lib/src/common
+--# -path=.:RGLExt:alltenses
+-- --# -path=.:RGLExt:../../lib/src/abstract:../../lib/src/romance:../../lib/src/french:../../lib/src/common
concrete SUMOFre of SUMO =
MergeFre,
Mid_level_ontologyFre
@@ -8,4 +9,4 @@ concrete SUMOFre of SUMO = flags startcat = NP ; unlexer = text ; lexer = text ;
-} ;
\ No newline at end of file +} ;
diff --git a/examples/SUMO/SUMORon.gf b/examples/SUMO/SUMORon.gf index 8f3f9e891..02439e579 100644 --- a/examples/SUMO/SUMORon.gf +++ b/examples/SUMO/SUMORon.gf @@ -1,4 +1,5 @@ ---# -path=.:RGLExt:../../lib/src/abstract:../../lib/src/romanian:../../lib/src/common
+--# -path=.:RGLExt:alltenses
+-- --# -path=.:RGLExt:../../lib/src/abstract:../../lib/src/romanian:../../lib/src/common
concrete SUMORon of SUMO =
MergeRon,
Mid_level_ontologyRon
@@ -8,4 +9,4 @@ concrete SUMORon of SUMO = flags unlexer = text ; lexer = text ;
-} ;
\ No newline at end of file +} ;
|
