diff options
| author | kr.angelov <kr.angelov@gmail.com> | 2013-10-23 15:23:54 +0000 |
|---|---|---|
| committer | kr.angelov <kr.angelov@gmail.com> | 2013-10-23 15:23:54 +0000 |
| commit | ecaa05a3db981eef5083b17cbf99bfb71e8c9ff9 (patch) | |
| tree | 79669c0a059899c0fcd3b045929f8c963c3e6747 /src/ui/android/res | |
| parent | 10fa2baa56a4166d75a3807198b17c2b34db77de (diff) | |
added dummy inflection template for Chinese. It needs better names for the different inflection forms
Diffstat (limited to 'src/ui/android/res')
| -rw-r--r-- | src/ui/android/res/xml/inflection_cmn.xml | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/src/ui/android/res/xml/inflection_cmn.xml b/src/ui/android/res/xml/inflection_cmn.xml new file mode 100644 index 000000000..fa3fa7c8b --- /dev/null +++ b/src/ui/android/res/xml/inflection_cmn.xml @@ -0,0 +1,67 @@ +<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> |
