diff options
| author | kr.angelov <kr.angelov@gmail.com> | 2013-11-28 12:48:55 +0000 |
|---|---|---|
| committer | kr.angelov <kr.angelov@gmail.com> | 2013-11-28 12:48:55 +0000 |
| commit | 5475dd7613705b2e8c3483f66796937cd0542e52 (patch) | |
| tree | a860018ac723c6f34cccf74323f86bddc8602cd7 /src/ui/android/res/xml/inflection_en.xml | |
| parent | 63e338cb8059bd24565afef6a568c5b515381006 (diff) | |
the Android App now show the valency patterns for verbs in English, Bulgarian and Swedish
Diffstat (limited to 'src/ui/android/res/xml/inflection_en.xml')
| -rw-r--r-- | src/ui/android/res/xml/inflection_en.xml | 37 |
1 files changed, 36 insertions, 1 deletions
diff --git a/src/ui/android/res/xml/inflection_en.xml b/src/ui/android/res/xml/inflection_en.xml index 47ec449a5..238f096a4 100644 --- a/src/ui/android/res/xml/inflection_en.xml +++ b/src/ui/android/res/xml/inflection_en.xml @@ -79,11 +79,16 @@ <cat>V2</cat> <cat>V3</cat> <cat>V2V</cat> - <cat>VV</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> @@ -108,4 +113,34 @@ </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> |
