forked from GitHub/gf-core
some doc fixes
This commit is contained in:
@@ -196,7 +196,7 @@ on editing in the Java interface.
|
||||
|
||||
|
||||
<li>
|
||||
<a href="tutorial/gf-tutorial2.html">New Grammarian's Tutorial</a>,
|
||||
<a href="doc/tutorial/01-gf-tutorial2.html">New Grammarian's Tutorial</a>,
|
||||
based on the module system (unfinished).
|
||||
More up-to-date but ess detailed than the next one.
|
||||
|
||||
|
||||
@@ -1020,7 +1020,7 @@ The paradigms <tt>regNoun</tt> does not give the correct forms for
|
||||
all nouns. For instance, <i>louse - lice</i> and
|
||||
<i>fish - fish</i> must be given by using <tt>mkNoun</i>.
|
||||
Also the word <i>boy</i> would be inflected incorrectly; to prevent
|
||||
this, either use <tt>mkNoun</i> or modify
|
||||
this, either use <tt>mkNoun</tt> or modify
|
||||
<tt>regNoun</tt> so that the <tt>"y"</tt> case does not
|
||||
apply if the second-last character is a vowel.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user