diff options
| author | kr.angelov <kr.angelov@gmail.com> | 2014-02-21 16:34:59 +0000 |
|---|---|---|
| committer | kr.angelov <kr.angelov@gmail.com> | 2014-02-21 16:34:59 +0000 |
| commit | e5a65920806b90e950db94e99118c1e6409f3ca6 (patch) | |
| tree | bef065dc5ad7b8742c0f6b6664c49d02a102fd06 /src/ui/android/res/xml/inflection_en.xml | |
| parent | 9b1b42bd2292ea991d084ca42dddc6c3b7ce1d66 (diff) | |
the Android App is now using the documentation modules instead of xml files for generating the inflection tables. The xml files are removed
Diffstat (limited to 'src/ui/android/res/xml/inflection_en.xml')
| -rw-r--r-- | src/ui/android/res/xml/inflection_en.xml | 146 |
1 files changed, 0 insertions, 146 deletions
diff --git a/src/ui/android/res/xml/inflection_en.xml b/src/ui/android/res/xml/inflection_en.xml deleted file mode 100644 index 88dd60770..000000000 --- a/src/ui/android/res/xml/inflection_en.xml +++ /dev/null @@ -1,146 +0,0 @@ -<inflection_template> - <inflection> - <cat>N</cat> - <cat>N2</cat> - <tag>n</tag> - <template> - <h1>Noun <lin>Feat<cat/>(<lemma/>)</lin></h1> - - <table class="forms-table" rules="all"> - <tr> - <th></th> - <th>nom</th> - <th>gen</th> - </tr> - <tr> - <th>sg</th> - <td><form>s Sg Nom</form></td> - <td><form>s Sg Gen</form></td> - </tr> - <tr> - <th>pl</th> - <td><form>s Pl Nom</form></td> - <td><form>s Pl Gen</form></td> - </tr> - </table> - </template> - </inflection> - <inflection> - <cat>A</cat> - <cat>A2</cat> - <tag>a</tag> - <template> - <h1>Adjective</h1> - - <table class="forms-table" rules="all"> - <tr> - <th></th> - <th>nom</th> - <th>gen</th> - </tr> - <tr> - <th>posit</th> - <td><form>s (AAdj Posit Nom)</form></td> - <td><form>s (AAdj Posit Gen)</form></td> - </tr> - <tr> - <th>compar</th> - <td><form>s (AAdj Compar Nom)</form></td> - <td><form>s (AAdj Compar Gen)</form></td> - </tr> - <tr> - <th>superl</th> - <td><form>s (AAdj Superl Nom)</form></td> - <td><form>s (AAdj Superl Gen)</form></td> - </tr> - </table> - <h1>Adverb</h1> - <p><form>s AAdv</form></p> - </template> - </inflection> - <inflection> - <cat>Adv</cat> - <tag>adv</tag> - <template> - <h1>Adverb</h1> - <p><form>s</form></p> - </template> - </inflection> - <inflection> - <cat>Prep</cat> - <tag>prep</tag> - <template> - <h1>Preposition</h1> - <p><form>s</form></p> - </template> - </inflection> - <inflection> - <cat>V</cat> - <cat>V2</cat> - <cat>V3</cat> - <cat>V2V</cat> - <cat>V2S</cat> - <cat>V2Q</cat> - <cat>V2A</cat> - <cat>VS</cat> - <cat>VQ</cat> - <cat>VA</cat> - <tag>v</tag> - <template> - <h1>Verb</h1> - <p><lin>Feat<cat/> (<lemma/>)</lin></p> - <table class="forms-table" rules="all"> - <tr> - <th>infitive</th> - <td><form>s VInf</form></td> - </tr> - <tr> - <th>present</th> - <td><form>s VPres</form></td> - </tr> - <tr> - <th>past</th> - <td><form>s VPast</form></td> - </tr> - <tr> - <th>past part.</th> - <td><form>s VPPart</form></td> - </tr> - <tr> - <th>present part.</th> - <td><form>s VPresPart</form></td> - </tr> - </table> - </template> - </inflection> - <inflection> - <cat>VV</cat> - <tag>v</tag> - <template> - <h1>Verb</h1> - <p><lin>Feat<cat/> (<lemma/>)</lin></p> - <table class="forms-table" rules="all"> - <tr> - <th>infitive</th> - <td><form>s (VVF VInf)</form></td> - </tr> - <tr> - <th>present</th> - <td><form>s (VVF VPres)</form> <form>s VVPresNeg</form></td> - </tr> - <tr> - <th>past</th> - <td><form>s (VVF VPast)</form> <form>s VVPastNeg</form></td> - </tr> - <tr> - <th>past part.</th> - <td><form>s (VVF VPPart)</form></td> - </tr> - <tr> - <th>present part.</th> - <td><form>s (VVF VPresPart)</form></td> - </tr> - </table> - </template> - </inflection> -</inflection_template> |
