diff options
| author | kr.angelov <kr.angelov@gmail.com> | 2013-11-27 22:16:05 +0000 |
|---|---|---|
| committer | kr.angelov <kr.angelov@gmail.com> | 2013-11-27 22:16:05 +0000 |
| commit | f5ec987c5d1fe5b05a84d1f9b20bc70f26a385f0 (patch) | |
| tree | 2a09acdb54119fdee5ac9403b01c723b500c4315 /src/ui/android/res/xml/inflection_cmn.xml | |
| parent | eea636966d2ff59fa4185fa6a25ef3707181522c (diff) | |
better dictionary visualization in the Android App
Diffstat (limited to 'src/ui/android/res/xml/inflection_cmn.xml')
| -rw-r--r-- | src/ui/android/res/xml/inflection_cmn.xml | 161 |
1 files changed, 94 insertions, 67 deletions
diff --git a/src/ui/android/res/xml/inflection_cmn.xml b/src/ui/android/res/xml/inflection_cmn.xml index fa3fa7c8b..58cb7607c 100644 --- a/src/ui/android/res/xml/inflection_cmn.xml +++ b/src/ui/android/res/xml/inflection_cmn.xml @@ -1,67 +1,94 @@ -<inflection_temlate> - <noun> - <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> - </noun> - <adjective> - <h1>Adjective</h1> - - <table class="forms-table" rules="all"> - <tr> - <th>s</th> - <td><form>s</form></td> - </tr> - </table> - </adjective> - <adverb> - <h1>Adverb</h1> - <p><form>s</form></p> - </adverb> - <prep> - <h1>Preposition</h1> - <p><form>prepPre</form> - <form>prepPost</form></p> - </prep> - <verb> - <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> - </verb> -</inflection_temlate> +<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>VV</cat> + <cat>VS</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> |
