mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
doc
This commit is contained in:
16
lib/resource/doc/Makefile
Normal file
16
lib/resource/doc/Makefile
Normal file
@@ -0,0 +1,16 @@
|
||||
all: gfdoc htmls
|
||||
|
||||
htmls:
|
||||
htmls gf-resource.html
|
||||
|
||||
gfdoc:
|
||||
gfdoc ../abstract/Categories.gf ; mv ../abstract/Categories.html .
|
||||
gfdoc ../abstract/Rules.gf ; mv ../abstract/Rules.html .
|
||||
gfdoc ../abstract/Clause.gf ; mv ../abstract/Clause.html .
|
||||
gfdoc ../abstract/Structural.gf ; mv ../abstract/Structural.html .
|
||||
gfdoc ../abstract/Basic.gf ; mv ../abstract/Basic.html .
|
||||
gfdoc ../abstract/Time.gf ; mv ../abstract/Time.html .
|
||||
gfdoc ../abstract/Lang.gf ; mv ../abstract/Lang.html .
|
||||
gfdoc ../swedish/ParadigmsSwe.gf ; mv ../swedish/ParadigmsSwe.html .
|
||||
gfdoc ../swedish/BasicSwe.gf ; mv ../swedish/BasicSwe.html .
|
||||
gfdoc ../english/ParadigmsEng.gf ; mv ../english/ParadigmsEng.html .
|
||||
@@ -22,6 +22,52 @@ Aarne Ranta
|
||||
|
||||
|
||||
|
||||
<!-- NEW -->
|
||||
<h2>The purpose of the resource grammar library</h2>
|
||||
|
||||
Basic syntactic structures
|
||||
|
||||
<p>
|
||||
|
||||
All morphological paradigms
|
||||
|
||||
<p>
|
||||
|
||||
Basic lexicon of structural, common, and irregular words
|
||||
|
||||
|
||||
<!-- NEW -->
|
||||
<h2>Languages</h2>
|
||||
|
||||
<p>
|
||||
<li><tt>Dan</tt>ish
|
||||
<li><tt>Eng</tt>lish
|
||||
<li><tt>Fin</tt>nish
|
||||
<li><tt>Fre</tt>nch
|
||||
<li><tt>Ger</tt>man
|
||||
<li><tt>Ita</tt>lian
|
||||
<li><tt>Nor</tt>wegian
|
||||
<li><tt>Rus</tt>sian
|
||||
<li><tt>Spa</tt>nish
|
||||
<li><tt>Swe</tt>dish
|
||||
<p>
|
||||
|
||||
|
||||
|
||||
<!-- NEW -->
|
||||
<h2>Library structure: overview</h2>
|
||||
|
||||
Language-independent API
|
||||
|
||||
<p>
|
||||
|
||||
Language-dependent resources
|
||||
<ul>
|
||||
<li> morphological <tt>Paradigms</tt>
|
||||
<li> irregular <tt>Verbs</tt>
|
||||
</ul>
|
||||
|
||||
|
||||
<!-- NEW -->
|
||||
<h2>Library structure: language-independent API</h2>
|
||||
|
||||
@@ -29,11 +75,76 @@ Aarne Ranta
|
||||
<img src="Lang.gif">
|
||||
</center>
|
||||
|
||||
<!-- NEW -->
|
||||
<h2>API documentation</h2>
|
||||
|
||||
<a href="Categories.html">Categories</a>
|
||||
|
||||
<p>
|
||||
<a href="Rules.html">Rules</a>
|
||||
|
||||
<p>
|
||||
<a href="Clause.html">Clause</a>
|
||||
|
||||
<p>
|
||||
<a href="Structural.html">Structural</a>
|
||||
|
||||
<p>
|
||||
|
||||
<a href="Time.html">Time</a>
|
||||
|
||||
<p>
|
||||
<a href="Basic.html">Basic</a>
|
||||
|
||||
<p>
|
||||
|
||||
<a href="Lang.html">Lang</a>
|
||||
|
||||
<p>
|
||||
|
||||
|
||||
<!-- NEW -->
|
||||
<h2>Paradigms documentation</h2>
|
||||
|
||||
<a href="ParadigmsEng.html">English</a>
|
||||
|
||||
<p>
|
||||
|
||||
<a href="ParadigmsSwe.html">Swedish</a>
|
||||
|
||||
<p>
|
||||
|
||||
<a href="BasicSwe.html">example of Swedish</a>
|
||||
|
||||
|
||||
|
||||
<!-- NEW -->
|
||||
<h2>Using it</h2>
|
||||
|
||||
<!-- NEW -->
|
||||
<h2>Implementatin details: the structure of low-level files</h2>
|
||||
|
||||
|
||||
<!-- NEW -->
|
||||
<h2>The use of parametric modules</h2>
|
||||
|
||||
|
||||
<!-- NEW -->
|
||||
<h2>Current status</h2>
|
||||
|
||||
|
||||
<!-- NEW -->
|
||||
<h2>Obtaining it</h2>
|
||||
|
||||
Now on CVS at Chalmers:
|
||||
<pre>
|
||||
cvs -d /users/cs/aarne/cvs checkout GF2.0/lib
|
||||
</pre>
|
||||
|
||||
<p>
|
||||
|
||||
To appear later at GF Homepage:<p>
|
||||
|
||||
To appear later at GF Homepage:<br>
|
||||
<a href="http://www.cs.chalmers.se/%7Eaarne/GF">
|
||||
<tt>http://www.cs.chalmers.se/~aarne/GF</tt></a>
|
||||
</p></body></html>
|
||||
Reference in New Issue
Block a user