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_cmn.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_cmn.xml')
| -rw-r--r-- | src/ui/android/res/xml/inflection_cmn.xml | 99 |
1 files changed, 0 insertions, 99 deletions
diff --git a/src/ui/android/res/xml/inflection_cmn.xml b/src/ui/android/res/xml/inflection_cmn.xml deleted file mode 100644 index 82cc6926a..000000000 --- a/src/ui/android/res/xml/inflection_cmn.xml +++ /dev/null @@ -1,99 +0,0 @@ -<inflection_template> - <inflection> - <cat>N</cat> - <cat>N2</cat> - <tag>n</tag> - <template> - <h1>Noun</h1> - - <table class="forms-table" rules="all"> - <tr> - <th>s</th> - <td><form>s</form></td> - </tr> - <tr> - <th>c</th> - <td><form>c</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>s</th> - <td><form>s</form></td> - </tr> - </table> - </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>prepPre</form> - <form>prepPost</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>VV</cat> - <cat>VS</cat> - <cat>VQ</cat> - <cat>VA</cat> - <tag>v</tag> - <template> - <h1>Verb</h1> - <table class="forms-table" rules="all"> - <tr> - <th>s</th> - <td><form>s</form></td> - </tr> - <tr> - <th>dp</th> - <td><form>dp</form></td> - </tr> - <tr> - <th>ds</th> - <td><form>ds</form></td> - </tr> - <tr> - <th>ep</th> - <td><form>ep</form></td> - </tr> - <tr> - <th>neg</th> - <td><form>neg</form></td> - </tr> - <tr> - <th>pp</th> - <td><form>pp</form></td> - </tr> - <tr> - <th>sn</th> - <td><form>sn</form></td> - </tr> - </table> - </template> - </inflection> -</inflection_template> |
