mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 19:22:50 -06:00
more quick start
This commit is contained in:
41
index.html
41
index.html
@@ -171,35 +171,8 @@ To get GF, go to the
|
||||
|
||||
<h2>Quick start</h2>
|
||||
|
||||
When you have downloaded and installed GF:
|
||||
|
||||
<ol>
|
||||
<li> Copy the files
|
||||
<a href="doc/tutorial/Paleolithic.gf"><tt>Paleolithic.gf</tt></a>,
|
||||
<a href="doc/tutorial/PaleolithicEng.gf"><tt>PaleolithicEng.gf</tt></a>, and
|
||||
<a href="doc/tutorial/PaleolithicIta.gf"><tt>PaleolithicIta.gf</tt></a>.
|
||||
|
||||
<li> Start GF with the command
|
||||
<pre>
|
||||
gf PaleolithicIta.gf PaleolithicEng.gf
|
||||
</pre>
|
||||
|
||||
<li> <b>Translation</b>. Try your first translation by giving the GF command
|
||||
<pre>
|
||||
t PaleolithicEng PaleolithicIta "the boy eats the snake"
|
||||
</pre>
|
||||
|
||||
<li> <b>Generation</b>. Random-generate sentences in two languages:
|
||||
<pre>
|
||||
gr | l -multi
|
||||
</pre>
|
||||
|
||||
<li> <b>Grammar development</b>. Add words to the <tt>Paleolithic</tt>
|
||||
grammars and try the above commands again.
|
||||
</ol>
|
||||
|
||||
To lear more on grammar development (and other aspects), go to the
|
||||
<a href="doc/tutorial/01-gf-tutorial2.html">New Grammarian's Tutorial</a>.
|
||||
When you have downloaded and installed GF, you can try one of the
|
||||
<a href="doc/gf-quickstart.html">quick start examples</a>.
|
||||
|
||||
|
||||
|
||||
@@ -231,10 +204,6 @@ Embedded GF Interpreter</a>.
|
||||
|
||||
</p><h2>Documents</h2>
|
||||
|
||||
<li>
|
||||
<a href="../GF2.0/doc/javaGUImanual/javaGUImanual.htm">User's tutorial</a>
|
||||
on editing in the Java interface.
|
||||
|
||||
|
||||
<li>
|
||||
<a href="doc/tutorial/01-gf-tutorial2.html">New Grammarian's Tutorial</a>,
|
||||
@@ -245,9 +214,13 @@ More up-to-date but ess detailed than the next one.
|
||||
<a href="../GF2.0/Tutorial/gf-tutorial.html">Old Grammarian's Tutorial</a>
|
||||
on writing GF grammars, with exercises.
|
||||
|
||||
<li>
|
||||
<a href="../GF2.0/doc/javaGUImanual/javaGUImanual.htm">Editor User Manual</a>
|
||||
on editing in the Java interface.
|
||||
|
||||
</li><li>
|
||||
<a href="../GF2.0/doc/short/01-gf-short.html">
|
||||
GF in 25 Minutes</a> for programmers.
|
||||
GF in 25 Minutes</a> - overview for programmer audience.
|
||||
|
||||
</li><li>
|
||||
<a href="http://www.cs.chalmers.se/~aarne/articles/gf-jfp.ps.gz">Grammatical Framework: A Type-Theoretical
|
||||
|
||||
Reference in New Issue
Block a user