mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-24 10:22:50 -06:00
doc on compiled
This commit is contained in:
BIN
lib/compiled.tgz
BIN
lib/compiled.tgz
Binary file not shown.
@@ -1,4 +1,4 @@
|
|||||||
all: present mathematical multimodal langs
|
all: present mathematical multimodal langs compiled
|
||||||
|
|
||||||
test:
|
test:
|
||||||
echo "gr -cat=Text -number=11 -prob | tb" | gf -nocf -probs=lang.gfprob langs.gfcm
|
echo "gr -cat=Text -number=11 -prob | tb" | gf -nocf -probs=lang.gfprob langs.gfcm
|
||||||
@@ -18,7 +18,10 @@ mathematical:
|
|||||||
|
|
||||||
multimodal:
|
multimodal:
|
||||||
gf -make -nocf -preproc=./mkPresent multimodal/Multimodal???.gf
|
gf -make -nocf -preproc=./mkPresent multimodal/Multimodal???.gf
|
||||||
mv multimodal/*.gfc ../multimodal
|
mv multimodal/*.gfc multimodal/*.gfr ../multimodal
|
||||||
|
|
||||||
|
compiled:
|
||||||
|
cd .. ; tar cvfz compiled.tgz alltenses/ mathematical/ multimodal/ present/
|
||||||
|
|
||||||
stat:
|
stat:
|
||||||
wc */*.gfc
|
wc */*.gfc
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
<P ALIGN="center"><CENTER><H1>GF Resource Grammar Library v. 1.0</H1>
|
<P ALIGN="center"><CENTER><H1>GF Resource Grammar Library v. 1.0</H1>
|
||||||
<FONT SIZE="4">
|
<FONT SIZE="4">
|
||||||
<I>Author: Aarne Ranta <aarne (at) cs.chalmers.se></I><BR>
|
<I>Author: Aarne Ranta <aarne (at) cs.chalmers.se></I><BR>
|
||||||
Last update: Sat Feb 25 23:18:51 2006
|
Last update: Tue Feb 28 15:53:00 2006
|
||||||
</FONT></CENTER>
|
</FONT></CENTER>
|
||||||
|
|
||||||
<P></P>
|
<P></P>
|
||||||
@@ -38,6 +38,14 @@ and how much has been implemented
|
|||||||
<A NAME="toc1"></A>
|
<A NAME="toc1"></A>
|
||||||
<H2>Using the library</H2>
|
<H2>Using the library</H2>
|
||||||
<P>
|
<P>
|
||||||
|
The simplest way to get the library is to install the precompiled version
|
||||||
|
<A HREF="../../compiled.tgz"><CODE>lib/compiled.tgz</CODE></A>. Just do
|
||||||
|
</P>
|
||||||
|
<PRE>
|
||||||
|
cd GF/lib
|
||||||
|
tar tvfz compiled.tgz
|
||||||
|
</PRE>
|
||||||
|
<P>
|
||||||
There is no need to link application grammars to the source directories of the
|
There is no need to link application grammars to the source directories of the
|
||||||
library. Use one (or several) of the following packages instead:
|
library. Use one (or several) of the following packages instead:
|
||||||
</P>
|
</P>
|
||||||
@@ -141,6 +149,6 @@ The documentation of the individual modules:
|
|||||||
</UL>
|
</UL>
|
||||||
|
|
||||||
|
|
||||||
<!-- html code generated by txt2tags 2.3 (http://txt2tags.sf.net) -->
|
<!-- html code generated by txt2tags 2.0 (http://txt2tags.sf.net) -->
|
||||||
<!-- cmdline: txt2tags -\-toc -thtml index.txt -->
|
<!-- cmdline: txt2tags -\-toc -thtml index.txt -->
|
||||||
</BODY></HTML>
|
</BODY></HTML>
|
||||||
|
|||||||
Reference in New Issue
Block a user