Table of contents
László Tihanyi, Tamás Váradi, Csaba Oravecz
2018-11-12
Without handling derivation a satisfactory morphological analysis is not possible for Hungarian. The HUMOR system, a general purpose morphological analyzer, handles it and the results can be converted to Multext format since on syntactic level the morphological origin of stems are generally irrelevant. The resulting word class is defined by the rightmost derivational suffix. The suffix characters are literally attached to the word.
Here are the derivations that the analyser recognizes but instead of the origin we place only the resulting class to the output. (Suffix tags used in HUMOR are in upper case, actual suffixes are in lower case.)
Noun -> Adjective
Type | Form | Example | Gloss |
BELI | beli | ház+beli | property_of_living_in_the_house |
FAJTA | fajta | más+fajta | of_some_other_kind |
FELE | féle | bútor+féle | similar_to_furniture |
FORMA | forma | tojás+forma | egg_shaped |
SZERU | szerű | tej+szerű | milk+y |
IKEP | i | ház+i | home_(e.g._made) |
SKEP | s, as, os, es, ös | gyerek+es | child+ish |
UKEP | ú, ű, jú, jű | arc+ú | (red)-face+d |
FFOSZ | tlan, tlen, atlan, etlen, talan, telen | - | 'devoid_of', _'-less' |
MER | nyi | kanál+nyi | spoon+full |
Noun, A -> Noun
Type | Form | Example | Gloss |
COL | ság, ség | barát+ság | friend+ship |
Noun -> Noun
Type | Form | Example | Gloss |
DIM | cska, acska, ecske, öcske, ocska | utcá+cska | little_street |
FEM | né | Kovács+né | Mrs._Kovács |
Noun -> Verb
Type | Form | Example | Gloss |
FI | z, az, oz, ez, öz | autó+z | go_by_car |
Verb -> Adjective
Type | Form | Example | Gloss |
IFOSZT: | atlan, etlen | felel+etlen | sg_not_being_answered |
MIF | ó, ő | felel+ő | sy_who_answers |
MIB | t, ott, ett, ött | felel+t | the_answered_(question) |
MIA | andó, endő | felel+endő | sg_that_should be_answered |
NIVALÖ | anivaló, enivaló, nivaló | néz+nivaló | sg_that_should_be_seen |
Verb -> Adverb
Type | Form | Example | Gloss |
HIN | va, ve | olvas+va | (while)_reading_(the_book) |
Numeral -> Adjective
Type | Form | Example | Gloss |
KIEM | ik | hatod+ik | six+th |
LAGOS | lagos, leges | másod+lagos | second+ary |
Verb -> Noun
Type | Form | Example | Gloss |
IF | ás, és | olvas+ás | read+ing_(gerund) |
DES | hatnék, hetnék | olvas+hatnék | the_intention_of_reading |
Adj -> Verb
Type | Form | Example | Gloss |
FAK | ít | szép+ít | make_it_pretty_(in_compounds_only) |
MI | od, ed, öd | vállas+od+ik | becomes_strong |
MIGY | kod, ked, köd | okos+kod+ik | plays_the_smart_(frequently) |
Verb -> Verb
Type | Form | Example | Gloss |
MUV | at, et, tat | tet_olvas+tat | makes_him_read |
GYAK | gat, get, ogat, eget, öget | olvas+gat | he_reads_frequently |
HAT | hat, het | olvas+hat | he_may_read |
VISSZ | ód, őd | old+ódik | dissolves |
SZENV | tatik, tetik | olvas+tatik | makes_the_book_being_read |
Examples:
If 'szemetelés' (littering, action of throwing away litter) is not in the dictionary we derive it from the verb 'litter' szemetel[V] + és[IF] (where IF=Verb2Noun).
Instead of giving the extra attribute to the verb expressing that it has a derivational suffix we simply give the result of the analysis+conversion: szemetelés[N].
In Hungarian some derivation may follow the inflectional suffix. For these derivations the suffix+derivation together forms a compound derivation. Then a new stem is generated from the stem + inflection + derivation segments and the resulting part of speech is determined by the derivation.
Type | Form | Example | Gloss |
Nc-sn--ns1-+FAM | ék | apá+m+ék | some_people_with_my_father |
Nc-su--u---+IKEP | i | asztal+onként+i | sg._done_by_each_every_table |
Afc-sn--n----+KIEM | ik | nagy+obb+ik | the_bigger_one |
There are adverbs that may get case endings. Since case inflections derive adverbs from nouns these constructions can be handled as derivations. That means the stem is the stem + inflection combination and the part of speech is adverb.
Type | Form | Example | Gloss |
Ag----+ablativ | tól | akkor+tól | since_then |
Compounding is handled in a very similar way to derivation. The rightmost word class is always the resulting one. If it contains some derivation as well then the result is the word class that the derivation determines.
Examples:
CATEGORY (en) | Value (en) | Code (en) | Attributes |
CATEGORY | Noun | N | 6 |
CATEGORY | Verb | V | 6 |
CATEGORY | Adjective | A | 7 |
CATEGORY | Pronoun | P | 7 |
CATEGORY | Article | T | 1 |
CATEGORY | Adverb | R | 5 |
CATEGORY | Adposition | S | 1 |
CATEGORY | Conjunction | C | 3 |
CATEGORY | Numeral | M | 7 |
CATEGORY | Interjection | I | 1 |
CATEGORY | Abbreviation | Y | 0 |
CATEGORY | Residual | X | 0 |
CATEGORY | Punctuation | Z | 0 |
P | Attribute (en) | Value (en) | Code (en) |
0 | CATEGORY | Noun | N |
1 | Type | common | c |
proper | p | ||
3 | Number | singular | s |
plural | p | ||
4 | Case | nominative | n |
genitive | g | ||
dative | d | ||
accusative | a | ||
instrumental | i | ||
illative | x | ||
inessive | 2 | ||
elative | e | ||
allative | t | ||
adessive | 3 | ||
ablative | b | ||
terminative | 9 | ||
essive | w | ||
temporalis | m | ||
causalis | c | ||
sublative | s | ||
delative | h | ||
sociative | q | ||
factive | y | ||
superessive | p | ||
distributive | u | ||
essive-formal | f | ||
8 | Owner_Number | singular | s |
plural | p | ||
9 | Owner_Person | first | 1 |
second | 2 | ||
third | 3 | ||
10 | Owned_Number | singular | s |
plural | p |
1. Gender: Not applicable to Hungarian.
2. Numbers: Hungarian has three types of number in the nominal inflection: 1. The number of the noun. 2. The number of owners that own the noun. 3. The number of the context given referent, which is some possession of the noun, i.e. belongs to the noun (anaphoric possessive).
3. Genitive is rarely marked in Hungarian. If marked then with the same suffix as that of dative case. Nouns with zero suffix can be nominative or genitive, so they are ambigious.
4. Common Hungarian nouns can have 2(Number)*7(OwnerPerson,OwnerNumber)*3(OwnedNumber)*22(Case)=924 different forms.
5. The usage of -szerte ('many places around') is restricted so we do not take it as a regular case ending. The same stands for '-lag/-leg', e.g. 'házilag' means (made) at home.
Pos | Type | Num | Case | OwnerNum | OwnerPers | OwnedNum |
N | [cp] | [sp] | [ngdaix2et3b9wmcshqypuf] | [sp] | [123] | [sp] |
This index gives the list of morphosyntactic descriptions (MSDs) and their features. In the table below, the first column gives the MSD, the second its expansion into a feature-structure, the third gives the number of entries in the lexicon (64,003 entries), and the fourth gives some examples as word-form/lemma. The list was extracted form the Hungarian MULTEXT-East lexicon.
Note that for Hungarian, the number of theoretically possible MSDs represented in this index is much greater than those found in the lexicon.
MSD | Features | Types | Examples |
Nc-sn | Noun Type=common Number=singular Case=nominative | 6834 | zűrzavar, zümmögés, zuhogó, zsúfoltság, zsold |
Nc-sn-----s | Noun Type=common Number=singular Case=nominative Owned_Number=singular | 55 | Winstoné/Winston, városé/város, útonállóé/útonálló, uraságé/uraság, tüllé/tüll |
Nc-sn-----p | Noun Type=common Number=singular Case=nominative Owned_Number=plural | 2 | övéi/öv, estéi/est |
Nc-sn---s1 | Noun Type=common Number=singular Case=nominative Owner_Number=singular Owner_Person=first | 171 | visszértágulásom/visszértágulás, vérem/vér, vendégem/vendég, véleményem/vélemény, vejem/vej |
Nc-sn---s1s | Noun Type=common Number=singular Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Nc-sn---s1p | Noun Type=common Number=singular Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Nc-sn---s2 | Noun Type=common Number=singular Case=nominative Owner_Number=singular Owner_Person=second | 64 | véleményed/vélemény, valamid/valami, utad/út, tested/test, szükséged/szükség |
Nc-sn---s2s | Noun Type=common Number=singular Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Nc-sn---s2p | Noun Type=common Number=singular Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Nc-sn---s3 | Noun Type=common Number=singular Case=nominative Owner_Number=singular Owner_Person=third | 1801 | zűrzavara/zűrzavar, zuhataga/zuhatag, zuhanása/zuhanás, zsarnoksága/zsarnokság, zöme/zöm |
Nc-sn---s3s | Noun Type=common Number=singular Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=singular | 2 | többségéé/többség, ezredeséé/ezredes |
Nc-sn---s3p | Noun Type=common Number=singular Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Nc-sn---p1 | Noun Type=common Number=singular Case=nominative Owner_Number=plural Owner_Person=first | 178 | voltunk/volt, viszonyunk/viszony, világunk/világ, véleményetek/vélemény, vásznunk/vászon |
Nc-sn---p1s | Noun Type=common Number=singular Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 | életeké/él |
Nc-sn---p1p | Noun Type=common Number=singular Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Nc-sn---p2 | Noun Type=common Number=singular Case=nominative Owner_Number=plural Owner_Person=second | 1 |  |
Nc-sn---p2s | Noun Type=common Number=singular Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Nc-sn---p2p | Noun Type=common Number=singular Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Nc-sn---p3 | Noun Type=common Number=singular Case=nominative Owner_Number=plural Owner_Person=third | 303 | zsebük/zseb, zárkózottságuk/zárkózottság, vonatkozásuk/vonatkozás, vitájuk/vita, viszonyuk/viszony |
Nc-sn---p3s | Noun Type=common Number=singular Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Nc-sn---p3p | Noun Type=common Number=singular Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Nc-sg | Noun Type=common Number=singular Case=genitive | 1 |  |
Nc-sg-----s | Noun Type=common Number=singular Case=genitive Owned_Number=singular | 1 |  |
Nc-sg-----p | Noun Type=common Number=singular Case=genitive Owned_Number=plural | 1 |  |
Nc-sg---s1 | Noun Type=common Number=singular Case=genitive Owner_Number=singular Owner_Person=first | 1 |  |
Nc-sg---s1s | Noun Type=common Number=singular Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Nc-sg---s1p | Noun Type=common Number=singular Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Nc-sg---s2 | Noun Type=common Number=singular Case=genitive Owner_Number=singular Owner_Person=second | 1 |  |
Nc-sg---s2s | Noun Type=common Number=singular Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Nc-sg---s2p | Noun Type=common Number=singular Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Nc-sg---s3 | Noun Type=common Number=singular Case=genitive Owner_Number=singular Owner_Person=third | 1 |  |
Nc-sg---s3s | Noun Type=common Number=singular Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Nc-sg---s3p | Noun Type=common Number=singular Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Nc-sg---p1 | Noun Type=common Number=singular Case=genitive Owner_Number=plural Owner_Person=first | 1 |  |
Nc-sg---p1s | Noun Type=common Number=singular Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Nc-sg---p1p | Noun Type=common Number=singular Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Nc-sg---p2 | Noun Type=common Number=singular Case=genitive Owner_Number=plural Owner_Person=second | 1 |  |
Nc-sg---p2s | Noun Type=common Number=singular Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Nc-sg---p2p | Noun Type=common Number=singular Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Nc-sg---p3 | Noun Type=common Number=singular Case=genitive Owner_Number=plural Owner_Person=third | 1 |  |
Nc-sg---p3s | Noun Type=common Number=singular Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Nc-sg---p3p | Noun Type=common Number=singular Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Nc-sd | Noun Type=common Number=singular Case=dative | 745 | zsírnak/zsír, zónának/zóna, zavarnak/zavar, zárnak/zár, Winstonnak/Winston |
Nc-sd-----s | Noun Type=common Number=singular Case=dative Owned_Number=singular | 174 | vonósnégyesének/vonósnégyes, volumenének/volumen, vízigényének/vízigény, visszatérésének/visszatérés, vidékének/vidék |
Nc-sd-----p | Noun Type=common Number=singular Case=dative Owned_Number=plural | 1 |  |
Nc-sd---s1 | Noun Type=common Number=singular Case=dative Owner_Number=singular Owner_Person=first | 1 |  |
Nc-sd---s1s | Noun Type=common Number=singular Case=dative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Nc-sd---s1p | Noun Type=common Number=singular Case=dative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Nc-sd---s2 | Noun Type=common Number=singular Case=dative Owner_Number=singular Owner_Person=second | 18 | törődnek/törő, törekednek/törek, nagyváradnak/nagyvár, lázadnak/láz, kerekednek/kerék |
Nc-sd---s2s | Noun Type=common Number=singular Case=dative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Nc-sd---s2p | Noun Type=common Number=singular Case=dative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Nc-sd---s3 | Noun Type=common Number=singular Case=dative Owner_Number=singular Owner_Person=third | 492 | zárjának/zár, zálogának/zálog, vonzerejének/vonzerő, vonósnégyesének/vonósnégyes, vonalának/vonal |
Nc-sd---s3s | Noun Type=common Number=singular Case=dative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Nc-sd---s3p | Noun Type=common Number=singular Case=dative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Nc-sd---p1 | Noun Type=common Number=singular Case=dative Owner_Number=plural Owner_Person=first | 16 | vérünknek/vér, rendszerünknek/rendszer, nemzetgazdaságunknak/nemzetgazdaság, munkatársunknak/munkatárs, mindnyájunknak/mindnyáj |
Nc-sd---p1s | Noun Type=common Number=singular Case=dative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Nc-sd---p1p | Noun Type=common Number=singular Case=dative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Nc-sd---p2 | Noun Type=common Number=singular Case=dative Owner_Number=plural Owner_Person=second | 1 |  |
Nc-sd---p2s | Noun Type=common Number=singular Case=dative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Nc-sd---p2p | Noun Type=common Number=singular Case=dative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Nc-sd---p3 | Noun Type=common Number=singular Case=dative Owner_Number=plural Owner_Person=third | 13 | vejüknek/vő, vejüknek/vej, tevékenységüknek/tevékenység, szerencséjüknek/szerencse, sétájuknak/séta |
Nc-sd---p3s | Noun Type=common Number=singular Case=dative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Nc-sd---p3p | Noun Type=common Number=singular Case=dative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Nc-sa | Noun Type=common Number=singular Case=accusative | 2508 | züllést/züllés, zsoldot/zsold, zsírt/zsír, zsírsertést/zsírsertés, zsinegdarabot/zsinegdarab |
Nc-sa-----s | Noun Type=common Number=singular Case=accusative Owned_Number=singular | 412 | zsebét/zseb, visszfényét/visszfény, visszatérését/visszatérés, visszafizetését/visszafizetés, viselkedését/viselkedés |
Nc-sa-----p | Noun Type=common Number=singular Case=accusative Owned_Number=plural | 1 |  |
Nc-sa---s1 | Noun Type=common Number=singular Case=accusative Owner_Number=singular Owner_Person=first | 1 |  |
Nc-sa---s1s | Noun Type=common Number=singular Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Nc-sa---s1p | Noun Type=common Number=singular Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Nc-sa---s2 | Noun Type=common Number=singular Case=accusative Owner_Number=singular Owner_Person=second | 20 | zagyvaságáradat/zagyvaságár, véleményedet/vélemény, válladat/váll, tüdődet/tüdő, tárlatodat/tárlat |
Nc-sa---s2s | Noun Type=common Number=singular Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Nc-sa---s2p | Noun Type=common Number=singular Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Nc-sa---s3 | Noun Type=common Number=singular Case=accusative Owner_Number=singular Owner_Person=third | 1053 | zsírját/zsír, zsebét/zseb, zsákját/zsák, zenekarát/zenekar, zavartalanságát/zavartalanság |
Nc-sa---s3s | Noun Type=common Number=singular Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Nc-sa---s3p | Noun Type=common Number=singular Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Nc-sa---p1 | Noun Type=common Number=singular Case=accusative Owner_Number=plural Owner_Person=first | 51 | világunkat/világ, vidékünket/vidék, vágyódásunkat/vágyódás, ügyünket/ügy, tudásunkat/tudás |
Nc-sa---p1s | Noun Type=common Number=singular Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Nc-sa---p1p | Noun Type=common Number=singular Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Nc-sa---p2 | Noun Type=common Number=singular Case=accusative Owner_Number=plural Owner_Person=second | 1 |  |
Nc-sa---p2s | Noun Type=common Number=singular Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Nc-sa---p2p | Noun Type=common Number=singular Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Nc-sa---p3 | Noun Type=common Number=singular Case=accusative Owner_Number=plural Owner_Person=third | 124 | zsarnokságukat/zsarnokság, vezetőjüket/vezető, véleményüket/vélemény, ügyüket/ügy, türelmüket/türelem |
Nc-sa---p3s | Noun Type=common Number=singular Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Nc-sa---p3p | Noun Type=common Number=singular Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Nc-si | Noun Type=common Number=singular Case=instrumental | 981 | zsebbel/zseb, zsákkal/zsák, zsákdarabbal/zsákdarab, zöngéssel/zöngés, zenével/zene |
Nc-si-----s | Noun Type=common Number=singular Case=instrumental Owned_Number=singular | 133 | Winstonéval/Winston, vezetésével/vezetés, vezényletével/vezénylet, véleményével/vélemény, ütemével/ütem |
Nc-si-----p | Noun Type=common Number=singular Case=instrumental Owned_Number=plural | 1 |  |
Nc-si---s1 | Noun Type=common Number=singular Case=instrumental Owner_Number=singular Owner_Person=first | 17 | vejemmel/vej, tudtommal/tudta, számmal/száj, mutatóujjammal/mutatóujj, magánéletemmel/magánélet |
Nc-si---s1s | Noun Type=common Number=singular Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Nc-si---s1p | Noun Type=common Number=singular Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Nc-si---s2 | Noun Type=common Number=singular Case=instrumental Owner_Number=singular Owner_Person=second | 2 | botrányoddal/botrány, barátoddal/barát |
Nc-si---s2s | Noun Type=common Number=singular Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Nc-si---s2p | Noun Type=common Number=singular Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Nc-si---s3 | Noun Type=common Number=singular Case=instrumental Owner_Number=singular Owner_Person=third | 325 | zsidóságával/zsidóság, ziláltságával/ziláltság, zálogosításával/zálogosítás, világával/világ, vigyorával/vigyor |
Nc-si---s3s | Noun Type=common Number=singular Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Nc-si---s3p | Noun Type=common Number=singular Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Nc-si---p1 | Noun Type=common Number=singular Case=instrumental Owner_Number=plural Owner_Person=first | 10 | újságszeletekkel/újságszél, terminológiánkkal/terminológia, szemünkkel/szem, önmagunkkal/önmag, magunkkal/mag |
Nc-si---p1s | Noun Type=common Number=singular Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Nc-si---p1p | Noun Type=common Number=singular Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Nc-si---p2 | Noun Type=common Number=singular Case=instrumental Owner_Number=plural Owner_Person=second | 1 |  |
Nc-si---p2s | Noun Type=common Number=singular Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Nc-si---p2p | Noun Type=common Number=singular Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Nc-si---p3 | Noun Type=common Number=singular Case=instrumental Owner_Number=plural Owner_Person=third | 15 | tetejükkel/tető, segítségükkel/segítség, orrukkal/orr, munkájukkal/munka, megegyezésükkel/megegyezés |
Nc-si---p3s | Noun Type=common Number=singular Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Nc-si---p3p | Noun Type=common Number=singular Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Nc-sx | Noun Type=common Number=singular Case=illative | 442 | zsákdarabba/zsákdarab, zsákba/zsák, zihálásba/zihálás, zenélésbe/zenélés, zavarba/zavar |
Nc-sx-----s | Noun Type=common Number=singular Case=illative Owned_Number=singular | 54 | zsebébe/zseb, vezetésébe/vezetés, vérkeringésébe/vérkeringés, védelmébe/védelem, ügyébe/ügy |
Nc-sx-----p | Noun Type=common Number=singular Case=illative Owned_Number=plural | 1 |  |
Nc-sx---s1 | Noun Type=common Number=singular Case=illative Owner_Number=singular Owner_Person=first | 1 |  |
Nc-sx---s1s | Noun Type=common Number=singular Case=illative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Nc-sx---s1p | Noun Type=common Number=singular Case=illative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Nc-sx---s2 | Noun Type=common Number=singular Case=illative Owner_Number=singular Owner_Person=second | 5 | naplódba/napló, húzódba/húzó, eszedbe/ész, csődbe/cső, arcodba/arc |
Nc-sx---s2s | Noun Type=common Number=singular Case=illative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Nc-sx---s2p | Noun Type=common Number=singular Case=illative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Nc-sx---s3 | Noun Type=common Number=singular Case=illative Owner_Number=singular Owner_Person=third | 139 | zsebébe/zseb, zsákjába/zsák, világába/világ, vezetésébe/vezetés, vérkeringésébe/vérkeringés |
Nc-sx---s3s | Noun Type=common Number=singular Case=illative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Nc-sx---s3p | Noun Type=common Number=singular Case=illative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Nc-sx---p1 | Noun Type=common Number=singular Case=illative Owner_Number=plural Owner_Person=first | 14 | testünkbe/test, padlónkba/padló, ölünkbe/öl, nyelvünkbe/nyelv, lábunkba/láb |
Nc-sx---p1s | Noun Type=common Number=singular Case=illative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Nc-sx---p1p | Noun Type=common Number=singular Case=illative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Nc-sx---p2 | Noun Type=common Number=singular Case=illative Owner_Number=plural Owner_Person=second | 1 |  |
Nc-sx---p2s | Noun Type=common Number=singular Case=illative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Nc-sx---p2p | Noun Type=common Number=singular Case=illative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Nc-sx---p3 | Noun Type=common Number=singular Case=illative Owner_Number=plural Owner_Person=third | 18 | városukba/város, tökéletességükbe/tökéletesség, szemükbe/szem, szájukba/száj, otthonukba/otthon |
Nc-sx---p3s | Noun Type=common Number=singular Case=illative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Nc-sx---p3p | Noun Type=common Number=singular Case=illative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Nc-s2 | Noun Type=common Number=singular Case=inessive | 950 | zűrzavarban/zűrzavar, zúgásban/zúgás, zsírban/zsír, zsibvásárban/zsibvásár, zsibogóban/zsibogó |
Nc-s2-----s | Noun Type=common Number=singular Case=inessive Owned_Number=singular | 152 | zsebében/zseb, zömében/zöm, zenében/zen, visszfényében/visszfény, viselkedésében/viselkedés |
Nc-s2-----p | Noun Type=common Number=singular Case=inessive Owned_Number=plural | 1 |  |
Nc-s2---s1 | Noun Type=common Number=singular Case=inessive Owner_Number=singular Owner_Person=first | 1 |  |
Nc-s2---s1s | Noun Type=common Number=singular Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 | értelemében/értél |
Nc-s2---s1p | Noun Type=common Number=singular Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Nc-s2---s2 | Noun Type=common Number=singular Case=inessive Owner_Number=singular Owner_Person=second | 15 | véredben/vér, okádékodban/okádék, koponyádban/koponya, kezedben/kéz, gyűjtésedben/gyűjtés |
Nc-s2---s2s | Noun Type=common Number=singular Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Nc-s2---s2p | Noun Type=common Number=singular Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Nc-s2---s3 | Noun Type=common Number=singular Case=inessive Owner_Number=singular Owner_Person=third | 409 | zsebében/zseb, zsargonjában/zsargon, zömében/zöm, zenében/zen, zajában/zaj |
Nc-s2---s3s | Noun Type=common Number=singular Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Nc-s2---s3p | Noun Type=common Number=singular Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Nc-s2---p1 | Noun Type=common Number=singular Case=inessive Owner_Number=plural Owner_Person=first | 33 | zsebünkben/zseb, világunkban/világ, tudatunkban/tudat, témánkban/téma, társadalmunkban/társadalom |
Nc-s2---p1s | Noun Type=common Number=singular Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Nc-s2---p1p | Noun Type=common Number=singular Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Nc-s2---p2 | Noun Type=common Number=singular Case=inessive Owner_Number=plural Owner_Person=second | 1 |  |
Nc-s2---p2s | Noun Type=common Number=singular Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Nc-s2---p2p | Noun Type=common Number=singular Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Nc-s2---p3 | Noun Type=common Number=singular Case=inessive Owner_Number=plural Owner_Person=third | 37 | várukban/vár, vallatásukban/vallatás, tulajdonukban/tulajdon, tudatukban/tudat, többségükben/többség |
Nc-s2---p3s | Noun Type=common Number=singular Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Nc-s2---p3p | Noun Type=common Number=singular Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Nc-se | Noun Type=common Number=singular Case=elative | 378 | zsemléből/zsemle, zsebből/zseb, zsákból/zsák, zónából/zóna, Winstonból/Winston |
Nc-se-----s | Noun Type=common Number=singular Case=elative Owned_Number=singular | 46 | zsebéből/zseb, vizeletéből/vizelet, ügyéből/ügy, tisztéből/tiszt, szövetségéből/szövetség |
Nc-se-----p | Noun Type=common Number=singular Case=elative Owned_Number=plural | 1 |  |
Nc-se---s1 | Noun Type=common Number=singular Case=elative Owner_Number=singular Owner_Person=first | 1 |  |
Nc-se---s1s | Noun Type=common Number=singular Case=elative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Nc-se---s1p | Noun Type=common Number=singular Case=elative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Nc-se---s2 | Noun Type=common Number=singular Case=elative Owner_Number=singular Owner_Person=second | 4 | szádból/száj, fejedből/fej, álmodból/álom, akaratodból/akarat |
Nc-se---s2s | Noun Type=common Number=singular Case=elative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Nc-se---s2p | Noun Type=common Number=singular Case=elative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Nc-se---s3 | Noun Type=common Number=singular Case=elative Owner_Number=singular Owner_Person=third | 146 | zűrzavarából/zűrzavar, zsebéből/zseb, vizeskancsójából/vizeskancsó, vizeletéből/vizelet, vizéből/víz |
Nc-se---s3s | Noun Type=common Number=singular Case=elative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Nc-se---s3p | Noun Type=common Number=singular Case=elative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Nc-se---p1 | Noun Type=common Number=singular Case=elative Owner_Number=plural Owner_Person=first | 8 | szemünkből/szem, pénzünkből/pénz, légterünkből/légtér, körötökből/kör, falunkból/falu |
Nc-se---p1s | Noun Type=common Number=singular Case=elative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Nc-se---p1p | Noun Type=common Number=singular Case=elative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Nc-se---p2 | Noun Type=common Number=singular Case=elative Owner_Number=plural Owner_Person=second | 1 |  |
Nc-se---p2s | Noun Type=common Number=singular Case=elative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Nc-se---p2p | Noun Type=common Number=singular Case=elative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Nc-se---p3 | Noun Type=common Number=singular Case=elative Owner_Number=plural Owner_Person=third | 21 | testükből/test, testtartásukból/testtartás, szőrükből/szőr, szerkezetükből/szerkezet, szemükből/szem |
Nc-se---p3s | Noun Type=common Number=singular Case=elative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Nc-se---p3p | Noun Type=common Number=singular Case=elative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Nc-st | Noun Type=common Number=singular Case=allative | 269 | Winstonhoz/Winston, vizsgához/vizsga, véleményhez/vélemény, véghez/vég, vámtisztviselőhöz/vámtisztviselő |
Nc-st-----s | Noun Type=common Number=singular Case=allative Owned_Number=singular | 55 | véglegesítéséhez/véglegesítés, végéhez/vég, védőövezetéhez/védőövezet, üzemeltetéséhez/üzemeltetés, történetéhez/történet |
Nc-st-----p | Noun Type=common Number=singular Case=allative Owned_Number=plural | 1 |  |
Nc-st---s1 | Noun Type=common Number=singular Case=allative Owner_Number=singular Owner_Person=first | 1 |  |
Nc-st---s1s | Noun Type=common Number=singular Case=allative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 | pereméhez/per |
Nc-st---s1p | Noun Type=common Number=singular Case=allative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Nc-st---s2 | Noun Type=common Number=singular Case=allative Owner_Number=singular Owner_Person=second | 3 | rögeszmédhez/rögeszme, csődhöz/cső, betegségedhez/betegség |
Nc-st---s2s | Noun Type=common Number=singular Case=allative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Nc-st---s2p | Noun Type=common Number=singular Case=allative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Nc-st---s3 | Noun Type=common Number=singular Case=allative Owner_Number=singular Owner_Person=third | 124 | zászlójához/zászló, visszautalásához/visszautalás, vezetőjéhez/vezető, véglegesítéséhez/véglegesítés, végéhez/vég |
Nc-st---s3s | Noun Type=common Number=singular Case=allative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Nc-st---s3p | Noun Type=common Number=singular Case=allative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Nc-st---p1 | Noun Type=common Number=singular Case=allative Owner_Number=plural Owner_Person=first | 8 | ügyünkhöz/ügy, szívünkhöz/szív, magunkhoz/mag, lapunkhoz/lapu, lapunkhoz/lap |
Nc-st---p1s | Noun Type=common Number=singular Case=allative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Nc-st---p1p | Noun Type=common Number=singular Case=allative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Nc-st---p2 | Noun Type=common Number=singular Case=allative Owner_Number=plural Owner_Person=second | 1 |  |
Nc-st---p2s | Noun Type=common Number=singular Case=allative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Nc-st---p2p | Noun Type=common Number=singular Case=allative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Nc-st---p3 | Noun Type=common Number=singular Case=allative Owner_Number=plural Owner_Person=third | 13 | testükhöz/test, talpukhoz/talp, szolgálatukhoz/szolgálat, szétszedésükhöz/szétszedés, sírjukhoz/sír |
Nc-st---p3s | Noun Type=common Number=singular Case=allative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Nc-st---p3p | Noun Type=common Number=singular Case=allative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Nc-s3 | Noun Type=common Number=singular Case=adessive | 139 | voksolásnál/voksolás, virágnál/virág, világosságnál/világosság, verandaasztalnál/verandaasztal, vasútnál/vasút |
Nc-s3-----s | Noun Type=common Number=singular Case=adessive Owned_Number=singular | 13 | végénél/vég, tervezésénél/tervezés, természeténél/természet, térdénél/térd, tárgyalópartnerénél/tárgyalópartner |
Nc-s3-----p | Noun Type=common Number=singular Case=adessive Owned_Number=plural | 1 |  |
Nc-s3---s1 | Noun Type=common Number=singular Case=adessive Owner_Number=singular Owner_Person=first | 1 |  |
Nc-s3---s1s | Noun Type=common Number=singular Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Nc-s3---s1p | Noun Type=common Number=singular Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Nc-s3---s2 | Noun Type=common Number=singular Case=adessive Owner_Number=singular Owner_Person=second | 1 |  |
Nc-s3---s2s | Noun Type=common Number=singular Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Nc-s3---s2p | Noun Type=common Number=singular Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Nc-s3---s3 | Noun Type=common Number=singular Case=adessive Owner_Number=singular Owner_Person=third | 41 | végénél/vég, vásárlásánál/vásárlás, vállánál/váll, tervezésénél/tervezés, természeténél/természet |
Nc-s3---s3s | Noun Type=common Number=singular Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Nc-s3---s3p | Noun Type=common Number=singular Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Nc-s3---p1 | Noun Type=common Number=singular Case=adessive Owner_Number=plural Owner_Person=first | 2 | parancsnokságunknál/parancsnokság, művészeteknél/művész |
Nc-s3---p1s | Noun Type=common Number=singular Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Nc-s3---p1p | Noun Type=common Number=singular Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Nc-s3---p2 | Noun Type=common Number=singular Case=adessive Owner_Number=plural Owner_Person=second | 1 |  |
Nc-s3---p2s | Noun Type=common Number=singular Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Nc-s3---p2p | Noun Type=common Number=singular Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Nc-s3---p3 | Noun Type=common Number=singular Case=adessive Owner_Number=plural Owner_Person=third | 1 |  |
Nc-s3---p3s | Noun Type=common Number=singular Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Nc-s3---p3p | Noun Type=common Number=singular Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Nc-sb | Noun Type=common Number=singular Case=ablative | 273 | zivatartól/zivatar, zajtól/zaj, Winstontól/Winston, vöröskereszttől/vöröskereszt, víztől/víz |
Nc-sb-----s | Noun Type=common Number=singular Case=ablative Owned_Number=singular | 33 | végétől/vég, ügyeletesétől/ügyeletes, tulajdonrészétől/tulajdonrész, törzsétől/törzs, tömegétől/tömeg |
Nc-sb-----p | Noun Type=common Number=singular Case=ablative Owned_Number=plural | 1 |  |
Nc-sb---s1 | Noun Type=common Number=singular Case=ablative Owner_Number=singular Owner_Person=first | 1 |  |
Nc-sb---s1s | Noun Type=common Number=singular Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Nc-sb---s1p | Noun Type=common Number=singular Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Nc-sb---s2 | Noun Type=common Number=singular Case=ablative Owner_Number=singular Owner_Person=second | 2 | váradtól/vár, árpádtól/árpa |
Nc-sb---s2s | Noun Type=common Number=singular Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Nc-sb---s2p | Noun Type=common Number=singular Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Nc-sb---s3 | Noun Type=common Number=singular Case=ablative Owner_Number=singular Owner_Person=third | 95 | víziójától/vízió, vezetőjétől/vezető, végétől/vég, ügyvezetőjétől/ügyvezető, ügyeletesétől/ügyeletes |
Nc-sb---s3s | Noun Type=common Number=singular Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Nc-sb---s3p | Noun Type=common Number=singular Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Nc-sb---p1 | Noun Type=common Number=singular Case=ablative Owner_Number=plural Owner_Person=first | 3 | professzorunktól/professzor, gyerekkorunktól/gyerekkor, betegségünktől/betegség |
Nc-sb---p1s | Noun Type=common Number=singular Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Nc-sb---p1p | Noun Type=common Number=singular Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Nc-sb---p2 | Noun Type=common Number=singular Case=ablative Owner_Number=plural Owner_Person=second | 1 |  |
Nc-sb---p2s | Noun Type=common Number=singular Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Nc-sb---p2p | Noun Type=common Number=singular Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Nc-sb---p3 | Noun Type=common Number=singular Case=ablative Owner_Number=plural Owner_Person=third | 6 | születésüktől/születés, színezetüktől/színezet, kegyüktől/kegy, jelentésüktől/jelentés, játékosuktól/játékos |
Nc-sb---p3s | Noun Type=common Number=singular Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Nc-sb---p3p | Noun Type=common Number=singular Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Nc-s9 | Noun Type=common Number=singular Case=terminative | 106 | zsúfolásig/zsúfolás, záróráig/záróra, viszketésig/viszketés, végtelenségig/végtelenség, végig/vég |
Nc-s9-----s | Noun Type=common Number=singular Case=terminative Owned_Number=singular | 10 | végéig/vég, széléig/szél, percéig/perc, októberéig/október, megérkezéséig/megérkezés |
Nc-s9-----p | Noun Type=common Number=singular Case=terminative Owned_Number=plural | 1 |  |
Nc-s9---s1 | Noun Type=common Number=singular Case=terminative Owner_Number=singular Owner_Person=first | 2 | velőmig/velő, halálomig/halál |
Nc-s9---s1s | Noun Type=common Number=singular Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Nc-s9---s1p | Noun Type=common Number=singular Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Nc-s9---s2 | Noun Type=common Number=singular Case=terminative Owner_Number=singular Owner_Person=second | 3 | nagyváradig/nagyvár, korodig/kor, halálodig/halál |
Nc-s9---s2s | Noun Type=common Number=singular Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Nc-s9---s2p | Noun Type=common Number=singular Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Nc-s9---s3 | Noun Type=common Number=singular Case=terminative Owner_Number=singular Owner_Person=third | 27 | világáig/világ, velejéig/velő, végéig/vég, tetejéig/tető, szótáráig/szótár |
Nc-s9---s3s | Noun Type=common Number=singular Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Nc-s9---s3p | Noun Type=common Number=singular Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Nc-s9---p1 | Noun Type=common Number=singular Case=terminative Owner_Number=plural Owner_Person=first | 2 | lapzártánkig/lapzárta, házikónkig/házikó |
Nc-s9---p1s | Noun Type=common Number=singular Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Nc-s9---p1p | Noun Type=common Number=singular Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Nc-s9---p2 | Noun Type=common Number=singular Case=terminative Owner_Number=plural Owner_Person=second | 1 |  |
Nc-s9---p2s | Noun Type=common Number=singular Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Nc-s9---p2p | Noun Type=common Number=singular Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Nc-s9---p3 | Noun Type=common Number=singular Case=terminative Owner_Number=plural Owner_Person=third | 1 | halálukig/halál |
Nc-s9---p3s | Noun Type=common Number=singular Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Nc-s9---p3p | Noun Type=common Number=singular Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Nc-sw | Noun Type=common Number=singular Case=essive | 58 | zárul/zár, vitézül/vitéz, vendégül/vendég, végül/vég, végezetül/végezet |
Nc-sw-----s | Noun Type=common Number=singular Case=essive Owned_Number=singular | 5 | kamarapartneréül/kamarapartner, jeléül/jel, feltételéül/feltétel, eszközéül/eszköz, elismeréséül/elismerés |
Nc-sw-----p | Noun Type=common Number=singular Case=essive Owned_Number=plural | 1 |  |
Nc-sw---s1 | Noun Type=common Number=singular Case=essive Owner_Number=singular Owner_Person=first | 1 |  |
Nc-sw---s1s | Noun Type=common Number=singular Case=essive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Nc-sw---s1p | Noun Type=common Number=singular Case=essive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Nc-sw---s2 | Noun Type=common Number=singular Case=essive Owner_Number=singular Owner_Person=second | 1 |  |
Nc-sw---s2s | Noun Type=common Number=singular Case=essive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Nc-sw---s2p | Noun Type=common Number=singular Case=essive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Nc-sw---s3 | Noun Type=common Number=singular Case=essive Owner_Number=singular Owner_Person=third | 12 | várójául/váró, vacsorájául/vacsora, színteréül/színtér, prédájául/préda, kamarapartneréül/kamarapartner |
Nc-sw---s3s | Noun Type=common Number=singular Case=essive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Nc-sw---s3p | Noun Type=common Number=singular Case=essive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Nc-sw---p1 | Noun Type=common Number=singular Case=essive Owner_Number=plural Owner_Person=first | 1 |  |
Nc-sw---p1s | Noun Type=common Number=singular Case=essive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Nc-sw---p1p | Noun Type=common Number=singular Case=essive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Nc-sw---p2 | Noun Type=common Number=singular Case=essive Owner_Number=plural Owner_Person=second | 1 |  |
Nc-sw---p2s | Noun Type=common Number=singular Case=essive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Nc-sw---p2p | Noun Type=common Number=singular Case=essive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Nc-sw---p3 | Noun Type=common Number=singular Case=essive Owner_Number=plural Owner_Person=third | 1 |  |
Nc-sw---p3s | Noun Type=common Number=singular Case=essive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Nc-sw---p3p | Noun Type=common Number=singular Case=essive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Nc-sm | Noun Type=common Number=singular Case=temporalis | 36 | záráskor/zárás, vízálláskor/vízállás, választáskor/választás, valamikor/valami, utókor/utó |
Nc-sm-----s | Noun Type=common Number=singular Case=temporalis Owned_Number=singular | 1 |  |
Nc-sm-----p | Noun Type=common Number=singular Case=temporalis Owned_Number=plural | 1 |  |
Nc-sm---s1 | Noun Type=common Number=singular Case=temporalis Owner_Number=singular Owner_Person=first | 1 |  |
Nc-sm---s1s | Noun Type=common Number=singular Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Nc-sm---s1p | Noun Type=common Number=singular Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Nc-sm---s2 | Noun Type=common Number=singular Case=temporalis Owner_Number=singular Owner_Person=second | 1 |  |
Nc-sm---s2s | Noun Type=common Number=singular Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Nc-sm---s2p | Noun Type=common Number=singular Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Nc-sm---s3 | Noun Type=common Number=singular Case=temporalis Owner_Number=singular Owner_Person=third | 25 | visszaadásakor/visszaadás, változtatásakor/változtatás, tanulmányozásakor/tanulmányozás, nyitásakor/nyitás, módosításakor/módosítás |
Nc-sm---s3s | Noun Type=common Number=singular Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Nc-sm---s3p | Noun Type=common Number=singular Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Nc-sm---p1 | Noun Type=common Number=singular Case=temporalis Owner_Number=plural Owner_Person=first | 1 | lapzártánkkor/lapzárta |
Nc-sm---p1s | Noun Type=common Number=singular Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Nc-sm---p1p | Noun Type=common Number=singular Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Nc-sm---p2 | Noun Type=common Number=singular Case=temporalis Owner_Number=plural Owner_Person=second | 1 |  |
Nc-sm---p2s | Noun Type=common Number=singular Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Nc-sm---p2p | Noun Type=common Number=singular Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Nc-sm---p3 | Noun Type=common Number=singular Case=temporalis Owner_Number=plural Owner_Person=third | 2 | megszületésükkor/megszületés, belépésükkor/belépés |
Nc-sm---p3s | Noun Type=common Number=singular Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Nc-sm---p3p | Noun Type=common Number=singular Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Nc-sc | Noun Type=common Number=singular Case=causalis | 114 | zagyvaságért/zagyvaság, vízért/víz, visszhangtalanságért/visszhangtalanság, világért/világ, valamiért/valami |
Nc-sc-----s | Noun Type=common Number=singular Case=causalis Owned_Number=singular | 24 | túléléséért/túlélés, tisztéért/tiszt, tevékenységéért/tevékenység, tettéért/tett, szőréért/szőr |
Nc-sc-----p | Noun Type=common Number=singular Case=causalis Owned_Number=plural | 1 |  |
Nc-sc---s1 | Noun Type=common Number=singular Case=causalis Owner_Number=singular Owner_Person=first | 1 |  |
Nc-sc---s1s | Noun Type=common Number=singular Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Nc-sc---s1p | Noun Type=common Number=singular Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Nc-sc---s2 | Noun Type=common Number=singular Case=causalis Owner_Number=singular Owner_Person=second | 1 | lelkiismeretedért/lelkiismeret |
Nc-sc---s2s | Noun Type=common Number=singular Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Nc-sc---s2p | Noun Type=common Number=singular Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Nc-sc---s3 | Noun Type=common Number=singular Case=causalis Owner_Number=singular Owner_Person=third | 43 | zenéjéért/zene, vállalkozásáért/vállalkozás, túléléséért/túlélés, tisztéért/tiszt, tevékenységéért/tevékenység |
Nc-sc---s3s | Noun Type=common Number=singular Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Nc-sc---s3p | Noun Type=common Number=singular Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Nc-sc---p1 | Noun Type=common Number=singular Case=causalis Owner_Number=plural Owner_Person=first | 4 | pénzünkért/pénz, lányunkért/lány, hasunkért/has, állapotokért/állap |
Nc-sc---p1s | Noun Type=common Number=singular Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Nc-sc---p1p | Noun Type=common Number=singular Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Nc-sc---p2 | Noun Type=common Number=singular Case=causalis Owner_Number=plural Owner_Person=second | 1 |  |
Nc-sc---p2s | Noun Type=common Number=singular Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Nc-sc---p2p | Noun Type=common Number=singular Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Nc-sc---p3 | Noun Type=common Number=singular Case=causalis Owner_Number=plural Owner_Person=third | 3 | vereségükért/vereség, telefonkártyájukért/telefonkártya, mindnyájukért/mindnyáj |
Nc-sc---p3s | Noun Type=common Number=singular Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Nc-sc---p3p | Noun Type=common Number=singular Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Nc-ss | Noun Type=common Number=singular Case=sublative | 855 | zsebre/zseb, zsákszámra/zsákszám, zenére/zene, zenehallgatásra/zenehallgatás, zeneesztétikára/zeneesztétika |
Nc-ss-----s | Noun Type=common Number=singular Case=sublative Owned_Number=singular | 167 | zsebére/zseb, visszatérítésére/visszatérítés, visszafizetésére/visszafizetés, veszélyére/veszély, versére/vers |
Nc-ss-----p | Noun Type=common Number=singular Case=sublative Owned_Number=plural | 1 |  |
Nc-ss---s1 | Noun Type=common Number=singular Case=sublative Owner_Number=singular Owner_Person=first | 13 | védelmemre/védelem, tudomásomra/tudomás, tanításomra/tanítás, szuperállamra/szuperáll, számomra/szám |
Nc-ss---s1s | Noun Type=common Number=singular Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Nc-ss---s1p | Noun Type=common Number=singular Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Nc-ss---s2 | Noun Type=common Number=singular Case=sublative Owner_Number=singular Owner_Person=second | 8 | váradra/vár, terhedre/teher, szegedre/szeg, számodra/szám, nagyváradra/nagyvár |
Nc-ss---s2s | Noun Type=common Number=singular Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Nc-ss---s2p | Noun Type=common Number=singular Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Nc-ss---s3 | Noun Type=common Number=singular Case=sublative Owner_Number=singular Owner_Person=third | 395 | zsebére/zseb, vizsgaelőadására/vizsgaelőadás, viszonyára/viszony, visszatérítésére/visszatérítés, visszafizetésére/visszafizetés |
Nc-ss---s3s | Noun Type=common Number=singular Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Nc-ss---s3p | Noun Type=common Number=singular Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Nc-ss---p1 | Noun Type=common Number=singular Case=sublative Owner_Number=plural Owner_Person=first | 19 | vezérünkre/vezér, vállunkra/váll, torkunkra/torok, szemünkre/szem, számunkra/szám |
Nc-ss---p1s | Noun Type=common Number=singular Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Nc-ss---p1p | Noun Type=common Number=singular Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Nc-ss---p2 | Noun Type=common Number=singular Case=sublative Owner_Number=plural Owner_Person=second | 1 |  |
Nc-ss---p2s | Noun Type=common Number=singular Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Nc-ss---p2p | Noun Type=common Number=singular Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Nc-ss---p3 | Noun Type=common Number=singular Case=sublative Owner_Number=plural Owner_Person=third | 26 | vendégükre/vendég, védelmükre/védelem, ujjukra/ujj, terhükre/teher, találkozásukra/találkozás |
Nc-ss---p3s | Noun Type=common Number=singular Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Nc-ss---p3p | Noun Type=common Number=singular Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Nc-sh | Noun Type=common Number=singular Case=delative | 333 | zsírról/zsír, zsebpénzről/zsebpénz, zsákmányról/zsákmány, zenéről/zene, Winstonról/Winston |
Nc-sh-----s | Noun Type=common Number=singular Case=delative Owned_Number=singular | 77 | visszatéréséről/visszatérés, végéről/vég, védelméről/védelem, túlteljesítéséről/túlteljesítés, törvényességéről/törvényesség |
Nc-sh-----p | Noun Type=common Number=singular Case=delative Owned_Number=plural | 1 |  |
Nc-sh---s1 | Noun Type=common Number=singular Case=delative Owner_Number=singular Owner_Person=first | 1 |  |
Nc-sh---s1s | Noun Type=common Number=singular Case=delative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Nc-sh---s1p | Noun Type=common Number=singular Case=delative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Nc-sh---s2 | Noun Type=common Number=singular Case=delative Owner_Number=singular Owner_Person=second | 2 | váradról/vár, arcodról/arc |
Nc-sh---s2s | Noun Type=common Number=singular Case=delative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Nc-sh---s2p | Noun Type=common Number=singular Case=delative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Nc-sh---s3 | Noun Type=common Number=singular Case=delative Owner_Number=singular Owner_Person=third | 189 | zongoraleckéjéről/zongoralecke, vizsgájáról/vizsga, viszonyáról/viszony, visszavonásáról/visszavonás, visszatéréséről/visszatérés |
Nc-sh---s3s | Noun Type=common Number=singular Case=delative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Nc-sh---s3p | Noun Type=common Number=singular Case=delative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Nc-sh---p1 | Noun Type=common Number=singular Case=delative Owner_Number=plural Owner_Person=first | 4 | világunkról/világ, részünkről/rész, megyénkről/megye, magunkról/mag |
Nc-sh---p1s | Noun Type=common Number=singular Case=delative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Nc-sh---p1p | Noun Type=common Number=singular Case=delative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Nc-sh---p2 | Noun Type=common Number=singular Case=delative Owner_Number=plural Owner_Person=second | 1 |  |
Nc-sh---p2s | Noun Type=common Number=singular Case=delative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Nc-sh---p2p | Noun Type=common Number=singular Case=delative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Nc-sh---p3 | Noun Type=common Number=singular Case=delative Owner_Number=plural Owner_Person=third | 8 | tárlatukról/tárlat, szívükről/szív, részükről/rész, munkájukról/munka, magzatukról/magzat |
Nc-sh---p3s | Noun Type=common Number=singular Case=delative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Nc-sh---p3p | Noun Type=common Number=singular Case=delative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Nc-sq | Noun Type=common Number=singular Case=sociative | 2 | levelestül/levél, gyökerestül/gyökér |
Nc-sq-----s | Noun Type=common Number=singular Case=sociative Owned_Number=singular | 1 |  |
Nc-sq-----p | Noun Type=common Number=singular Case=sociative Owned_Number=plural | 1 |  |
Nc-sq---s1 | Noun Type=common Number=singular Case=sociative Owner_Number=singular Owner_Person=first | 1 |  |
Nc-sq---s1s | Noun Type=common Number=singular Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Nc-sq---s1p | Noun Type=common Number=singular Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Nc-sq---s2 | Noun Type=common Number=singular Case=sociative Owner_Number=singular Owner_Person=second | 1 |  |
Nc-sq---s2s | Noun Type=common Number=singular Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Nc-sq---s2p | Noun Type=common Number=singular Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Nc-sq---s3 | Noun Type=common Number=singular Case=sociative Owner_Number=singular Owner_Person=third | 1 |  |
Nc-sq---s3s | Noun Type=common Number=singular Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Nc-sq---s3p | Noun Type=common Number=singular Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Nc-sq---p1 | Noun Type=common Number=singular Case=sociative Owner_Number=plural Owner_Person=first | 1 |  |
Nc-sq---p1s | Noun Type=common Number=singular Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Nc-sq---p1p | Noun Type=common Number=singular Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Nc-sq---p2 | Noun Type=common Number=singular Case=sociative Owner_Number=plural Owner_Person=second | 1 |  |
Nc-sq---p2s | Noun Type=common Number=singular Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Nc-sq---p2p | Noun Type=common Number=singular Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Nc-sq---p3 | Noun Type=common Number=singular Case=sociative Owner_Number=plural Owner_Person=third | 1 |  |
Nc-sq---p3s | Noun Type=common Number=singular Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Nc-sq---p3p | Noun Type=common Number=singular Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Nc-sy | Noun Type=common Number=singular Case=factive | 92 | vízzé/víz, vezérimádattá/vezérimádat, valóvá/való, valósággá/valóság, ünneppé/ünnep |
Nc-sy-----s | Noun Type=common Number=singular Case=factive Owned_Number=singular | 7 | tartópillérévé/tartópillér, részévé/rész, ösztönévé/ösztön, megbélyegzésévé/megbélyegzés, kérdésévé/kérdés |
Nc-sy-----p | Noun Type=common Number=singular Case=factive Owned_Number=plural | 1 |  |
Nc-sy---s1 | Noun Type=common Number=singular Case=factive Owner_Number=singular Owner_Person=first | 1 |  |
Nc-sy---s1s | Noun Type=common Number=singular Case=factive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Nc-sy---s1p | Noun Type=common Number=singular Case=factive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Nc-sy---s2 | Noun Type=common Number=singular Case=factive Owner_Number=singular Owner_Person=second | 1 | erőddé/erő |
Nc-sy---s2s | Noun Type=common Number=singular Case=factive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Nc-sy---s2p | Noun Type=common Number=singular Case=factive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Nc-sy---s3 | Noun Type=common Number=singular Case=factive Owner_Number=singular Owner_Person=third | 21 | vezetőjévé/vezető, tartópillérévé/tartópillér, tárgyává/tárgy, tagjává/tag, szokásává/szokás |
Nc-sy---s3s | Noun Type=common Number=singular Case=factive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Nc-sy---s3p | Noun Type=common Number=singular Case=factive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Nc-sy---p1 | Noun Type=common Number=singular Case=factive Owner_Number=plural Owner_Person=first | 1 | miniszterelnökünkké/miniszterelnök |
Nc-sy---p1s | Noun Type=common Number=singular Case=factive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Nc-sy---p1p | Noun Type=common Number=singular Case=factive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Nc-sy---p2 | Noun Type=common Number=singular Case=factive Owner_Number=plural Owner_Person=second | 1 |  |
Nc-sy---p2s | Noun Type=common Number=singular Case=factive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Nc-sy---p2p | Noun Type=common Number=singular Case=factive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Nc-sy---p3 | Noun Type=common Number=singular Case=factive Owner_Number=plural Owner_Person=third | 2 | jelükké/jel, áldozatukká/áldozat |
Nc-sy---p3s | Noun Type=common Number=singular Case=factive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Nc-sy---p3p | Noun Type=common Number=singular Case=factive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Nc-sp | Noun Type=common Number=singular Case=superessive | 633 | zsoldon/zsold, zsidóságon/zsidóság, záróünnepélyen/záróünnepély, zárójelen/zárójel, zálogpiacon/zálogpiac |
Nc-sp-----s | Noun Type=common Number=singular Case=superessive Owned_Number=singular | 76 | végén/vég, ürügyén/ürügy, ülésén/ülés, tükrén/tükör, tövén/tő |
Nc-sp-----p | Noun Type=common Number=singular Case=superessive Owned_Number=plural | 1 |  |
Nc-sp---s1 | Noun Type=common Number=singular Case=superessive Owner_Number=singular Owner_Person=first | 7 | utamon/út, számon/száj, rovásomon/rovás, költségemen/költség, fejemen/fej |
Nc-sp---s1s | Noun Type=common Number=singular Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 | peremén/per |
Nc-sp---s1p | Noun Type=common Number=singular Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Nc-sp---s2 | Noun Type=common Number=singular Case=superessive Owner_Number=singular Owner_Person=second | 7 | váradon/vár, testeden/test, telefonodon/telefon, szegeden/szeg, lábadon/láb |
Nc-sp---s2s | Noun Type=common Number=singular Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 | könnyedén/könny |
Nc-sp---s2p | Noun Type=common Number=singular Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Nc-sp---s3 | Noun Type=common Number=singular Case=superessive Owner_Number=singular Owner_Person=third | 252 | vizsgaelőadásán/vizsgaelőadás, viszonyán/viszony, viadalán/viadal, végén/vég, vállán/váll |
Nc-sp---s3s | Noun Type=common Number=singular Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Nc-sp---s3p | Noun Type=common Number=singular Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Nc-sp---p1 | Noun Type=common Number=singular Case=superessive Owner_Number=plural Owner_Person=first | 15 | tudatunkon/tudat, szemétdombunkon/szemétdomb, sorsunkon/sors, rajzunkon/rajz, pozíciónkon/pozíció |
Nc-sp---p1s | Noun Type=common Number=singular Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Nc-sp---p1p | Noun Type=common Number=singular Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Nc-sp---p2 | Noun Type=common Number=singular Case=superessive Owner_Number=plural Owner_Person=second | 1 |  |
Nc-sp---p2s | Noun Type=common Number=singular Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Nc-sp---p2p | Noun Type=common Number=singular Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Nc-sp---p3 | Noun Type=common Number=singular Case=superessive Owner_Number=plural Owner_Person=third | 28 | üvegajtajukon/üvegajtó, ülésükön/ülés, térdükön/térd, temetésükön/temetés, talpukon/talp |
Nc-sp---p3s | Noun Type=common Number=singular Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Nc-sp---p3p | Noun Type=common Number=singular Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Nc-su | Noun Type=common Number=singular Case=distributive | 35 | vércsoportonként/vércsoport, tömbönként/tömb, rekordonként/rekord, reggelenként/reggel, pillanatonként/pillanat |
Nc-su-----s | Noun Type=common Number=singular Case=distributive Owned_Number=singular | 1 |  |
Nc-su-----p | Noun Type=common Number=singular Case=distributive Owned_Number=plural | 1 |  |
Nc-su---s1 | Noun Type=common Number=singular Case=distributive Owner_Number=singular Owner_Person=first | 1 |  |
Nc-su---s1s | Noun Type=common Number=singular Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Nc-su---s1p | Noun Type=common Number=singular Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Nc-su---s2 | Noun Type=common Number=singular Case=distributive Owner_Number=singular Owner_Person=second | 1 |  |
Nc-su---s2s | Noun Type=common Number=singular Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Nc-su---s2p | Noun Type=common Number=singular Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Nc-su---s3 | Noun Type=common Number=singular Case=distributive Owner_Number=singular Owner_Person=third | 1 |  |
Nc-su---s3s | Noun Type=common Number=singular Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Nc-su---s3p | Noun Type=common Number=singular Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Nc-su---p1 | Noun Type=common Number=singular Case=distributive Owner_Number=plural Owner_Person=first | 1 |  |
Nc-su---p1s | Noun Type=common Number=singular Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Nc-su---p1p | Noun Type=common Number=singular Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Nc-su---p2 | Noun Type=common Number=singular Case=distributive Owner_Number=plural Owner_Person=second | 1 |  |
Nc-su---p2s | Noun Type=common Number=singular Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Nc-su---p2p | Noun Type=common Number=singular Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Nc-su---p3 | Noun Type=common Number=singular Case=distributive Owner_Number=plural Owner_Person=third | 1 |  |
Nc-su---p3s | Noun Type=common Number=singular Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Nc-su---p3p | Noun Type=common Number=singular Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Nc-sf | Noun Type=common Number=singular Case=essive-formal | 1 |  |
Nc-sf-----s | Noun Type=common Number=singular Case=essive-formal Owned_Number=singular | 1 |  |
Nc-sf-----p | Noun Type=common Number=singular Case=essive-formal Owned_Number=plural | 1 |  |
Nc-sf---s1 | Noun Type=common Number=singular Case=essive-formal Owner_Number=singular Owner_Person=first | 1 |  |
Nc-sf---s1s | Noun Type=common Number=singular Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Nc-sf---s1p | Noun Type=common Number=singular Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Nc-sf---s2 | Noun Type=common Number=singular Case=essive-formal Owner_Number=singular Owner_Person=second | 1 |  |
Nc-sf---s2s | Noun Type=common Number=singular Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Nc-sf---s2p | Noun Type=common Number=singular Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Nc-sf---s3 | Noun Type=common Number=singular Case=essive-formal Owner_Number=singular Owner_Person=third | 1 |  |
Nc-sf---s3s | Noun Type=common Number=singular Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Nc-sf---s3p | Noun Type=common Number=singular Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Nc-sf---p1 | Noun Type=common Number=singular Case=essive-formal Owner_Number=plural Owner_Person=first | 1 |  |
Nc-sf---p1s | Noun Type=common Number=singular Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Nc-sf---p1p | Noun Type=common Number=singular Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Nc-sf---p2 | Noun Type=common Number=singular Case=essive-formal Owner_Number=plural Owner_Person=second | 1 |  |
Nc-sf---p2s | Noun Type=common Number=singular Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Nc-sf---p2p | Noun Type=common Number=singular Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Nc-sf---p3 | Noun Type=common Number=singular Case=essive-formal Owner_Number=plural Owner_Person=third | 1 |  |
Nc-sf---p3s | Noun Type=common Number=singular Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Nc-sf---p3p | Noun Type=common Number=singular Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Nc-pn | Noun Type=common Number=plural Case=nominative | 1872 | zugárusok/zugárus, zsugorinak/zsugorín, zsírpárnák/zsírpárna, zsidótörvények/zsidótörvény, zsebkések/zsebkés |
Nc-pn-----s | Noun Type=common Number=plural Case=nominative Owned_Number=singular | 6 | rendszereké/rendszer, nőké/nő, kémeké/kém, katonáké/katona, életeké/élet |
Nc-pn-----p | Noun Type=common Number=plural Case=nominative Owned_Number=plural | 1 |  |
Nc-pn---s1 | Noun Type=common Number=plural Case=nominative Owner_Number=singular Owner_Person=first | 19 | uraim/úr, társaim/társ, tanulmányaim/tanulmány, szüleim/szülő, pácienseim/páciens |
Nc-pn---s1s | Noun Type=common Number=plural Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Nc-pn---s1p | Noun Type=common Number=plural Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Nc-pn---s2 | Noun Type=common Number=plural Case=nominative Owner_Number=singular Owner_Person=second | 6 | problémáid/probléma, munkadarabjaid/munkadarab, lánytanítványaid/lánytanítvány, lábujjaid/lábujj, gondolataid/gondolat |
Nc-pn---s2s | Noun Type=common Number=plural Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Nc-pn---s2p | Noun Type=common Number=plural Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Nc-pn---s3 | Noun Type=common Number=plural Case=nominative Owner_Number=singular Owner_Person=third | 474 | zökkenői/zökkenő, zenekarai/zenekar, zászlai/zászló, vonalai/vonal, völgyei/völgy |
Nc-pn---s3s | Noun Type=common Number=plural Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=singular | 2 | eredményeié/eredmény, ellenfeleié/ellenfél |
Nc-pn---s3p | Noun Type=common Number=plural Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Nc-pn---p1 | Noun Type=common Number=plural Case=nominative Owner_Number=plural Owner_Person=first | 48 | vezetőink/vezető, vágyaink/vágy, vádjaink/vád, útlevélkérelmeink/útlevélkérelem, útitársaink/útitárs |
Nc-pn---p1s | Noun Type=common Number=plural Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Nc-pn---p1p | Noun Type=common Number=plural Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Nc-pn---p2 | Noun Type=common Number=plural Case=nominative Owner_Number=plural Owner_Person=second | 1 |  |
Nc-pn---p2s | Noun Type=common Number=plural Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Nc-pn---p2p | Noun Type=common Number=plural Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Nc-pn---p3 | Noun Type=common Number=plural Case=nominative Owner_Number=plural Owner_Person=third | 68 | vitáik/vita, versenytársaik/versenytárs, véleményeik/vélemény, védenceik/védenc, vallomásaik/vallomás |
Nc-pn---p3s | Noun Type=common Number=plural Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Nc-pn---p3p | Noun Type=common Number=plural Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Nc-pg | Noun Type=common Number=plural Case=genitive | 1 |  |
Nc-pg-----s | Noun Type=common Number=plural Case=genitive Owned_Number=singular | 1 |  |
Nc-pg-----p | Noun Type=common Number=plural Case=genitive Owned_Number=plural | 1 |  |
Nc-pg---s1 | Noun Type=common Number=plural Case=genitive Owner_Number=singular Owner_Person=first | 1 |  |
Nc-pg---s1s | Noun Type=common Number=plural Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Nc-pg---s1p | Noun Type=common Number=plural Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Nc-pg---s2 | Noun Type=common Number=plural Case=genitive Owner_Number=singular Owner_Person=second | 1 |  |
Nc-pg---s2s | Noun Type=common Number=plural Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Nc-pg---s2p | Noun Type=common Number=plural Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Nc-pg---s3 | Noun Type=common Number=plural Case=genitive Owner_Number=singular Owner_Person=third | 1 |  |
Nc-pg---s3s | Noun Type=common Number=plural Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Nc-pg---s3p | Noun Type=common Number=plural Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Nc-pg---p1 | Noun Type=common Number=plural Case=genitive Owner_Number=plural Owner_Person=first | 1 |  |
Nc-pg---p1s | Noun Type=common Number=plural Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Nc-pg---p1p | Noun Type=common Number=plural Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Nc-pg---p2 | Noun Type=common Number=plural Case=genitive Owner_Number=plural Owner_Person=second | 1 |  |
Nc-pg---p2s | Noun Type=common Number=plural Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Nc-pg---p2p | Noun Type=common Number=plural Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Nc-pg---p3 | Noun Type=common Number=plural Case=genitive Owner_Number=plural Owner_Person=third | 1 |  |
Nc-pg---p3s | Noun Type=common Number=plural Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Nc-pg---p3p | Noun Type=common Number=plural Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Nc-pd | Noun Type=common Number=plural Case=dative | 186 | vevőknek/vevő, versenytársaknak/versenytárs, vásárlóknak/vásárló, várakozásoknak/várakozás, vállalkozóknak/vállalkozó |
Nc-pd-----s | Noun Type=common Number=plural Case=dative Owned_Number=singular | 1 | főnökének/főn |
Nc-pd-----p | Noun Type=common Number=plural Case=dative Owned_Number=plural | 1 |  |
Nc-pd---s1 | Noun Type=common Number=plural Case=dative Owner_Number=singular Owner_Person=first | 2 | fiaimnak/fiú, fiaimnak/fi |
Nc-pd---s1s | Noun Type=common Number=plural Case=dative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Nc-pd---s1p | Noun Type=common Number=plural Case=dative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Nc-pd---s2 | Noun Type=common Number=plural Case=dative Owner_Number=singular Owner_Person=second | 1 |  |
Nc-pd---s2s | Noun Type=common Number=plural Case=dative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Nc-pd---s2p | Noun Type=common Number=plural Case=dative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Nc-pd---s3 | Noun Type=common Number=plural Case=dative Owner_Number=singular Owner_Person=third | 138 | vezetőinek/vezető, vezércikkeinek/vezércikk, versenytársainak/versenytárs, vallatóinak/vallató, úttörőiről/úttörő |
Nc-pd---s3s | Noun Type=common Number=plural Case=dative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Nc-pd---s3p | Noun Type=common Number=plural Case=dative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Nc-pd---p1 | Noun Type=common Number=plural Case=dative Owner_Number=plural Owner_Person=first | 4 | utódainknak/utód, igazolványainknak/igazolvány, idegeinknek/ideg, adottságainknak/adottság |
Nc-pd---p1s | Noun Type=common Number=plural Case=dative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Nc-pd---p1p | Noun Type=common Number=plural Case=dative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Nc-pd---p2 | Noun Type=common Number=plural Case=dative Owner_Number=plural Owner_Person=second | 2 | fiaitoknak/fiú, fiaitoknak/fi |
Nc-pd---p2s | Noun Type=common Number=plural Case=dative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Nc-pd---p2p | Noun Type=common Number=plural Case=dative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Nc-pd---p3 | Noun Type=common Number=plural Case=dative Owner_Number=plural Owner_Person=third | 9 | védenceiknek/védenc, vágyaiknak/vágy, tisztjeiknek/tiszt, szüleiknek/szülő, katonatiszt-fiaiknak/katonatiszt-fiú |
Nc-pd---p3s | Noun Type=common Number=plural Case=dative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Nc-pd---p3p | Noun Type=common Number=plural Case=dative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Nc-pa | Noun Type=common Number=plural Case=accusative | 819 | zsellérgyerekeket/zsellérgyerek, zsebeket/zseb, zöldségféléket/zöldségféle, zoknikat/zokni, zenészeket/zenész |
Nc-pa-----s | Noun Type=common Number=plural Case=accusative Owned_Number=singular | 3 | tőkét/tő, főnökét/főn, énekét/én |
Nc-pa-----p | Noun Type=common Number=plural Case=accusative Owned_Number=plural | 1 |  |
Nc-pa---s1 | Noun Type=common Number=plural Case=accusative Owner_Number=singular Owner_Person=first | 8 | ujjaimat/ujj, szempontjaimat/szempont, papírjaimat/papír, opáljaimat/opál, jogaimat/jog |
Nc-pa---s1s | Noun Type=common Number=plural Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Nc-pa---s1p | Noun Type=common Number=plural Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Nc-pa---s2 | Noun Type=common Number=plural Case=accusative Owner_Number=singular Owner_Person=second | 4 | passzióidat/passzió, papírjaidat/papír, fülkarikáidat/fülkarika, érzéseidet/érzés |
Nc-pa---s2s | Noun Type=common Number=plural Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Nc-pa---s2p | Noun Type=common Number=plural Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Nc-pa---s3 | Noun Type=common Number=plural Case=accusative Owner_Number=singular Owner_Person=third | 265 | viszonyait/viszony, visszavágóit/visszavágó, villanyégőit/villanyégő, vezetőit/vezető, vezércikkeit/vezércikk |
Nc-pa---s3s | Noun Type=common Number=plural Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Nc-pa---s3p | Noun Type=common Number=plural Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Nc-pa---p1 | Noun Type=common Number=plural Case=accusative Owner_Number=plural Owner_Person=first | 10 | varainkat/var, papírjainkat/papír, lehetőségeinket/lehetőség, követeléseinket/követelés, költségeinket/költség |
Nc-pa---p1s | Noun Type=common Number=plural Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 | tárgyalópartnereinkét/tárgyalópartner |
Nc-pa---p1p | Noun Type=common Number=plural Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Nc-pa---p2 | Noun Type=common Number=plural Case=accusative Owner_Number=plural Owner_Person=second | 1 |  |
Nc-pa---p2s | Noun Type=common Number=plural Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Nc-pa---p2p | Noun Type=common Number=plural Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Nc-pa---p3 | Noun Type=common Number=plural Case=accusative Owner_Number=plural Owner_Person=third | 64 | zagyvaságaikat/zagyvaság, vonalaikat/vonal, törvényeiket/törvény, töltőtollaikat/töltőtoll, tetteiket/tett |
Nc-pa---p3s | Noun Type=common Number=plural Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Nc-pa---p3p | Noun Type=common Number=plural Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Nc-pi | Noun Type=common Number=plural Case=instrumental | 315 | zászlókkal/zászló, zagyvaságokkal/zagyvaság, zacskókkal/zacskó, vonalakkal/vonal, vizsgálatokkal/vizsgálat |
Nc-pi-----s | Noun Type=common Number=plural Case=instrumental Owned_Number=singular | 7 | tőkével/tő, masztodonokéval/masztodon, mamutokéval/mamut, főnökével/főn, csúszómászókéval/csúszómászó |
Nc-pi-----p | Noun Type=common Number=plural Case=instrumental Owned_Number=plural | 1 |  |
Nc-pi---s1 | Noun Type=common Number=plural Case=instrumental Owner_Number=singular Owner_Person=first | 1 | példáimmal/példa |
Nc-pi---s1s | Noun Type=common Number=plural Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Nc-pi---s1p | Noun Type=common Number=plural Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Nc-pi---s2 | Noun Type=common Number=plural Case=instrumental Owner_Number=singular Owner_Person=second | 1 |  |
Nc-pi---s2s | Noun Type=common Number=plural Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Nc-pi---s2p | Noun Type=common Number=plural Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Nc-pi---s3 | Noun Type=common Number=plural Case=instrumental Owner_Number=singular Owner_Person=third | 71 | vezetőivel/vezető, ügynökeivel/ügynök, ügyeivel/ügy, történéseivel/történés, tisztségviselőivel/tisztségviselő |
Nc-pi---s3s | Noun Type=common Number=plural Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Nc-pi---s3p | Noun Type=common Number=plural Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Nc-pi---p1 | Noun Type=common Number=plural Case=instrumental Owner_Number=plural Owner_Person=first | 2 | elnyomóinkkal/elnyomó, cselédkönyveinkkel/cselédkönyv |
Nc-pi---p1s | Noun Type=common Number=plural Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Nc-pi---p1p | Noun Type=common Number=plural Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Nc-pi---p2 | Noun Type=common Number=plural Case=instrumental Owner_Number=plural Owner_Person=second | 1 | lányaitokkal/lány |
Nc-pi---p2s | Noun Type=common Number=plural Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Nc-pi---p2p | Noun Type=common Number=plural Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Nc-pi---p3 | Noun Type=common Number=plural Case=instrumental Owner_Number=plural Owner_Person=third | 19 | ujjaikkal/ujj, ügynökeikkel/ügynök, tepsijeikkel/tepsi, tanúvallomásaikkal/tanúvallomás, szüleikkel/szülő |
Nc-pi---p3s | Noun Type=common Number=plural Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Nc-pi---p3p | Noun Type=common Number=plural Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Nc-px | Noun Type=common Number=plural Case=illative | 53 | üzlethelyiségekbe/üzlethelyiség, uradalmakba/uradalom, tokokba/tok, tócsákba/tócsa, távolságokba/távolság |
Nc-px-----s | Noun Type=common Number=plural Case=illative Owned_Number=singular | 1 |  |
Nc-px-----p | Noun Type=common Number=plural Case=illative Owned_Number=plural | 1 |  |
Nc-px---s1 | Noun Type=common Number=plural Case=illative Owner_Number=singular Owner_Person=first | 1 |  |
Nc-px---s1s | Noun Type=common Number=plural Case=illative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Nc-px---s1p | Noun Type=common Number=plural Case=illative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Nc-px---s2 | Noun Type=common Number=plural Case=illative Owner_Number=singular Owner_Person=second | 1 |  |
Nc-px---s2s | Noun Type=common Number=plural Case=illative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Nc-px---s2p | Noun Type=common Number=plural Case=illative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Nc-px---s3 | Noun Type=common Number=plural Case=illative Owner_Number=singular Owner_Person=third | 11 | ujjaiba/ujj, soraiba/sor, rejtelmeibe/rejtelem, orrlyukaiba/orrlyuk, munkálataiba/munkálat |
Nc-px---s3s | Noun Type=common Number=plural Case=illative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Nc-px---s3p | Noun Type=common Number=plural Case=illative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Nc-px---p1 | Noun Type=common Number=plural Case=illative Owner_Number=plural Owner_Person=first | 1 | szőnyegeinkbe/szőnyeg |
Nc-px---p1s | Noun Type=common Number=plural Case=illative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Nc-px---p1p | Noun Type=common Number=plural Case=illative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Nc-px---p2 | Noun Type=common Number=plural Case=illative Owner_Number=plural Owner_Person=second | 1 |  |
Nc-px---p2s | Noun Type=common Number=plural Case=illative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Nc-px---p2p | Noun Type=common Number=plural Case=illative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Nc-px---p3 | Noun Type=common Number=plural Case=illative Owner_Number=plural Owner_Person=third | 1 | gondolataikba/gondolat |
Nc-px---p3s | Noun Type=common Number=plural Case=illative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Nc-px---p3p | Noun Type=common Number=plural Case=illative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Nc-p2 | Noun Type=common Number=plural Case=inessive | 186 | vitákban/vita, veszekedésekben/veszekedés, versgyűjteményekben/versgyűjtemény, versenypályákban/versenypálya, városrészekben/városrész |
Nc-p2-----s | Noun Type=common Number=plural Case=inessive Owned_Number=singular | 1 |  |
Nc-p2-----p | Noun Type=common Number=plural Case=inessive Owned_Number=plural | 1 |  |
Nc-p2---s1 | Noun Type=common Number=plural Case=inessive Owner_Number=singular Owner_Person=first | 1 | ábrándozásaimban/ábrándozás |
Nc-p2---s1s | Noun Type=common Number=plural Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Nc-p2---s1p | Noun Type=common Number=plural Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Nc-p2---s2 | Noun Type=common Number=plural Case=inessive Owner_Number=singular Owner_Person=second | 1 | idegességeidben/idegesség |
Nc-p2---s2s | Noun Type=common Number=plural Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Nc-p2---s2p | Noun Type=common Number=plural Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Nc-p2---s3 | Noun Type=common Number=plural Case=inessive Owner_Number=singular Owner_Person=third | 75 | villáiban/villa, vallomásaiban/vallomás, útvesztőiben/útvesztő, üdülőiben/üdülő, torkolataiban/torkolat |
Nc-p2---s3s | Noun Type=common Number=plural Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Nc-p2---s3p | Noun Type=common Number=plural Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Nc-p2---p1 | Noun Type=common Number=plural Case=inessive Owner_Number=plural Owner_Person=first | 2 | napjainkban/nap, condráinkban/condra |
Nc-p2---p1s | Noun Type=common Number=plural Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Nc-p2---p1p | Noun Type=common Number=plural Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Nc-p2---p2 | Noun Type=common Number=plural Case=inessive Owner_Number=plural Owner_Person=second | 1 |  |
Nc-p2---p2s | Noun Type=common Number=plural Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Nc-p2---p2p | Noun Type=common Number=plural Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Nc-p2---p3 | Noun Type=common Number=plural Case=inessive Owner_Number=plural Owner_Person=third | 8 | vonalaikban/vonal, soraikban/sor, módszereikben/módszer, járműveikben/jármű, izmaikban/izom |
Nc-p2---p3s | Noun Type=common Number=plural Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Nc-p2---p3p | Noun Type=common Number=plural Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Nc-pe | Noun Type=common Number=plural Case=elative | 94 | villanykörtékből/villanykörte, viaszfigurákból/viaszfigura, változásokból/változás, újságokból/újság, újságírókból/újságíró |
Nc-pe-----s | Noun Type=common Number=plural Case=elative Owned_Number=singular | 1 |  |
Nc-pe-----p | Noun Type=common Number=plural Case=elative Owned_Number=plural | 1 |  |
Nc-pe---s1 | Noun Type=common Number=plural Case=elative Owner_Number=singular Owner_Person=first | 1 |  |
Nc-pe---s1s | Noun Type=common Number=plural Case=elative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Nc-pe---s1p | Noun Type=common Number=plural Case=elative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Nc-pe---s2 | Noun Type=common Number=plural Case=elative Owner_Number=singular Owner_Person=second | 1 |  |
Nc-pe---s2s | Noun Type=common Number=plural Case=elative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Nc-pe---s2p | Noun Type=common Number=plural Case=elative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Nc-pe---s3 | Noun Type=common Number=plural Case=elative Owner_Number=singular Owner_Person=third | 37 | zugaiból/zug, vulkánjaiból/vulkán, utalásaiból/utalás, tévedéseiből/tévedés, termeiből/terem |
Nc-pe---s3s | Noun Type=common Number=plural Case=elative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Nc-pe---s3p | Noun Type=common Number=plural Case=elative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Nc-pe---p1 | Noun Type=common Number=plural Case=elative Owner_Number=plural Owner_Person=first | 1 |  |
Nc-pe---p1s | Noun Type=common Number=plural Case=elative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Nc-pe---p1p | Noun Type=common Number=plural Case=elative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Nc-pe---p2 | Noun Type=common Number=plural Case=elative Owner_Number=plural Owner_Person=second | 1 |  |
Nc-pe---p2s | Noun Type=common Number=plural Case=elative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Nc-pe---p2p | Noun Type=common Number=plural Case=elative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Nc-pe---p3 | Noun Type=common Number=plural Case=elative Owner_Number=plural Owner_Person=third | 5 | szavaikból/szó, írógépeikből/írógép, falvaikból/falu, bevételeikből/bevétel, áraikból/ár |
Nc-pe---p3s | Noun Type=common Number=plural Case=elative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Nc-pe---p3p | Noun Type=common Number=plural Case=elative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Nc-pt | Noun Type=common Number=plural Case=allative | 65 | vonalakhoz/vonal, vitákhoz/vita, világítótestekhez/világítótest, választásokhoz/választás, urnákhoz/urna |
Nc-pt-----s | Noun Type=common Number=plural Case=allative Owned_Number=singular | 2 | tömegekéhez/tömeg, kábelekéhez/kábel |
Nc-pt-----p | Noun Type=common Number=plural Case=allative Owned_Number=plural | 1 |  |
Nc-pt---s1 | Noun Type=common Number=plural Case=allative Owner_Number=singular Owner_Person=first | 1 | ismerőseimhez/ismerős |
Nc-pt---s1s | Noun Type=common Number=plural Case=allative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Nc-pt---s1p | Noun Type=common Number=plural Case=allative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Nc-pt---s2 | Noun Type=common Number=plural Case=allative Owner_Number=singular Owner_Person=second | 1 |  |
Nc-pt---s2s | Noun Type=common Number=plural Case=allative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Nc-pt---s2p | Noun Type=common Number=plural Case=allative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Nc-pt---s3 | Noun Type=common Number=plural Case=allative Owner_Number=singular Owner_Person=third | 15 | vezetőihez/vezető, tagjaihoz/tag, szüleihez/szülő, szépségeihez/szépség, részesedéseihez/részesedés |
Nc-pt---s3s | Noun Type=common Number=plural Case=allative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Nc-pt---s3p | Noun Type=common Number=plural Case=allative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Nc-pt---p1 | Noun Type=common Number=plural Case=allative Owner_Number=plural Owner_Person=first | 1 |  |
Nc-pt---p1s | Noun Type=common Number=plural Case=allative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Nc-pt---p1p | Noun Type=common Number=plural Case=allative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Nc-pt---p2 | Noun Type=common Number=plural Case=allative Owner_Number=plural Owner_Person=second | 1 |  |
Nc-pt---p2s | Noun Type=common Number=plural Case=allative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Nc-pt---p2p | Noun Type=common Number=plural Case=allative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Nc-pt---p3 | Noun Type=common Number=plural Case=allative Owner_Number=plural Owner_Person=third | 3 | szüleikhez/szülő, hagyományaikhoz/hagyomány, cilindereikhez/cilinder |
Nc-pt---p3s | Noun Type=common Number=plural Case=allative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Nc-pt---p3p | Noun Type=common Number=plural Case=allative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Nc-p3 | Noun Type=common Number=plural Case=adessive | 42 | vámházaknál/vámház, vállalkozóknál/vállalkozó, tudósításoknál/tudósítás, testvér-portréknál/testvér-portré, társaságoknál/társaság |
Nc-p3-----s | Noun Type=common Number=plural Case=adessive Owned_Number=singular | 1 | évekénél/év |
Nc-p3-----p | Noun Type=common Number=plural Case=adessive Owned_Number=plural | 1 |  |
Nc-p3---s1 | Noun Type=common Number=plural Case=adessive Owner_Number=singular Owner_Person=first | 1 |  |
Nc-p3---s1s | Noun Type=common Number=plural Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Nc-p3---s1p | Noun Type=common Number=plural Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Nc-p3---s2 | Noun Type=common Number=plural Case=adessive Owner_Number=singular Owner_Person=second | 1 |  |
Nc-p3---s2s | Noun Type=common Number=plural Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Nc-p3---s2p | Noun Type=common Number=plural Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Nc-p3---s3 | Noun Type=common Number=plural Case=adessive Owner_Number=singular Owner_Person=third | 8 | terveinél/terv, szüleinél/szülő, osztásainál/osztás, oltárainál/oltár, köreinél/kör |
Nc-p3---s3s | Noun Type=common Number=plural Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Nc-p3---s3p | Noun Type=common Number=plural Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Nc-p3---p1 | Noun Type=common Number=plural Case=adessive Owner_Number=plural Owner_Person=first | 1 |  |
Nc-p3---p1s | Noun Type=common Number=plural Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Nc-p3---p1p | Noun Type=common Number=plural Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Nc-p3---p2 | Noun Type=common Number=plural Case=adessive Owner_Number=plural Owner_Person=second | 1 |  |
Nc-p3---p2s | Noun Type=common Number=plural Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Nc-p3---p2p | Noun Type=common Number=plural Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Nc-p3---p3 | Noun Type=common Number=plural Case=adessive Owner_Number=plural Owner_Person=third | 2 | teázásaiknál/teázás, szüleiknél/szülő |
Nc-p3---p3s | Noun Type=common Number=plural Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Nc-p3---p3p | Noun Type=common Number=plural Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Nc-pb | Noun Type=common Number=plural Case=ablative | 74 | vitáktól/vita, veszekedésektől/veszekedés, vásárlóktól/vásárló, városrészektől/városrész, üzletágaktól/üzletág |
Nc-pb-----s | Noun Type=common Number=plural Case=ablative Owned_Number=singular | 1 | nőkétől/nő |
Nc-pb-----p | Noun Type=common Number=plural Case=ablative Owned_Number=plural | 1 |  |
Nc-pb---s1 | Noun Type=common Number=plural Case=ablative Owner_Number=singular Owner_Person=first | 1 |  |
Nc-pb---s1s | Noun Type=common Number=plural Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Nc-pb---s1p | Noun Type=common Number=plural Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Nc-pb---s2 | Noun Type=common Number=plural Case=ablative Owner_Number=singular Owner_Person=second | 1 |  |
Nc-pb---s2s | Noun Type=common Number=plural Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Nc-pb---s2p | Noun Type=common Number=plural Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Nc-pb---s3 | Noun Type=common Number=plural Case=ablative Owner_Number=singular Owner_Person=third | 14 | vezetőitől/vezető, tagjaitól/tag, opáljaitól/opál, munkatársaitól/munkatárs, mérkőzéseitől/mérkőzés |
Nc-pb---s3s | Noun Type=common Number=plural Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Nc-pb---s3p | Noun Type=common Number=plural Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Nc-pb---p1 | Noun Type=common Number=plural Case=ablative Owner_Number=plural Owner_Person=first | 1 | embereinktől/ember |
Nc-pb---p1s | Noun Type=common Number=plural Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Nc-pb---p1p | Noun Type=common Number=plural Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Nc-pb---p2 | Noun Type=common Number=plural Case=ablative Owner_Number=plural Owner_Person=second | 1 |  |
Nc-pb---p2s | Noun Type=common Number=plural Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Nc-pb---p2p | Noun Type=common Number=plural Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Nc-pb---p3 | Noun Type=common Number=plural Case=ablative Owner_Number=plural Owner_Person=third | 6 | társaiktól/társ, szüleiktől/szülő, partnereiktől/partner, láncaiktól/lánc, jelentéseiktől/jelentés |
Nc-pb---p3s | Noun Type=common Number=plural Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Nc-pb---p3p | Noun Type=common Number=plural Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Nc-p9 | Noun Type=common Number=plural Case=terminative | 22 | vesékig/vese, választásokig/választás, tettekig/tett, szavakig/szó, szalmakazlakig/szalmakazal |
Nc-p9-----s | Noun Type=common Number=plural Case=terminative Owned_Number=singular | 1 |  |
Nc-p9-----p | Noun Type=common Number=plural Case=terminative Owned_Number=plural | 1 |  |
Nc-p9---s1 | Noun Type=common Number=plural Case=terminative Owner_Number=singular Owner_Person=first | 1 |  |
Nc-p9---s1s | Noun Type=common Number=plural Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Nc-p9---s1p | Noun Type=common Number=plural Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Nc-p9---s2 | Noun Type=common Number=plural Case=terminative Owner_Number=singular Owner_Person=second | 1 |  |
Nc-p9---s2s | Noun Type=common Number=plural Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Nc-p9---s2p | Noun Type=common Number=plural Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Nc-p9---s3 | Noun Type=common Number=plural Case=terminative Owner_Number=singular Owner_Person=third | 2 | pofacsontjaiig/pofacsont, csontjaiig/csont |
Nc-p9---s3s | Noun Type=common Number=plural Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Nc-p9---s3p | Noun Type=common Number=plural Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Nc-p9---p1 | Noun Type=common Number=plural Case=terminative Owner_Number=plural Owner_Person=first | 1 | sejtjeinkig/sejt |
Nc-p9---p1s | Noun Type=common Number=plural Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Nc-p9---p1p | Noun Type=common Number=plural Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Nc-p9---p2 | Noun Type=common Number=plural Case=terminative Owner_Number=plural Owner_Person=second | 1 |  |
Nc-p9---p2s | Noun Type=common Number=plural Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Nc-p9---p2p | Noun Type=common Number=plural Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Nc-p9---p3 | Noun Type=common Number=plural Case=terminative Owner_Number=plural Owner_Person=third | 1 |  |
Nc-p9---p3s | Noun Type=common Number=plural Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Nc-p9---p3p | Noun Type=common Number=plural Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Nc-pw | Noun Type=common Number=plural Case=essive | 1 |  |
Nc-pw-----s | Noun Type=common Number=plural Case=essive Owned_Number=singular | 1 |  |
Nc-pw-----p | Noun Type=common Number=plural Case=essive Owned_Number=plural | 1 |  |
Nc-pw---s1 | Noun Type=common Number=plural Case=essive Owner_Number=singular Owner_Person=first | 1 |  |
Nc-pw---s1s | Noun Type=common Number=plural Case=essive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Nc-pw---s1p | Noun Type=common Number=plural Case=essive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Nc-pw---s2 | Noun Type=common Number=plural Case=essive Owner_Number=singular Owner_Person=second | 1 |  |
Nc-pw---s2s | Noun Type=common Number=plural Case=essive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Nc-pw---s2p | Noun Type=common Number=plural Case=essive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Nc-pw---s3 | Noun Type=common Number=plural Case=essive Owner_Number=singular Owner_Person=third | 1 | ürügyeiül/ürügy |
Nc-pw---s3s | Noun Type=common Number=plural Case=essive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Nc-pw---s3p | Noun Type=common Number=plural Case=essive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Nc-pw---p1 | Noun Type=common Number=plural Case=essive Owner_Number=plural Owner_Person=first | 1 |  |
Nc-pw---p1s | Noun Type=common Number=plural Case=essive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Nc-pw---p1p | Noun Type=common Number=plural Case=essive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Nc-pw---p2 | Noun Type=common Number=plural Case=essive Owner_Number=plural Owner_Person=second | 1 |  |
Nc-pw---p2s | Noun Type=common Number=plural Case=essive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Nc-pw---p2p | Noun Type=common Number=plural Case=essive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Nc-pw---p3 | Noun Type=common Number=plural Case=essive Owner_Number=plural Owner_Person=third | 1 |  |
Nc-pw---p3s | Noun Type=common Number=plural Case=essive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Nc-pw---p3p | Noun Type=common Number=plural Case=essive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Nc-pm | Noun Type=common Number=plural Case=temporalis | 1 | alkalmakkor/alkalom |
Nc-pm-----s | Noun Type=common Number=plural Case=temporalis Owned_Number=singular | 1 |  |
Nc-pm-----p | Noun Type=common Number=plural Case=temporalis Owned_Number=plural | 1 |  |
Nc-pm---s1 | Noun Type=common Number=plural Case=temporalis Owner_Number=singular Owner_Person=first | 1 |  |
Nc-pm---s1s | Noun Type=common Number=plural Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Nc-pm---s1p | Noun Type=common Number=plural Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Nc-pm---s2 | Noun Type=common Number=plural Case=temporalis Owner_Number=singular Owner_Person=second | 1 |  |
Nc-pm---s2s | Noun Type=common Number=plural Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Nc-pm---s2p | Noun Type=common Number=plural Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Nc-pm---s3 | Noun Type=common Number=plural Case=temporalis Owner_Number=singular Owner_Person=third | 1 |  |
Nc-pm---s3s | Noun Type=common Number=plural Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Nc-pm---s3p | Noun Type=common Number=plural Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Nc-pm---p1 | Noun Type=common Number=plural Case=temporalis Owner_Number=plural Owner_Person=first | 1 |  |
Nc-pm---p1s | Noun Type=common Number=plural Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Nc-pm---p1p | Noun Type=common Number=plural Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Nc-pm---p2 | Noun Type=common Number=plural Case=temporalis Owner_Number=plural Owner_Person=second | 1 |  |
Nc-pm---p2s | Noun Type=common Number=plural Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Nc-pm---p2p | Noun Type=common Number=plural Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Nc-pm---p3 | Noun Type=common Number=plural Case=temporalis Owner_Number=plural Owner_Person=third | 1 |  |
Nc-pm---p3s | Noun Type=common Number=plural Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Nc-pm---p3p | Noun Type=common Number=plural Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Nc-pc | Noun Type=common Number=plural Case=causalis | 21 | újságfoszlányokért/újságfoszlány, ügyekért/ügy, tolvajlásokért/tolvajlás, tervekért/terv, sztárokért/sztár |
Nc-pc-----s | Noun Type=common Number=plural Case=causalis Owned_Number=singular | 1 |  |
Nc-pc-----p | Noun Type=common Number=plural Case=causalis Owned_Number=plural | 1 |  |
Nc-pc---s1 | Noun Type=common Number=plural Case=causalis Owner_Number=singular Owner_Person=first | 1 |  |
Nc-pc---s1s | Noun Type=common Number=plural Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Nc-pc---s1p | Noun Type=common Number=plural Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Nc-pc---s2 | Noun Type=common Number=plural Case=causalis Owner_Number=singular Owner_Person=second | 1 |  |
Nc-pc---s2s | Noun Type=common Number=plural Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Nc-pc---s2p | Noun Type=common Number=plural Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Nc-pc---s3 | Noun Type=common Number=plural Case=causalis Owner_Number=singular Owner_Person=third | 1 | szerelőiért/szerelő |
Nc-pc---s3s | Noun Type=common Number=plural Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Nc-pc---s3p | Noun Type=common Number=plural Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Nc-pc---p1 | Noun Type=common Number=plural Case=causalis Owner_Number=plural Owner_Person=first | 1 |  |
Nc-pc---p1s | Noun Type=common Number=plural Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Nc-pc---p1p | Noun Type=common Number=plural Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Nc-pc---p2 | Noun Type=common Number=plural Case=causalis Owner_Number=plural Owner_Person=second | 1 |  |
Nc-pc---p2s | Noun Type=common Number=plural Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Nc-pc---p2p | Noun Type=common Number=plural Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Nc-pc---p3 | Noun Type=common Number=plural Case=causalis Owner_Number=plural Owner_Person=third | 1 |  |
Nc-pc---p3s | Noun Type=common Number=plural Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Nc-pc---p3p | Noun Type=common Number=plural Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Nc-ps | Noun Type=common Number=plural Case=sublative | 166 | zöldáradásokra/zöldáradás, zeneművekre/zenemű, vizsgálatokra/vizsgálat, visszaélésekre/visszaélés, vezetőkre/vezető |
Nc-ps-----s | Noun Type=common Number=plural Case=sublative Owned_Number=singular | 1 |  |
Nc-ps-----p | Noun Type=common Number=plural Case=sublative Owned_Number=plural | 1 |  |
Nc-ps---s1 | Noun Type=common Number=plural Case=sublative Owner_Number=singular Owner_Person=first | 1 |  |
Nc-ps---s1s | Noun Type=common Number=plural Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Nc-ps---s1p | Noun Type=common Number=plural Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Nc-ps---s2 | Noun Type=common Number=plural Case=sublative Owner_Number=singular Owner_Person=second | 1 |  |
Nc-ps---s2s | Noun Type=common Number=plural Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Nc-ps---s2p | Noun Type=common Number=plural Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Nc-ps---s3 | Noun Type=common Number=plural Case=sublative Owner_Number=singular Owner_Person=third | 43 | üzeneteire/üzenet, unokáira/unoka, tulajdonosaira/tulajdonos, tisztségviselőire/tisztségviselő, szereplőire/szereplő |
Nc-ps---s3s | Noun Type=common Number=plural Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Nc-ps---s3p | Noun Type=common Number=plural Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Nc-ps---p1 | Noun Type=common Number=plural Case=sublative Owner_Number=plural Owner_Person=first | 2 | napjainkra/nap, kongresszusainkra/kongresszus |
Nc-ps---p1s | Noun Type=common Number=plural Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Nc-ps---p1p | Noun Type=common Number=plural Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Nc-ps---p2 | Noun Type=common Number=plural Case=sublative Owner_Number=plural Owner_Person=second | 1 |  |
Nc-ps---p2s | Noun Type=common Number=plural Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Nc-ps---p2p | Noun Type=common Number=plural Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Nc-ps---p3 | Noun Type=common Number=plural Case=sublative Owner_Number=plural Owner_Person=third | 4 | munkahelyeikre/munkahely, iskoláikra/iskola, honfitársaikra/honfitárs, fejlesztéseikre/fejlesztés |
Nc-ps---p3s | Noun Type=common Number=plural Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Nc-ps---p3p | Noun Type=common Number=plural Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Nc-ph | Noun Type=common Number=plural Case=delative | 83 | zászlókról/zászló, vizekről/víz, viszonyokról/viszony, vidékekről/vidék, útakadályokról/útakadály |
Nc-ph-----s | Noun Type=common Number=plural Case=delative Owned_Number=singular | 1 |  |
Nc-ph-----p | Noun Type=common Number=plural Case=delative Owned_Number=plural | 1 |  |
Nc-ph---s1 | Noun Type=common Number=plural Case=delative Owner_Number=singular Owner_Person=first | 1 |  |
Nc-ph---s1s | Noun Type=common Number=plural Case=delative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Nc-ph---s1p | Noun Type=common Number=plural Case=delative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Nc-ph---s2 | Noun Type=common Number=plural Case=delative Owner_Number=singular Owner_Person=second | 1 | cselekedeteidről/cselekedet |
Nc-ph---s2s | Noun Type=common Number=plural Case=delative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Nc-ph---s2p | Noun Type=common Number=plural Case=delative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Nc-ph---s3 | Noun Type=common Number=plural Case=delative Owner_Number=singular Owner_Person=third | 44 | vallomásairól/vallomás, vallásüldözéseiről/vallásüldözés, ujjairól/ujj, tárgyalásairól/tárgyalás, szeretetvendégségeiről/szeretetvendégség |
Nc-ph---s3s | Noun Type=common Number=plural Case=delative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Nc-ph---s3p | Noun Type=common Number=plural Case=delative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Nc-ph---p1 | Noun Type=common Number=plural Case=delative Owner_Number=plural Owner_Person=first | 1 | vizeinkről/víz |
Nc-ph---p1s | Noun Type=common Number=plural Case=delative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Nc-ph---p1p | Noun Type=common Number=plural Case=delative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Nc-ph---p2 | Noun Type=common Number=plural Case=delative Owner_Number=plural Owner_Person=second | 1 |  |
Nc-ph---p2s | Noun Type=common Number=plural Case=delative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Nc-ph---p2p | Noun Type=common Number=plural Case=delative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Nc-ph---p3 | Noun Type=common Number=plural Case=delative Owner_Number=plural Owner_Person=third | 5 | szeretkezéseikről/szeretkezés, lázadozásaikról/lázadozás, ismereteikről/ismeret, íróikról/író, hozzátartozóikról/hozzátartozó |
Nc-ph---p3s | Noun Type=common Number=plural Case=delative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Nc-ph---p3p | Noun Type=common Number=plural Case=delative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Nc-pq | Noun Type=common Number=plural Case=sociative | 1 |  |
Nc-pq-----s | Noun Type=common Number=plural Case=sociative Owned_Number=singular | 1 |  |
Nc-pq-----p | Noun Type=common Number=plural Case=sociative Owned_Number=plural | 1 |  |
Nc-pq---s1 | Noun Type=common Number=plural Case=sociative Owner_Number=singular Owner_Person=first | 1 |  |
Nc-pq---s1s | Noun Type=common Number=plural Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Nc-pq---s1p | Noun Type=common Number=plural Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Nc-pq---s2 | Noun Type=common Number=plural Case=sociative Owner_Number=singular Owner_Person=second | 1 |  |
Nc-pq---s2s | Noun Type=common Number=plural Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Nc-pq---s2p | Noun Type=common Number=plural Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Nc-pq---s3 | Noun Type=common Number=plural Case=sociative Owner_Number=singular Owner_Person=third | 1 |  |
Nc-pq---s3s | Noun Type=common Number=plural Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Nc-pq---s3p | Noun Type=common Number=plural Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Nc-pq---p1 | Noun Type=common Number=plural Case=sociative Owner_Number=plural Owner_Person=first | 1 |  |
Nc-pq---p1s | Noun Type=common Number=plural Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Nc-pq---p1p | Noun Type=common Number=plural Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Nc-pq---p2 | Noun Type=common Number=plural Case=sociative Owner_Number=plural Owner_Person=second | 1 |  |
Nc-pq---p2s | Noun Type=common Number=plural Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Nc-pq---p2p | Noun Type=common Number=plural Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Nc-pq---p3 | Noun Type=common Number=plural Case=sociative Owner_Number=plural Owner_Person=third | 1 |  |
Nc-pq---p3s | Noun Type=common Number=plural Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Nc-pq---p3p | Noun Type=common Number=plural Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Nc-py | Noun Type=common Number=plural Case=factive | 9 | vértanúkká/vértanú, magyarokká/magyar, indákká/inda, gyufaszálakká/gyufaszál, főügyintézőkké/főügyintéző |
Nc-py-----s | Noun Type=common Number=plural Case=factive Owned_Number=singular | 1 |  |
Nc-py-----p | Noun Type=common Number=plural Case=factive Owned_Number=plural | 1 |  |
Nc-py---s1 | Noun Type=common Number=plural Case=factive Owner_Number=singular Owner_Person=first | 1 |  |
Nc-py---s1s | Noun Type=common Number=plural Case=factive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Nc-py---s1p | Noun Type=common Number=plural Case=factive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Nc-py---s2 | Noun Type=common Number=plural Case=factive Owner_Number=singular Owner_Person=second | 1 |  |
Nc-py---s2s | Noun Type=common Number=plural Case=factive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Nc-py---s2p | Noun Type=common Number=plural Case=factive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Nc-py---s3 | Noun Type=common Number=plural Case=factive Owner_Number=singular Owner_Person=third | 2 | szükségleteivé/szükséglet, jelmezeivé/jelmez |
Nc-py---s3s | Noun Type=common Number=plural Case=factive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Nc-py---s3p | Noun Type=common Number=plural Case=factive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Nc-py---p1 | Noun Type=common Number=plural Case=factive Owner_Number=plural Owner_Person=first | 1 |  |
Nc-py---p1s | Noun Type=common Number=plural Case=factive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Nc-py---p1p | Noun Type=common Number=plural Case=factive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Nc-py---p2 | Noun Type=common Number=plural Case=factive Owner_Number=plural Owner_Person=second | 1 |  |
Nc-py---p2s | Noun Type=common Number=plural Case=factive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Nc-py---p2p | Noun Type=common Number=plural Case=factive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Nc-py---p3 | Noun Type=common Number=plural Case=factive Owner_Number=plural Owner_Person=third | 1 |  |
Nc-py---p3s | Noun Type=common Number=plural Case=factive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Nc-py---p3p | Noun Type=common Number=plural Case=factive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Nc-pp | Noun Type=common Number=plural Case=superessive | 161 | vízállásokon/vízállás, világversenyeken/világverseny, világturnékon/világturné, vidékeken/vidék, vasútvonalakon/vasútvonal |
Nc-pp-----s | Noun Type=common Number=plural Case=superessive Owned_Number=singular | 1 |  |
Nc-pp-----p | Noun Type=common Number=plural Case=superessive Owned_Number=plural | 1 |  |
Nc-pp---s1 | Noun Type=common Number=plural Case=superessive Owner_Number=singular Owner_Person=first | 1 |  |
Nc-pp---s1s | Noun Type=common Number=plural Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Nc-pp---s1p | Noun Type=common Number=plural Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Nc-pp---s2 | Noun Type=common Number=plural Case=superessive Owner_Number=singular Owner_Person=second | 1 |  |
Nc-pp---s2s | Noun Type=common Number=plural Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Nc-pp---s2p | Noun Type=common Number=plural Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Nc-pp---s3 | Noun Type=common Number=plural Case=superessive Owner_Number=singular Owner_Person=third | 56 | vágányain/vágány, útjain/út, utcarajzain/utcarajz, utcáin/utca, ülőhelyein/ülőhely |
Nc-pp---s3s | Noun Type=common Number=plural Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Nc-pp---s3p | Noun Type=common Number=plural Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Nc-pp---p1 | Noun Type=common Number=plural Case=superessive Owner_Number=plural Owner_Person=first | 4 | tagjainkon/tag, sétáinkon/séta, halainkon/hal, bankszámláinkon/bankszámla |
Nc-pp---p1s | Noun Type=common Number=plural Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Nc-pp---p1p | Noun Type=common Number=plural Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Nc-pp---p2 | Noun Type=common Number=plural Case=superessive Owner_Number=plural Owner_Person=second | 1 | cselekedeteiteken/cselekedet |
Nc-pp---p2s | Noun Type=common Number=plural Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Nc-pp---p2p | Noun Type=common Number=plural Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Nc-pp---p3 | Noun Type=common Number=plural Case=superessive Owner_Number=plural Owner_Person=third | 6 | pecsétjeiken/pecsét, látogatásaikon/látogatás, lábaikon/láb, hangversenyeiken/hangverseny, gazdáikon/gazda |
Nc-pp---p3s | Noun Type=common Number=plural Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Nc-pp---p3p | Noun Type=common Number=plural Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Nc-pu | Noun Type=common Number=plural Case=distributive | 1 |  |
Nc-pu-----s | Noun Type=common Number=plural Case=distributive Owned_Number=singular | 1 |  |
Nc-pu-----p | Noun Type=common Number=plural Case=distributive Owned_Number=plural | 1 |  |
Nc-pu---s1 | Noun Type=common Number=plural Case=distributive Owner_Number=singular Owner_Person=first | 1 |  |
Nc-pu---s1s | Noun Type=common Number=plural Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Nc-pu---s1p | Noun Type=common Number=plural Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Nc-pu---s2 | Noun Type=common Number=plural Case=distributive Owner_Number=singular Owner_Person=second | 1 |  |
Nc-pu---s2s | Noun Type=common Number=plural Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Nc-pu---s2p | Noun Type=common Number=plural Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Nc-pu---s3 | Noun Type=common Number=plural Case=distributive Owner_Number=singular Owner_Person=third | 1 |  |
Nc-pu---s3s | Noun Type=common Number=plural Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Nc-pu---s3p | Noun Type=common Number=plural Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Nc-pu---p1 | Noun Type=common Number=plural Case=distributive Owner_Number=plural Owner_Person=first | 1 |  |
Nc-pu---p1s | Noun Type=common Number=plural Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Nc-pu---p1p | Noun Type=common Number=plural Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Nc-pu---p2 | Noun Type=common Number=plural Case=distributive Owner_Number=plural Owner_Person=second | 1 |  |
Nc-pu---p2s | Noun Type=common Number=plural Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Nc-pu---p2p | Noun Type=common Number=plural Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Nc-pu---p3 | Noun Type=common Number=plural Case=distributive Owner_Number=plural Owner_Person=third | 1 |  |
Nc-pu---p3s | Noun Type=common Number=plural Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Nc-pu---p3p | Noun Type=common Number=plural Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Nc-pf | Noun Type=common Number=plural Case=essive-formal | 1 |  |
Nc-pf-----s | Noun Type=common Number=plural Case=essive-formal Owned_Number=singular | 1 |  |
Nc-pf-----p | Noun Type=common Number=plural Case=essive-formal Owned_Number=plural | 1 |  |
Nc-pf---s1 | Noun Type=common Number=plural Case=essive-formal Owner_Number=singular Owner_Person=first | 1 |  |
Nc-pf---s1s | Noun Type=common Number=plural Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Nc-pf---s1p | Noun Type=common Number=plural Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Nc-pf---s2 | Noun Type=common Number=plural Case=essive-formal Owner_Number=singular Owner_Person=second | 1 |  |
Nc-pf---s2s | Noun Type=common Number=plural Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Nc-pf---s2p | Noun Type=common Number=plural Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Nc-pf---s3 | Noun Type=common Number=plural Case=essive-formal Owner_Number=singular Owner_Person=third | 1 |  |
Nc-pf---s3s | Noun Type=common Number=plural Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Nc-pf---s3p | Noun Type=common Number=plural Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Nc-pf---p1 | Noun Type=common Number=plural Case=essive-formal Owner_Number=plural Owner_Person=first | 1 |  |
Nc-pf---p1s | Noun Type=common Number=plural Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Nc-pf---p1p | Noun Type=common Number=plural Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Nc-pf---p2 | Noun Type=common Number=plural Case=essive-formal Owner_Number=plural Owner_Person=second | 1 |  |
Nc-pf---p2s | Noun Type=common Number=plural Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Nc-pf---p2p | Noun Type=common Number=plural Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Nc-pf---p3 | Noun Type=common Number=plural Case=essive-formal Owner_Number=plural Owner_Person=third | 1 |  |
Nc-pf---p3s | Noun Type=common Number=plural Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Nc-pf---p3p | Noun Type=common Number=plural Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Np-sn | Noun Type=proper Number=singular Case=nominative | 498 | Zsuzsa, Zsuzsanna, Zsolt, Zsilinszky, Zsigmond |
Np-sn-----s | Noun Type=proper Number=singular Case=nominative Owned_Number=singular | 2 | Krisztináé/Krisztina, Kissé/Kiss |
Np-sn-----p | Noun Type=proper Number=singular Case=nominative Owned_Number=plural | 1 |  |
Np-sn---s1 | Noun Type=proper Number=singular Case=nominative Owner_Number=singular Owner_Person=first | 2 | Sanyikám/Sanyika, Józsikám/Józsika |
Np-sn---s1s | Noun Type=proper Number=singular Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Np-sn---s1p | Noun Type=proper Number=singular Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Np-sn---s2 | Noun Type=proper Number=singular Case=nominative Owner_Number=singular Owner_Person=second | 1 |  |
Np-sn---s2s | Noun Type=proper Number=singular Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Np-sn---s2p | Noun Type=proper Number=singular Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Np-sn---s3 | Noun Type=proper Number=singular Case=nominative Owner_Number=singular Owner_Person=third | 6 | Szerencse/Szerencs, Rózsadombja/Rózsadomb, Gittája/Gitta, Alija/Ali, Afrikája/Afrika |
Np-sn---s3s | Noun Type=proper Number=singular Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Np-sn---s3p | Noun Type=proper Number=singular Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Np-sn---p1 | Noun Type=proper Number=singular Case=nominative Owner_Number=plural Owner_Person=first | 1 |  |
Np-sn---p1s | Noun Type=proper Number=singular Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Np-sn---p1p | Noun Type=proper Number=singular Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Np-sn---p2 | Noun Type=proper Number=singular Case=nominative Owner_Number=plural Owner_Person=second | 1 |  |
Np-sn---p2s | Noun Type=proper Number=singular Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Np-sn---p2p | Noun Type=proper Number=singular Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Np-sn---p3 | Noun Type=proper Number=singular Case=nominative Owner_Number=plural Owner_Person=third | 1 |  |
Np-sn---p3s | Noun Type=proper Number=singular Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Np-sn---p3p | Noun Type=proper Number=singular Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Np-sg | Noun Type=proper Number=singular Case=genitive | 1 |  |
Np-sg-----s | Noun Type=proper Number=singular Case=genitive Owned_Number=singular | 1 |  |
Np-sg-----p | Noun Type=proper Number=singular Case=genitive Owned_Number=plural | 1 |  |
Np-sg---s1 | Noun Type=proper Number=singular Case=genitive Owner_Number=singular Owner_Person=first | 1 |  |
Np-sg---s1s | Noun Type=proper Number=singular Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Np-sg---s1p | Noun Type=proper Number=singular Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Np-sg---s2 | Noun Type=proper Number=singular Case=genitive Owner_Number=singular Owner_Person=second | 1 |  |
Np-sg---s2s | Noun Type=proper Number=singular Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Np-sg---s2p | Noun Type=proper Number=singular Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Np-sg---s3 | Noun Type=proper Number=singular Case=genitive Owner_Number=singular Owner_Person=third | 1 |  |
Np-sg---s3s | Noun Type=proper Number=singular Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Np-sg---s3p | Noun Type=proper Number=singular Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Np-sg---p1 | Noun Type=proper Number=singular Case=genitive Owner_Number=plural Owner_Person=first | 1 |  |
Np-sg---p1s | Noun Type=proper Number=singular Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Np-sg---p1p | Noun Type=proper Number=singular Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Np-sg---p2 | Noun Type=proper Number=singular Case=genitive Owner_Number=plural Owner_Person=second | 1 |  |
Np-sg---p2s | Noun Type=proper Number=singular Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Np-sg---p2p | Noun Type=proper Number=singular Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Np-sg---p3 | Noun Type=proper Number=singular Case=genitive Owner_Number=plural Owner_Person=third | 1 |  |
Np-sg---p3s | Noun Type=proper Number=singular Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Np-sg---p3p | Noun Type=proper Number=singular Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Np-sd | Noun Type=proper Number=singular Case=dative | 52 | Zsuzsának/Zsuzsa, Tibetnek/Tibet, Sanyinak/Sanyi, Sándornak/Sándor, Pistának/Pista |
Np-sd-----s | Noun Type=proper Number=singular Case=dative Owned_Number=singular | 1 |  |
Np-sd-----p | Noun Type=proper Number=singular Case=dative Owned_Number=plural | 1 |  |
Np-sd---s1 | Noun Type=proper Number=singular Case=dative Owner_Number=singular Owner_Person=first | 1 |  |
Np-sd---s1s | Noun Type=proper Number=singular Case=dative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Np-sd---s1p | Noun Type=proper Number=singular Case=dative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Np-sd---s2 | Noun Type=proper Number=singular Case=dative Owner_Number=singular Owner_Person=second | 1 |  |
Np-sd---s2s | Noun Type=proper Number=singular Case=dative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Np-sd---s2p | Noun Type=proper Number=singular Case=dative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Np-sd---s3 | Noun Type=proper Number=singular Case=dative Owner_Number=singular Owner_Person=third | 3 | Yorkjának/York, Szondi-tesztjének/Szondi-teszt, NATO-tagságának/NATO-tagság |
Np-sd---s3s | Noun Type=proper Number=singular Case=dative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Np-sd---s3p | Noun Type=proper Number=singular Case=dative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Np-sd---p1 | Noun Type=proper Number=singular Case=dative Owner_Number=plural Owner_Person=first | 1 |  |
Np-sd---p1s | Noun Type=proper Number=singular Case=dative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Np-sd---p1p | Noun Type=proper Number=singular Case=dative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Np-sd---p2 | Noun Type=proper Number=singular Case=dative Owner_Number=plural Owner_Person=second | 1 |  |
Np-sd---p2s | Noun Type=proper Number=singular Case=dative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Np-sd---p2p | Noun Type=proper Number=singular Case=dative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Np-sd---p3 | Noun Type=proper Number=singular Case=dative Owner_Number=plural Owner_Person=third | 1 |  |
Np-sd---p3s | Noun Type=proper Number=singular Case=dative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Np-sd---p3p | Noun Type=proper Number=singular Case=dative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Np-sa | Noun Type=proper Number=singular Case=accusative | 98 | Zsuzsannát/Zsuzsanna, Zsoltot/Zsolt, Zsigát/Zsiga, Zoltánt/Zoltán, Törökbálintot/Törökbálint |
Np-sa-----s | Noun Type=proper Number=singular Case=accusative Owned_Number=singular | 3 | Tiborét/Tibor, Sopronét/Sopron, Aladárét/Aladár |
Np-sa-----p | Noun Type=proper Number=singular Case=accusative Owned_Number=plural | 1 |  |
Np-sa---s1 | Noun Type=proper Number=singular Case=accusative Owner_Number=singular Owner_Person=first | 1 |  |
Np-sa---s1s | Noun Type=proper Number=singular Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Np-sa---s1p | Noun Type=proper Number=singular Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Np-sa---s2 | Noun Type=proper Number=singular Case=accusative Owner_Number=singular Owner_Person=second | 1 |  |
Np-sa---s2s | Noun Type=proper Number=singular Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Np-sa---s2p | Noun Type=proper Number=singular Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Np-sa---s3 | Noun Type=proper Number=singular Case=accusative Owner_Number=singular Owner_Person=third | 1 | Tacitusát/Tacitus |
Np-sa---s3s | Noun Type=proper Number=singular Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Np-sa---s3p | Noun Type=proper Number=singular Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Np-sa---p1 | Noun Type=proper Number=singular Case=accusative Owner_Number=plural Owner_Person=first | 1 |  |
Np-sa---p1s | Noun Type=proper Number=singular Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Np-sa---p1p | Noun Type=proper Number=singular Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Np-sa---p2 | Noun Type=proper Number=singular Case=accusative Owner_Number=plural Owner_Person=second | 1 |  |
Np-sa---p2s | Noun Type=proper Number=singular Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Np-sa---p2p | Noun Type=proper Number=singular Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Np-sa---p3 | Noun Type=proper Number=singular Case=accusative Owner_Number=plural Owner_Person=third | 1 |  |
Np-sa---p3s | Noun Type=proper Number=singular Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Np-sa---p3p | Noun Type=proper Number=singular Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Np-si | Noun Type=proper Number=singular Case=instrumental | 52 | Ukrajnával/Ukrajna, Tivadarral/Tivadar, Szíriával/Szíria, SZDSZ-szel/SZDSZ, SS-házmesterrel/SS-házmester |
Np-si-----s | Noun Type=proper Number=singular Case=instrumental Owned_Number=singular | 1 |  |
Np-si-----p | Noun Type=proper Number=singular Case=instrumental Owned_Number=plural | 1 |  |
Np-si---s1 | Noun Type=proper Number=singular Case=instrumental Owner_Number=singular Owner_Person=first | 1 |  |
Np-si---s1s | Noun Type=proper Number=singular Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Np-si---s1p | Noun Type=proper Number=singular Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Np-si---s2 | Noun Type=proper Number=singular Case=instrumental Owner_Number=singular Owner_Person=second | 1 |  |
Np-si---s2s | Noun Type=proper Number=singular Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Np-si---s2p | Noun Type=proper Number=singular Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Np-si---s3 | Noun Type=proper Number=singular Case=instrumental Owner_Number=singular Owner_Person=third | 1 | Oroszországával/Oroszország |
Np-si---s3s | Noun Type=proper Number=singular Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Np-si---s3p | Noun Type=proper Number=singular Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Np-si---p1 | Noun Type=proper Number=singular Case=instrumental Owner_Number=plural Owner_Person=first | 1 |  |
Np-si---p1s | Noun Type=proper Number=singular Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Np-si---p1p | Noun Type=proper Number=singular Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Np-si---p2 | Noun Type=proper Number=singular Case=instrumental Owner_Number=plural Owner_Person=second | 1 |  |
Np-si---p2s | Noun Type=proper Number=singular Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Np-si---p2p | Noun Type=proper Number=singular Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Np-si---p3 | Noun Type=proper Number=singular Case=instrumental Owner_Number=plural Owner_Person=third | 1 | Ladájukkal/Lada |
Np-si---p3s | Noun Type=proper Number=singular Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Np-si---p3p | Noun Type=proper Number=singular Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Np-sx | Noun Type=proper Number=singular Case=illative | 29 | Zürichbe/Zürich, Ukrajnába/Ukrajna, Tiszába/Tisza, Szófiába/Szófia, Szlovákiába/Szlovákia |
Np-sx-----s | Noun Type=proper Number=singular Case=illative Owned_Number=singular | 1 |  |
Np-sx-----p | Noun Type=proper Number=singular Case=illative Owned_Number=plural | 1 |  |
Np-sx---s1 | Noun Type=proper Number=singular Case=illative Owner_Number=singular Owner_Person=first | 1 |  |
Np-sx---s1s | Noun Type=proper Number=singular Case=illative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Np-sx---s1p | Noun Type=proper Number=singular Case=illative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Np-sx---s2 | Noun Type=proper Number=singular Case=illative Owner_Number=singular Owner_Person=second | 1 |  |
Np-sx---s2s | Noun Type=proper Number=singular Case=illative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Np-sx---s2p | Noun Type=proper Number=singular Case=illative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Np-sx---s3 | Noun Type=proper Number=singular Case=illative Owner_Number=singular Owner_Person=third | 1 |  |
Np-sx---s3s | Noun Type=proper Number=singular Case=illative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Np-sx---s3p | Noun Type=proper Number=singular Case=illative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Np-sx---p1 | Noun Type=proper Number=singular Case=illative Owner_Number=plural Owner_Person=first | 1 |  |
Np-sx---p1s | Noun Type=proper Number=singular Case=illative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Np-sx---p1p | Noun Type=proper Number=singular Case=illative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Np-sx---p2 | Noun Type=proper Number=singular Case=illative Owner_Number=plural Owner_Person=second | 1 |  |
Np-sx---p2s | Noun Type=proper Number=singular Case=illative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Np-sx---p2p | Noun Type=proper Number=singular Case=illative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Np-sx---p3 | Noun Type=proper Number=singular Case=illative Owner_Number=plural Owner_Person=third | 1 |  |
Np-sx---p3s | Noun Type=proper Number=singular Case=illative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Np-sx---p3p | Noun Type=proper Number=singular Case=illative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Np-s2 | Noun Type=proper Number=singular Case=inessive | 90 | Zürichben/Zürich, Zalában/Zala, Zágrábban/Zágráb, Yorkban/York, Washingtonban/Washington |
Np-s2-----s | Noun Type=proper Number=singular Case=inessive Owned_Number=singular | 1 |  |
Np-s2-----p | Noun Type=proper Number=singular Case=inessive Owned_Number=plural | 1 |  |
Np-s2---s1 | Noun Type=proper Number=singular Case=inessive Owner_Number=singular Owner_Person=first | 1 |  |
Np-s2---s1s | Noun Type=proper Number=singular Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Np-s2---s1p | Noun Type=proper Number=singular Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Np-s2---s2 | Noun Type=proper Number=singular Case=inessive Owner_Number=singular Owner_Person=second | 1 |  |
Np-s2---s2s | Noun Type=proper Number=singular Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Np-s2---s2p | Noun Type=proper Number=singular Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Np-s2---s3 | Noun Type=proper Number=singular Case=inessive Owner_Number=singular Owner_Person=third | 1 | Kupájában/Kupa |
Np-s2---s3s | Noun Type=proper Number=singular Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Np-s2---s3p | Noun Type=proper Number=singular Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Np-s2---p1 | Noun Type=proper Number=singular Case=inessive Owner_Number=plural Owner_Person=first | 1 |  |
Np-s2---p1s | Noun Type=proper Number=singular Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Np-s2---p1p | Noun Type=proper Number=singular Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Np-s2---p2 | Noun Type=proper Number=singular Case=inessive Owner_Number=plural Owner_Person=second | 1 |  |
Np-s2---p2s | Noun Type=proper Number=singular Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Np-s2---p2p | Noun Type=proper Number=singular Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Np-s2---p3 | Noun Type=proper Number=singular Case=inessive Owner_Number=plural Owner_Person=third | 1 |  |
Np-s2---p3s | Noun Type=proper Number=singular Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Np-s2---p3p | Noun Type=proper Number=singular Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Np-se | Noun Type=proper Number=singular Case=elative | 24 | Zágrábból/Zágráb, Ukrajnából/Ukrajna, Tanzániából/Tanzánia, Szovjetunióból/Szovjetunió, Spanyolországból/Spanyolország |
Np-se-----s | Noun Type=proper Number=singular Case=elative Owned_Number=singular | 1 | Zsuzsáéból/Zsuzsa |
Np-se-----p | Noun Type=proper Number=singular Case=elative Owned_Number=plural | 1 |  |
Np-se---s1 | Noun Type=proper Number=singular Case=elative Owner_Number=singular Owner_Person=first | 1 |  |
Np-se---s1s | Noun Type=proper Number=singular Case=elative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Np-se---s1p | Noun Type=proper Number=singular Case=elative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Np-se---s2 | Noun Type=proper Number=singular Case=elative Owner_Number=singular Owner_Person=second | 1 |  |
Np-se---s2s | Noun Type=proper Number=singular Case=elative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Np-se---s2p | Noun Type=proper Number=singular Case=elative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Np-se---s3 | Noun Type=proper Number=singular Case=elative Owner_Number=singular Owner_Person=third | 1 |  |
Np-se---s3s | Noun Type=proper Number=singular Case=elative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Np-se---s3p | Noun Type=proper Number=singular Case=elative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Np-se---p1 | Noun Type=proper Number=singular Case=elative Owner_Number=plural Owner_Person=first | 1 |  |
Np-se---p1s | Noun Type=proper Number=singular Case=elative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Np-se---p1p | Noun Type=proper Number=singular Case=elative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Np-se---p2 | Noun Type=proper Number=singular Case=elative Owner_Number=plural Owner_Person=second | 1 |  |
Np-se---p2s | Noun Type=proper Number=singular Case=elative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Np-se---p2p | Noun Type=proper Number=singular Case=elative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Np-se---p3 | Noun Type=proper Number=singular Case=elative Owner_Number=plural Owner_Person=third | 1 |  |
Np-se---p3s | Noun Type=proper Number=singular Case=elative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Np-se---p3p | Noun Type=proper Number=singular Case=elative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Np-st | Noun Type=proper Number=singular Case=allative | 13 | Zsigához/Zsiga, Wallenberg-csoporthoz/Wallenberg-csoport, Vergiliushoz/Vergilius, Sanyihoz/Sanyi, Piroskához/Piroska |
Np-st-----s | Noun Type=proper Number=singular Case=allative Owned_Number=singular | 1 |  |
Np-st-----p | Noun Type=proper Number=singular Case=allative Owned_Number=plural | 1 |  |
Np-st---s1 | Noun Type=proper Number=singular Case=allative Owner_Number=singular Owner_Person=first | 1 |  |
Np-st---s1s | Noun Type=proper Number=singular Case=allative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Np-st---s1p | Noun Type=proper Number=singular Case=allative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Np-st---s2 | Noun Type=proper Number=singular Case=allative Owner_Number=singular Owner_Person=second | 1 |  |
Np-st---s2s | Noun Type=proper Number=singular Case=allative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Np-st---s2p | Noun Type=proper Number=singular Case=allative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Np-st---s3 | Noun Type=proper Number=singular Case=allative Owner_Number=singular Owner_Person=third | 1 |  |
Np-st---s3s | Noun Type=proper Number=singular Case=allative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Np-st---s3p | Noun Type=proper Number=singular Case=allative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Np-st---p1 | Noun Type=proper Number=singular Case=allative Owner_Number=plural Owner_Person=first | 1 |  |
Np-st---p1s | Noun Type=proper Number=singular Case=allative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Np-st---p1p | Noun Type=proper Number=singular Case=allative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Np-st---p2 | Noun Type=proper Number=singular Case=allative Owner_Number=plural Owner_Person=second | 1 |  |
Np-st---p2s | Noun Type=proper Number=singular Case=allative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Np-st---p2p | Noun Type=proper Number=singular Case=allative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Np-st---p3 | Noun Type=proper Number=singular Case=allative Owner_Number=plural Owner_Person=third | 1 |  |
Np-st---p3s | Noun Type=proper Number=singular Case=allative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Np-st---p3p | Noun Type=proper Number=singular Case=allative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Np-s3 | Noun Type=proper Number=singular Case=adessive | 10 | Zsigmondnál/Zsigmond, Szondinál/Szondi, Róbertnél/Róbert, Mihálynál/Mihály, Mártonnál/Márton |
Np-s3-----s | Noun Type=proper Number=singular Case=adessive Owned_Number=singular | 1 |  |
Np-s3-----p | Noun Type=proper Number=singular Case=adessive Owned_Number=plural | 1 | Kolumbuszéinál/Kolumbusz |
Np-s3---s1 | Noun Type=proper Number=singular Case=adessive Owner_Number=singular Owner_Person=first | 1 |  |
Np-s3---s1s | Noun Type=proper Number=singular Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Np-s3---s1p | Noun Type=proper Number=singular Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Np-s3---s2 | Noun Type=proper Number=singular Case=adessive Owner_Number=singular Owner_Person=second | 1 |  |
Np-s3---s2s | Noun Type=proper Number=singular Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Np-s3---s2p | Noun Type=proper Number=singular Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Np-s3---s3 | Noun Type=proper Number=singular Case=adessive Owner_Number=singular Owner_Person=third | 1 |  |
Np-s3---s3s | Noun Type=proper Number=singular Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Np-s3---s3p | Noun Type=proper Number=singular Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Np-s3---p1 | Noun Type=proper Number=singular Case=adessive Owner_Number=plural Owner_Person=first | 1 |  |
Np-s3---p1s | Noun Type=proper Number=singular Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Np-s3---p1p | Noun Type=proper Number=singular Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Np-s3---p2 | Noun Type=proper Number=singular Case=adessive Owner_Number=plural Owner_Person=second | 1 |  |
Np-s3---p2s | Noun Type=proper Number=singular Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Np-s3---p2p | Noun Type=proper Number=singular Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Np-s3---p3 | Noun Type=proper Number=singular Case=adessive Owner_Number=plural Owner_Person=third | 1 |  |
Np-s3---p3s | Noun Type=proper Number=singular Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Np-s3---p3p | Noun Type=proper Number=singular Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Np-sb | Noun Type=proper Number=singular Case=ablative | 34 | Washingtontól/Washington, Verditől/Verdi, Tiszától/Tisza, Tamástól/Tamás, Szonditól/Szondi |
Np-sb-----s | Noun Type=proper Number=singular Case=ablative Owned_Number=singular | 1 |  |
Np-sb-----p | Noun Type=proper Number=singular Case=ablative Owned_Number=plural | 1 |  |
Np-sb---s1 | Noun Type=proper Number=singular Case=ablative Owner_Number=singular Owner_Person=first | 1 |  |
Np-sb---s1s | Noun Type=proper Number=singular Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Np-sb---s1p | Noun Type=proper Number=singular Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Np-sb---s2 | Noun Type=proper Number=singular Case=ablative Owner_Number=singular Owner_Person=second | 1 |  |
Np-sb---s2s | Noun Type=proper Number=singular Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Np-sb---s2p | Noun Type=proper Number=singular Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Np-sb---s3 | Noun Type=proper Number=singular Case=ablative Owner_Number=singular Owner_Person=third | 1 |  |
Np-sb---s3s | Noun Type=proper Number=singular Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Np-sb---s3p | Noun Type=proper Number=singular Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Np-sb---p1 | Noun Type=proper Number=singular Case=ablative Owner_Number=plural Owner_Person=first | 1 |  |
Np-sb---p1s | Noun Type=proper Number=singular Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Np-sb---p1p | Noun Type=proper Number=singular Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Np-sb---p2 | Noun Type=proper Number=singular Case=ablative Owner_Number=plural Owner_Person=second | 1 |  |
Np-sb---p2s | Noun Type=proper Number=singular Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Np-sb---p2p | Noun Type=proper Number=singular Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Np-sb---p3 | Noun Type=proper Number=singular Case=ablative Owner_Number=plural Owner_Person=third | 1 |  |
Np-sb---p3s | Noun Type=proper Number=singular Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Np-sb---p3p | Noun Type=proper Number=singular Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Np-s9 | Noun Type=proper Number=singular Case=terminative | 9 | Visztuláig/Visztula, Rajnáig/Rajna, Pilátusig/Pilátus, Nagyváradig/Nagyvárad, Miklósig/Miklós |
Np-s9-----s | Noun Type=proper Number=singular Case=terminative Owned_Number=singular | 1 |  |
Np-s9-----p | Noun Type=proper Number=singular Case=terminative Owned_Number=plural | 1 |  |
Np-s9---s1 | Noun Type=proper Number=singular Case=terminative Owner_Number=singular Owner_Person=first | 1 |  |
Np-s9---s1s | Noun Type=proper Number=singular Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Np-s9---s1p | Noun Type=proper Number=singular Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Np-s9---s2 | Noun Type=proper Number=singular Case=terminative Owner_Number=singular Owner_Person=second | 1 |  |
Np-s9---s2s | Noun Type=proper Number=singular Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Np-s9---s2p | Noun Type=proper Number=singular Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Np-s9---s3 | Noun Type=proper Number=singular Case=terminative Owner_Number=singular Owner_Person=third | 1 |  |
Np-s9---s3s | Noun Type=proper Number=singular Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Np-s9---s3p | Noun Type=proper Number=singular Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Np-s9---p1 | Noun Type=proper Number=singular Case=terminative Owner_Number=plural Owner_Person=first | 1 |  |
Np-s9---p1s | Noun Type=proper Number=singular Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Np-s9---p1p | Noun Type=proper Number=singular Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Np-s9---p2 | Noun Type=proper Number=singular Case=terminative Owner_Number=plural Owner_Person=second | 1 |  |
Np-s9---p2s | Noun Type=proper Number=singular Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Np-s9---p2p | Noun Type=proper Number=singular Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Np-s9---p3 | Noun Type=proper Number=singular Case=terminative Owner_Number=plural Owner_Person=third | 1 |  |
Np-s9---p3s | Noun Type=proper Number=singular Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Np-s9---p3p | Noun Type=proper Number=singular Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Np-sw | Noun Type=proper Number=singular Case=essive | 1 |  |
Np-sw-----s | Noun Type=proper Number=singular Case=essive Owned_Number=singular | 1 |  |
Np-sw-----p | Noun Type=proper Number=singular Case=essive Owned_Number=plural | 1 |  |
Np-sw---s1 | Noun Type=proper Number=singular Case=essive Owner_Number=singular Owner_Person=first | 1 |  |
Np-sw---s1s | Noun Type=proper Number=singular Case=essive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Np-sw---s1p | Noun Type=proper Number=singular Case=essive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Np-sw---s2 | Noun Type=proper Number=singular Case=essive Owner_Number=singular Owner_Person=second | 1 |  |
Np-sw---s2s | Noun Type=proper Number=singular Case=essive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Np-sw---s2p | Noun Type=proper Number=singular Case=essive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Np-sw---s3 | Noun Type=proper Number=singular Case=essive Owner_Number=singular Owner_Person=third | 1 |  |
Np-sw---s3s | Noun Type=proper Number=singular Case=essive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Np-sw---s3p | Noun Type=proper Number=singular Case=essive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Np-sw---p1 | Noun Type=proper Number=singular Case=essive Owner_Number=plural Owner_Person=first | 1 |  |
Np-sw---p1s | Noun Type=proper Number=singular Case=essive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Np-sw---p1p | Noun Type=proper Number=singular Case=essive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Np-sw---p2 | Noun Type=proper Number=singular Case=essive Owner_Number=plural Owner_Person=second | 1 |  |
Np-sw---p2s | Noun Type=proper Number=singular Case=essive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Np-sw---p2p | Noun Type=proper Number=singular Case=essive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Np-sw---p3 | Noun Type=proper Number=singular Case=essive Owner_Number=plural Owner_Person=third | 1 |  |
Np-sw---p3s | Noun Type=proper Number=singular Case=essive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Np-sw---p3p | Noun Type=proper Number=singular Case=essive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Np-sm | Noun Type=proper Number=singular Case=temporalis | 1 |  |
Np-sm-----s | Noun Type=proper Number=singular Case=temporalis Owned_Number=singular | 1 |  |
Np-sm-----p | Noun Type=proper Number=singular Case=temporalis Owned_Number=plural | 1 |  |
Np-sm---s1 | Noun Type=proper Number=singular Case=temporalis Owner_Number=singular Owner_Person=first | 1 |  |
Np-sm---s1s | Noun Type=proper Number=singular Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Np-sm---s1p | Noun Type=proper Number=singular Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Np-sm---s2 | Noun Type=proper Number=singular Case=temporalis Owner_Number=singular Owner_Person=second | 1 |  |
Np-sm---s2s | Noun Type=proper Number=singular Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Np-sm---s2p | Noun Type=proper Number=singular Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Np-sm---s3 | Noun Type=proper Number=singular Case=temporalis Owner_Number=singular Owner_Person=third | 1 |  |
Np-sm---s3s | Noun Type=proper Number=singular Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Np-sm---s3p | Noun Type=proper Number=singular Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Np-sm---p1 | Noun Type=proper Number=singular Case=temporalis Owner_Number=plural Owner_Person=first | 1 |  |
Np-sm---p1s | Noun Type=proper Number=singular Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Np-sm---p1p | Noun Type=proper Number=singular Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Np-sm---p2 | Noun Type=proper Number=singular Case=temporalis Owner_Number=plural Owner_Person=second | 1 |  |
Np-sm---p2s | Noun Type=proper Number=singular Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Np-sm---p2p | Noun Type=proper Number=singular Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Np-sm---p3 | Noun Type=proper Number=singular Case=temporalis Owner_Number=plural Owner_Person=third | 1 |  |
Np-sm---p3s | Noun Type=proper Number=singular Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Np-sm---p3p | Noun Type=proper Number=singular Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Np-sc | Noun Type=proper Number=singular Case=causalis | 1 | Szlovákiáért/Szlovákia |
Np-sc-----s | Noun Type=proper Number=singular Case=causalis Owned_Number=singular | 1 |  |
Np-sc-----p | Noun Type=proper Number=singular Case=causalis Owned_Number=plural | 1 |  |
Np-sc---s1 | Noun Type=proper Number=singular Case=causalis Owner_Number=singular Owner_Person=first | 1 |  |
Np-sc---s1s | Noun Type=proper Number=singular Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Np-sc---s1p | Noun Type=proper Number=singular Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Np-sc---s2 | Noun Type=proper Number=singular Case=causalis Owner_Number=singular Owner_Person=second | 1 |  |
Np-sc---s2s | Noun Type=proper Number=singular Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Np-sc---s2p | Noun Type=proper Number=singular Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Np-sc---s3 | Noun Type=proper Number=singular Case=causalis Owner_Number=singular Owner_Person=third | 1 |  |
Np-sc---s3s | Noun Type=proper Number=singular Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Np-sc---s3p | Noun Type=proper Number=singular Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Np-sc---p1 | Noun Type=proper Number=singular Case=causalis Owner_Number=plural Owner_Person=first | 1 |  |
Np-sc---p1s | Noun Type=proper Number=singular Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Np-sc---p1p | Noun Type=proper Number=singular Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Np-sc---p2 | Noun Type=proper Number=singular Case=causalis Owner_Number=plural Owner_Person=second | 1 |  |
Np-sc---p2s | Noun Type=proper Number=singular Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Np-sc---p2p | Noun Type=proper Number=singular Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Np-sc---p3 | Noun Type=proper Number=singular Case=causalis Owner_Number=plural Owner_Person=third | 1 |  |
Np-sc---p3s | Noun Type=proper Number=singular Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Np-sc---p3p | Noun Type=proper Number=singular Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Np-ss | Noun Type=proper Number=singular Case=sublative | 21 | Visegrádra/Visegrád, Szolnokra/Szolnok, Szegedre/Szeged, Paksra/Paks, Nagyváradra/Nagyvárad |
Np-ss-----s | Noun Type=proper Number=singular Case=sublative Owned_Number=singular | 1 | Szerencsére/Szerencs |
Np-ss-----p | Noun Type=proper Number=singular Case=sublative Owned_Number=plural | 1 |  |
Np-ss---s1 | Noun Type=proper Number=singular Case=sublative Owner_Number=singular Owner_Person=first | 1 | Józsefemre/József |
Np-ss---s1s | Noun Type=proper Number=singular Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Np-ss---s1p | Noun Type=proper Number=singular Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Np-ss---s2 | Noun Type=proper Number=singular Case=sublative Owner_Number=singular Owner_Person=second | 1 |  |
Np-ss---s2s | Noun Type=proper Number=singular Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Np-ss---s2p | Noun Type=proper Number=singular Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Np-ss---s3 | Noun Type=proper Number=singular Case=sublative Owner_Number=singular Owner_Person=third | 1 | Szerencsére/Szerencs |
Np-ss---s3s | Noun Type=proper Number=singular Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Np-ss---s3p | Noun Type=proper Number=singular Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Np-ss---p1 | Noun Type=proper Number=singular Case=sublative Owner_Number=plural Owner_Person=first | 1 |  |
Np-ss---p1s | Noun Type=proper Number=singular Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Np-ss---p1p | Noun Type=proper Number=singular Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Np-ss---p2 | Noun Type=proper Number=singular Case=sublative Owner_Number=plural Owner_Person=second | 1 |  |
Np-ss---p2s | Noun Type=proper Number=singular Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Np-ss---p2p | Noun Type=proper Number=singular Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Np-ss---p3 | Noun Type=proper Number=singular Case=sublative Owner_Number=plural Owner_Person=third | 1 |  |
Np-ss---p3s | Noun Type=proper Number=singular Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Np-ss---p3p | Noun Type=proper Number=singular Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Np-sh | Noun Type=proper Number=singular Case=delative | 12 | SZDSZ-ről/SZDSZ, Magyarországról/Magyarország, Lajosról/Lajos, Krisztináról/Krisztina, Kristófról/Kristóf |
Np-sh-----s | Noun Type=proper Number=singular Case=delative Owned_Number=singular | 1 |  |
Np-sh-----p | Noun Type=proper Number=singular Case=delative Owned_Number=plural | 1 |  |
Np-sh---s1 | Noun Type=proper Number=singular Case=delative Owner_Number=singular Owner_Person=first | 1 |  |
Np-sh---s1s | Noun Type=proper Number=singular Case=delative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Np-sh---s1p | Noun Type=proper Number=singular Case=delative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Np-sh---s2 | Noun Type=proper Number=singular Case=delative Owner_Number=singular Owner_Person=second | 1 |  |
Np-sh---s2s | Noun Type=proper Number=singular Case=delative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Np-sh---s2p | Noun Type=proper Number=singular Case=delative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Np-sh---s3 | Noun Type=proper Number=singular Case=delative Owner_Number=singular Owner_Person=third | 1 |  |
Np-sh---s3s | Noun Type=proper Number=singular Case=delative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Np-sh---s3p | Noun Type=proper Number=singular Case=delative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Np-sh---p1 | Noun Type=proper Number=singular Case=delative Owner_Number=plural Owner_Person=first | 1 |  |
Np-sh---p1s | Noun Type=proper Number=singular Case=delative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Np-sh---p1p | Noun Type=proper Number=singular Case=delative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Np-sh---p2 | Noun Type=proper Number=singular Case=delative Owner_Number=plural Owner_Person=second | 1 |  |
Np-sh---p2s | Noun Type=proper Number=singular Case=delative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Np-sh---p2p | Noun Type=proper Number=singular Case=delative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Np-sh---p3 | Noun Type=proper Number=singular Case=delative Owner_Number=plural Owner_Person=third | 1 |  |
Np-sh---p3s | Noun Type=proper Number=singular Case=delative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Np-sh---p3p | Noun Type=proper Number=singular Case=delative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Np-sq | Noun Type=proper Number=singular Case=sociative | 1 |  |
Np-sq-----s | Noun Type=proper Number=singular Case=sociative Owned_Number=singular | 1 |  |
Np-sq-----p | Noun Type=proper Number=singular Case=sociative Owned_Number=plural | 1 |  |
Np-sq---s1 | Noun Type=proper Number=singular Case=sociative Owner_Number=singular Owner_Person=first | 1 |  |
Np-sq---s1s | Noun Type=proper Number=singular Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Np-sq---s1p | Noun Type=proper Number=singular Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Np-sq---s2 | Noun Type=proper Number=singular Case=sociative Owner_Number=singular Owner_Person=second | 1 |  |
Np-sq---s2s | Noun Type=proper Number=singular Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Np-sq---s2p | Noun Type=proper Number=singular Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Np-sq---s3 | Noun Type=proper Number=singular Case=sociative Owner_Number=singular Owner_Person=third | 1 |  |
Np-sq---s3s | Noun Type=proper Number=singular Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Np-sq---s3p | Noun Type=proper Number=singular Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Np-sq---p1 | Noun Type=proper Number=singular Case=sociative Owner_Number=plural Owner_Person=first | 1 |  |
Np-sq---p1s | Noun Type=proper Number=singular Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Np-sq---p1p | Noun Type=proper Number=singular Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Np-sq---p2 | Noun Type=proper Number=singular Case=sociative Owner_Number=plural Owner_Person=second | 1 |  |
Np-sq---p2s | Noun Type=proper Number=singular Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Np-sq---p2p | Noun Type=proper Number=singular Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Np-sq---p3 | Noun Type=proper Number=singular Case=sociative Owner_Number=plural Owner_Person=third | 1 |  |
Np-sq---p3s | Noun Type=proper Number=singular Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Np-sq---p3p | Noun Type=proper Number=singular Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Np-sy | Noun Type=proper Number=singular Case=factive | 1 | Kissé/Kiss |
Np-sy-----s | Noun Type=proper Number=singular Case=factive Owned_Number=singular | 1 |  |
Np-sy-----p | Noun Type=proper Number=singular Case=factive Owned_Number=plural | 1 |  |
Np-sy---s1 | Noun Type=proper Number=singular Case=factive Owner_Number=singular Owner_Person=first | 1 |  |
Np-sy---s1s | Noun Type=proper Number=singular Case=factive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Np-sy---s1p | Noun Type=proper Number=singular Case=factive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Np-sy---s2 | Noun Type=proper Number=singular Case=factive Owner_Number=singular Owner_Person=second | 1 |  |
Np-sy---s2s | Noun Type=proper Number=singular Case=factive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Np-sy---s2p | Noun Type=proper Number=singular Case=factive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Np-sy---s3 | Noun Type=proper Number=singular Case=factive Owner_Number=singular Owner_Person=third | 1 |  |
Np-sy---s3s | Noun Type=proper Number=singular Case=factive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Np-sy---s3p | Noun Type=proper Number=singular Case=factive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Np-sy---p1 | Noun Type=proper Number=singular Case=factive Owner_Number=plural Owner_Person=first | 1 |  |
Np-sy---p1s | Noun Type=proper Number=singular Case=factive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Np-sy---p1p | Noun Type=proper Number=singular Case=factive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Np-sy---p2 | Noun Type=proper Number=singular Case=factive Owner_Number=plural Owner_Person=second | 1 |  |
Np-sy---p2s | Noun Type=proper Number=singular Case=factive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Np-sy---p2p | Noun Type=proper Number=singular Case=factive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Np-sy---p3 | Noun Type=proper Number=singular Case=factive Owner_Number=plural Owner_Person=third | 1 |  |
Np-sy---p3s | Noun Type=proper Number=singular Case=factive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Np-sy---p3p | Noun Type=proper Number=singular Case=factive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Np-sp | Noun Type=proper Number=singular Case=superessive | 42 | Zalaegerszegen/Zalaegerszeg, Tisza-tavon/Tisza-tó, Tiszán/Tisza, Tatabányán/Tatabánya, Szombathelyen/Szombathely |
Np-sp-----s | Noun Type=proper Number=singular Case=superessive Owned_Number=singular | 1 |  |
Np-sp-----p | Noun Type=proper Number=singular Case=superessive Owned_Number=plural | 1 |  |
Np-sp---s1 | Noun Type=proper Number=singular Case=superessive Owner_Number=singular Owner_Person=first | 1 |  |
Np-sp---s1s | Noun Type=proper Number=singular Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Np-sp---s1p | Noun Type=proper Number=singular Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Np-sp---s2 | Noun Type=proper Number=singular Case=superessive Owner_Number=singular Owner_Person=second | 1 |  |
Np-sp---s2s | Noun Type=proper Number=singular Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Np-sp---s2p | Noun Type=proper Number=singular Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Np-sp---s3 | Noun Type=proper Number=singular Case=superessive Owner_Number=singular Owner_Person=third | 1 |  |
Np-sp---s3s | Noun Type=proper Number=singular Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Np-sp---s3p | Noun Type=proper Number=singular Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Np-sp---p1 | Noun Type=proper Number=singular Case=superessive Owner_Number=plural Owner_Person=first | 1 |  |
Np-sp---p1s | Noun Type=proper Number=singular Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Np-sp---p1p | Noun Type=proper Number=singular Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Np-sp---p2 | Noun Type=proper Number=singular Case=superessive Owner_Number=plural Owner_Person=second | 1 |  |
Np-sp---p2s | Noun Type=proper Number=singular Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Np-sp---p2p | Noun Type=proper Number=singular Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Np-sp---p3 | Noun Type=proper Number=singular Case=superessive Owner_Number=plural Owner_Person=third | 1 |  |
Np-sp---p3s | Noun Type=proper Number=singular Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Np-sp---p3p | Noun Type=proper Number=singular Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Np-su | Noun Type=proper Number=singular Case=distributive | 1 |  |
Np-su-----s | Noun Type=proper Number=singular Case=distributive Owned_Number=singular | 1 |  |
Np-su-----p | Noun Type=proper Number=singular Case=distributive Owned_Number=plural | 1 |  |
Np-su---s1 | Noun Type=proper Number=singular Case=distributive Owner_Number=singular Owner_Person=first | 1 |  |
Np-su---s1s | Noun Type=proper Number=singular Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Np-su---s1p | Noun Type=proper Number=singular Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Np-su---s2 | Noun Type=proper Number=singular Case=distributive Owner_Number=singular Owner_Person=second | 1 |  |
Np-su---s2s | Noun Type=proper Number=singular Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Np-su---s2p | Noun Type=proper Number=singular Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Np-su---s3 | Noun Type=proper Number=singular Case=distributive Owner_Number=singular Owner_Person=third | 1 |  |
Np-su---s3s | Noun Type=proper Number=singular Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Np-su---s3p | Noun Type=proper Number=singular Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Np-su---p1 | Noun Type=proper Number=singular Case=distributive Owner_Number=plural Owner_Person=first | 1 |  |
Np-su---p1s | Noun Type=proper Number=singular Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Np-su---p1p | Noun Type=proper Number=singular Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Np-su---p2 | Noun Type=proper Number=singular Case=distributive Owner_Number=plural Owner_Person=second | 1 |  |
Np-su---p2s | Noun Type=proper Number=singular Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Np-su---p2p | Noun Type=proper Number=singular Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Np-su---p3 | Noun Type=proper Number=singular Case=distributive Owner_Number=plural Owner_Person=third | 1 |  |
Np-su---p3s | Noun Type=proper Number=singular Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Np-su---p3p | Noun Type=proper Number=singular Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Np-sf | Noun Type=proper Number=singular Case=essive-formal | 1 |  |
Np-sf-----s | Noun Type=proper Number=singular Case=essive-formal Owned_Number=singular | 1 |  |
Np-sf-----p | Noun Type=proper Number=singular Case=essive-formal Owned_Number=plural | 1 |  |
Np-sf---s1 | Noun Type=proper Number=singular Case=essive-formal Owner_Number=singular Owner_Person=first | 1 |  |
Np-sf---s1s | Noun Type=proper Number=singular Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Np-sf---s1p | Noun Type=proper Number=singular Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Np-sf---s2 | Noun Type=proper Number=singular Case=essive-formal Owner_Number=singular Owner_Person=second | 1 |  |
Np-sf---s2s | Noun Type=proper Number=singular Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Np-sf---s2p | Noun Type=proper Number=singular Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Np-sf---s3 | Noun Type=proper Number=singular Case=essive-formal Owner_Number=singular Owner_Person=third | 1 |  |
Np-sf---s3s | Noun Type=proper Number=singular Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Np-sf---s3p | Noun Type=proper Number=singular Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Np-sf---p1 | Noun Type=proper Number=singular Case=essive-formal Owner_Number=plural Owner_Person=first | 1 |  |
Np-sf---p1s | Noun Type=proper Number=singular Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Np-sf---p1p | Noun Type=proper Number=singular Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Np-sf---p2 | Noun Type=proper Number=singular Case=essive-formal Owner_Number=plural Owner_Person=second | 1 |  |
Np-sf---p2s | Noun Type=proper Number=singular Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Np-sf---p2p | Noun Type=proper Number=singular Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Np-sf---p3 | Noun Type=proper Number=singular Case=essive-formal Owner_Number=plural Owner_Person=third | 1 |  |
Np-sf---p3s | Noun Type=proper Number=singular Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Np-sf---p3p | Noun Type=proper Number=singular Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Np-pn | Noun Type=proper Number=plural Case=nominative | 3 | Zoltánok/Zoltán, Suzuki-eladások/Suzuki-eladás, Csabák/Csaba |
Np-pn-----s | Noun Type=proper Number=plural Case=nominative Owned_Number=singular | 1 |  |
Np-pn-----p | Noun Type=proper Number=plural Case=nominative Owned_Number=plural | 1 |  |
Np-pn---s1 | Noun Type=proper Number=plural Case=nominative Owner_Number=singular Owner_Person=first | 1 |  |
Np-pn---s1s | Noun Type=proper Number=plural Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Np-pn---s1p | Noun Type=proper Number=plural Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Np-pn---s2 | Noun Type=proper Number=plural Case=nominative Owner_Number=singular Owner_Person=second | 1 |  |
Np-pn---s2s | Noun Type=proper Number=plural Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Np-pn---s2p | Noun Type=proper Number=plural Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Np-pn---s3 | Noun Type=proper Number=plural Case=nominative Owner_Number=singular Owner_Person=third | 5 | Torontói/Toronto, Tihanyi/Tihany, Ontariói/Ontario, Mozart-szerelmesei/Mozart-szerelmes, Cannes-i/Cannes |
Np-pn---s3s | Noun Type=proper Number=plural Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Np-pn---s3p | Noun Type=proper Number=plural Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Np-pn---p1 | Noun Type=proper Number=plural Case=nominative Owner_Number=plural Owner_Person=first | 1 |  |
Np-pn---p1s | Noun Type=proper Number=plural Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Np-pn---p1p | Noun Type=proper Number=plural Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Np-pn---p2 | Noun Type=proper Number=plural Case=nominative Owner_Number=plural Owner_Person=second | 1 |  |
Np-pn---p2s | Noun Type=proper Number=plural Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Np-pn---p2p | Noun Type=proper Number=plural Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Np-pn---p3 | Noun Type=proper Number=plural Case=nominative Owner_Number=plural Owner_Person=third | 1 |  |
Np-pn---p3s | Noun Type=proper Number=plural Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Np-pn---p3p | Noun Type=proper Number=plural Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Np-pg | Noun Type=proper Number=plural Case=genitive | 1 |  |
Np-pg-----s | Noun Type=proper Number=plural Case=genitive Owned_Number=singular | 1 |  |
Np-pg-----p | Noun Type=proper Number=plural Case=genitive Owned_Number=plural | 1 |  |
Np-pg---s1 | Noun Type=proper Number=plural Case=genitive Owner_Number=singular Owner_Person=first | 1 |  |
Np-pg---s1s | Noun Type=proper Number=plural Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Np-pg---s1p | Noun Type=proper Number=plural Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Np-pg---s2 | Noun Type=proper Number=plural Case=genitive Owner_Number=singular Owner_Person=second | 1 |  |
Np-pg---s2s | Noun Type=proper Number=plural Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Np-pg---s2p | Noun Type=proper Number=plural Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Np-pg---s3 | Noun Type=proper Number=plural Case=genitive Owner_Number=singular Owner_Person=third | 1 |  |
Np-pg---s3s | Noun Type=proper Number=plural Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Np-pg---s3p | Noun Type=proper Number=plural Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Np-pg---p1 | Noun Type=proper Number=plural Case=genitive Owner_Number=plural Owner_Person=first | 1 |  |
Np-pg---p1s | Noun Type=proper Number=plural Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Np-pg---p1p | Noun Type=proper Number=plural Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Np-pg---p2 | Noun Type=proper Number=plural Case=genitive Owner_Number=plural Owner_Person=second | 1 |  |
Np-pg---p2s | Noun Type=proper Number=plural Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Np-pg---p2p | Noun Type=proper Number=plural Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Np-pg---p3 | Noun Type=proper Number=plural Case=genitive Owner_Number=plural Owner_Person=third | 1 |  |
Np-pg---p3s | Noun Type=proper Number=plural Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Np-pg---p3p | Noun Type=proper Number=plural Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Np-pd | Noun Type=proper Number=plural Case=dative | 1 |  |
Np-pd-----s | Noun Type=proper Number=plural Case=dative Owned_Number=singular | 1 |  |
Np-pd-----p | Noun Type=proper Number=plural Case=dative Owned_Number=plural | 1 |  |
Np-pd---s1 | Noun Type=proper Number=plural Case=dative Owner_Number=singular Owner_Person=first | 1 |  |
Np-pd---s1s | Noun Type=proper Number=plural Case=dative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Np-pd---s1p | Noun Type=proper Number=plural Case=dative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Np-pd---s2 | Noun Type=proper Number=plural Case=dative Owner_Number=singular Owner_Person=second | 1 |  |
Np-pd---s2s | Noun Type=proper Number=plural Case=dative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Np-pd---s2p | Noun Type=proper Number=plural Case=dative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Np-pd---s3 | Noun Type=proper Number=plural Case=dative Owner_Number=singular Owner_Person=third | 1 |  |
Np-pd---s3s | Noun Type=proper Number=plural Case=dative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Np-pd---s3p | Noun Type=proper Number=plural Case=dative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Np-pd---p1 | Noun Type=proper Number=plural Case=dative Owner_Number=plural Owner_Person=first | 1 |  |
Np-pd---p1s | Noun Type=proper Number=plural Case=dative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Np-pd---p1p | Noun Type=proper Number=plural Case=dative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Np-pd---p2 | Noun Type=proper Number=plural Case=dative Owner_Number=plural Owner_Person=second | 1 |  |
Np-pd---p2s | Noun Type=proper Number=plural Case=dative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Np-pd---p2p | Noun Type=proper Number=plural Case=dative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Np-pd---p3 | Noun Type=proper Number=plural Case=dative Owner_Number=plural Owner_Person=third | 1 |  |
Np-pd---p3s | Noun Type=proper Number=plural Case=dative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Np-pd---p3p | Noun Type=proper Number=plural Case=dative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Np-pa | Noun Type=proper Number=plural Case=accusative | 1 | Kossuth-díjakat/Kossuth-díj |
Np-pa-----s | Noun Type=proper Number=plural Case=accusative Owned_Number=singular | 1 | Gyöngyikét/Gyöngyi |
Np-pa-----p | Noun Type=proper Number=plural Case=accusative Owned_Number=plural | 1 |  |
Np-pa---s1 | Noun Type=proper Number=plural Case=accusative Owner_Number=singular Owner_Person=first | 1 |  |
Np-pa---s1s | Noun Type=proper Number=plural Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Np-pa---s1p | Noun Type=proper Number=plural Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Np-pa---s2 | Noun Type=proper Number=plural Case=accusative Owner_Number=singular Owner_Person=second | 1 |  |
Np-pa---s2s | Noun Type=proper Number=plural Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Np-pa---s2p | Noun Type=proper Number=plural Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Np-pa---s3 | Noun Type=proper Number=plural Case=accusative Owner_Number=singular Owner_Person=third | 1 |  |
Np-pa---s3s | Noun Type=proper Number=plural Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Np-pa---s3p | Noun Type=proper Number=plural Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Np-pa---p1 | Noun Type=proper Number=plural Case=accusative Owner_Number=plural Owner_Person=first | 1 |  |
Np-pa---p1s | Noun Type=proper Number=plural Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Np-pa---p1p | Noun Type=proper Number=plural Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Np-pa---p2 | Noun Type=proper Number=plural Case=accusative Owner_Number=plural Owner_Person=second | 1 |  |
Np-pa---p2s | Noun Type=proper Number=plural Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Np-pa---p2p | Noun Type=proper Number=plural Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Np-pa---p3 | Noun Type=proper Number=plural Case=accusative Owner_Number=plural Owner_Person=third | 1 | Kossuth-díjaikat/Kossuth-díj |
Np-pa---p3s | Noun Type=proper Number=plural Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Np-pa---p3p | Noun Type=proper Number=plural Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Np-pi | Noun Type=proper Number=plural Case=instrumental | 1 |  |
Np-pi-----s | Noun Type=proper Number=plural Case=instrumental Owned_Number=singular | 1 |  |
Np-pi-----p | Noun Type=proper Number=plural Case=instrumental Owned_Number=plural | 1 |  |
Np-pi---s1 | Noun Type=proper Number=plural Case=instrumental Owner_Number=singular Owner_Person=first | 1 |  |
Np-pi---s1s | Noun Type=proper Number=plural Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Np-pi---s1p | Noun Type=proper Number=plural Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Np-pi---s2 | Noun Type=proper Number=plural Case=instrumental Owner_Number=singular Owner_Person=second | 1 |  |
Np-pi---s2s | Noun Type=proper Number=plural Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Np-pi---s2p | Noun Type=proper Number=plural Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Np-pi---s3 | Noun Type=proper Number=plural Case=instrumental Owner_Number=singular Owner_Person=third | 1 | Wagner-rendezéseivel/Wagner-rendezés |
Np-pi---s3s | Noun Type=proper Number=plural Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Np-pi---s3p | Noun Type=proper Number=plural Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Np-pi---p1 | Noun Type=proper Number=plural Case=instrumental Owner_Number=plural Owner_Person=first | 1 |  |
Np-pi---p1s | Noun Type=proper Number=plural Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Np-pi---p1p | Noun Type=proper Number=plural Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Np-pi---p2 | Noun Type=proper Number=plural Case=instrumental Owner_Number=plural Owner_Person=second | 1 |  |
Np-pi---p2s | Noun Type=proper Number=plural Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Np-pi---p2p | Noun Type=proper Number=plural Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Np-pi---p3 | Noun Type=proper Number=plural Case=instrumental Owner_Number=plural Owner_Person=third | 1 |  |
Np-pi---p3s | Noun Type=proper Number=plural Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Np-pi---p3p | Noun Type=proper Number=plural Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Np-px | Noun Type=proper Number=plural Case=illative | 1 |  |
Np-px-----s | Noun Type=proper Number=plural Case=illative Owned_Number=singular | 1 |  |
Np-px-----p | Noun Type=proper Number=plural Case=illative Owned_Number=plural | 1 |  |
Np-px---s1 | Noun Type=proper Number=plural Case=illative Owner_Number=singular Owner_Person=first | 1 |  |
Np-px---s1s | Noun Type=proper Number=plural Case=illative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Np-px---s1p | Noun Type=proper Number=plural Case=illative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Np-px---s2 | Noun Type=proper Number=plural Case=illative Owner_Number=singular Owner_Person=second | 1 |  |
Np-px---s2s | Noun Type=proper Number=plural Case=illative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Np-px---s2p | Noun Type=proper Number=plural Case=illative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Np-px---s3 | Noun Type=proper Number=plural Case=illative Owner_Number=singular Owner_Person=third | 1 |  |
Np-px---s3s | Noun Type=proper Number=plural Case=illative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Np-px---s3p | Noun Type=proper Number=plural Case=illative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Np-px---p1 | Noun Type=proper Number=plural Case=illative Owner_Number=plural Owner_Person=first | 1 |  |
Np-px---p1s | Noun Type=proper Number=plural Case=illative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Np-px---p1p | Noun Type=proper Number=plural Case=illative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Np-px---p2 | Noun Type=proper Number=plural Case=illative Owner_Number=plural Owner_Person=second | 1 |  |
Np-px---p2s | Noun Type=proper Number=plural Case=illative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Np-px---p2p | Noun Type=proper Number=plural Case=illative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Np-px---p3 | Noun Type=proper Number=plural Case=illative Owner_Number=plural Owner_Person=third | 1 |  |
Np-px---p3s | Noun Type=proper Number=plural Case=illative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Np-px---p3p | Noun Type=proper Number=plural Case=illative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Np-p2 | Noun Type=proper Number=plural Case=inessive | 1 |  |
Np-p2-----s | Noun Type=proper Number=plural Case=inessive Owned_Number=singular | 1 |  |
Np-p2-----p | Noun Type=proper Number=plural Case=inessive Owned_Number=plural | 1 |  |
Np-p2---s1 | Noun Type=proper Number=plural Case=inessive Owner_Number=singular Owner_Person=first | 1 |  |
Np-p2---s1s | Noun Type=proper Number=plural Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Np-p2---s1p | Noun Type=proper Number=plural Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Np-p2---s2 | Noun Type=proper Number=plural Case=inessive Owner_Number=singular Owner_Person=second | 1 |  |
Np-p2---s2s | Noun Type=proper Number=plural Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Np-p2---s2p | Noun Type=proper Number=plural Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Np-p2---s3 | Noun Type=proper Number=plural Case=inessive Owner_Number=singular Owner_Person=third | 1 |  |
Np-p2---s3s | Noun Type=proper Number=plural Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Np-p2---s3p | Noun Type=proper Number=plural Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Np-p2---p1 | Noun Type=proper Number=plural Case=inessive Owner_Number=plural Owner_Person=first | 1 |  |
Np-p2---p1s | Noun Type=proper Number=plural Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Np-p2---p1p | Noun Type=proper Number=plural Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Np-p2---p2 | Noun Type=proper Number=plural Case=inessive Owner_Number=plural Owner_Person=second | 1 |  |
Np-p2---p2s | Noun Type=proper Number=plural Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Np-p2---p2p | Noun Type=proper Number=plural Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Np-p2---p3 | Noun Type=proper Number=plural Case=inessive Owner_Number=plural Owner_Person=third | 1 |  |
Np-p2---p3s | Noun Type=proper Number=plural Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Np-p2---p3p | Noun Type=proper Number=plural Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Np-pe | Noun Type=proper Number=plural Case=elative | 1 | K-országokból/K-ország |
Np-pe-----s | Noun Type=proper Number=plural Case=elative Owned_Number=singular | 1 |  |
Np-pe-----p | Noun Type=proper Number=plural Case=elative Owned_Number=plural | 1 |  |
Np-pe---s1 | Noun Type=proper Number=plural Case=elative Owner_Number=singular Owner_Person=first | 1 |  |
Np-pe---s1s | Noun Type=proper Number=plural Case=elative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Np-pe---s1p | Noun Type=proper Number=plural Case=elative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Np-pe---s2 | Noun Type=proper Number=plural Case=elative Owner_Number=singular Owner_Person=second | 1 |  |
Np-pe---s2s | Noun Type=proper Number=plural Case=elative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Np-pe---s2p | Noun Type=proper Number=plural Case=elative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Np-pe---s3 | Noun Type=proper Number=plural Case=elative Owner_Number=singular Owner_Person=third | 1 |  |
Np-pe---s3s | Noun Type=proper Number=plural Case=elative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Np-pe---s3p | Noun Type=proper Number=plural Case=elative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Np-pe---p1 | Noun Type=proper Number=plural Case=elative Owner_Number=plural Owner_Person=first | 1 |  |
Np-pe---p1s | Noun Type=proper Number=plural Case=elative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Np-pe---p1p | Noun Type=proper Number=plural Case=elative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Np-pe---p2 | Noun Type=proper Number=plural Case=elative Owner_Number=plural Owner_Person=second | 1 |  |
Np-pe---p2s | Noun Type=proper Number=plural Case=elative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Np-pe---p2p | Noun Type=proper Number=plural Case=elative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Np-pe---p3 | Noun Type=proper Number=plural Case=elative Owner_Number=plural Owner_Person=third | 1 |  |
Np-pe---p3s | Noun Type=proper Number=plural Case=elative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Np-pe---p3p | Noun Type=proper Number=plural Case=elative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Np-pt | Noun Type=proper Number=plural Case=allative | 1 |  |
Np-pt-----s | Noun Type=proper Number=plural Case=allative Owned_Number=singular | 1 |  |
Np-pt-----p | Noun Type=proper Number=plural Case=allative Owned_Number=plural | 1 |  |
Np-pt---s1 | Noun Type=proper Number=plural Case=allative Owner_Number=singular Owner_Person=first | 1 |  |
Np-pt---s1s | Noun Type=proper Number=plural Case=allative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Np-pt---s1p | Noun Type=proper Number=plural Case=allative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Np-pt---s2 | Noun Type=proper Number=plural Case=allative Owner_Number=singular Owner_Person=second | 1 |  |
Np-pt---s2s | Noun Type=proper Number=plural Case=allative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Np-pt---s2p | Noun Type=proper Number=plural Case=allative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Np-pt---s3 | Noun Type=proper Number=plural Case=allative Owner_Number=singular Owner_Person=third | 1 |  |
Np-pt---s3s | Noun Type=proper Number=plural Case=allative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Np-pt---s3p | Noun Type=proper Number=plural Case=allative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Np-pt---p1 | Noun Type=proper Number=plural Case=allative Owner_Number=plural Owner_Person=first | 1 |  |
Np-pt---p1s | Noun Type=proper Number=plural Case=allative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Np-pt---p1p | Noun Type=proper Number=plural Case=allative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Np-pt---p2 | Noun Type=proper Number=plural Case=allative Owner_Number=plural Owner_Person=second | 1 |  |
Np-pt---p2s | Noun Type=proper Number=plural Case=allative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Np-pt---p2p | Noun Type=proper Number=plural Case=allative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Np-pt---p3 | Noun Type=proper Number=plural Case=allative Owner_Number=plural Owner_Person=third | 1 |  |
Np-pt---p3s | Noun Type=proper Number=plural Case=allative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Np-pt---p3p | Noun Type=proper Number=plural Case=allative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Np-p3 | Noun Type=proper Number=plural Case=adessive | 1 |  |
Np-p3-----s | Noun Type=proper Number=plural Case=adessive Owned_Number=singular | 1 |  |
Np-p3-----p | Noun Type=proper Number=plural Case=adessive Owned_Number=plural | 1 |  |
Np-p3---s1 | Noun Type=proper Number=plural Case=adessive Owner_Number=singular Owner_Person=first | 1 |  |
Np-p3---s1s | Noun Type=proper Number=plural Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Np-p3---s1p | Noun Type=proper Number=plural Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Np-p3---s2 | Noun Type=proper Number=plural Case=adessive Owner_Number=singular Owner_Person=second | 1 |  |
Np-p3---s2s | Noun Type=proper Number=plural Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Np-p3---s2p | Noun Type=proper Number=plural Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Np-p3---s3 | Noun Type=proper Number=plural Case=adessive Owner_Number=singular Owner_Person=third | 1 |  |
Np-p3---s3s | Noun Type=proper Number=plural Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Np-p3---s3p | Noun Type=proper Number=plural Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Np-p3---p1 | Noun Type=proper Number=plural Case=adessive Owner_Number=plural Owner_Person=first | 1 |  |
Np-p3---p1s | Noun Type=proper Number=plural Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Np-p3---p1p | Noun Type=proper Number=plural Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Np-p3---p2 | Noun Type=proper Number=plural Case=adessive Owner_Number=plural Owner_Person=second | 1 |  |
Np-p3---p2s | Noun Type=proper Number=plural Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Np-p3---p2p | Noun Type=proper Number=plural Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Np-p3---p3 | Noun Type=proper Number=plural Case=adessive Owner_Number=plural Owner_Person=third | 1 |  |
Np-p3---p3s | Noun Type=proper Number=plural Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Np-p3---p3p | Noun Type=proper Number=plural Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Np-pb | Noun Type=proper Number=plural Case=ablative | 1 |  |
Np-pb-----s | Noun Type=proper Number=plural Case=ablative Owned_Number=singular | 1 |  |
Np-pb-----p | Noun Type=proper Number=plural Case=ablative Owned_Number=plural | 1 |  |
Np-pb---s1 | Noun Type=proper Number=plural Case=ablative Owner_Number=singular Owner_Person=first | 1 |  |
Np-pb---s1s | Noun Type=proper Number=plural Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Np-pb---s1p | Noun Type=proper Number=plural Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Np-pb---s2 | Noun Type=proper Number=plural Case=ablative Owner_Number=singular Owner_Person=second | 1 |  |
Np-pb---s2s | Noun Type=proper Number=plural Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Np-pb---s2p | Noun Type=proper Number=plural Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Np-pb---s3 | Noun Type=proper Number=plural Case=ablative Owner_Number=singular Owner_Person=third | 1 |  |
Np-pb---s3s | Noun Type=proper Number=plural Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Np-pb---s3p | Noun Type=proper Number=plural Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Np-pb---p1 | Noun Type=proper Number=plural Case=ablative Owner_Number=plural Owner_Person=first | 1 |  |
Np-pb---p1s | Noun Type=proper Number=plural Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Np-pb---p1p | Noun Type=proper Number=plural Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Np-pb---p2 | Noun Type=proper Number=plural Case=ablative Owner_Number=plural Owner_Person=second | 1 |  |
Np-pb---p2s | Noun Type=proper Number=plural Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Np-pb---p2p | Noun Type=proper Number=plural Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Np-pb---p3 | Noun Type=proper Number=plural Case=ablative Owner_Number=plural Owner_Person=third | 1 |  |
Np-pb---p3s | Noun Type=proper Number=plural Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Np-pb---p3p | Noun Type=proper Number=plural Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Np-p9 | Noun Type=proper Number=plural Case=terminative | 1 | Kennedy-testvérekig/Kennedy-testvér |
Np-p9-----s | Noun Type=proper Number=plural Case=terminative Owned_Number=singular | 1 |  |
Np-p9-----p | Noun Type=proper Number=plural Case=terminative Owned_Number=plural | 1 |  |
Np-p9---s1 | Noun Type=proper Number=plural Case=terminative Owner_Number=singular Owner_Person=first | 1 |  |
Np-p9---s1s | Noun Type=proper Number=plural Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Np-p9---s1p | Noun Type=proper Number=plural Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Np-p9---s2 | Noun Type=proper Number=plural Case=terminative Owner_Number=singular Owner_Person=second | 1 |  |
Np-p9---s2s | Noun Type=proper Number=plural Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Np-p9---s2p | Noun Type=proper Number=plural Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Np-p9---s3 | Noun Type=proper Number=plural Case=terminative Owner_Number=singular Owner_Person=third | 1 |  |
Np-p9---s3s | Noun Type=proper Number=plural Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Np-p9---s3p | Noun Type=proper Number=plural Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Np-p9---p1 | Noun Type=proper Number=plural Case=terminative Owner_Number=plural Owner_Person=first | 1 |  |
Np-p9---p1s | Noun Type=proper Number=plural Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Np-p9---p1p | Noun Type=proper Number=plural Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Np-p9---p2 | Noun Type=proper Number=plural Case=terminative Owner_Number=plural Owner_Person=second | 1 |  |
Np-p9---p2s | Noun Type=proper Number=plural Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Np-p9---p2p | Noun Type=proper Number=plural Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Np-p9---p3 | Noun Type=proper Number=plural Case=terminative Owner_Number=plural Owner_Person=third | 1 |  |
Np-p9---p3s | Noun Type=proper Number=plural Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Np-p9---p3p | Noun Type=proper Number=plural Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Np-pw | Noun Type=proper Number=plural Case=essive | 1 |  |
Np-pw-----s | Noun Type=proper Number=plural Case=essive Owned_Number=singular | 1 |  |
Np-pw-----p | Noun Type=proper Number=plural Case=essive Owned_Number=plural | 1 |  |
Np-pw---s1 | Noun Type=proper Number=plural Case=essive Owner_Number=singular Owner_Person=first | 1 |  |
Np-pw---s1s | Noun Type=proper Number=plural Case=essive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Np-pw---s1p | Noun Type=proper Number=plural Case=essive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Np-pw---s2 | Noun Type=proper Number=plural Case=essive Owner_Number=singular Owner_Person=second | 1 |  |
Np-pw---s2s | Noun Type=proper Number=plural Case=essive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Np-pw---s2p | Noun Type=proper Number=plural Case=essive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Np-pw---s3 | Noun Type=proper Number=plural Case=essive Owner_Number=singular Owner_Person=third | 1 |  |
Np-pw---s3s | Noun Type=proper Number=plural Case=essive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Np-pw---s3p | Noun Type=proper Number=plural Case=essive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Np-pw---p1 | Noun Type=proper Number=plural Case=essive Owner_Number=plural Owner_Person=first | 1 |  |
Np-pw---p1s | Noun Type=proper Number=plural Case=essive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Np-pw---p1p | Noun Type=proper Number=plural Case=essive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Np-pw---p2 | Noun Type=proper Number=plural Case=essive Owner_Number=plural Owner_Person=second | 1 |  |
Np-pw---p2s | Noun Type=proper Number=plural Case=essive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Np-pw---p2p | Noun Type=proper Number=plural Case=essive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Np-pw---p3 | Noun Type=proper Number=plural Case=essive Owner_Number=plural Owner_Person=third | 1 |  |
Np-pw---p3s | Noun Type=proper Number=plural Case=essive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Np-pw---p3p | Noun Type=proper Number=plural Case=essive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Np-pm | Noun Type=proper Number=plural Case=temporalis | 1 |  |
Np-pm-----s | Noun Type=proper Number=plural Case=temporalis Owned_Number=singular | 1 |  |
Np-pm-----p | Noun Type=proper Number=plural Case=temporalis Owned_Number=plural | 1 |  |
Np-pm---s1 | Noun Type=proper Number=plural Case=temporalis Owner_Number=singular Owner_Person=first | 1 |  |
Np-pm---s1s | Noun Type=proper Number=plural Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Np-pm---s1p | Noun Type=proper Number=plural Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Np-pm---s2 | Noun Type=proper Number=plural Case=temporalis Owner_Number=singular Owner_Person=second | 1 |  |
Np-pm---s2s | Noun Type=proper Number=plural Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Np-pm---s2p | Noun Type=proper Number=plural Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Np-pm---s3 | Noun Type=proper Number=plural Case=temporalis Owner_Number=singular Owner_Person=third | 1 |  |
Np-pm---s3s | Noun Type=proper Number=plural Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Np-pm---s3p | Noun Type=proper Number=plural Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Np-pm---p1 | Noun Type=proper Number=plural Case=temporalis Owner_Number=plural Owner_Person=first | 1 |  |
Np-pm---p1s | Noun Type=proper Number=plural Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Np-pm---p1p | Noun Type=proper Number=plural Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Np-pm---p2 | Noun Type=proper Number=plural Case=temporalis Owner_Number=plural Owner_Person=second | 1 |  |
Np-pm---p2s | Noun Type=proper Number=plural Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Np-pm---p2p | Noun Type=proper Number=plural Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Np-pm---p3 | Noun Type=proper Number=plural Case=temporalis Owner_Number=plural Owner_Person=third | 1 |  |
Np-pm---p3s | Noun Type=proper Number=plural Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Np-pm---p3p | Noun Type=proper Number=plural Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Np-pc | Noun Type=proper Number=plural Case=causalis | 1 |  |
Np-pc-----s | Noun Type=proper Number=plural Case=causalis Owned_Number=singular | 1 |  |
Np-pc-----p | Noun Type=proper Number=plural Case=causalis Owned_Number=plural | 1 |  |
Np-pc---s1 | Noun Type=proper Number=plural Case=causalis Owner_Number=singular Owner_Person=first | 1 |  |
Np-pc---s1s | Noun Type=proper Number=plural Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Np-pc---s1p | Noun Type=proper Number=plural Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Np-pc---s2 | Noun Type=proper Number=plural Case=causalis Owner_Number=singular Owner_Person=second | 1 |  |
Np-pc---s2s | Noun Type=proper Number=plural Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Np-pc---s2p | Noun Type=proper Number=plural Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Np-pc---s3 | Noun Type=proper Number=plural Case=causalis Owner_Number=singular Owner_Person=third | 1 |  |
Np-pc---s3s | Noun Type=proper Number=plural Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Np-pc---s3p | Noun Type=proper Number=plural Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Np-pc---p1 | Noun Type=proper Number=plural Case=causalis Owner_Number=plural Owner_Person=first | 1 |  |
Np-pc---p1s | Noun Type=proper Number=plural Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Np-pc---p1p | Noun Type=proper Number=plural Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Np-pc---p2 | Noun Type=proper Number=plural Case=causalis Owner_Number=plural Owner_Person=second | 1 |  |
Np-pc---p2s | Noun Type=proper Number=plural Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Np-pc---p2p | Noun Type=proper Number=plural Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Np-pc---p3 | Noun Type=proper Number=plural Case=causalis Owner_Number=plural Owner_Person=third | 1 |  |
Np-pc---p3s | Noun Type=proper Number=plural Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Np-pc---p3p | Noun Type=proper Number=plural Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Np-ps | Noun Type=proper Number=plural Case=sublative | 1 |  |
Np-ps-----s | Noun Type=proper Number=plural Case=sublative Owned_Number=singular | 1 |  |
Np-ps-----p | Noun Type=proper Number=plural Case=sublative Owned_Number=plural | 1 |  |
Np-ps---s1 | Noun Type=proper Number=plural Case=sublative Owner_Number=singular Owner_Person=first | 1 |  |
Np-ps---s1s | Noun Type=proper Number=plural Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Np-ps---s1p | Noun Type=proper Number=plural Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Np-ps---s2 | Noun Type=proper Number=plural Case=sublative Owner_Number=singular Owner_Person=second | 1 |  |
Np-ps---s2s | Noun Type=proper Number=plural Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Np-ps---s2p | Noun Type=proper Number=plural Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Np-ps---s3 | Noun Type=proper Number=plural Case=sublative Owner_Number=singular Owner_Person=third | 1 |  |
Np-ps---s3s | Noun Type=proper Number=plural Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Np-ps---s3p | Noun Type=proper Number=plural Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Np-ps---p1 | Noun Type=proper Number=plural Case=sublative Owner_Number=plural Owner_Person=first | 1 |  |
Np-ps---p1s | Noun Type=proper Number=plural Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Np-ps---p1p | Noun Type=proper Number=plural Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Np-ps---p2 | Noun Type=proper Number=plural Case=sublative Owner_Number=plural Owner_Person=second | 1 |  |
Np-ps---p2s | Noun Type=proper Number=plural Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Np-ps---p2p | Noun Type=proper Number=plural Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Np-ps---p3 | Noun Type=proper Number=plural Case=sublative Owner_Number=plural Owner_Person=third | 1 |  |
Np-ps---p3s | Noun Type=proper Number=plural Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Np-ps---p3p | Noun Type=proper Number=plural Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Np-ph | Noun Type=proper Number=plural Case=delative | 1 |  |
Np-ph-----s | Noun Type=proper Number=plural Case=delative Owned_Number=singular | 1 |  |
Np-ph-----p | Noun Type=proper Number=plural Case=delative Owned_Number=plural | 1 |  |
Np-ph---s1 | Noun Type=proper Number=plural Case=delative Owner_Number=singular Owner_Person=first | 1 |  |
Np-ph---s1s | Noun Type=proper Number=plural Case=delative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Np-ph---s1p | Noun Type=proper Number=plural Case=delative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Np-ph---s2 | Noun Type=proper Number=plural Case=delative Owner_Number=singular Owner_Person=second | 1 |  |
Np-ph---s2s | Noun Type=proper Number=plural Case=delative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Np-ph---s2p | Noun Type=proper Number=plural Case=delative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Np-ph---s3 | Noun Type=proper Number=plural Case=delative Owner_Number=singular Owner_Person=third | 1 |  |
Np-ph---s3s | Noun Type=proper Number=plural Case=delative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Np-ph---s3p | Noun Type=proper Number=plural Case=delative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Np-ph---p1 | Noun Type=proper Number=plural Case=delative Owner_Number=plural Owner_Person=first | 1 |  |
Np-ph---p1s | Noun Type=proper Number=plural Case=delative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Np-ph---p1p | Noun Type=proper Number=plural Case=delative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Np-ph---p2 | Noun Type=proper Number=plural Case=delative Owner_Number=plural Owner_Person=second | 1 |  |
Np-ph---p2s | Noun Type=proper Number=plural Case=delative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Np-ph---p2p | Noun Type=proper Number=plural Case=delative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Np-ph---p3 | Noun Type=proper Number=plural Case=delative Owner_Number=plural Owner_Person=third | 1 |  |
Np-ph---p3s | Noun Type=proper Number=plural Case=delative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Np-ph---p3p | Noun Type=proper Number=plural Case=delative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Np-pq | Noun Type=proper Number=plural Case=sociative | 1 |  |
Np-pq-----s | Noun Type=proper Number=plural Case=sociative Owned_Number=singular | 1 |  |
Np-pq-----p | Noun Type=proper Number=plural Case=sociative Owned_Number=plural | 1 |  |
Np-pq---s1 | Noun Type=proper Number=plural Case=sociative Owner_Number=singular Owner_Person=first | 1 |  |
Np-pq---s1s | Noun Type=proper Number=plural Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Np-pq---s1p | Noun Type=proper Number=plural Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Np-pq---s2 | Noun Type=proper Number=plural Case=sociative Owner_Number=singular Owner_Person=second | 1 |  |
Np-pq---s2s | Noun Type=proper Number=plural Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Np-pq---s2p | Noun Type=proper Number=plural Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Np-pq---s3 | Noun Type=proper Number=plural Case=sociative Owner_Number=singular Owner_Person=third | 1 |  |
Np-pq---s3s | Noun Type=proper Number=plural Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Np-pq---s3p | Noun Type=proper Number=plural Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Np-pq---p1 | Noun Type=proper Number=plural Case=sociative Owner_Number=plural Owner_Person=first | 1 |  |
Np-pq---p1s | Noun Type=proper Number=plural Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Np-pq---p1p | Noun Type=proper Number=plural Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Np-pq---p2 | Noun Type=proper Number=plural Case=sociative Owner_Number=plural Owner_Person=second | 1 |  |
Np-pq---p2s | Noun Type=proper Number=plural Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Np-pq---p2p | Noun Type=proper Number=plural Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Np-pq---p3 | Noun Type=proper Number=plural Case=sociative Owner_Number=plural Owner_Person=third | 1 |  |
Np-pq---p3s | Noun Type=proper Number=plural Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Np-pq---p3p | Noun Type=proper Number=plural Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Np-py | Noun Type=proper Number=plural Case=factive | 1 |  |
Np-py-----s | Noun Type=proper Number=plural Case=factive Owned_Number=singular | 1 |  |
Np-py-----p | Noun Type=proper Number=plural Case=factive Owned_Number=plural | 1 |  |
Np-py---s1 | Noun Type=proper Number=plural Case=factive Owner_Number=singular Owner_Person=first | 1 |  |
Np-py---s1s | Noun Type=proper Number=plural Case=factive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Np-py---s1p | Noun Type=proper Number=plural Case=factive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Np-py---s2 | Noun Type=proper Number=plural Case=factive Owner_Number=singular Owner_Person=second | 1 |  |
Np-py---s2s | Noun Type=proper Number=plural Case=factive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Np-py---s2p | Noun Type=proper Number=plural Case=factive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Np-py---s3 | Noun Type=proper Number=plural Case=factive Owner_Number=singular Owner_Person=third | 1 |  |
Np-py---s3s | Noun Type=proper Number=plural Case=factive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Np-py---s3p | Noun Type=proper Number=plural Case=factive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Np-py---p1 | Noun Type=proper Number=plural Case=factive Owner_Number=plural Owner_Person=first | 1 |  |
Np-py---p1s | Noun Type=proper Number=plural Case=factive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Np-py---p1p | Noun Type=proper Number=plural Case=factive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Np-py---p2 | Noun Type=proper Number=plural Case=factive Owner_Number=plural Owner_Person=second | 1 |  |
Np-py---p2s | Noun Type=proper Number=plural Case=factive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Np-py---p2p | Noun Type=proper Number=plural Case=factive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Np-py---p3 | Noun Type=proper Number=plural Case=factive Owner_Number=plural Owner_Person=third | 1 |  |
Np-py---p3s | Noun Type=proper Number=plural Case=factive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Np-py---p3p | Noun Type=proper Number=plural Case=factive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Np-pp | Noun Type=proper Number=plural Case=superessive | 1 |  |
Np-pp-----s | Noun Type=proper Number=plural Case=superessive Owned_Number=singular | 1 |  |
Np-pp-----p | Noun Type=proper Number=plural Case=superessive Owned_Number=plural | 1 |  |
Np-pp---s1 | Noun Type=proper Number=plural Case=superessive Owner_Number=singular Owner_Person=first | 1 |  |
Np-pp---s1s | Noun Type=proper Number=plural Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Np-pp---s1p | Noun Type=proper Number=plural Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Np-pp---s2 | Noun Type=proper Number=plural Case=superessive Owner_Number=singular Owner_Person=second | 1 |  |
Np-pp---s2s | Noun Type=proper Number=plural Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Np-pp---s2p | Noun Type=proper Number=plural Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Np-pp---s3 | Noun Type=proper Number=plural Case=superessive Owner_Number=singular Owner_Person=third | 1 |  |
Np-pp---s3s | Noun Type=proper Number=plural Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Np-pp---s3p | Noun Type=proper Number=plural Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Np-pp---p1 | Noun Type=proper Number=plural Case=superessive Owner_Number=plural Owner_Person=first | 1 |  |
Np-pp---p1s | Noun Type=proper Number=plural Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Np-pp---p1p | Noun Type=proper Number=plural Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Np-pp---p2 | Noun Type=proper Number=plural Case=superessive Owner_Number=plural Owner_Person=second | 1 |  |
Np-pp---p2s | Noun Type=proper Number=plural Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Np-pp---p2p | Noun Type=proper Number=plural Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Np-pp---p3 | Noun Type=proper Number=plural Case=superessive Owner_Number=plural Owner_Person=third | 1 |  |
Np-pp---p3s | Noun Type=proper Number=plural Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Np-pp---p3p | Noun Type=proper Number=plural Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Np-pu | Noun Type=proper Number=plural Case=distributive | 1 |  |
Np-pu-----s | Noun Type=proper Number=plural Case=distributive Owned_Number=singular | 1 |  |
Np-pu-----p | Noun Type=proper Number=plural Case=distributive Owned_Number=plural | 1 |  |
Np-pu---s1 | Noun Type=proper Number=plural Case=distributive Owner_Number=singular Owner_Person=first | 1 |  |
Np-pu---s1s | Noun Type=proper Number=plural Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Np-pu---s1p | Noun Type=proper Number=plural Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Np-pu---s2 | Noun Type=proper Number=plural Case=distributive Owner_Number=singular Owner_Person=second | 1 |  |
Np-pu---s2s | Noun Type=proper Number=plural Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Np-pu---s2p | Noun Type=proper Number=plural Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Np-pu---s3 | Noun Type=proper Number=plural Case=distributive Owner_Number=singular Owner_Person=third | 1 |  |
Np-pu---s3s | Noun Type=proper Number=plural Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Np-pu---s3p | Noun Type=proper Number=plural Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Np-pu---p1 | Noun Type=proper Number=plural Case=distributive Owner_Number=plural Owner_Person=first | 1 |  |
Np-pu---p1s | Noun Type=proper Number=plural Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Np-pu---p1p | Noun Type=proper Number=plural Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Np-pu---p2 | Noun Type=proper Number=plural Case=distributive Owner_Number=plural Owner_Person=second | 1 |  |
Np-pu---p2s | Noun Type=proper Number=plural Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Np-pu---p2p | Noun Type=proper Number=plural Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Np-pu---p3 | Noun Type=proper Number=plural Case=distributive Owner_Number=plural Owner_Person=third | 1 |  |
Np-pu---p3s | Noun Type=proper Number=plural Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Np-pu---p3p | Noun Type=proper Number=plural Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Np-pf | Noun Type=proper Number=plural Case=essive-formal | 1 |  |
Np-pf-----s | Noun Type=proper Number=plural Case=essive-formal Owned_Number=singular | 1 |  |
Np-pf-----p | Noun Type=proper Number=plural Case=essive-formal Owned_Number=plural | 1 |  |
Np-pf---s1 | Noun Type=proper Number=plural Case=essive-formal Owner_Number=singular Owner_Person=first | 1 |  |
Np-pf---s1s | Noun Type=proper Number=plural Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Np-pf---s1p | Noun Type=proper Number=plural Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Np-pf---s2 | Noun Type=proper Number=plural Case=essive-formal Owner_Number=singular Owner_Person=second | 1 |  |
Np-pf---s2s | Noun Type=proper Number=plural Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Np-pf---s2p | Noun Type=proper Number=plural Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Np-pf---s3 | Noun Type=proper Number=plural Case=essive-formal Owner_Number=singular Owner_Person=third | 1 |  |
Np-pf---s3s | Noun Type=proper Number=plural Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Np-pf---s3p | Noun Type=proper Number=plural Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Np-pf---p1 | Noun Type=proper Number=plural Case=essive-formal Owner_Number=plural Owner_Person=first | 1 |  |
Np-pf---p1s | Noun Type=proper Number=plural Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Np-pf---p1p | Noun Type=proper Number=plural Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Np-pf---p2 | Noun Type=proper Number=plural Case=essive-formal Owner_Number=plural Owner_Person=second | 1 |  |
Np-pf---p2s | Noun Type=proper Number=plural Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Np-pf---p2p | Noun Type=proper Number=plural Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Np-pf---p3 | Noun Type=proper Number=plural Case=essive-formal Owner_Number=plural Owner_Person=third | 1 |  |
Np-pf---p3s | Noun Type=proper Number=plural Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Np-pf---p3p | Noun Type=proper Number=plural Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
P | Attribute (en) | Value (en) | Code (en) |
0 | CATEGORY | Verb | V |
1 | Type | main | m |
auxiliary | a | ||
2 | VForm | indicative | i |
imperative | m | ||
conditional | c | ||
infinitive | n | ||
3 | Tense | present | p |
past | s | ||
4 | Person | first | 1 |
second | 2 | ||
third | 3 | ||
5 | Number | singular | s |
plural | p | ||
9 | Definiteness | no | n |
yes | y | ||
1s2s | 2 |
1. 1s2s is a special form for definitness, in which the speaker's person is first singular (I) and the target of the transitivity is second singular (you).
2. A Hungarian main verb has 3(Person)*2(Number)*4(Present indicative, Present imperativ, Present conditional,Past indicative)*2(Transitivity) +4(1s2s)+7(Infinitive)=59 different forms.
Pos | Type | VForm | Tense | Person | Number | Definitness |
V | m | i | [ps] | [123] | [sp] | [yn] |
V | m | [cm] | p | [123] | [sp] | [yn] |
V | m | i | [ps] | 1 | s | 2 |
V | m | [cm] | p | 1 | s | 2 |
V | m | n | - | - | - | - |
V | m | n | p | [123] | [sp] | - |
V | a | i | p | [123] | [sp] | n |
This index gives the list of morphosyntactic descriptions (MSDs) and their features. In the table below, the first column gives the MSD, the second its expansion into a feature-structure, the third gives the number of entries in the lexicon (64,003 entries), and the fourth gives some examples as word-form/lemma. The list was extracted form the Hungarian MULTEXT-East lexicon.
Note that for Hungarian, the number of theoretically possible MSDs represented in this index is much greater than those found in the lexicon.
MSD | Features | Types | Examples |
Vmip1s---n | Verb Type=main VForm=indicative Tense=present Person=first Number=singular Definiteness=no | 209 | zavarok/zavar, vonatok/vonat, viszek/visz, visszatérek/visszatér, visszarettentek/visszarettent |
Vmip1s---y | Verb Type=main VForm=indicative Tense=present Person=first Number=singular Definiteness=yes | 193 | viszem/visz, visszautazom/visszautaz, visszautazom/visszautazik, visszaadom/visszaad, veszem/vesz |
Vmip1s---2 | Verb Type=main VForm=indicative Tense=present Person=first Number=singular Definiteness=1s2s | 20 | vállak/válik, vádollak/vádol, tartalak/tart, szeretlek/szeret, noszogathatlak/noszogathat |
Vmip1p---n | Verb Type=main VForm=indicative Tense=present Person=first Number=plural Definiteness=no | 202 | vitázunk/vitáz, vitázunk/vitázik, visszamentünk/visszament, visszajövünk/visszajön, visszafordítunk/visszafordít |
Vmip1p---y | Verb Type=main VForm=indicative Tense=present Person=first Number=plural Definiteness=yes | 152 | vizsgálhatjuk/vizsgálhat, vékázzuk/vékáz, vehetjük/vehet, végezzük/végez, várjuk/vár |
Vmip2s---n | Verb Type=main VForm=indicative Tense=present Person=second Number=singular Definiteness=no | 81 | zuhansz/zuhan, visszatérsz/visszatér, visszaemlékszel/visszaemlékszik, vársz/vár, válsz/válik |
Vmip2s---y | Verb Type=main VForm=indicative Tense=present Person=second Number=singular Definiteness=yes | 66 | viszontszereted/viszontszeret, veszed/vesz, veszed/veszik, várod/vár, újjáéled/újjáél |
Vmip2p---n | Verb Type=main VForm=indicative Tense=present Person=second Number=plural Definiteness=no | 332 | viziteltek/vizitel, visszatértek/visszatér, visszarettentek/visszaretten, visszamentek/visszamegy, viseltek/visel |
Vmip2p---y | Verb Type=main VForm=indicative Tense=present Person=second Number=plural Definiteness=yes | 22 | vállaljátok/vállal, vághatjátok/vághat, uralhatjátok/uralhat, tudjátok/tud, tanuljátok/tanul |
Vmip3s---n | Verb Type=main VForm=indicative Tense=present Person=third Number=singular Definiteness=no | 1404 | zuhog, zúg, zsugorodik, zörrent, zökkent |
Vmip3s---y | Verb Type=main VForm=indicative Tense=present Person=third Number=singular Definiteness=yes | 816 | zengi/zeng, zárja/zár, vonzhatja/vonzhat, vonja/von, vizsgálja/vizsgál |
Vmip3p---n | Verb Type=main VForm=indicative Tense=present Person=third Number=plural Definiteness=no | 725 | zuhannak/zuhan, zsarolnak/zsarol, zsákolnak/zsákol, zökkennek/zökken, zavarnak/zavar |
Vmip3p---y | Verb Type=main VForm=indicative Tense=present Person=third Number=plural Definiteness=yes | 758 | zúdítják/zúdít, zsúfolják/zsúfol, zavarják/zavar, vonzzák/vonz, vonják/von |
Vmis1s---n | Verb Type=main VForm=indicative Tense=past Person=first Number=singular Definiteness=no | 344 | voltam/van, vittem/visz, visszariadtam/visszariad, visszanéztem/visszanéz, visszaléptem/visszalép |
Vmis1s---y | Verb Type=main VForm=indicative Tense=past Person=first Number=singular Definiteness=yes | 344 | voltam/van, vittem/visz, visszariadtam/visszariad, visszanéztem/visszanéz, visszaléptem/visszalép |
Vmis1s---2 | Verb Type=main VForm=indicative Tense=past Person=first Number=singular Definiteness=1s2s | 6 | megismertelek/megismer, figyelmeztettelek/figyelmeztet, elárultalak/elárul, eladtalak/elad, csaltalak/csal |
Vmis1p---n | Verb Type=main VForm=indicative Tense=past Person=first Number=plural Definiteness=no | 262 | voltunk/van, vittünk/visz, visszatértünk/visszatér, visszanéztünk/visszanéz, visszamentünk/visszamegy |
Vmis1p---y | Verb Type=main VForm=indicative Tense=past Person=first Number=plural Definiteness=yes | 166 | voltuk/van, vittük/visz, visszaküldtük/visszaküld, vettük/vesz, vártuk/vár |
Vmis2s---n | Verb Type=main VForm=indicative Tense=past Person=second Number=singular Definiteness=no | 61 | voltál/van, visszatértél/visszatér, tudtál/tud, tettél/tesz, találtál/talál |
Vmis2s---y | Verb Type=main VForm=indicative Tense=past Person=second Number=singular Definiteness=yes | 46 | vállaltad/vállal, uraltad/ural, tudtad/tud, tartottad/tart, találtad/talál |
Vmis2p---n | Verb Type=main VForm=indicative Tense=past Person=second Number=plural Definiteness=no | 15 | voltatok/van, vállaltatok/vállal, számítottatok/számít, olvastatok/olvas, kísértetek/kísér |
Vmis2p---y | Verb Type=main VForm=indicative Tense=past Person=second Number=plural Definiteness=yes | 10 | uraltátok/ural, tettétek/tesz, tehettétek/tehet, megmondtátok/megmond, megkínoztátok/megkínoz |
Vmis3s---n | Verb Type=main VForm=indicative Tense=past Person=third Number=singular Definiteness=no | 2599 | zúzott/zúz, zümmögött/zümmög, zuhant/zuhan, zúgott/zúg, zúgolódott/zúgolódik |
Vmis3s---y | Verb Type=main VForm=indicative Tense=past Person=third Number=singular Definiteness=yes | 1198 | zúzta/zúz, zokogta/zokog, zavarta/zavar, zárta/zár, vonzotta/vonz |
Vmis3p---n | Verb Type=main VForm=indicative Tense=past Person=third Number=plural Definiteness=no | 1029 | zümmögtek/zümmög, zuhantak/zuhan, zúgtak/zúg, zsúfoltak/zsúfol, zsinatolhattak/zsinatolhat |
Vmis3p---y | Verb Type=main VForm=indicative Tense=past Person=third Number=plural Definiteness=yes | 820 | zsúfolták/zsúfol, zavarták/zavar, zárták/zár, vonták/von, vizsgálták/vizsgál |
Vmmp1s---n | Verb Type=main VForm=imperative Tense=present Person=first Number=singular Definiteness=no | 29 | vágjak/vág, tűnjek/tűnik, tudjak/tud, tegyek/tesz, szaladjak/szalad |
Vmmp1s---y | Verb Type=main VForm=imperative Tense=present Person=first Number=singular Definiteness=yes | 39 | vigyem/visz, várjam/vár, vallattassam/vallattas, válasszam/választ, tudjam/tud |
Vmmp1s---2 | Verb Type=main VForm=imperative Tense=present Person=first Number=singular Definiteness=1s2s | 1 |  |
Vmmp1p---n | Verb Type=main VForm=imperative Tense=present Person=first Number=plural Definiteness=no | 79 | zuhanjunk/zuhan, vitatkozzunk/vitatkozik, veszekedjünk/veszekedik, vehessünk/vehet, vegyünk/vesz |
Vmmp1p---y | Verb Type=main VForm=imperative Tense=present Person=first Number=plural Definiteness=yes | 113 | vesszük/vesz, vesszük/veszt, vesszük/veszik, vékázzuk/vékáz, vegyük/vesz |
Vmmp2s---n | Verb Type=main VForm=imperative Tense=present Person=second Number=singular Definiteness=no | 56 | viselkedj/viselkedik, vigyázz/vigyáz, vigyázzál/vigyáz, veress/veres, vásárolj/vásárol |
Vmmp2s---y | Verb Type=main VForm=imperative Tense=present Person=second Number=singular Definiteness=yes | 41 | zárd/zár, vidd/visz, vesd/vet, verd/ver, valld/vall |
Vmmp2p---n | Verb Type=main VForm=imperative Tense=present Person=second Number=plural Definiteness=no | 21 | vonuljatok/vonul, vigyetek/visz, vigyázzatok/vigyáz, veszítsetek/veszít, ülepedjetek/ülepedik |
Vmmp2p---y | Verb Type=main VForm=imperative Tense=present Person=second Number=plural Definiteness=yes | 25 | vigyétek/visz, vállaljátok/vállal, tudjátok/tud, tanuljátok/tanul, próbáljátok/próbál |
Vmmp3s---n | Verb Type=main VForm=imperative Tense=present Person=third Number=singular Definiteness=no | 266 | zuhanjon/zuhan, zubogjon/zubog, zavarodjon/zavarodik, visszatérjen/visszatér, visszahozzon/visszahoz |
Vmmp3s---y | Verb Type=main VForm=imperative Tense=present Person=third Number=singular Definiteness=yes | 423 | zárja/zár, vonja/von, vizsgálja/vizsgál, viszontszerethesse/viszontszerethet, visszautasítsa/visszautasít |
Vmmp3p---n | Verb Type=main VForm=imperative Tense=present Person=third Number=plural Definiteness=no | 145 | visszaverjenek/visszaver, vihessenek/vihet, veszítsenek/veszít, vessenek/vet, versengjenek/verseng |
Vmmp3p---y | Verb Type=main VForm=imperative Tense=present Person=third Number=plural Definiteness=yes | 288 | zsúfolják/zsúfol, zavarják/zavar, vonzzák/vonz, vonják/von, vizsgálják/vizsgál |
Vmcp1s---n | Verb Type=main VForm=conditional Tense=present Person=first Number=singular Definiteness=no | 64 | volnék/van, vehetnék/vehet, vallanék/vall, vállalnék/vállal, tükröződnék/tükröződik |
Vmcp1s---y | Verb Type=main VForm=conditional Tense=present Person=first Number=singular Definiteness=yes | 21 | világítanám/világít, tudnám/tud, tehetném/tehet, szeretném/szeret, mondhatnám/mondhat |
Vmcp1s---2 | Verb Type=main VForm=conditional Tense=present Person=first Number=singular Definiteness=1s2s | 1 | tudnálak/tud |
Vmcp1p---n | Verb Type=main VForm=conditional Tense=present Person=first Number=plural Definiteness=no | 36 | volnánk/van, vihetnénk/vihet, vetnénk/vet, túlméreteznénk/túlméretez, tudnánk/tud |
Vmcp1p---y | Verb Type=main VForm=conditional Tense=present Person=first Number=plural Definiteness=yes | 38 | volnánk/van, vihetnénk/vihet, vetnénk/vet, túlméreteznénk/túlméretez, tudnánk/tud |
Vmcp2s---n | Verb Type=main VForm=conditional Tense=present Person=second Number=singular Definiteness=no | 21 | választhatnál/választhat, utaznál/utaz, utaznál/utazik, tudnál/tud, tervezetnél/tervezet |
Vmcp2s---y | Verb Type=main VForm=conditional Tense=present Person=second Number=singular Definiteness=yes | 8 | vinnéd/visz, tudnád/tud, megnézhetnéd/megnézhet, látnád/lát, elvihetnéd/elvihet |
Vmcp2p---n | Verb Type=main VForm=conditional Tense=present Person=second Number=plural Definiteness=no | 5 | tudnátok/tud, továbbtaníttatnátok/továbbtaníttat, lennétek/lesz, elárulnátok/elárul, csinálnátok/csinál |
Vmcp2p---y | Verb Type=main VForm=conditional Tense=present Person=second Number=plural Definiteness=yes | 5 | tudnátok/tud, továbbtaníttatnátok/továbbtaníttat, lennétek/lesz, elárulnátok/elárul, csinálnátok/csinál |
Vmcp3s---n | Verb Type=main VForm=conditional Tense=present Person=third Number=singular Definiteness=no | 182 | vóna/van, volna/van, viszolyogna/viszolyog, visszaadna/visszaad, vigyázna/vigyáz |
Vmcp3s---y | Verb Type=main VForm=conditional Tense=present Person=third Number=singular Definiteness=yes | 124 | visszakapná/visszakap, veszélyeztetné/veszélyeztet, venné/vesz, vehetné/vehet, várná/vár |
Vmcp3p---n | Verb Type=main VForm=conditional Tense=present Person=third Number=plural Definiteness=no | 76 | zúzódnának/zúzódik, volnának/van, viselnének/visel, vinnének/visz, vezényelnének/vezényel |
Vmcp3p---y | Verb Type=main VForm=conditional Tense=present Person=third Number=plural Definiteness=yes | 86 | vehetnék/vehet, utalnák/utal, tükröződnék/tükröződik, tudnák/tud, tudhatnák/tudhat |
Vmn | Verb Type=main VForm=infinitive | 1303 | zúzni/zúz, zuhanni/zuhan, zsugorodni/zsugorodik, zsarolni/zsarol, zsákolni/zsákol |
Vmnp1s | Verb Type=main VForm=infinitive Tense=present Person=first Number=singular | 36 | vennem/vesz, védenem/véd, váltanom/vált, tennem/tesz, tartanom/tart |
Vmnp1p | Verb Type=main VForm=infinitive Tense=present Person=first Number=plural | 44 | vinnünk/visz, vennünk/vesz, válnunk/válik, vállalnunk/vállal, tudnunk/tud |
Vmnp2s | Verb Type=main VForm=infinitive Tense=present Person=second Number=singular | 24 | vinned/visz, venned/vesz, tudnod/tud, tenned/tesz, távoznod/távoz |
Vmnp2p | Verb Type=main VForm=infinitive Tense=present Person=second Number=plural | 6 | vennetek/vesz, törődnötök/törődik, távoznotok/távoz, távoznotok/távozik, megkörnyékeznetek/megkörnyékez |
Vmnp3s | Verb Type=main VForm=infinitive Tense=present Person=third Number=singular | 212 | zárnia/zár, vizelnie/vizel, visszatérnie/visszatér, vigyáznia/vigyáz, vetnie/vet |
Vmnp3p | Verb Type=main VForm=infinitive Tense=present Person=third Number=plural | 83 | visszajuttatniuk/visszajuttat, venniük/vesz, végigszenvedniük/végigszenved, végezniük/végez, várakozniuk/várakozik |
Vaip1s---n | Verb Type=auxiliary VForm=indicative Tense=present Person=first Number=singular Definiteness=no | 1 |  |
Vaip1p---n | Verb Type=auxiliary VForm=indicative Tense=present Person=first Number=plural Definiteness=no | 1 |  |
Vaip2s---n | Verb Type=auxiliary VForm=indicative Tense=present Person=second Number=singular Definiteness=no | 1 |  |
Vaip2p---n | Verb Type=auxiliary VForm=indicative Tense=present Person=second Number=plural Definiteness=no | 1 |  |
Vaip3s---n | Verb Type=auxiliary VForm=indicative Tense=present Person=third Number=singular Definiteness=no | 1 |  |
Vaip3p---n | Verb Type=auxiliary VForm=indicative Tense=present Person=third Number=plural Definiteness=no | 1 |  |
P | Attribute (en) | Value (en) | Code (en) |
0 | CATEGORY | Adjective | A |
1 | Type | qualificative | f |
2 | Degree | positive | p |
comparative | c | ||
superlative | s | ||
4 | Number | singular | s |
plural | p | ||
5 | Case | nominative | n |
genitive | g | ||
dative | d | ||
accusative | a | ||
instrumental | i | ||
illative | x | ||
inessive | 2 | ||
elative | e | ||
allative | t | ||
adessive | 3 | ||
ablative | b | ||
terminative | 9 | ||
essive | w | ||
temporalis | m | ||
causalis | c | ||
sublative | s | ||
delative | h | ||
sociative | q | ||
factive | y | ||
superessive | p | ||
distributive | u | ||
essive-formal | f | ||
10 | Owner_Number | singular | s |
plural | p | ||
11 | Owner_Person | first | 1 |
second | 2 | ||
third | 3 | ||
12 | Owned_Number | singular | s |
plural | p |
1. Adjectives have the same suffixes that Nouns have plus Degree. Thus the number of possibble forms is 3*924=2772.
2. Types like ordinal and cardinal are grouped as numerals.
Pos | Type | Degr | Num | Case | OwnerNum | OwnerPers | OwnedNum |
A | f | [pcs] | [sp] | [ngdaix2et3b9wmcshqypuf] | [sp] | [123] | [sp] |
This index gives the list of morphosyntactic descriptions (MSDs) and their features. In the table below, the first column gives the MSD, the second its expansion into a feature-structure, the third gives the number of entries in the lexicon (64,003 entries), and the fourth gives some examples as word-form/lemma. The list was extracted form the Hungarian MULTEXT-East lexicon.
Note that for Hungarian, the number of theoretically possible MSDs represented in this index is much greater than those found in the lexicon.
MSD | Features | Types | Examples |
Afp-sn | Adjective Type=qualificative Degree=positive Number=singular Case=nominative | 8003 | zúzott, zűrzavaros, zürichi, zümmögő, zümmögött |
Afp-sn------s | Adjective Type=qualificative Degree=positive Number=singular Case=nominative Owned_Number=singular | 16 | védetté/védett, többié/többi, többé/több, tanítóé/tanító, szilágyié/szilágyi |
Afp-sn------p | Adjective Type=qualificative Degree=positive Number=singular Case=nominative Owned_Number=plural | 1 |  |
Afp-sn----s1 | Adjective Type=qualificative Degree=positive Number=singular Case=nominative Owner_Number=singular Owner_Person=first | 170 | voltam/volt, vittem/vitt, visszariadtam/visszariadt, viseltem/viselt, vettem/vett |
Afp-sn----s1s | Adjective Type=qualificative Degree=positive Number=singular Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afp-sn----s1p | Adjective Type=qualificative Degree=positive Number=singular Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afp-sn----s2 | Adjective Type=qualificative Degree=positive Number=singular Case=nominative Owner_Number=singular Owner_Person=second | 33 | vállaltad/vállalt, uraltad/uralt, tartottad/tartott, találtad/talált, sajátod/saját |
Afp-sn----s2s | Adjective Type=qualificative Degree=positive Number=singular Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afp-sn----s2p | Adjective Type=qualificative Degree=positive Number=singular Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afp-sn----s3 | Adjective Type=qualificative Degree=positive Number=singular Case=nominative Owner_Number=singular Owner_Person=third | 150 | zöldje/zöld, vezetője/vezető, versenyzője/versenyző, védelmezője/védelmező, varázslója/varázsló |
Afp-sn----s3s | Adjective Type=qualificative Degree=positive Number=singular Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 | ezredeséé/ezredes |
Afp-sn----s3p | Adjective Type=qualificative Degree=positive Number=singular Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afp-sn----p1 | Adjective Type=qualificative Degree=positive Number=singular Case=nominative Owner_Number=plural Owner_Person=first | 151 | voltunk/volt, voltatok/volt, vittünk/vitt, visszatértünk/visszatért, visszamentünk/visszament |
Afp-sn----p1s | Adjective Type=qualificative Degree=positive Number=singular Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afp-sn----p1p | Adjective Type=qualificative Degree=positive Number=singular Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afp-sn----p2 | Adjective Type=qualificative Degree=positive Number=singular Case=nominative Owner_Number=plural Owner_Person=second | 1 |  |
Afp-sn----p2s | Adjective Type=qualificative Degree=positive Number=singular Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afp-sn----p2p | Adjective Type=qualificative Degree=positive Number=singular Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afp-sn----p3 | Adjective Type=qualificative Degree=positive Number=singular Case=nominative Owner_Number=plural Owner_Person=third | 46 | vittük/vitt, vettük/vett, töltöttük/töltött, tettük/tett, tennivalójuk/tennivaló |
Afp-sn----p3s | Adjective Type=qualificative Degree=positive Number=singular Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afp-sn----p3p | Adjective Type=qualificative Degree=positive Number=singular Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afp-sg | Adjective Type=qualificative Degree=positive Number=singular Case=genitive | 1 |  |
Afp-sg------s | Adjective Type=qualificative Degree=positive Number=singular Case=genitive Owned_Number=singular | 1 |  |
Afp-sg------p | Adjective Type=qualificative Degree=positive Number=singular Case=genitive Owned_Number=plural | 1 |  |
Afp-sg----s1 | Adjective Type=qualificative Degree=positive Number=singular Case=genitive Owner_Number=singular Owner_Person=first | 1 |  |
Afp-sg----s1s | Adjective Type=qualificative Degree=positive Number=singular Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afp-sg----s1p | Adjective Type=qualificative Degree=positive Number=singular Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afp-sg----s2 | Adjective Type=qualificative Degree=positive Number=singular Case=genitive Owner_Number=singular Owner_Person=second | 1 |  |
Afp-sg----s2s | Adjective Type=qualificative Degree=positive Number=singular Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afp-sg----s2p | Adjective Type=qualificative Degree=positive Number=singular Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afp-sg----s3 | Adjective Type=qualificative Degree=positive Number=singular Case=genitive Owner_Number=singular Owner_Person=third | 1 |  |
Afp-sg----s3s | Adjective Type=qualificative Degree=positive Number=singular Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afp-sg----s3p | Adjective Type=qualificative Degree=positive Number=singular Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afp-sg----p1 | Adjective Type=qualificative Degree=positive Number=singular Case=genitive Owner_Number=plural Owner_Person=first | 1 |  |
Afp-sg----p1s | Adjective Type=qualificative Degree=positive Number=singular Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afp-sg----p1p | Adjective Type=qualificative Degree=positive Number=singular Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afp-sg----p2 | Adjective Type=qualificative Degree=positive Number=singular Case=genitive Owner_Number=plural Owner_Person=second | 1 |  |
Afp-sg----p2s | Adjective Type=qualificative Degree=positive Number=singular Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afp-sg----p2p | Adjective Type=qualificative Degree=positive Number=singular Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afp-sg----p3 | Adjective Type=qualificative Degree=positive Number=singular Case=genitive Owner_Number=plural Owner_Person=third | 1 |  |
Afp-sg----p3s | Adjective Type=qualificative Degree=positive Number=singular Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afp-sg----p3p | Adjective Type=qualificative Degree=positive Number=singular Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afp-sd | Adjective Type=qualificative Degree=positive Number=singular Case=dative | 348 | zsugorinak/zsugori, zsidónak/zsidó, vonzónak/vonzó, visszamaradottnak/visszamaradott, vezetőnek/vezető |
Afp-sd------s | Adjective Type=qualificative Degree=positive Number=singular Case=dative Owned_Number=singular | 8 | vonósnégyesének/vonósnégyes, vesztesének/vesztes, tízszeresének/tízszeres, mélyének/mély, létrejöttének/létrejött |
Afp-sd------p | Adjective Type=qualificative Degree=positive Number=singular Case=dative Owned_Number=plural | 1 |  |
Afp-sd----s1 | Adjective Type=qualificative Degree=positive Number=singular Case=dative Owner_Number=singular Owner_Person=first | 1 |  |
Afp-sd----s1s | Adjective Type=qualificative Degree=positive Number=singular Case=dative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afp-sd----s1p | Adjective Type=qualificative Degree=positive Number=singular Case=dative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afp-sd----s2 | Adjective Type=qualificative Degree=positive Number=singular Case=dative Owner_Number=singular Owner_Person=second | 27 | vonzódnak/vonzó, végződnek/végző, törődnek/törő, tisztázódnak/tisztázó, szétszóródnak/szétszóró |
Afp-sd----s2s | Adjective Type=qualificative Degree=positive Number=singular Case=dative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afp-sd----s2p | Adjective Type=qualificative Degree=positive Number=singular Case=dative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afp-sd----s3 | Adjective Type=qualificative Degree=positive Number=singular Case=dative Owner_Number=singular Owner_Person=third | 32 | vonósnégyesének/vonósnégyes, vesztesének/vesztes, vb-döntőjének/vb-döntő, tulajdonosának/tulajdonos, tulajdonának/tulajdon |
Afp-sd----s3s | Adjective Type=qualificative Degree=positive Number=singular Case=dative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afp-sd----s3p | Adjective Type=qualificative Degree=positive Number=singular Case=dative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afp-sd----p1 | Adjective Type=qualificative Degree=positive Number=singular Case=dative Owner_Number=plural Owner_Person=first | 2 | tanyásunknak/tanyás, játékosunknak/játékos |
Afp-sd----p1s | Adjective Type=qualificative Degree=positive Number=singular Case=dative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afp-sd----p1p | Adjective Type=qualificative Degree=positive Number=singular Case=dative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afp-sd----p2 | Adjective Type=qualificative Degree=positive Number=singular Case=dative Owner_Number=plural Owner_Person=second | 1 |  |
Afp-sd----p2s | Adjective Type=qualificative Degree=positive Number=singular Case=dative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afp-sd----p2p | Adjective Type=qualificative Degree=positive Number=singular Case=dative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afp-sd----p3 | Adjective Type=qualificative Degree=positive Number=singular Case=dative Owner_Number=plural Owner_Person=third | 1 |  |
Afp-sd----p3s | Adjective Type=qualificative Degree=positive Number=singular Case=dative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afp-sd----p3p | Adjective Type=qualificative Degree=positive Number=singular Case=dative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afp-sa | Adjective Type=qualificative Degree=positive Number=singular Case=accusative | 323 | zsírsertést/zsírsertés, zsidót/zsidó, zöngést/zöngés, zöldet/zöld, zeneköltőt/zeneköltő |
Afp-sa------s | Adjective Type=qualificative Degree=positive Number=singular Case=accusative Owned_Number=singular | 10 | tettét/tett, örökösét/örökös, naplementét/naplement, melegét/meleg, levesét/leves |
Afp-sa------p | Adjective Type=qualificative Degree=positive Number=singular Case=accusative Owned_Number=plural | 1 |  |
Afp-sa----s1 | Adjective Type=qualificative Degree=positive Number=singular Case=accusative Owner_Number=singular Owner_Person=first | 1 |  |
Afp-sa----s1s | Adjective Type=qualificative Degree=positive Number=singular Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afp-sa----s1p | Adjective Type=qualificative Degree=positive Number=singular Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afp-sa----s2 | Adjective Type=qualificative Degree=positive Number=singular Case=accusative Owner_Number=singular Owner_Person=second | 1 |  |
Afp-sa----s2s | Adjective Type=qualificative Degree=positive Number=singular Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afp-sa----s2p | Adjective Type=qualificative Degree=positive Number=singular Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afp-sa----s3 | Adjective Type=qualificative Degree=positive Number=singular Case=accusative Owner_Number=singular Owner_Person=third | 47 | zöldjét/zöld, vezetőjét/vezető, vezérigazgatóját/vezérigazgató, vastagát/vastag, tulajdonosát/tulajdonos |
Afp-sa----s3s | Adjective Type=qualificative Degree=positive Number=singular Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afp-sa----s3p | Adjective Type=qualificative Degree=positive Number=singular Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afp-sa----p1 | Adjective Type=qualificative Degree=positive Number=singular Case=accusative Owner_Number=plural Owner_Person=first | 3 | vágyódásunkat/vágyódás, múltunkat/múlt, borúlátónkat/borúlátó |
Afp-sa----p1s | Adjective Type=qualificative Degree=positive Number=singular Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afp-sa----p1p | Adjective Type=qualificative Degree=positive Number=singular Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afp-sa----p2 | Adjective Type=qualificative Degree=positive Number=singular Case=accusative Owner_Number=plural Owner_Person=second | 1 |  |
Afp-sa----p2s | Adjective Type=qualificative Degree=positive Number=singular Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afp-sa----p2p | Adjective Type=qualificative Degree=positive Number=singular Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afp-sa----p3 | Adjective Type=qualificative Degree=positive Number=singular Case=accusative Owner_Number=plural Owner_Person=third | 5 | vezetőjüket/vezető, mondanivalójukat/mondanivaló, kapusukat/kapus, idegenlégiósukat/idegenlégiós, formájukat/forma |
Afp-sa----p3s | Adjective Type=qualificative Degree=positive Number=singular Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afp-sa----p3p | Adjective Type=qualificative Degree=positive Number=singular Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afp-si | Adjective Type=qualificative Degree=positive Number=singular Case=instrumental | 96 | zöngéssel/zöngés, világhálóval/világháló, vezetővel/vezető, vezetőivel/vezetői, vérnyomásmérővel/vérnyomásmérő |
Afp-si------s | Adjective Type=qualificative Degree=positive Number=singular Case=instrumental Owned_Number=singular | 4 | melegével/meleg, leteltével/letelt, elteltével/eltelt, egyesével/egyes |
Afp-si------p | Adjective Type=qualificative Degree=positive Number=singular Case=instrumental Owned_Number=plural | 1 |  |
Afp-si----s1 | Adjective Type=qualificative Degree=positive Number=singular Case=instrumental Owner_Number=singular Owner_Person=first | 1 |  |
Afp-si----s1s | Adjective Type=qualificative Degree=positive Number=singular Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afp-si----s1p | Adjective Type=qualificative Degree=positive Number=singular Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afp-si----s2 | Adjective Type=qualificative Degree=positive Number=singular Case=instrumental Owner_Number=singular Owner_Person=second | 1 |  |
Afp-si----s2s | Adjective Type=qualificative Degree=positive Number=singular Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afp-si----s2p | Adjective Type=qualificative Degree=positive Number=singular Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afp-si----s3 | Adjective Type=qualificative Degree=positive Number=singular Case=instrumental Owner_Number=singular Owner_Person=third | 17 | tulajdonosával/tulajdonos, találkozójával/találkozó, szorosával/szoros, szomszédjával/szomszéd, melegével/meleg |
Afp-si----s3s | Adjective Type=qualificative Degree=positive Number=singular Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afp-si----s3p | Adjective Type=qualificative Degree=positive Number=singular Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afp-si----p1 | Adjective Type=qualificative Degree=positive Number=singular Case=instrumental Owner_Number=plural Owner_Person=first | 1 |  |
Afp-si----p1s | Adjective Type=qualificative Degree=positive Number=singular Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afp-si----p1p | Adjective Type=qualificative Degree=positive Number=singular Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afp-si----p2 | Adjective Type=qualificative Degree=positive Number=singular Case=instrumental Owner_Number=plural Owner_Person=second | 1 |  |
Afp-si----p2s | Adjective Type=qualificative Degree=positive Number=singular Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afp-si----p2p | Adjective Type=qualificative Degree=positive Number=singular Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afp-si----p3 | Adjective Type=qualificative Degree=positive Number=singular Case=instrumental Owner_Number=plural Owner_Person=third | 1 | derekukkal/derék |
Afp-si----p3s | Adjective Type=qualificative Degree=positive Number=singular Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afp-si----p3p | Adjective Type=qualificative Degree=positive Number=singular Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afp-sx | Adjective Type=qualificative Degree=positive Number=singular Case=illative | 43 | versformába/versformá, végtelenbe/végtelen, ülőfürdőbe/ülőfürdő, üldözőbe/üldöző, tulajdonba/tulajdon |
Afp-sx------s | Adjective Type=qualificative Degree=positive Number=singular Case=illative Owned_Number=singular | 1 | mélyébe/mély |
Afp-sx------p | Adjective Type=qualificative Degree=positive Number=singular Case=illative Owned_Number=plural | 1 |  |
Afp-sx----s1 | Adjective Type=qualificative Degree=positive Number=singular Case=illative Owner_Number=singular Owner_Person=first | 1 |  |
Afp-sx----s1s | Adjective Type=qualificative Degree=positive Number=singular Case=illative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afp-sx----s1p | Adjective Type=qualificative Degree=positive Number=singular Case=illative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afp-sx----s2 | Adjective Type=qualificative Degree=positive Number=singular Case=illative Owner_Number=singular Owner_Person=second | 1 | húzódba/húzó |
Afp-sx----s2s | Adjective Type=qualificative Degree=positive Number=singular Case=illative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afp-sx----s2p | Adjective Type=qualificative Degree=positive Number=singular Case=illative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afp-sx----s3 | Adjective Type=qualificative Degree=positive Number=singular Case=illative Owner_Number=singular Owner_Person=third | 7 | tulajdonába/tulajdon, sűrűjébe/sűrű, mélyébe/mély, magasába/magas, formájába/forma |
Afp-sx----s3s | Adjective Type=qualificative Degree=positive Number=singular Case=illative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afp-sx----s3p | Adjective Type=qualificative Degree=positive Number=singular Case=illative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afp-sx----p1 | Adjective Type=qualificative Degree=positive Number=singular Case=illative Owner_Number=plural Owner_Person=first | 1 |  |
Afp-sx----p1s | Adjective Type=qualificative Degree=positive Number=singular Case=illative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afp-sx----p1p | Adjective Type=qualificative Degree=positive Number=singular Case=illative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afp-sx----p2 | Adjective Type=qualificative Degree=positive Number=singular Case=illative Owner_Number=plural Owner_Person=second | 1 |  |
Afp-sx----p2s | Adjective Type=qualificative Degree=positive Number=singular Case=illative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afp-sx----p2p | Adjective Type=qualificative Degree=positive Number=singular Case=illative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afp-sx----p3 | Adjective Type=qualificative Degree=positive Number=singular Case=illative Owner_Number=plural Owner_Person=third | 1 | dolgozójukba/dolgozó |
Afp-sx----p3s | Adjective Type=qualificative Degree=positive Number=singular Case=illative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afp-sx----p3p | Adjective Type=qualificative Degree=positive Number=singular Case=illative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afp-s2 | Adjective Type=qualificative Degree=positive Number=singular Case=inessive | 107 | zsibogóban/zsibogó, zöldben/zöld, vizsgálatiban/vizsgálati, vigadóban/vigadó, végiben/végi |
Afp-s2------s | Adjective Type=qualificative Degree=positive Number=singular Case=inessive Owned_Number=singular | 5 | ültében/ült, mélyében/mély, ijedtében/ijedt, hátradőltében/hátradőlt, egészében/egész |
Afp-s2------p | Adjective Type=qualificative Degree=positive Number=singular Case=inessive Owned_Number=plural | 1 |  |
Afp-s2----s1 | Adjective Type=qualificative Degree=positive Number=singular Case=inessive Owner_Number=singular Owner_Person=first | 1 |  |
Afp-s2----s1s | Adjective Type=qualificative Degree=positive Number=singular Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afp-s2----s1p | Adjective Type=qualificative Degree=positive Number=singular Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afp-s2----s2 | Adjective Type=qualificative Degree=positive Number=singular Case=inessive Owner_Number=singular Owner_Person=second | 1 |  |
Afp-s2----s2s | Adjective Type=qualificative Degree=positive Number=singular Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afp-s2----s2p | Adjective Type=qualificative Degree=positive Number=singular Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afp-s2----s3 | Adjective Type=qualificative Degree=positive Number=singular Case=inessive Owner_Number=singular Owner_Person=third | 21 | valójában/való, vackában/vacak, ültében/ült, ujjasában/ujjas, tulajdonában/tulajdon |
Afp-s2----s3s | Adjective Type=qualificative Degree=positive Number=singular Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afp-s2----s3p | Adjective Type=qualificative Degree=positive Number=singular Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afp-s2----p1 | Adjective Type=qualificative Degree=positive Number=singular Case=inessive Owner_Number=plural Owner_Person=first | 1 | bensőnkben/benső |
Afp-s2----p1s | Adjective Type=qualificative Degree=positive Number=singular Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afp-s2----p1p | Adjective Type=qualificative Degree=positive Number=singular Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afp-s2----p2 | Adjective Type=qualificative Degree=positive Number=singular Case=inessive Owner_Number=plural Owner_Person=second | 1 |  |
Afp-s2----p2s | Adjective Type=qualificative Degree=positive Number=singular Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afp-s2----p2p | Adjective Type=qualificative Degree=positive Number=singular Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afp-s2----p3 | Adjective Type=qualificative Degree=positive Number=singular Case=inessive Owner_Number=plural Owner_Person=third | 4 | tulajdonukban/tulajdon, szomszédjukban/szomszéd, kötőjükben/kötő, bensőjükben/benső |
Afp-s2----p3s | Adjective Type=qualificative Degree=positive Number=singular Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afp-s2----p3p | Adjective Type=qualificative Degree=positive Number=singular Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afp-se | Adjective Type=qualificative Degree=positive Number=singular Case=elative | 37 | vállalkozóból/vállalkozó, üstökösből/üstökös, újból/új, terepjáróból/terepjáró, távolból/távol |
Afp-se------s | Adjective Type=qualificative Degree=positive Number=singular Case=elative Owned_Number=singular | 1 | elemzéséből/elemzés |
Afp-se------p | Adjective Type=qualificative Degree=positive Number=singular Case=elative Owned_Number=plural | 1 |  |
Afp-se----s1 | Adjective Type=qualificative Degree=positive Number=singular Case=elative Owner_Number=singular Owner_Person=first | 1 |  |
Afp-se----s1s | Adjective Type=qualificative Degree=positive Number=singular Case=elative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afp-se----s1p | Adjective Type=qualificative Degree=positive Number=singular Case=elative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afp-se----s2 | Adjective Type=qualificative Degree=positive Number=singular Case=elative Owner_Number=singular Owner_Person=second | 1 |  |
Afp-se----s2s | Adjective Type=qualificative Degree=positive Number=singular Case=elative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afp-se----s2p | Adjective Type=qualificative Degree=positive Number=singular Case=elative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afp-se----s3 | Adjective Type=qualificative Degree=positive Number=singular Case=elative Owner_Number=singular Owner_Person=third | 6 | szakadtából/szakadt, önszántából/önszánt, nagyjából/nagy, igazából/igaz, formájából/forma |
Afp-se----s3s | Adjective Type=qualificative Degree=positive Number=singular Case=elative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afp-se----s3p | Adjective Type=qualificative Degree=positive Number=singular Case=elative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afp-se----p1 | Adjective Type=qualificative Degree=positive Number=singular Case=elative Owner_Number=plural Owner_Person=first | 1 |  |
Afp-se----p1s | Adjective Type=qualificative Degree=positive Number=singular Case=elative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afp-se----p1p | Adjective Type=qualificative Degree=positive Number=singular Case=elative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afp-se----p2 | Adjective Type=qualificative Degree=positive Number=singular Case=elative Owner_Number=plural Owner_Person=second | 1 |  |
Afp-se----p2s | Adjective Type=qualificative Degree=positive Number=singular Case=elative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afp-se----p2p | Adjective Type=qualificative Degree=positive Number=singular Case=elative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afp-se----p3 | Adjective Type=qualificative Degree=positive Number=singular Case=elative Owner_Number=plural Owner_Person=third | 4 | pengőjükből/pengő, önszántukból/önszánt, múltjukból/múlt, hálójukból/háló |
Afp-se----p3s | Adjective Type=qualificative Degree=positive Number=singular Case=elative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afp-se----p3p | Adjective Type=qualificative Degree=positive Number=singular Case=elative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afp-st | Adjective Type=qualificative Degree=positive Number=singular Case=allative | 38 | zsidóhoz/zsidó, vízszinteshez/vízszintes, vezetőihez/vezetői, vámtisztviselőhöz/vámtisztviselő, tulajdonoshoz/tulajdonos |
Afp-st------s | Adjective Type=qualificative Degree=positive Number=singular Case=allative Owned_Number=singular | 3 | zsidóéhoz/zsidó, hitelvesztéséhez/hitelvesztés, hidegéhez/hideg |
Afp-st------p | Adjective Type=qualificative Degree=positive Number=singular Case=allative Owned_Number=plural | 1 |  |
Afp-st----s1 | Adjective Type=qualificative Degree=positive Number=singular Case=allative Owner_Number=singular Owner_Person=first | 1 |  |
Afp-st----s1s | Adjective Type=qualificative Degree=positive Number=singular Case=allative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afp-st----s1p | Adjective Type=qualificative Degree=positive Number=singular Case=allative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afp-st----s2 | Adjective Type=qualificative Degree=positive Number=singular Case=allative Owner_Number=singular Owner_Person=second | 1 |  |
Afp-st----s2s | Adjective Type=qualificative Degree=positive Number=singular Case=allative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afp-st----s2p | Adjective Type=qualificative Degree=positive Number=singular Case=allative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afp-st----s3 | Adjective Type=qualificative Degree=positive Number=singular Case=allative Owner_Number=singular Owner_Person=third | 4 | vezetőjéhez/vezető, hitelvesztéséhez/hitelvesztés, hidegéhez/hideg, csípőjéhez/csípő |
Afp-st----s3s | Adjective Type=qualificative Degree=positive Number=singular Case=allative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afp-st----s3p | Adjective Type=qualificative Degree=positive Number=singular Case=allative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afp-st----p1 | Adjective Type=qualificative Degree=positive Number=singular Case=allative Owner_Number=plural Owner_Person=first | 1 |  |
Afp-st----p1s | Adjective Type=qualificative Degree=positive Number=singular Case=allative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afp-st----p1p | Adjective Type=qualificative Degree=positive Number=singular Case=allative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afp-st----p2 | Adjective Type=qualificative Degree=positive Number=singular Case=allative Owner_Number=plural Owner_Person=second | 1 |  |
Afp-st----p2s | Adjective Type=qualificative Degree=positive Number=singular Case=allative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afp-st----p2p | Adjective Type=qualificative Degree=positive Number=singular Case=allative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afp-st----p3 | Adjective Type=qualificative Degree=positive Number=singular Case=allative Owner_Number=plural Owner_Person=third | 1 |  |
Afp-st----p3s | Adjective Type=qualificative Degree=positive Number=singular Case=allative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afp-st----p3p | Adjective Type=qualificative Degree=positive Number=singular Case=allative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afp-s3 | Adjective Type=qualificative Degree=positive Number=singular Case=adessive | 41 | zsidónál/zsidó, vártnál/várt, valóságosnál/valóságos, valamennyinél/valamennyi, tulajdonosnál/tulajdonos |
Afp-s3------s | Adjective Type=qualificative Degree=positive Number=singular Case=adessive Owned_Number=singular | 1 |  |
Afp-s3------p | Adjective Type=qualificative Degree=positive Number=singular Case=adessive Owned_Number=plural | 1 |  |
Afp-s3----s1 | Adjective Type=qualificative Degree=positive Number=singular Case=adessive Owner_Number=singular Owner_Person=first | 1 |  |
Afp-s3----s1s | Adjective Type=qualificative Degree=positive Number=singular Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afp-s3----s1p | Adjective Type=qualificative Degree=positive Number=singular Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afp-s3----s2 | Adjective Type=qualificative Degree=positive Number=singular Case=adessive Owner_Number=singular Owner_Person=second | 1 |  |
Afp-s3----s2s | Adjective Type=qualificative Degree=positive Number=singular Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afp-s3----s2p | Adjective Type=qualificative Degree=positive Number=singular Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afp-s3----s3 | Adjective Type=qualificative Degree=positive Number=singular Case=adessive Owner_Number=singular Owner_Person=third | 2 | szentjénél/szent, megállójánál/megálló |
Afp-s3----s3s | Adjective Type=qualificative Degree=positive Number=singular Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afp-s3----s3p | Adjective Type=qualificative Degree=positive Number=singular Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afp-s3----p1 | Adjective Type=qualificative Degree=positive Number=singular Case=adessive Owner_Number=plural Owner_Person=first | 1 |  |
Afp-s3----p1s | Adjective Type=qualificative Degree=positive Number=singular Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afp-s3----p1p | Adjective Type=qualificative Degree=positive Number=singular Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afp-s3----p2 | Adjective Type=qualificative Degree=positive Number=singular Case=adessive Owner_Number=plural Owner_Person=second | 1 |  |
Afp-s3----p2s | Adjective Type=qualificative Degree=positive Number=singular Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afp-s3----p2p | Adjective Type=qualificative Degree=positive Number=singular Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afp-s3----p3 | Adjective Type=qualificative Degree=positive Number=singular Case=adessive Owner_Number=plural Owner_Person=third | 1 |  |
Afp-s3----p3s | Adjective Type=qualificative Degree=positive Number=singular Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afp-s3----p3p | Adjective Type=qualificative Degree=positive Number=singular Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afp-sb | Adjective Type=qualificative Degree=positive Number=singular Case=ablative | 37 | vezetőitől/vezetői, vasastól/vasas, többitől/többi, szervezettől/szervezett, szabályostól/szabályos |
Afp-sb------s | Adjective Type=qualificative Degree=positive Number=singular Case=ablative Owned_Number=singular | 3 | ügyeletesétől/ügyeletes, tettétől/tett, illetékesétől/illetékes |
Afp-sb------p | Adjective Type=qualificative Degree=positive Number=singular Case=ablative Owned_Number=plural | 1 |  |
Afp-sb----s1 | Adjective Type=qualificative Degree=positive Number=singular Case=ablative Owner_Number=singular Owner_Person=first | 1 |  |
Afp-sb----s1s | Adjective Type=qualificative Degree=positive Number=singular Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afp-sb----s1p | Adjective Type=qualificative Degree=positive Number=singular Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afp-sb----s2 | Adjective Type=qualificative Degree=positive Number=singular Case=ablative Owner_Number=singular Owner_Person=second | 1 |  |
Afp-sb----s2s | Adjective Type=qualificative Degree=positive Number=singular Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afp-sb----s2p | Adjective Type=qualificative Degree=positive Number=singular Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afp-sb----s3 | Adjective Type=qualificative Degree=positive Number=singular Case=ablative Owner_Number=singular Owner_Person=third | 13 | vezetőjétől/vezető, ügyvezetőjétől/ügyvezető, ügyeletesétől/ügyeletes, tettétől/tett, találkozójától/találkozó |
Afp-sb----s3s | Adjective Type=qualificative Degree=positive Number=singular Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afp-sb----s3p | Adjective Type=qualificative Degree=positive Number=singular Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afp-sb----p1 | Adjective Type=qualificative Degree=positive Number=singular Case=ablative Owner_Number=plural Owner_Person=first | 1 |  |
Afp-sb----p1s | Adjective Type=qualificative Degree=positive Number=singular Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afp-sb----p1p | Adjective Type=qualificative Degree=positive Number=singular Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afp-sb----p2 | Adjective Type=qualificative Degree=positive Number=singular Case=ablative Owner_Number=plural Owner_Person=second | 1 |  |
Afp-sb----p2s | Adjective Type=qualificative Degree=positive Number=singular Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afp-sb----p2p | Adjective Type=qualificative Degree=positive Number=singular Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afp-sb----p3 | Adjective Type=qualificative Degree=positive Number=singular Case=ablative Owner_Number=plural Owner_Person=third | 1 | játékosuktól/játékos |
Afp-sb----p3s | Adjective Type=qualificative Degree=positive Number=singular Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afp-sb----p3p | Adjective Type=qualificative Degree=positive Number=singular Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afp-s9 | Adjective Type=qualificative Degree=positive Number=singular Case=terminative | 10 | újig/új, töltésig/töltés, színültig/színült, őszig/ősz, fordulóig/forduló |
Afp-s9------s | Adjective Type=qualificative Degree=positive Number=singular Case=terminative Owned_Number=singular | 1 | elkészültéig/elkészült |
Afp-s9------p | Adjective Type=qualificative Degree=positive Number=singular Case=terminative Owned_Number=plural | 1 |  |
Afp-s9----s1 | Adjective Type=qualificative Degree=positive Number=singular Case=terminative Owner_Number=singular Owner_Person=first | 1 |  |
Afp-s9----s1s | Adjective Type=qualificative Degree=positive Number=singular Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afp-s9----s1p | Adjective Type=qualificative Degree=positive Number=singular Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afp-s9----s2 | Adjective Type=qualificative Degree=positive Number=singular Case=terminative Owner_Number=singular Owner_Person=second | 1 |  |
Afp-s9----s2s | Adjective Type=qualificative Degree=positive Number=singular Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afp-s9----s2p | Adjective Type=qualificative Degree=positive Number=singular Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afp-s9----s3 | Adjective Type=qualificative Degree=positive Number=singular Case=terminative Owner_Number=singular Owner_Person=third | 1 | elkészültéig/elkészült |
Afp-s9----s3s | Adjective Type=qualificative Degree=positive Number=singular Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afp-s9----s3p | Adjective Type=qualificative Degree=positive Number=singular Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afp-s9----p1 | Adjective Type=qualificative Degree=positive Number=singular Case=terminative Owner_Number=plural Owner_Person=first | 1 |  |
Afp-s9----p1s | Adjective Type=qualificative Degree=positive Number=singular Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afp-s9----p1p | Adjective Type=qualificative Degree=positive Number=singular Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afp-s9----p2 | Adjective Type=qualificative Degree=positive Number=singular Case=terminative Owner_Number=plural Owner_Person=second | 1 |  |
Afp-s9----p2s | Adjective Type=qualificative Degree=positive Number=singular Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afp-s9----p2p | Adjective Type=qualificative Degree=positive Number=singular Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afp-s9----p3 | Adjective Type=qualificative Degree=positive Number=singular Case=terminative Owner_Number=plural Owner_Person=third | 1 |  |
Afp-s9----p3s | Adjective Type=qualificative Degree=positive Number=singular Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afp-s9----p3p | Adjective Type=qualificative Degree=positive Number=singular Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afp-sw | Adjective Type=qualificative Degree=positive Number=singular Case=essive | 760 | zseniálisan/zseniális, zavartan/zavart, zavarodottan/zavarodott, zajtalanul/zajtalan, vontatottan/vontatott |
Afp-sw------s | Adjective Type=qualificative Degree=positive Number=singular Case=essive Owned_Number=singular | 1 |  |
Afp-sw------p | Adjective Type=qualificative Degree=positive Number=singular Case=essive Owned_Number=plural | 1 |  |
Afp-sw----s1 | Adjective Type=qualificative Degree=positive Number=singular Case=essive Owner_Number=singular Owner_Person=first | 1 |  |
Afp-sw----s1s | Adjective Type=qualificative Degree=positive Number=singular Case=essive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afp-sw----s1p | Adjective Type=qualificative Degree=positive Number=singular Case=essive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afp-sw----s2 | Adjective Type=qualificative Degree=positive Number=singular Case=essive Owner_Number=singular Owner_Person=second | 1 |  |
Afp-sw----s2s | Adjective Type=qualificative Degree=positive Number=singular Case=essive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afp-sw----s2p | Adjective Type=qualificative Degree=positive Number=singular Case=essive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afp-sw----s3 | Adjective Type=qualificative Degree=positive Number=singular Case=essive Owner_Number=singular Owner_Person=third | 2 | várójául/váró, prédájául/préda |
Afp-sw----s3s | Adjective Type=qualificative Degree=positive Number=singular Case=essive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afp-sw----s3p | Adjective Type=qualificative Degree=positive Number=singular Case=essive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afp-sw----p1 | Adjective Type=qualificative Degree=positive Number=singular Case=essive Owner_Number=plural Owner_Person=first | 1 |  |
Afp-sw----p1s | Adjective Type=qualificative Degree=positive Number=singular Case=essive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afp-sw----p1p | Adjective Type=qualificative Degree=positive Number=singular Case=essive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afp-sw----p2 | Adjective Type=qualificative Degree=positive Number=singular Case=essive Owner_Number=plural Owner_Person=second | 1 |  |
Afp-sw----p2s | Adjective Type=qualificative Degree=positive Number=singular Case=essive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afp-sw----p2p | Adjective Type=qualificative Degree=positive Number=singular Case=essive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afp-sw----p3 | Adjective Type=qualificative Degree=positive Number=singular Case=essive Owner_Number=plural Owner_Person=third | 1 |  |
Afp-sw----p3s | Adjective Type=qualificative Degree=positive Number=singular Case=essive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afp-sw----p3p | Adjective Type=qualificative Degree=positive Number=singular Case=essive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afp-sm | Adjective Type=qualificative Degree=positive Number=singular Case=temporalis | 3 | múltkor/múlt, máskor/más, jókor/jó |
Afp-sm------s | Adjective Type=qualificative Degree=positive Number=singular Case=temporalis Owned_Number=singular | 1 |  |
Afp-sm------p | Adjective Type=qualificative Degree=positive Number=singular Case=temporalis Owned_Number=plural | 1 |  |
Afp-sm----s1 | Adjective Type=qualificative Degree=positive Number=singular Case=temporalis Owner_Number=singular Owner_Person=first | 1 |  |
Afp-sm----s1s | Adjective Type=qualificative Degree=positive Number=singular Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afp-sm----s1p | Adjective Type=qualificative Degree=positive Number=singular Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afp-sm----s2 | Adjective Type=qualificative Degree=positive Number=singular Case=temporalis Owner_Number=singular Owner_Person=second | 1 |  |
Afp-sm----s2s | Adjective Type=qualificative Degree=positive Number=singular Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afp-sm----s2p | Adjective Type=qualificative Degree=positive Number=singular Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afp-sm----s3 | Adjective Type=qualificative Degree=positive Number=singular Case=temporalis Owner_Number=singular Owner_Person=third | 1 |  |
Afp-sm----s3s | Adjective Type=qualificative Degree=positive Number=singular Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afp-sm----s3p | Adjective Type=qualificative Degree=positive Number=singular Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afp-sm----p1 | Adjective Type=qualificative Degree=positive Number=singular Case=temporalis Owner_Number=plural Owner_Person=first | 1 |  |
Afp-sm----p1s | Adjective Type=qualificative Degree=positive Number=singular Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afp-sm----p1p | Adjective Type=qualificative Degree=positive Number=singular Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afp-sm----p2 | Adjective Type=qualificative Degree=positive Number=singular Case=temporalis Owner_Number=plural Owner_Person=second | 1 |  |
Afp-sm----p2s | Adjective Type=qualificative Degree=positive Number=singular Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afp-sm----p2p | Adjective Type=qualificative Degree=positive Number=singular Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afp-sm----p3 | Adjective Type=qualificative Degree=positive Number=singular Case=temporalis Owner_Number=plural Owner_Person=third | 1 |  |
Afp-sm----p3s | Adjective Type=qualificative Degree=positive Number=singular Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afp-sm----p3p | Adjective Type=qualificative Degree=positive Number=singular Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afp-sc | Adjective Type=qualificative Degree=positive Number=singular Case=causalis | 10 | szerelőiért/szerelői, melegért/meleg, másért/más, lakosért/lakos, jutásért/jutás |
Afp-sc------s | Adjective Type=qualificative Degree=positive Number=singular Case=causalis Owned_Number=singular | 1 | tettéért/tett |
Afp-sc------p | Adjective Type=qualificative Degree=positive Number=singular Case=causalis Owned_Number=plural | 1 |  |
Afp-sc----s1 | Adjective Type=qualificative Degree=positive Number=singular Case=causalis Owner_Number=singular Owner_Person=first | 1 |  |
Afp-sc----s1s | Adjective Type=qualificative Degree=positive Number=singular Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afp-sc----s1p | Adjective Type=qualificative Degree=positive Number=singular Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afp-sc----s2 | Adjective Type=qualificative Degree=positive Number=singular Case=causalis Owner_Number=singular Owner_Person=second | 1 |  |
Afp-sc----s2s | Adjective Type=qualificative Degree=positive Number=singular Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afp-sc----s2p | Adjective Type=qualificative Degree=positive Number=singular Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afp-sc----s3 | Adjective Type=qualificative Degree=positive Number=singular Case=causalis Owner_Number=singular Owner_Person=third | 3 | tettéért/tett, jövőjéért/jövő, javáért/jav |
Afp-sc----s3s | Adjective Type=qualificative Degree=positive Number=singular Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afp-sc----s3p | Adjective Type=qualificative Degree=positive Number=singular Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afp-sc----p1 | Adjective Type=qualificative Degree=positive Number=singular Case=causalis Owner_Number=plural Owner_Person=first | 1 |  |
Afp-sc----p1s | Adjective Type=qualificative Degree=positive Number=singular Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afp-sc----p1p | Adjective Type=qualificative Degree=positive Number=singular Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afp-sc----p2 | Adjective Type=qualificative Degree=positive Number=singular Case=causalis Owner_Number=plural Owner_Person=second | 1 |  |
Afp-sc----p2s | Adjective Type=qualificative Degree=positive Number=singular Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afp-sc----p2p | Adjective Type=qualificative Degree=positive Number=singular Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afp-sc----p3 | Adjective Type=qualificative Degree=positive Number=singular Case=causalis Owner_Number=plural Owner_Person=third | 1 |  |
Afp-sc----p3s | Adjective Type=qualificative Degree=positive Number=singular Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afp-sc----p3p | Adjective Type=qualificative Degree=positive Number=singular Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afp-ss | Adjective Type=qualificative Degree=positive Number=singular Case=sublative | 133 | zöldre/zöld, zavartatásra/zavartatás, virradóra/virradó, vevőre/vevő, vetélkedőre/vetélkedő |
Afp-ss------s | Adjective Type=qualificative Degree=positive Number=singular Case=sublative Owned_Number=singular | 4 | mélyére/mély, kétszeresére/kétszeres, hétszeresére/hétszeres, elemzésére/elemzés |
Afp-ss------p | Adjective Type=qualificative Degree=positive Number=singular Case=sublative Owned_Number=plural | 1 |  |
Afp-ss----s1 | Adjective Type=qualificative Degree=positive Number=singular Case=sublative Owner_Number=singular Owner_Person=first | 1 |  |
Afp-ss----s1s | Adjective Type=qualificative Degree=positive Number=singular Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afp-ss----s1p | Adjective Type=qualificative Degree=positive Number=singular Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afp-ss----s2 | Adjective Type=qualificative Degree=positive Number=singular Case=sublative Owner_Number=singular Owner_Person=second | 1 |  |
Afp-ss----s2s | Adjective Type=qualificative Degree=positive Number=singular Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afp-ss----s2p | Adjective Type=qualificative Degree=positive Number=singular Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afp-ss----s3 | Adjective Type=qualificative Degree=positive Number=singular Case=sublative Owner_Number=singular Owner_Person=third | 15 | szabadjára/szabad, rosszára/rossz, riválisára/rivális, nehezére/nehéz, mélyére/mély |
Afp-ss----s3s | Adjective Type=qualificative Degree=positive Number=singular Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afp-ss----s3p | Adjective Type=qualificative Degree=positive Number=singular Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afp-ss----p1 | Adjective Type=qualificative Degree=positive Number=singular Case=sublative Owner_Number=plural Owner_Person=first | 1 | jelenetekre/jelen |
Afp-ss----p1s | Adjective Type=qualificative Degree=positive Number=singular Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afp-ss----p1p | Adjective Type=qualificative Degree=positive Number=singular Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afp-ss----p2 | Adjective Type=qualificative Degree=positive Number=singular Case=sublative Owner_Number=plural Owner_Person=second | 1 |  |
Afp-ss----p2s | Adjective Type=qualificative Degree=positive Number=singular Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afp-ss----p2p | Adjective Type=qualificative Degree=positive Number=singular Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afp-ss----p3 | Adjective Type=qualificative Degree=positive Number=singular Case=sublative Owner_Number=plural Owner_Person=third | 2 | javukra/jav, derekukra/derék |
Afp-ss----p3s | Adjective Type=qualificative Degree=positive Number=singular Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afp-ss----p3p | Adjective Type=qualificative Degree=positive Number=singular Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afp-sh | Adjective Type=qualificative Degree=positive Number=singular Case=delative | 36 | védőről/védő, úttörőiről/úttörői, üstökösről/üstökös, töltésről/töltés, többiről/többi |
Afp-sh------s | Adjective Type=qualificative Degree=positive Number=singular Case=delative Owned_Number=singular | 2 | szüléséről/szülés, mélyéről/mély |
Afp-sh------p | Adjective Type=qualificative Degree=positive Number=singular Case=delative Owned_Number=plural | 1 |  |
Afp-sh----s1 | Adjective Type=qualificative Degree=positive Number=singular Case=delative Owner_Number=singular Owner_Person=first | 1 |  |
Afp-sh----s1s | Adjective Type=qualificative Degree=positive Number=singular Case=delative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afp-sh----s1p | Adjective Type=qualificative Degree=positive Number=singular Case=delative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afp-sh----s2 | Adjective Type=qualificative Degree=positive Number=singular Case=delative Owner_Number=singular Owner_Person=second | 1 |  |
Afp-sh----s2s | Adjective Type=qualificative Degree=positive Number=singular Case=delative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afp-sh----s2p | Adjective Type=qualificative Degree=positive Number=singular Case=delative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afp-sh----s3 | Adjective Type=qualificative Degree=positive Number=singular Case=delative Owner_Number=singular Owner_Person=third | 6 | szüléséről/szülés, mélyéről/mély, jövőjéről/jövő, dolgozójáról/dolgozó, derekáról/derék |
Afp-sh----s3s | Adjective Type=qualificative Degree=positive Number=singular Case=delative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afp-sh----s3p | Adjective Type=qualificative Degree=positive Number=singular Case=delative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afp-sh----p1 | Adjective Type=qualificative Degree=positive Number=singular Case=delative Owner_Number=plural Owner_Person=first | 1 |  |
Afp-sh----p1s | Adjective Type=qualificative Degree=positive Number=singular Case=delative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afp-sh----p1p | Adjective Type=qualificative Degree=positive Number=singular Case=delative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afp-sh----p2 | Adjective Type=qualificative Degree=positive Number=singular Case=delative Owner_Number=plural Owner_Person=second | 1 |  |
Afp-sh----p2s | Adjective Type=qualificative Degree=positive Number=singular Case=delative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afp-sh----p2p | Adjective Type=qualificative Degree=positive Number=singular Case=delative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afp-sh----p3 | Adjective Type=qualificative Degree=positive Number=singular Case=delative Owner_Number=plural Owner_Person=third | 1 |  |
Afp-sh----p3s | Adjective Type=qualificative Degree=positive Number=singular Case=delative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afp-sh----p3p | Adjective Type=qualificative Degree=positive Number=singular Case=delative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afp-sq | Adjective Type=qualificative Degree=positive Number=singular Case=sociative | 1 |  |
Afp-sq------s | Adjective Type=qualificative Degree=positive Number=singular Case=sociative Owned_Number=singular | 1 |  |
Afp-sq------p | Adjective Type=qualificative Degree=positive Number=singular Case=sociative Owned_Number=plural | 1 |  |
Afp-sq----s1 | Adjective Type=qualificative Degree=positive Number=singular Case=sociative Owner_Number=singular Owner_Person=first | 1 |  |
Afp-sq----s1s | Adjective Type=qualificative Degree=positive Number=singular Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afp-sq----s1p | Adjective Type=qualificative Degree=positive Number=singular Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afp-sq----s2 | Adjective Type=qualificative Degree=positive Number=singular Case=sociative Owner_Number=singular Owner_Person=second | 1 |  |
Afp-sq----s2s | Adjective Type=qualificative Degree=positive Number=singular Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afp-sq----s2p | Adjective Type=qualificative Degree=positive Number=singular Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afp-sq----s3 | Adjective Type=qualificative Degree=positive Number=singular Case=sociative Owner_Number=singular Owner_Person=third | 1 |  |
Afp-sq----s3s | Adjective Type=qualificative Degree=positive Number=singular Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afp-sq----s3p | Adjective Type=qualificative Degree=positive Number=singular Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afp-sq----p1 | Adjective Type=qualificative Degree=positive Number=singular Case=sociative Owner_Number=plural Owner_Person=first | 1 |  |
Afp-sq----p1s | Adjective Type=qualificative Degree=positive Number=singular Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afp-sq----p1p | Adjective Type=qualificative Degree=positive Number=singular Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afp-sq----p2 | Adjective Type=qualificative Degree=positive Number=singular Case=sociative Owner_Number=plural Owner_Person=second | 1 |  |
Afp-sq----p2s | Adjective Type=qualificative Degree=positive Number=singular Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afp-sq----p2p | Adjective Type=qualificative Degree=positive Number=singular Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afp-sq----p3 | Adjective Type=qualificative Degree=positive Number=singular Case=sociative Owner_Number=plural Owner_Person=third | 1 |  |
Afp-sq----p3s | Adjective Type=qualificative Degree=positive Number=singular Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afp-sq----p3p | Adjective Type=qualificative Degree=positive Number=singular Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afp-sy | Adjective Type=qualificative Degree=positive Number=singular Case=factive | 133 | viszonylagossá/viszonylagos, világossá/világos, vigyázatlanná/vigyázatlan, veszélyessé/veszélyes, veszedelmessé/veszedelmes |
Afp-sy------s | Adjective Type=qualificative Degree=positive Number=singular Case=factive Owned_Number=singular | 1 |  |
Afp-sy------p | Adjective Type=qualificative Degree=positive Number=singular Case=factive Owned_Number=plural | 1 |  |
Afp-sy----s1 | Adjective Type=qualificative Degree=positive Number=singular Case=factive Owner_Number=singular Owner_Person=first | 1 |  |
Afp-sy----s1s | Adjective Type=qualificative Degree=positive Number=singular Case=factive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afp-sy----s1p | Adjective Type=qualificative Degree=positive Number=singular Case=factive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afp-sy----s2 | Adjective Type=qualificative Degree=positive Number=singular Case=factive Owner_Number=singular Owner_Person=second | 1 |  |
Afp-sy----s2s | Adjective Type=qualificative Degree=positive Number=singular Case=factive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afp-sy----s2p | Adjective Type=qualificative Degree=positive Number=singular Case=factive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afp-sy----s3 | Adjective Type=qualificative Degree=positive Number=singular Case=factive Owner_Number=singular Owner_Person=third | 2 | vezetőjévé/vezető, árulójává/áruló |
Afp-sy----s3s | Adjective Type=qualificative Degree=positive Number=singular Case=factive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afp-sy----s3p | Adjective Type=qualificative Degree=positive Number=singular Case=factive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afp-sy----p1 | Adjective Type=qualificative Degree=positive Number=singular Case=factive Owner_Number=plural Owner_Person=first | 1 |  |
Afp-sy----p1s | Adjective Type=qualificative Degree=positive Number=singular Case=factive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afp-sy----p1p | Adjective Type=qualificative Degree=positive Number=singular Case=factive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afp-sy----p2 | Adjective Type=qualificative Degree=positive Number=singular Case=factive Owner_Number=plural Owner_Person=second | 1 |  |
Afp-sy----p2s | Adjective Type=qualificative Degree=positive Number=singular Case=factive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afp-sy----p2p | Adjective Type=qualificative Degree=positive Number=singular Case=factive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afp-sy----p3 | Adjective Type=qualificative Degree=positive Number=singular Case=factive Owner_Number=plural Owner_Person=third | 1 |  |
Afp-sy----p3s | Adjective Type=qualificative Degree=positive Number=singular Case=factive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afp-sy----p3p | Adjective Type=qualificative Degree=positive Number=singular Case=factive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afp-sp | Adjective Type=qualificative Degree=positive Number=singular Case=superessive | 377 | zabolátlan-szabadon/zabolátlan-szabad, vonalmentesen/vonalmentes, vízszintesen/vízszintes, visszavágón/visszavágó, villámcsapásszerűen/villámcsapásszerű |
Afp-sp------s | Adjective Type=qualificative Degree=positive Number=singular Case=superessive Owned_Number=singular | 4 | őszén/ősz, mentén/ment, mélyén/mély, könnyedén/könnyed |
Afp-sp------p | Adjective Type=qualificative Degree=positive Number=singular Case=superessive Owned_Number=plural | 1 |  |
Afp-sp----s1 | Adjective Type=qualificative Degree=positive Number=singular Case=superessive Owner_Number=singular Owner_Person=first | 1 |  |
Afp-sp----s1s | Adjective Type=qualificative Degree=positive Number=singular Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afp-sp----s1p | Adjective Type=qualificative Degree=positive Number=singular Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afp-sp----s2 | Adjective Type=qualificative Degree=positive Number=singular Case=superessive Owner_Number=singular Owner_Person=second | 1 | gyengéden/gyenge |
Afp-sp----s2s | Adjective Type=qualificative Degree=positive Number=singular Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afp-sp----s2p | Adjective Type=qualificative Degree=positive Number=singular Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afp-sp----s3 | Adjective Type=qualificative Degree=positive Number=singular Case=superessive Owner_Number=singular Owner_Person=third | 16 | találkozóján/találkozó, tájékoztatóján/tájékoztató, sajtótájékoztatóján/sajtótájékoztató, rangadóján/rangadó, őszén/ősz |
Afp-sp----s3s | Adjective Type=qualificative Degree=positive Number=singular Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afp-sp----s3p | Adjective Type=qualificative Degree=positive Number=singular Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afp-sp----p1 | Adjective Type=qualificative Degree=positive Number=singular Case=superessive Owner_Number=plural Owner_Person=first | 1 |  |
Afp-sp----p1s | Adjective Type=qualificative Degree=positive Number=singular Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afp-sp----p1p | Adjective Type=qualificative Degree=positive Number=singular Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afp-sp----p2 | Adjective Type=qualificative Degree=positive Number=singular Case=superessive Owner_Number=plural Owner_Person=second | 1 |  |
Afp-sp----p2s | Adjective Type=qualificative Degree=positive Number=singular Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afp-sp----p2p | Adjective Type=qualificative Degree=positive Number=singular Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afp-sp----p3 | Adjective Type=qualificative Degree=positive Number=singular Case=superessive Owner_Number=plural Owner_Person=third | 1 | találkozójukon/találkozó |
Afp-sp----p3s | Adjective Type=qualificative Degree=positive Number=singular Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afp-sp----p3p | Adjective Type=qualificative Degree=positive Number=singular Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afp-su | Adjective Type=qualificative Degree=positive Number=singular Case=distributive | 1 |  |
Afp-su------s | Adjective Type=qualificative Degree=positive Number=singular Case=distributive Owned_Number=singular | 1 |  |
Afp-su------p | Adjective Type=qualificative Degree=positive Number=singular Case=distributive Owned_Number=plural | 1 |  |
Afp-su----s1 | Adjective Type=qualificative Degree=positive Number=singular Case=distributive Owner_Number=singular Owner_Person=first | 1 |  |
Afp-su----s1s | Adjective Type=qualificative Degree=positive Number=singular Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afp-su----s1p | Adjective Type=qualificative Degree=positive Number=singular Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afp-su----s2 | Adjective Type=qualificative Degree=positive Number=singular Case=distributive Owner_Number=singular Owner_Person=second | 1 |  |
Afp-su----s2s | Adjective Type=qualificative Degree=positive Number=singular Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afp-su----s2p | Adjective Type=qualificative Degree=positive Number=singular Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afp-su----s3 | Adjective Type=qualificative Degree=positive Number=singular Case=distributive Owner_Number=singular Owner_Person=third | 1 |  |
Afp-su----s3s | Adjective Type=qualificative Degree=positive Number=singular Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afp-su----s3p | Adjective Type=qualificative Degree=positive Number=singular Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afp-su----p1 | Adjective Type=qualificative Degree=positive Number=singular Case=distributive Owner_Number=plural Owner_Person=first | 1 |  |
Afp-su----p1s | Adjective Type=qualificative Degree=positive Number=singular Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afp-su----p1p | Adjective Type=qualificative Degree=positive Number=singular Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afp-su----p2 | Adjective Type=qualificative Degree=positive Number=singular Case=distributive Owner_Number=plural Owner_Person=second | 1 |  |
Afp-su----p2s | Adjective Type=qualificative Degree=positive Number=singular Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afp-su----p2p | Adjective Type=qualificative Degree=positive Number=singular Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afp-su----p3 | Adjective Type=qualificative Degree=positive Number=singular Case=distributive Owner_Number=plural Owner_Person=third | 1 |  |
Afp-su----p3s | Adjective Type=qualificative Degree=positive Number=singular Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afp-su----p3p | Adjective Type=qualificative Degree=positive Number=singular Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afp-sf | Adjective Type=qualificative Degree=positive Number=singular Case=essive-formal | 38 | utolsóként/utolsó, tulajdonosként/tulajdonos, tulajdonképp/tulajdon, tulajdonképpen/tulajdon, tettként/tett |
Afp-sf------s | Adjective Type=qualificative Degree=positive Number=singular Case=essive-formal Owned_Number=singular | 1 |  |
Afp-sf------p | Adjective Type=qualificative Degree=positive Number=singular Case=essive-formal Owned_Number=plural | 1 |  |
Afp-sf----s1 | Adjective Type=qualificative Degree=positive Number=singular Case=essive-formal Owner_Number=singular Owner_Person=first | 1 |  |
Afp-sf----s1s | Adjective Type=qualificative Degree=positive Number=singular Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afp-sf----s1p | Adjective Type=qualificative Degree=positive Number=singular Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afp-sf----s2 | Adjective Type=qualificative Degree=positive Number=singular Case=essive-formal Owner_Number=singular Owner_Person=second | 1 |  |
Afp-sf----s2s | Adjective Type=qualificative Degree=positive Number=singular Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afp-sf----s2p | Adjective Type=qualificative Degree=positive Number=singular Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afp-sf----s3 | Adjective Type=qualificative Degree=positive Number=singular Case=essive-formal Owner_Number=singular Owner_Person=third | 6 | tulajdonosaként/tulajdonos, termelőjeként/termelő, társtulajdonosaként/társtulajdonos, szószólójaként/szószóló, megújítójaként/megújító |
Afp-sf----s3s | Adjective Type=qualificative Degree=positive Number=singular Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afp-sf----s3p | Adjective Type=qualificative Degree=positive Number=singular Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afp-sf----p1 | Adjective Type=qualificative Degree=positive Number=singular Case=essive-formal Owner_Number=plural Owner_Person=first | 1 |  |
Afp-sf----p1s | Adjective Type=qualificative Degree=positive Number=singular Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afp-sf----p1p | Adjective Type=qualificative Degree=positive Number=singular Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afp-sf----p2 | Adjective Type=qualificative Degree=positive Number=singular Case=essive-formal Owner_Number=plural Owner_Person=second | 1 |  |
Afp-sf----p2s | Adjective Type=qualificative Degree=positive Number=singular Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afp-sf----p2p | Adjective Type=qualificative Degree=positive Number=singular Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afp-sf----p3 | Adjective Type=qualificative Degree=positive Number=singular Case=essive-formal Owner_Number=plural Owner_Person=third | 1 |  |
Afp-sf----p3s | Adjective Type=qualificative Degree=positive Number=singular Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afp-sf----p3p | Adjective Type=qualificative Degree=positive Number=singular Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afp-pn | Adjective Type=qualificative Degree=positive Number=plural Case=nominative | 1128 | zupások/zupás, zuhantak/zuhant, zugárusok/zugárus, zsugoriak/zsugori, zsúfoltak/zsúfolt |
Afp-pn------s | Adjective Type=qualificative Degree=positive Number=plural Case=nominative Owned_Number=singular | 6 | többieké/többi, proliké/proli, másoké/más, kelet-budapestieké/kelet-budapesti, kapitalistáké/kapitalista |
Afp-pn------p | Adjective Type=qualificative Degree=positive Number=plural Case=nominative Owned_Number=plural | 1 |  |
Afp-pn----s1 | Adjective Type=qualificative Degree=positive Number=plural Case=nominative Owner_Number=singular Owner_Person=first | 1 | gyöngéim/gyönge |
Afp-pn----s1s | Adjective Type=qualificative Degree=positive Number=plural Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afp-pn----s1p | Adjective Type=qualificative Degree=positive Number=plural Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afp-pn----s2 | Adjective Type=qualificative Degree=positive Number=plural Case=nominative Owner_Number=singular Owner_Person=second | 1 |  |
Afp-pn----s2s | Adjective Type=qualificative Degree=positive Number=plural Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afp-pn----s2p | Adjective Type=qualificative Degree=positive Number=plural Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afp-pn----s3 | Adjective Type=qualificative Degree=positive Number=plural Case=nominative Owner_Number=singular Owner_Person=third | 96 | zökkenői/zökkenő, vezetői/vezető, vezérigazgatói/vezérigazgató, vevői/vevő, védői/védő |
Afp-pn----s3s | Adjective Type=qualificative Degree=positive Number=plural Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afp-pn----s3p | Adjective Type=qualificative Degree=positive Number=plural Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afp-pn----p1 | Adjective Type=qualificative Degree=positive Number=plural Case=nominative Owner_Number=plural Owner_Person=first | 1 | vezetőink/vezető |
Afp-pn----p1s | Adjective Type=qualificative Degree=positive Number=plural Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afp-pn----p1p | Adjective Type=qualificative Degree=positive Number=plural Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afp-pn----p2 | Adjective Type=qualificative Degree=positive Number=plural Case=nominative Owner_Number=plural Owner_Person=second | 1 |  |
Afp-pn----p2s | Adjective Type=qualificative Degree=positive Number=plural Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afp-pn----p2p | Adjective Type=qualificative Degree=positive Number=plural Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afp-pn----p3 | Adjective Type=qualificative Degree=positive Number=plural Case=nominative Owner_Number=plural Owner_Person=third | 7 | választóik/választó, tulajdonosaik/tulajdonos, pengőik/pengő, kezelőik/kezelő, intézőik/intéző |
Afp-pn----p3s | Adjective Type=qualificative Degree=positive Number=plural Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afp-pn----p3p | Adjective Type=qualificative Degree=positive Number=plural Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afp-pg | Adjective Type=qualificative Degree=positive Number=plural Case=genitive | 1 |  |
Afp-pg------s | Adjective Type=qualificative Degree=positive Number=plural Case=genitive Owned_Number=singular | 1 |  |
Afp-pg------p | Adjective Type=qualificative Degree=positive Number=plural Case=genitive Owned_Number=plural | 1 |  |
Afp-pg----s1 | Adjective Type=qualificative Degree=positive Number=plural Case=genitive Owner_Number=singular Owner_Person=first | 1 |  |
Afp-pg----s1s | Adjective Type=qualificative Degree=positive Number=plural Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afp-pg----s1p | Adjective Type=qualificative Degree=positive Number=plural Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afp-pg----s2 | Adjective Type=qualificative Degree=positive Number=plural Case=genitive Owner_Number=singular Owner_Person=second | 1 |  |
Afp-pg----s2s | Adjective Type=qualificative Degree=positive Number=plural Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afp-pg----s2p | Adjective Type=qualificative Degree=positive Number=plural Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afp-pg----s3 | Adjective Type=qualificative Degree=positive Number=plural Case=genitive Owner_Number=singular Owner_Person=third | 1 |  |
Afp-pg----s3s | Adjective Type=qualificative Degree=positive Number=plural Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afp-pg----s3p | Adjective Type=qualificative Degree=positive Number=plural Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afp-pg----p1 | Adjective Type=qualificative Degree=positive Number=plural Case=genitive Owner_Number=plural Owner_Person=first | 1 |  |
Afp-pg----p1s | Adjective Type=qualificative Degree=positive Number=plural Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afp-pg----p1p | Adjective Type=qualificative Degree=positive Number=plural Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afp-pg----p2 | Adjective Type=qualificative Degree=positive Number=plural Case=genitive Owner_Number=plural Owner_Person=second | 1 |  |
Afp-pg----p2s | Adjective Type=qualificative Degree=positive Number=plural Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afp-pg----p2p | Adjective Type=qualificative Degree=positive Number=plural Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afp-pg----p3 | Adjective Type=qualificative Degree=positive Number=plural Case=genitive Owner_Number=plural Owner_Person=third | 1 |  |
Afp-pg----p3s | Adjective Type=qualificative Degree=positive Number=plural Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afp-pg----p3p | Adjective Type=qualificative Degree=positive Number=plural Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afp-pd | Adjective Type=qualificative Degree=positive Number=plural Case=dative | 92 | vörösöknek/vörös, vizsgálódóknak/vizsgálódó, vevőknek/vevő, végzőknek/végző, vásárlóknak/vásárló |
Afp-pd------s | Adjective Type=qualificative Degree=positive Number=plural Case=dative Owned_Number=singular | 1 | készültekének/készült |
Afp-pd------p | Adjective Type=qualificative Degree=positive Number=plural Case=dative Owned_Number=plural | 1 |  |
Afp-pd----s1 | Adjective Type=qualificative Degree=positive Number=plural Case=dative Owner_Number=singular Owner_Person=first | 1 |  |
Afp-pd----s1s | Adjective Type=qualificative Degree=positive Number=plural Case=dative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afp-pd----s1p | Adjective Type=qualificative Degree=positive Number=plural Case=dative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afp-pd----s2 | Adjective Type=qualificative Degree=positive Number=plural Case=dative Owner_Number=singular Owner_Person=second | 1 |  |
Afp-pd----s2s | Adjective Type=qualificative Degree=positive Number=plural Case=dative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afp-pd----s2p | Adjective Type=qualificative Degree=positive Number=plural Case=dative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afp-pd----s3 | Adjective Type=qualificative Degree=positive Number=plural Case=dative Owner_Number=singular Owner_Person=third | 26 | vezetőinek/vezető, vallatóinak/vallató, úttörőiről/úttörő, tisztségviselőinek/tisztségviselő, szerkesztőinek/szerkesztő |
Afp-pd----s3s | Adjective Type=qualificative Degree=positive Number=plural Case=dative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afp-pd----s3p | Adjective Type=qualificative Degree=positive Number=plural Case=dative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afp-pd----p1 | Adjective Type=qualificative Degree=positive Number=plural Case=dative Owner_Number=plural Owner_Person=first | 1 |  |
Afp-pd----p1s | Adjective Type=qualificative Degree=positive Number=plural Case=dative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afp-pd----p1p | Adjective Type=qualificative Degree=positive Number=plural Case=dative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afp-pd----p2 | Adjective Type=qualificative Degree=positive Number=plural Case=dative Owner_Number=plural Owner_Person=second | 1 |  |
Afp-pd----p2s | Adjective Type=qualificative Degree=positive Number=plural Case=dative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afp-pd----p2p | Adjective Type=qualificative Degree=positive Number=plural Case=dative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afp-pd----p3 | Adjective Type=qualificative Degree=positive Number=plural Case=dative Owner_Number=plural Owner_Person=third | 1 |  |
Afp-pd----p3s | Adjective Type=qualificative Degree=positive Number=plural Case=dative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afp-pd----p3p | Adjective Type=qualificative Degree=positive Number=plural Case=dative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afp-pa | Adjective Type=qualificative Degree=positive Number=plural Case=accusative | 137 | zsidókat/zsidó, vörösöket/vörös, vontatókat/vontató, virágszedőket/virágszedő, vezetőket/vezető |
Afp-pa------s | Adjective Type=qualificative Degree=positive Number=plural Case=accusative Owned_Number=singular | 3 | másokét/más, kicsikét/kicsi, keletiekét/keleti |
Afp-pa------p | Adjective Type=qualificative Degree=positive Number=plural Case=accusative Owned_Number=plural | 1 |  |
Afp-pa----s1 | Adjective Type=qualificative Degree=positive Number=plural Case=accusative Owner_Number=singular Owner_Person=first | 1 | függőimet/függő |
Afp-pa----s1s | Adjective Type=qualificative Degree=positive Number=plural Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afp-pa----s1p | Adjective Type=qualificative Degree=positive Number=plural Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afp-pa----s2 | Adjective Type=qualificative Degree=positive Number=plural Case=accusative Owner_Number=singular Owner_Person=second | 1 |  |
Afp-pa----s2s | Adjective Type=qualificative Degree=positive Number=plural Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afp-pa----s2p | Adjective Type=qualificative Degree=positive Number=plural Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afp-pa----s3 | Adjective Type=qualificative Degree=positive Number=plural Case=accusative Owner_Number=singular Owner_Person=third | 25 | visszavágóit/visszavágó, villanyégőit/villanyégő, vezetőit/vezető, tolvajait/tolvaj, tisztviselőit/tisztviselő |
Afp-pa----s3s | Adjective Type=qualificative Degree=positive Number=plural Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afp-pa----s3p | Adjective Type=qualificative Degree=positive Number=plural Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afp-pa----p1 | Adjective Type=qualificative Degree=positive Number=plural Case=accusative Owner_Number=plural Owner_Person=first | 1 |  |
Afp-pa----p1s | Adjective Type=qualificative Degree=positive Number=plural Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afp-pa----p1p | Adjective Type=qualificative Degree=positive Number=plural Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afp-pa----p2 | Adjective Type=qualificative Degree=positive Number=plural Case=accusative Owner_Number=plural Owner_Person=second | 1 |  |
Afp-pa----p2s | Adjective Type=qualificative Degree=positive Number=plural Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afp-pa----p2p | Adjective Type=qualificative Degree=positive Number=plural Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afp-pa----p3 | Adjective Type=qualificative Degree=positive Number=plural Case=accusative Owner_Number=plural Owner_Person=third | 4 | tetteiket/tett, kutyáikat/kutya, képviselőiket/képviselő, ingatlanjaikat/ingatlan |
Afp-pa----p3s | Adjective Type=qualificative Degree=positive Number=plural Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afp-pa----p3p | Adjective Type=qualificative Degree=positive Number=plural Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afp-pi | Adjective Type=qualificative Degree=positive Number=plural Case=instrumental | 70 | zsugoriakkal/zsugori, ukránokkal/ukrán, tulajdonosakkal/tulajdonos, törülközőkkel/törülköző, többiekkel/többi |
Afp-pi------s | Adjective Type=qualificative Degree=positive Number=plural Case=instrumental Owned_Number=singular | 1 |  |
Afp-pi------p | Adjective Type=qualificative Degree=positive Number=plural Case=instrumental Owned_Number=plural | 1 |  |
Afp-pi----s1 | Adjective Type=qualificative Degree=positive Number=plural Case=instrumental Owner_Number=singular Owner_Person=first | 1 |  |
Afp-pi----s1s | Adjective Type=qualificative Degree=positive Number=plural Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afp-pi----s1p | Adjective Type=qualificative Degree=positive Number=plural Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afp-pi----s2 | Adjective Type=qualificative Degree=positive Number=plural Case=instrumental Owner_Number=singular Owner_Person=second | 1 |  |
Afp-pi----s2s | Adjective Type=qualificative Degree=positive Number=plural Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afp-pi----s2p | Adjective Type=qualificative Degree=positive Number=plural Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afp-pi----s3 | Adjective Type=qualificative Degree=positive Number=plural Case=instrumental Owner_Number=singular Owner_Person=third | 8 | vezetőivel/vezető, tisztségviselőivel/tisztségviselő, rendezőivel/rendező, lovasaival/lovas, kutyáival/kutya |
Afp-pi----s3s | Adjective Type=qualificative Degree=positive Number=plural Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afp-pi----s3p | Adjective Type=qualificative Degree=positive Number=plural Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afp-pi----p1 | Adjective Type=qualificative Degree=positive Number=plural Case=instrumental Owner_Number=plural Owner_Person=first | 1 | elnyomóinkkal/elnyomó |
Afp-pi----p1s | Adjective Type=qualificative Degree=positive Number=plural Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afp-pi----p1p | Adjective Type=qualificative Degree=positive Number=plural Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afp-pi----p2 | Adjective Type=qualificative Degree=positive Number=plural Case=instrumental Owner_Number=plural Owner_Person=second | 1 |  |
Afp-pi----p2s | Adjective Type=qualificative Degree=positive Number=plural Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afp-pi----p2p | Adjective Type=qualificative Degree=positive Number=plural Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afp-pi----p3 | Adjective Type=qualificative Degree=positive Number=plural Case=instrumental Owner_Number=plural Owner_Person=third | 3 | marokszedőikkel/marokszedő, kocsisaikkal/kocsis, hozzátartozóikkal/hozzátartozó |
Afp-pi----p3s | Adjective Type=qualificative Degree=positive Number=plural Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afp-pi----p3p | Adjective Type=qualificative Degree=positive Number=plural Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afp-px | Adjective Type=qualificative Degree=positive Number=plural Case=illative | 1 | csigaformákba/csigaformá |
Afp-px------s | Adjective Type=qualificative Degree=positive Number=plural Case=illative Owned_Number=singular | 1 |  |
Afp-px------p | Adjective Type=qualificative Degree=positive Number=plural Case=illative Owned_Number=plural | 1 |  |
Afp-px----s1 | Adjective Type=qualificative Degree=positive Number=plural Case=illative Owner_Number=singular Owner_Person=first | 1 |  |
Afp-px----s1s | Adjective Type=qualificative Degree=positive Number=plural Case=illative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afp-px----s1p | Adjective Type=qualificative Degree=positive Number=plural Case=illative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afp-px----s2 | Adjective Type=qualificative Degree=positive Number=plural Case=illative Owner_Number=singular Owner_Person=second | 1 |  |
Afp-px----s2s | Adjective Type=qualificative Degree=positive Number=plural Case=illative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afp-px----s2p | Adjective Type=qualificative Degree=positive Number=plural Case=illative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afp-px----s3 | Adjective Type=qualificative Degree=positive Number=plural Case=illative Owner_Number=singular Owner_Person=third | 1 |  |
Afp-px----s3s | Adjective Type=qualificative Degree=positive Number=plural Case=illative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afp-px----s3p | Adjective Type=qualificative Degree=positive Number=plural Case=illative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afp-px----p1 | Adjective Type=qualificative Degree=positive Number=plural Case=illative Owner_Number=plural Owner_Person=first | 1 |  |
Afp-px----p1s | Adjective Type=qualificative Degree=positive Number=plural Case=illative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afp-px----p1p | Adjective Type=qualificative Degree=positive Number=plural Case=illative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afp-px----p2 | Adjective Type=qualificative Degree=positive Number=plural Case=illative Owner_Number=plural Owner_Person=second | 1 |  |
Afp-px----p2s | Adjective Type=qualificative Degree=positive Number=plural Case=illative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afp-px----p2p | Adjective Type=qualificative Degree=positive Number=plural Case=illative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afp-px----p3 | Adjective Type=qualificative Degree=positive Number=plural Case=illative Owner_Number=plural Owner_Person=third | 1 |  |
Afp-px----p3s | Adjective Type=qualificative Degree=positive Number=plural Case=illative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afp-px----p3p | Adjective Type=qualificative Degree=positive Number=plural Case=illative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afp-p2 | Adjective Type=qualificative Degree=positive Number=plural Case=inessive | 10 | szőttesekben/szőttes, prolikban/proli, mosdókban/mosdó, mélyhűtőkben/mélyhűtő, másokban/más |
Afp-p2------s | Adjective Type=qualificative Degree=positive Number=plural Case=inessive Owned_Number=singular | 1 |  |
Afp-p2------p | Adjective Type=qualificative Degree=positive Number=plural Case=inessive Owned_Number=plural | 1 |  |
Afp-p2----s1 | Adjective Type=qualificative Degree=positive Number=plural Case=inessive Owner_Number=singular Owner_Person=first | 1 |  |
Afp-p2----s1s | Adjective Type=qualificative Degree=positive Number=plural Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afp-p2----s1p | Adjective Type=qualificative Degree=positive Number=plural Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afp-p2----s2 | Adjective Type=qualificative Degree=positive Number=plural Case=inessive Owner_Number=singular Owner_Person=second | 1 |  |
Afp-p2----s2s | Adjective Type=qualificative Degree=positive Number=plural Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afp-p2----s2p | Adjective Type=qualificative Degree=positive Number=plural Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afp-p2----s3 | Adjective Type=qualificative Degree=positive Number=plural Case=inessive Owner_Number=singular Owner_Person=third | 3 | útvesztőiben/útvesztő, üdülőiben/üdülő, fordulóiban/forduló |
Afp-p2----s3s | Adjective Type=qualificative Degree=positive Number=plural Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afp-p2----s3p | Adjective Type=qualificative Degree=positive Number=plural Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afp-p2----p1 | Adjective Type=qualificative Degree=positive Number=plural Case=inessive Owner_Number=plural Owner_Person=first | 1 |  |
Afp-p2----p1s | Adjective Type=qualificative Degree=positive Number=plural Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afp-p2----p1p | Adjective Type=qualificative Degree=positive Number=plural Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afp-p2----p2 | Adjective Type=qualificative Degree=positive Number=plural Case=inessive Owner_Number=plural Owner_Person=second | 1 |  |
Afp-p2----p2s | Adjective Type=qualificative Degree=positive Number=plural Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afp-p2----p2p | Adjective Type=qualificative Degree=positive Number=plural Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afp-p2----p3 | Adjective Type=qualificative Degree=positive Number=plural Case=inessive Owner_Number=plural Owner_Person=third | 1 |  |
Afp-p2----p3s | Adjective Type=qualificative Degree=positive Number=plural Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afp-p2----p3p | Adjective Type=qualificative Degree=positive Number=plural Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afp-pe | Adjective Type=qualificative Degree=positive Number=plural Case=elative | 18 | utóbbiakból/utóbbi, újságírókból/újságíró, ügyintézőkből/ügyintéző, tudósokból/tudós, tanítókból/tanító |
Afp-pe------s | Adjective Type=qualificative Degree=positive Number=plural Case=elative Owned_Number=singular | 1 |  |
Afp-pe------p | Adjective Type=qualificative Degree=positive Number=plural Case=elative Owned_Number=plural | 1 |  |
Afp-pe----s1 | Adjective Type=qualificative Degree=positive Number=plural Case=elative Owner_Number=singular Owner_Person=first | 1 |  |
Afp-pe----s1s | Adjective Type=qualificative Degree=positive Number=plural Case=elative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afp-pe----s1p | Adjective Type=qualificative Degree=positive Number=plural Case=elative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afp-pe----s2 | Adjective Type=qualificative Degree=positive Number=plural Case=elative Owner_Number=singular Owner_Person=second | 1 |  |
Afp-pe----s2s | Adjective Type=qualificative Degree=positive Number=plural Case=elative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afp-pe----s2p | Adjective Type=qualificative Degree=positive Number=plural Case=elative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afp-pe----s3 | Adjective Type=qualificative Degree=positive Number=plural Case=elative Owner_Number=singular Owner_Person=third | 3 | képviselőiből/képviselő, hízóiból/hízó, dolgozóiból/dolgozó |
Afp-pe----s3s | Adjective Type=qualificative Degree=positive Number=plural Case=elative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afp-pe----s3p | Adjective Type=qualificative Degree=positive Number=plural Case=elative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afp-pe----p1 | Adjective Type=qualificative Degree=positive Number=plural Case=elative Owner_Number=plural Owner_Person=first | 1 |  |
Afp-pe----p1s | Adjective Type=qualificative Degree=positive Number=plural Case=elative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afp-pe----p1p | Adjective Type=qualificative Degree=positive Number=plural Case=elative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afp-pe----p2 | Adjective Type=qualificative Degree=positive Number=plural Case=elative Owner_Number=plural Owner_Person=second | 1 |  |
Afp-pe----p2s | Adjective Type=qualificative Degree=positive Number=plural Case=elative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afp-pe----p2p | Adjective Type=qualificative Degree=positive Number=plural Case=elative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afp-pe----p3 | Adjective Type=qualificative Degree=positive Number=plural Case=elative Owner_Number=plural Owner_Person=third | 1 |  |
Afp-pe----p3s | Adjective Type=qualificative Degree=positive Number=plural Case=elative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afp-pe----p3p | Adjective Type=qualificative Degree=positive Number=plural Case=elative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afp-pt | Adjective Type=qualificative Degree=positive Number=plural Case=allative | 16 | tanítókhoz/tanító, szavazókhoz/szavazó, szaladókhoz/szaladó, marokszedőkhöz/marokszedő, lázadókhoz/lázadó |
Afp-pt------s | Adjective Type=qualificative Degree=positive Number=plural Case=allative Owned_Number=singular | 2 | szabaddemokratákéhoz/szabaddemokrata, kanokéhoz/kan |
Afp-pt------p | Adjective Type=qualificative Degree=positive Number=plural Case=allative Owned_Number=plural | 1 |  |
Afp-pt----s1 | Adjective Type=qualificative Degree=positive Number=plural Case=allative Owner_Number=singular Owner_Person=first | 1 | ismerőseimhez/ismerős |
Afp-pt----s1s | Adjective Type=qualificative Degree=positive Number=plural Case=allative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afp-pt----s1p | Adjective Type=qualificative Degree=positive Number=plural Case=allative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afp-pt----s2 | Adjective Type=qualificative Degree=positive Number=plural Case=allative Owner_Number=singular Owner_Person=second | 1 |  |
Afp-pt----s2s | Adjective Type=qualificative Degree=positive Number=plural Case=allative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afp-pt----s2p | Adjective Type=qualificative Degree=positive Number=plural Case=allative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afp-pt----s3 | Adjective Type=qualificative Degree=positive Number=plural Case=allative Owner_Number=singular Owner_Person=third | 2 | vezetőihez/vezető, lakóihoz/lakó |
Afp-pt----s3s | Adjective Type=qualificative Degree=positive Number=plural Case=allative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afp-pt----s3p | Adjective Type=qualificative Degree=positive Number=plural Case=allative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afp-pt----p1 | Adjective Type=qualificative Degree=positive Number=plural Case=allative Owner_Number=plural Owner_Person=first | 1 |  |
Afp-pt----p1s | Adjective Type=qualificative Degree=positive Number=plural Case=allative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afp-pt----p1p | Adjective Type=qualificative Degree=positive Number=plural Case=allative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afp-pt----p2 | Adjective Type=qualificative Degree=positive Number=plural Case=allative Owner_Number=plural Owner_Person=second | 1 |  |
Afp-pt----p2s | Adjective Type=qualificative Degree=positive Number=plural Case=allative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afp-pt----p2p | Adjective Type=qualificative Degree=positive Number=plural Case=allative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afp-pt----p3 | Adjective Type=qualificative Degree=positive Number=plural Case=allative Owner_Number=plural Owner_Person=third | 1 |  |
Afp-pt----p3s | Adjective Type=qualificative Degree=positive Number=plural Case=allative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afp-pt----p3p | Adjective Type=qualificative Degree=positive Number=plural Case=allative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afp-p3 | Adjective Type=qualificative Degree=positive Number=plural Case=adessive | 11 | vállalkozóknál/vállalkozó, önöknél/ön, munkaadóknál/munkaadó, másoknál/más, közalkalmazottaknál/közalkalmazott |
Afp-p3------s | Adjective Type=qualificative Degree=positive Number=plural Case=adessive Owned_Number=singular | 1 |  |
Afp-p3------p | Adjective Type=qualificative Degree=positive Number=plural Case=adessive Owned_Number=plural | 1 |  |
Afp-p3----s1 | Adjective Type=qualificative Degree=positive Number=plural Case=adessive Owner_Number=singular Owner_Person=first | 1 |  |
Afp-p3----s1s | Adjective Type=qualificative Degree=positive Number=plural Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afp-p3----s1p | Adjective Type=qualificative Degree=positive Number=plural Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afp-p3----s2 | Adjective Type=qualificative Degree=positive Number=plural Case=adessive Owner_Number=singular Owner_Person=second | 1 |  |
Afp-p3----s2s | Adjective Type=qualificative Degree=positive Number=plural Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afp-p3----s2p | Adjective Type=qualificative Degree=positive Number=plural Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afp-p3----s3 | Adjective Type=qualificative Degree=positive Number=plural Case=adessive Owner_Number=singular Owner_Person=third | 1 | határátkelőinél/határátkelő |
Afp-p3----s3s | Adjective Type=qualificative Degree=positive Number=plural Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afp-p3----s3p | Adjective Type=qualificative Degree=positive Number=plural Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afp-p3----p1 | Adjective Type=qualificative Degree=positive Number=plural Case=adessive Owner_Number=plural Owner_Person=first | 1 |  |
Afp-p3----p1s | Adjective Type=qualificative Degree=positive Number=plural Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afp-p3----p1p | Adjective Type=qualificative Degree=positive Number=plural Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afp-p3----p2 | Adjective Type=qualificative Degree=positive Number=plural Case=adessive Owner_Number=plural Owner_Person=second | 1 |  |
Afp-p3----p2s | Adjective Type=qualificative Degree=positive Number=plural Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afp-p3----p2p | Adjective Type=qualificative Degree=positive Number=plural Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afp-p3----p3 | Adjective Type=qualificative Degree=positive Number=plural Case=adessive Owner_Number=plural Owner_Person=third | 1 |  |
Afp-p3----p3s | Adjective Type=qualificative Degree=positive Number=plural Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afp-p3----p3p | Adjective Type=qualificative Degree=positive Number=plural Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afp-pb | Adjective Type=qualificative Degree=positive Number=plural Case=ablative | 22 | vásárlóktól/vásárló, utóbbiaktól/utóbbi, utasoktól/utas, szülőktől/szülő, szomszédoktól/szomszéd |
Afp-pb------s | Adjective Type=qualificative Degree=positive Number=plural Case=ablative Owned_Number=singular | 1 | külföldiekétől/külföldi |
Afp-pb------p | Adjective Type=qualificative Degree=positive Number=plural Case=ablative Owned_Number=plural | 1 |  |
Afp-pb----s1 | Adjective Type=qualificative Degree=positive Number=plural Case=ablative Owner_Number=singular Owner_Person=first | 1 |  |
Afp-pb----s1s | Adjective Type=qualificative Degree=positive Number=plural Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afp-pb----s1p | Adjective Type=qualificative Degree=positive Number=plural Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afp-pb----s2 | Adjective Type=qualificative Degree=positive Number=plural Case=ablative Owner_Number=singular Owner_Person=second | 1 |  |
Afp-pb----s2s | Adjective Type=qualificative Degree=positive Number=plural Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afp-pb----s2p | Adjective Type=qualificative Degree=positive Number=plural Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afp-pb----s3 | Adjective Type=qualificative Degree=positive Number=plural Case=ablative Owner_Number=singular Owner_Person=third | 3 | vezetőitől/vezető, illetékeseitől/illetékes, hordozóitól/hordozó |
Afp-pb----s3s | Adjective Type=qualificative Degree=positive Number=plural Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afp-pb----s3p | Adjective Type=qualificative Degree=positive Number=plural Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afp-pb----p1 | Adjective Type=qualificative Degree=positive Number=plural Case=ablative Owner_Number=plural Owner_Person=first | 1 |  |
Afp-pb----p1s | Adjective Type=qualificative Degree=positive Number=plural Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afp-pb----p1p | Adjective Type=qualificative Degree=positive Number=plural Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afp-pb----p2 | Adjective Type=qualificative Degree=positive Number=plural Case=ablative Owner_Number=plural Owner_Person=second | 1 |  |
Afp-pb----p2s | Adjective Type=qualificative Degree=positive Number=plural Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afp-pb----p2p | Adjective Type=qualificative Degree=positive Number=plural Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afp-pb----p3 | Adjective Type=qualificative Degree=positive Number=plural Case=ablative Owner_Number=plural Owner_Person=third | 1 |  |
Afp-pb----p3s | Adjective Type=qualificative Degree=positive Number=plural Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afp-pb----p3p | Adjective Type=qualificative Degree=positive Number=plural Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afp-p9 | Adjective Type=qualificative Degree=positive Number=plural Case=terminative | 1 | tettekig/tett |
Afp-p9------s | Adjective Type=qualificative Degree=positive Number=plural Case=terminative Owned_Number=singular | 1 |  |
Afp-p9------p | Adjective Type=qualificative Degree=positive Number=plural Case=terminative Owned_Number=plural | 1 |  |
Afp-p9----s1 | Adjective Type=qualificative Degree=positive Number=plural Case=terminative Owner_Number=singular Owner_Person=first | 1 |  |
Afp-p9----s1s | Adjective Type=qualificative Degree=positive Number=plural Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afp-p9----s1p | Adjective Type=qualificative Degree=positive Number=plural Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afp-p9----s2 | Adjective Type=qualificative Degree=positive Number=plural Case=terminative Owner_Number=singular Owner_Person=second | 1 |  |
Afp-p9----s2s | Adjective Type=qualificative Degree=positive Number=plural Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afp-p9----s2p | Adjective Type=qualificative Degree=positive Number=plural Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afp-p9----s3 | Adjective Type=qualificative Degree=positive Number=plural Case=terminative Owner_Number=singular Owner_Person=third | 1 |  |
Afp-p9----s3s | Adjective Type=qualificative Degree=positive Number=plural Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afp-p9----s3p | Adjective Type=qualificative Degree=positive Number=plural Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afp-p9----p1 | Adjective Type=qualificative Degree=positive Number=plural Case=terminative Owner_Number=plural Owner_Person=first | 1 |  |
Afp-p9----p1s | Adjective Type=qualificative Degree=positive Number=plural Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afp-p9----p1p | Adjective Type=qualificative Degree=positive Number=plural Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afp-p9----p2 | Adjective Type=qualificative Degree=positive Number=plural Case=terminative Owner_Number=plural Owner_Person=second | 1 |  |
Afp-p9----p2s | Adjective Type=qualificative Degree=positive Number=plural Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afp-p9----p2p | Adjective Type=qualificative Degree=positive Number=plural Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afp-p9----p3 | Adjective Type=qualificative Degree=positive Number=plural Case=terminative Owner_Number=plural Owner_Person=third | 1 |  |
Afp-p9----p3s | Adjective Type=qualificative Degree=positive Number=plural Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afp-p9----p3p | Adjective Type=qualificative Degree=positive Number=plural Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afp-pw | Adjective Type=qualificative Degree=positive Number=plural Case=essive | 1 |  |
Afp-pw------s | Adjective Type=qualificative Degree=positive Number=plural Case=essive Owned_Number=singular | 1 |  |
Afp-pw------p | Adjective Type=qualificative Degree=positive Number=plural Case=essive Owned_Number=plural | 1 |  |
Afp-pw----s1 | Adjective Type=qualificative Degree=positive Number=plural Case=essive Owner_Number=singular Owner_Person=first | 1 |  |
Afp-pw----s1s | Adjective Type=qualificative Degree=positive Number=plural Case=essive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afp-pw----s1p | Adjective Type=qualificative Degree=positive Number=plural Case=essive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afp-pw----s2 | Adjective Type=qualificative Degree=positive Number=plural Case=essive Owner_Number=singular Owner_Person=second | 1 |  |
Afp-pw----s2s | Adjective Type=qualificative Degree=positive Number=plural Case=essive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afp-pw----s2p | Adjective Type=qualificative Degree=positive Number=plural Case=essive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afp-pw----s3 | Adjective Type=qualificative Degree=positive Number=plural Case=essive Owner_Number=singular Owner_Person=third | 1 |  |
Afp-pw----s3s | Adjective Type=qualificative Degree=positive Number=plural Case=essive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afp-pw----s3p | Adjective Type=qualificative Degree=positive Number=plural Case=essive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afp-pw----p1 | Adjective Type=qualificative Degree=positive Number=plural Case=essive Owner_Number=plural Owner_Person=first | 1 |  |
Afp-pw----p1s | Adjective Type=qualificative Degree=positive Number=plural Case=essive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afp-pw----p1p | Adjective Type=qualificative Degree=positive Number=plural Case=essive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afp-pw----p2 | Adjective Type=qualificative Degree=positive Number=plural Case=essive Owner_Number=plural Owner_Person=second | 1 |  |
Afp-pw----p2s | Adjective Type=qualificative Degree=positive Number=plural Case=essive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afp-pw----p2p | Adjective Type=qualificative Degree=positive Number=plural Case=essive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afp-pw----p3 | Adjective Type=qualificative Degree=positive Number=plural Case=essive Owner_Number=plural Owner_Person=third | 1 |  |
Afp-pw----p3s | Adjective Type=qualificative Degree=positive Number=plural Case=essive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afp-pw----p3p | Adjective Type=qualificative Degree=positive Number=plural Case=essive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afp-pm | Adjective Type=qualificative Degree=positive Number=plural Case=temporalis | 1 |  |
Afp-pm------s | Adjective Type=qualificative Degree=positive Number=plural Case=temporalis Owned_Number=singular | 1 |  |
Afp-pm------p | Adjective Type=qualificative Degree=positive Number=plural Case=temporalis Owned_Number=plural | 1 |  |
Afp-pm----s1 | Adjective Type=qualificative Degree=positive Number=plural Case=temporalis Owner_Number=singular Owner_Person=first | 1 |  |
Afp-pm----s1s | Adjective Type=qualificative Degree=positive Number=plural Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afp-pm----s1p | Adjective Type=qualificative Degree=positive Number=plural Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afp-pm----s2 | Adjective Type=qualificative Degree=positive Number=plural Case=temporalis Owner_Number=singular Owner_Person=second | 1 |  |
Afp-pm----s2s | Adjective Type=qualificative Degree=positive Number=plural Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afp-pm----s2p | Adjective Type=qualificative Degree=positive Number=plural Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afp-pm----s3 | Adjective Type=qualificative Degree=positive Number=plural Case=temporalis Owner_Number=singular Owner_Person=third | 1 |  |
Afp-pm----s3s | Adjective Type=qualificative Degree=positive Number=plural Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afp-pm----s3p | Adjective Type=qualificative Degree=positive Number=plural Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afp-pm----p1 | Adjective Type=qualificative Degree=positive Number=plural Case=temporalis Owner_Number=plural Owner_Person=first | 1 |  |
Afp-pm----p1s | Adjective Type=qualificative Degree=positive Number=plural Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afp-pm----p1p | Adjective Type=qualificative Degree=positive Number=plural Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afp-pm----p2 | Adjective Type=qualificative Degree=positive Number=plural Case=temporalis Owner_Number=plural Owner_Person=second | 1 |  |
Afp-pm----p2s | Adjective Type=qualificative Degree=positive Number=plural Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afp-pm----p2p | Adjective Type=qualificative Degree=positive Number=plural Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afp-pm----p3 | Adjective Type=qualificative Degree=positive Number=plural Case=temporalis Owner_Number=plural Owner_Person=third | 1 |  |
Afp-pm----p3s | Adjective Type=qualificative Degree=positive Number=plural Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afp-pm----p3p | Adjective Type=qualificative Degree=positive Number=plural Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afp-pc | Adjective Type=qualificative Degree=positive Number=plural Case=causalis | 4 | történtekért/történt, tanyaiakért/tanyai, sertésekért/sertés, labdarúgókért/labdarúgó |
Afp-pc------s | Adjective Type=qualificative Degree=positive Number=plural Case=causalis Owned_Number=singular | 1 | másokéért/más |
Afp-pc------p | Adjective Type=qualificative Degree=positive Number=plural Case=causalis Owned_Number=plural | 1 |  |
Afp-pc----s1 | Adjective Type=qualificative Degree=positive Number=plural Case=causalis Owner_Number=singular Owner_Person=first | 1 |  |
Afp-pc----s1s | Adjective Type=qualificative Degree=positive Number=plural Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afp-pc----s1p | Adjective Type=qualificative Degree=positive Number=plural Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afp-pc----s2 | Adjective Type=qualificative Degree=positive Number=plural Case=causalis Owner_Number=singular Owner_Person=second | 1 |  |
Afp-pc----s2s | Adjective Type=qualificative Degree=positive Number=plural Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afp-pc----s2p | Adjective Type=qualificative Degree=positive Number=plural Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afp-pc----s3 | Adjective Type=qualificative Degree=positive Number=plural Case=causalis Owner_Number=singular Owner_Person=third | 1 | szerelőiért/szerelő |
Afp-pc----s3s | Adjective Type=qualificative Degree=positive Number=plural Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afp-pc----s3p | Adjective Type=qualificative Degree=positive Number=plural Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afp-pc----p1 | Adjective Type=qualificative Degree=positive Number=plural Case=causalis Owner_Number=plural Owner_Person=first | 1 |  |
Afp-pc----p1s | Adjective Type=qualificative Degree=positive Number=plural Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afp-pc----p1p | Adjective Type=qualificative Degree=positive Number=plural Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afp-pc----p2 | Adjective Type=qualificative Degree=positive Number=plural Case=causalis Owner_Number=plural Owner_Person=second | 1 |  |
Afp-pc----p2s | Adjective Type=qualificative Degree=positive Number=plural Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afp-pc----p2p | Adjective Type=qualificative Degree=positive Number=plural Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afp-pc----p3 | Adjective Type=qualificative Degree=positive Number=plural Case=causalis Owner_Number=plural Owner_Person=third | 1 |  |
Afp-pc----p3s | Adjective Type=qualificative Degree=positive Number=plural Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afp-pc----p3p | Adjective Type=qualificative Degree=positive Number=plural Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afp-ps | Adjective Type=qualificative Degree=positive Number=plural Case=sublative | 22 | zsidókra/zsidó, vezetőkre/vezető, vásárlókra/vásárló, tudósokra/tudós, szülőkre/szülő |
Afp-ps------s | Adjective Type=qualificative Degree=positive Number=plural Case=sublative Owned_Number=singular | 1 |  |
Afp-ps------p | Adjective Type=qualificative Degree=positive Number=plural Case=sublative Owned_Number=plural | 1 |  |
Afp-ps----s1 | Adjective Type=qualificative Degree=positive Number=plural Case=sublative Owner_Number=singular Owner_Person=first | 1 |  |
Afp-ps----s1s | Adjective Type=qualificative Degree=positive Number=plural Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afp-ps----s1p | Adjective Type=qualificative Degree=positive Number=plural Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afp-ps----s2 | Adjective Type=qualificative Degree=positive Number=plural Case=sublative Owner_Number=singular Owner_Person=second | 1 |  |
Afp-ps----s2s | Adjective Type=qualificative Degree=positive Number=plural Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afp-ps----s2p | Adjective Type=qualificative Degree=positive Number=plural Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afp-ps----s3 | Adjective Type=qualificative Degree=positive Number=plural Case=sublative Owner_Number=singular Owner_Person=third | 8 | tulajdonosaira/tulajdonos, tisztségviselőire/tisztségviselő, rendezőire/rendező, látnivalóira/látnivaló, képviselőire/képviselő |
Afp-ps----s3s | Adjective Type=qualificative Degree=positive Number=plural Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afp-ps----s3p | Adjective Type=qualificative Degree=positive Number=plural Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afp-ps----p1 | Adjective Type=qualificative Degree=positive Number=plural Case=sublative Owner_Number=plural Owner_Person=first | 1 |  |
Afp-ps----p1s | Adjective Type=qualificative Degree=positive Number=plural Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afp-ps----p1p | Adjective Type=qualificative Degree=positive Number=plural Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afp-ps----p2 | Adjective Type=qualificative Degree=positive Number=plural Case=sublative Owner_Number=plural Owner_Person=second | 1 |  |
Afp-ps----p2s | Adjective Type=qualificative Degree=positive Number=plural Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afp-ps----p2p | Adjective Type=qualificative Degree=positive Number=plural Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afp-ps----p3 | Adjective Type=qualificative Degree=positive Number=plural Case=sublative Owner_Number=plural Owner_Person=third | 1 |  |
Afp-ps----p3s | Adjective Type=qualificative Degree=positive Number=plural Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afp-ps----p3p | Adjective Type=qualificative Degree=positive Number=plural Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afp-ph | Adjective Type=qualificative Degree=positive Number=plural Case=delative | 10 | zsidókról/zsidó, történtekről/történt, prolikról/proli, lakókról/lakó, kiküldöttekről/kiküldött |
Afp-ph------s | Adjective Type=qualificative Degree=positive Number=plural Case=delative Owned_Number=singular | 1 |  |
Afp-ph------p | Adjective Type=qualificative Degree=positive Number=plural Case=delative Owned_Number=plural | 1 |  |
Afp-ph----s1 | Adjective Type=qualificative Degree=positive Number=plural Case=delative Owner_Number=singular Owner_Person=first | 1 |  |
Afp-ph----s1s | Adjective Type=qualificative Degree=positive Number=plural Case=delative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afp-ph----s1p | Adjective Type=qualificative Degree=positive Number=plural Case=delative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afp-ph----s2 | Adjective Type=qualificative Degree=positive Number=plural Case=delative Owner_Number=singular Owner_Person=second | 1 |  |
Afp-ph----s2s | Adjective Type=qualificative Degree=positive Number=plural Case=delative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afp-ph----s2p | Adjective Type=qualificative Degree=positive Number=plural Case=delative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afp-ph----s3 | Adjective Type=qualificative Degree=positive Number=plural Case=delative Owner_Number=singular Owner_Person=third | 1 | ismerőseiről/ismerős |
Afp-ph----s3s | Adjective Type=qualificative Degree=positive Number=plural Case=delative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afp-ph----s3p | Adjective Type=qualificative Degree=positive Number=plural Case=delative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afp-ph----p1 | Adjective Type=qualificative Degree=positive Number=plural Case=delative Owner_Number=plural Owner_Person=first | 1 |  |
Afp-ph----p1s | Adjective Type=qualificative Degree=positive Number=plural Case=delative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afp-ph----p1p | Adjective Type=qualificative Degree=positive Number=plural Case=delative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afp-ph----p2 | Adjective Type=qualificative Degree=positive Number=plural Case=delative Owner_Number=plural Owner_Person=second | 1 |  |
Afp-ph----p2s | Adjective Type=qualificative Degree=positive Number=plural Case=delative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afp-ph----p2p | Adjective Type=qualificative Degree=positive Number=plural Case=delative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afp-ph----p3 | Adjective Type=qualificative Degree=positive Number=plural Case=delative Owner_Number=plural Owner_Person=third | 2 | íróikról/író, hozzátartozóikról/hozzátartozó |
Afp-ph----p3s | Adjective Type=qualificative Degree=positive Number=plural Case=delative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afp-ph----p3p | Adjective Type=qualificative Degree=positive Number=plural Case=delative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afp-pq | Adjective Type=qualificative Degree=positive Number=plural Case=sociative | 1 |  |
Afp-pq------s | Adjective Type=qualificative Degree=positive Number=plural Case=sociative Owned_Number=singular | 1 |  |
Afp-pq------p | Adjective Type=qualificative Degree=positive Number=plural Case=sociative Owned_Number=plural | 1 |  |
Afp-pq----s1 | Adjective Type=qualificative Degree=positive Number=plural Case=sociative Owner_Number=singular Owner_Person=first | 1 |  |
Afp-pq----s1s | Adjective Type=qualificative Degree=positive Number=plural Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afp-pq----s1p | Adjective Type=qualificative Degree=positive Number=plural Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afp-pq----s2 | Adjective Type=qualificative Degree=positive Number=plural Case=sociative Owner_Number=singular Owner_Person=second | 1 |  |
Afp-pq----s2s | Adjective Type=qualificative Degree=positive Number=plural Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afp-pq----s2p | Adjective Type=qualificative Degree=positive Number=plural Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afp-pq----s3 | Adjective Type=qualificative Degree=positive Number=plural Case=sociative Owner_Number=singular Owner_Person=third | 1 |  |
Afp-pq----s3s | Adjective Type=qualificative Degree=positive Number=plural Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afp-pq----s3p | Adjective Type=qualificative Degree=positive Number=plural Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afp-pq----p1 | Adjective Type=qualificative Degree=positive Number=plural Case=sociative Owner_Number=plural Owner_Person=first | 1 |  |
Afp-pq----p1s | Adjective Type=qualificative Degree=positive Number=plural Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afp-pq----p1p | Adjective Type=qualificative Degree=positive Number=plural Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afp-pq----p2 | Adjective Type=qualificative Degree=positive Number=plural Case=sociative Owner_Number=plural Owner_Person=second | 1 |  |
Afp-pq----p2s | Adjective Type=qualificative Degree=positive Number=plural Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afp-pq----p2p | Adjective Type=qualificative Degree=positive Number=plural Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afp-pq----p3 | Adjective Type=qualificative Degree=positive Number=plural Case=sociative Owner_Number=plural Owner_Person=third | 1 |  |
Afp-pq----p3s | Adjective Type=qualificative Degree=positive Number=plural Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afp-pq----p3p | Adjective Type=qualificative Degree=positive Number=plural Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afp-py | Adjective Type=qualificative Degree=positive Number=plural Case=factive | 5 | vértanúkká/vértanú, vadakká/vad, támadhatókká/támadható, nyugdíjasokká/nyugdíjas, emberevőkké/emberevő |
Afp-py------s | Adjective Type=qualificative Degree=positive Number=plural Case=factive Owned_Number=singular | 1 |  |
Afp-py------p | Adjective Type=qualificative Degree=positive Number=plural Case=factive Owned_Number=plural | 1 |  |
Afp-py----s1 | Adjective Type=qualificative Degree=positive Number=plural Case=factive Owner_Number=singular Owner_Person=first | 1 |  |
Afp-py----s1s | Adjective Type=qualificative Degree=positive Number=plural Case=factive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afp-py----s1p | Adjective Type=qualificative Degree=positive Number=plural Case=factive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afp-py----s2 | Adjective Type=qualificative Degree=positive Number=plural Case=factive Owner_Number=singular Owner_Person=second | 1 |  |
Afp-py----s2s | Adjective Type=qualificative Degree=positive Number=plural Case=factive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afp-py----s2p | Adjective Type=qualificative Degree=positive Number=plural Case=factive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afp-py----s3 | Adjective Type=qualificative Degree=positive Number=plural Case=factive Owner_Number=singular Owner_Person=third | 1 |  |
Afp-py----s3s | Adjective Type=qualificative Degree=positive Number=plural Case=factive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afp-py----s3p | Adjective Type=qualificative Degree=positive Number=plural Case=factive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afp-py----p1 | Adjective Type=qualificative Degree=positive Number=plural Case=factive Owner_Number=plural Owner_Person=first | 1 |  |
Afp-py----p1s | Adjective Type=qualificative Degree=positive Number=plural Case=factive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afp-py----p1p | Adjective Type=qualificative Degree=positive Number=plural Case=factive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afp-py----p2 | Adjective Type=qualificative Degree=positive Number=plural Case=factive Owner_Number=plural Owner_Person=second | 1 |  |
Afp-py----p2s | Adjective Type=qualificative Degree=positive Number=plural Case=factive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afp-py----p2p | Adjective Type=qualificative Degree=positive Number=plural Case=factive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afp-py----p3 | Adjective Type=qualificative Degree=positive Number=plural Case=factive Owner_Number=plural Owner_Person=third | 1 |  |
Afp-py----p3s | Adjective Type=qualificative Degree=positive Number=plural Case=factive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afp-py----p3p | Adjective Type=qualificative Degree=positive Number=plural Case=factive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afp-pp | Adjective Type=qualificative Degree=positive Number=plural Case=superessive | 11 | többieken/többi, szenvedőkön/szenvedő, szegényeken/szegény, szántásokon/szántás, legelőkön/legelő |
Afp-pp------s | Adjective Type=qualificative Degree=positive Number=plural Case=superessive Owned_Number=singular | 1 |  |
Afp-pp------p | Adjective Type=qualificative Degree=positive Number=plural Case=superessive Owned_Number=plural | 1 |  |
Afp-pp----s1 | Adjective Type=qualificative Degree=positive Number=plural Case=superessive Owner_Number=singular Owner_Person=first | 1 |  |
Afp-pp----s1s | Adjective Type=qualificative Degree=positive Number=plural Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afp-pp----s1p | Adjective Type=qualificative Degree=positive Number=plural Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afp-pp----s2 | Adjective Type=qualificative Degree=positive Number=plural Case=superessive Owner_Number=singular Owner_Person=second | 1 |  |
Afp-pp----s2s | Adjective Type=qualificative Degree=positive Number=plural Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afp-pp----s2p | Adjective Type=qualificative Degree=positive Number=plural Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afp-pp----s3 | Adjective Type=qualificative Degree=positive Number=plural Case=superessive Owner_Number=singular Owner_Person=third | 3 | találkozóin/találkozó, szűrőin/szűrő, buktatóin/buktató |
Afp-pp----s3s | Adjective Type=qualificative Degree=positive Number=plural Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afp-pp----s3p | Adjective Type=qualificative Degree=positive Number=plural Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afp-pp----p1 | Adjective Type=qualificative Degree=positive Number=plural Case=superessive Owner_Number=plural Owner_Person=first | 1 |  |
Afp-pp----p1s | Adjective Type=qualificative Degree=positive Number=plural Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afp-pp----p1p | Adjective Type=qualificative Degree=positive Number=plural Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afp-pp----p2 | Adjective Type=qualificative Degree=positive Number=plural Case=superessive Owner_Number=plural Owner_Person=second | 1 |  |
Afp-pp----p2s | Adjective Type=qualificative Degree=positive Number=plural Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afp-pp----p2p | Adjective Type=qualificative Degree=positive Number=plural Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afp-pp----p3 | Adjective Type=qualificative Degree=positive Number=plural Case=superessive Owner_Number=plural Owner_Person=third | 1 |  |
Afp-pp----p3s | Adjective Type=qualificative Degree=positive Number=plural Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afp-pp----p3p | Adjective Type=qualificative Degree=positive Number=plural Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afp-pu | Adjective Type=qualificative Degree=positive Number=plural Case=distributive | 1 |  |
Afp-pu------s | Adjective Type=qualificative Degree=positive Number=plural Case=distributive Owned_Number=singular | 1 |  |
Afp-pu------p | Adjective Type=qualificative Degree=positive Number=plural Case=distributive Owned_Number=plural | 1 |  |
Afp-pu----s1 | Adjective Type=qualificative Degree=positive Number=plural Case=distributive Owner_Number=singular Owner_Person=first | 1 |  |
Afp-pu----s1s | Adjective Type=qualificative Degree=positive Number=plural Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afp-pu----s1p | Adjective Type=qualificative Degree=positive Number=plural Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afp-pu----s2 | Adjective Type=qualificative Degree=positive Number=plural Case=distributive Owner_Number=singular Owner_Person=second | 1 |  |
Afp-pu----s2s | Adjective Type=qualificative Degree=positive Number=plural Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afp-pu----s2p | Adjective Type=qualificative Degree=positive Number=plural Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afp-pu----s3 | Adjective Type=qualificative Degree=positive Number=plural Case=distributive Owner_Number=singular Owner_Person=third | 1 |  |
Afp-pu----s3s | Adjective Type=qualificative Degree=positive Number=plural Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afp-pu----s3p | Adjective Type=qualificative Degree=positive Number=plural Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afp-pu----p1 | Adjective Type=qualificative Degree=positive Number=plural Case=distributive Owner_Number=plural Owner_Person=first | 1 |  |
Afp-pu----p1s | Adjective Type=qualificative Degree=positive Number=plural Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afp-pu----p1p | Adjective Type=qualificative Degree=positive Number=plural Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afp-pu----p2 | Adjective Type=qualificative Degree=positive Number=plural Case=distributive Owner_Number=plural Owner_Person=second | 1 |  |
Afp-pu----p2s | Adjective Type=qualificative Degree=positive Number=plural Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afp-pu----p2p | Adjective Type=qualificative Degree=positive Number=plural Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afp-pu----p3 | Adjective Type=qualificative Degree=positive Number=plural Case=distributive Owner_Number=plural Owner_Person=third | 1 |  |
Afp-pu----p3s | Adjective Type=qualificative Degree=positive Number=plural Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afp-pu----p3p | Adjective Type=qualificative Degree=positive Number=plural Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afp-pf | Adjective Type=qualificative Degree=positive Number=plural Case=essive-formal | 1 |  |
Afp-pf------s | Adjective Type=qualificative Degree=positive Number=plural Case=essive-formal Owned_Number=singular | 1 |  |
Afp-pf------p | Adjective Type=qualificative Degree=positive Number=plural Case=essive-formal Owned_Number=plural | 1 |  |
Afp-pf----s1 | Adjective Type=qualificative Degree=positive Number=plural Case=essive-formal Owner_Number=singular Owner_Person=first | 1 |  |
Afp-pf----s1s | Adjective Type=qualificative Degree=positive Number=plural Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afp-pf----s1p | Adjective Type=qualificative Degree=positive Number=plural Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afp-pf----s2 | Adjective Type=qualificative Degree=positive Number=plural Case=essive-formal Owner_Number=singular Owner_Person=second | 1 |  |
Afp-pf----s2s | Adjective Type=qualificative Degree=positive Number=plural Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afp-pf----s2p | Adjective Type=qualificative Degree=positive Number=plural Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afp-pf----s3 | Adjective Type=qualificative Degree=positive Number=plural Case=essive-formal Owner_Number=singular Owner_Person=third | 1 | gondozóiként/gondozó |
Afp-pf----s3s | Adjective Type=qualificative Degree=positive Number=plural Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afp-pf----s3p | Adjective Type=qualificative Degree=positive Number=plural Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afp-pf----p1 | Adjective Type=qualificative Degree=positive Number=plural Case=essive-formal Owner_Number=plural Owner_Person=first | 1 |  |
Afp-pf----p1s | Adjective Type=qualificative Degree=positive Number=plural Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afp-pf----p1p | Adjective Type=qualificative Degree=positive Number=plural Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afp-pf----p2 | Adjective Type=qualificative Degree=positive Number=plural Case=essive-formal Owner_Number=plural Owner_Person=second | 1 |  |
Afp-pf----p2s | Adjective Type=qualificative Degree=positive Number=plural Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afp-pf----p2p | Adjective Type=qualificative Degree=positive Number=plural Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afp-pf----p3 | Adjective Type=qualificative Degree=positive Number=plural Case=essive-formal Owner_Number=plural Owner_Person=third | 1 |  |
Afp-pf----p3s | Adjective Type=qualificative Degree=positive Number=plural Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afp-pf----p3p | Adjective Type=qualificative Degree=positive Number=plural Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afc-sn | Adjective Type=qualificative Degree=comparative Number=singular Case=nominative | 210 | zavartabb/zavart, visszataszítóbb/visszataszító, visszafogottabb/visszafogott, világosabb/világos, vigasztalóbb/vigasztaló |
Afc-sn------s | Adjective Type=qualificative Degree=comparative Number=singular Case=nominative Owned_Number=singular | 13 | ünnepélyesebbé/ünnepélyes, személyesebbé/személyes, ridegebbé/rideg, nőiesebbé/nőies, műveltebbé/művelt |
Afc-sn------p | Adjective Type=qualificative Degree=comparative Number=singular Case=nominative Owned_Number=plural | 1 |  |
Afc-sn----s1 | Adjective Type=qualificative Degree=comparative Number=singular Case=nominative Owner_Number=singular Owner_Person=first | 1 |  |
Afc-sn----s1s | Adjective Type=qualificative Degree=comparative Number=singular Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afc-sn----s1p | Adjective Type=qualificative Degree=comparative Number=singular Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afc-sn----s2 | Adjective Type=qualificative Degree=comparative Number=singular Case=nominative Owner_Number=singular Owner_Person=second | 1 |  |
Afc-sn----s2s | Adjective Type=qualificative Degree=comparative Number=singular Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afc-sn----s2p | Adjective Type=qualificative Degree=comparative Number=singular Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afc-sn----s3 | Adjective Type=qualificative Degree=comparative Number=singular Case=nominative Owner_Number=singular Owner_Person=third | 1 |  |
Afc-sn----s3s | Adjective Type=qualificative Degree=comparative Number=singular Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afc-sn----s3p | Adjective Type=qualificative Degree=comparative Number=singular Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afc-sn----p1 | Adjective Type=qualificative Degree=comparative Number=singular Case=nominative Owner_Number=plural Owner_Person=first | 1 |  |
Afc-sn----p1s | Adjective Type=qualificative Degree=comparative Number=singular Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afc-sn----p1p | Adjective Type=qualificative Degree=comparative Number=singular Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afc-sn----p2 | Adjective Type=qualificative Degree=comparative Number=singular Case=nominative Owner_Number=plural Owner_Person=second | 1 |  |
Afc-sn----p2s | Adjective Type=qualificative Degree=comparative Number=singular Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afc-sn----p2p | Adjective Type=qualificative Degree=comparative Number=singular Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afc-sn----p3 | Adjective Type=qualificative Degree=comparative Number=singular Case=nominative Owner_Number=plural Owner_Person=third | 1 |  |
Afc-sn----p3s | Adjective Type=qualificative Degree=comparative Number=singular Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afc-sn----p3p | Adjective Type=qualificative Degree=comparative Number=singular Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afc-sg | Adjective Type=qualificative Degree=comparative Number=singular Case=genitive | 1 |  |
Afc-sg------s | Adjective Type=qualificative Degree=comparative Number=singular Case=genitive Owned_Number=singular | 1 |  |
Afc-sg------p | Adjective Type=qualificative Degree=comparative Number=singular Case=genitive Owned_Number=plural | 1 |  |
Afc-sg----s1 | Adjective Type=qualificative Degree=comparative Number=singular Case=genitive Owner_Number=singular Owner_Person=first | 1 |  |
Afc-sg----s1s | Adjective Type=qualificative Degree=comparative Number=singular Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afc-sg----s1p | Adjective Type=qualificative Degree=comparative Number=singular Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afc-sg----s2 | Adjective Type=qualificative Degree=comparative Number=singular Case=genitive Owner_Number=singular Owner_Person=second | 1 |  |
Afc-sg----s2s | Adjective Type=qualificative Degree=comparative Number=singular Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afc-sg----s2p | Adjective Type=qualificative Degree=comparative Number=singular Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afc-sg----s3 | Adjective Type=qualificative Degree=comparative Number=singular Case=genitive Owner_Number=singular Owner_Person=third | 1 |  |
Afc-sg----s3s | Adjective Type=qualificative Degree=comparative Number=singular Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afc-sg----s3p | Adjective Type=qualificative Degree=comparative Number=singular Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afc-sg----p1 | Adjective Type=qualificative Degree=comparative Number=singular Case=genitive Owner_Number=plural Owner_Person=first | 1 |  |
Afc-sg----p1s | Adjective Type=qualificative Degree=comparative Number=singular Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afc-sg----p1p | Adjective Type=qualificative Degree=comparative Number=singular Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afc-sg----p2 | Adjective Type=qualificative Degree=comparative Number=singular Case=genitive Owner_Number=plural Owner_Person=second | 1 |  |
Afc-sg----p2s | Adjective Type=qualificative Degree=comparative Number=singular Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afc-sg----p2p | Adjective Type=qualificative Degree=comparative Number=singular Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afc-sg----p3 | Adjective Type=qualificative Degree=comparative Number=singular Case=genitive Owner_Number=plural Owner_Person=third | 1 |  |
Afc-sg----p3s | Adjective Type=qualificative Degree=comparative Number=singular Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afc-sg----p3p | Adjective Type=qualificative Degree=comparative Number=singular Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afc-sd | Adjective Type=qualificative Degree=comparative Number=singular Case=dative | 18 | természetesebbnek/természetes, sötétebbnek/sötét, rövidebbnek/rövid, pirosabbnak/piros, öregebbnek/öreg |
Afc-sd------s | Adjective Type=qualificative Degree=comparative Number=singular Case=dative Owned_Number=singular | 1 |  |
Afc-sd------p | Adjective Type=qualificative Degree=comparative Number=singular Case=dative Owned_Number=plural | 1 |  |
Afc-sd----s1 | Adjective Type=qualificative Degree=comparative Number=singular Case=dative Owner_Number=singular Owner_Person=first | 1 |  |
Afc-sd----s1s | Adjective Type=qualificative Degree=comparative Number=singular Case=dative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afc-sd----s1p | Adjective Type=qualificative Degree=comparative Number=singular Case=dative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afc-sd----s2 | Adjective Type=qualificative Degree=comparative Number=singular Case=dative Owner_Number=singular Owner_Person=second | 1 |  |
Afc-sd----s2s | Adjective Type=qualificative Degree=comparative Number=singular Case=dative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afc-sd----s2p | Adjective Type=qualificative Degree=comparative Number=singular Case=dative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afc-sd----s3 | Adjective Type=qualificative Degree=comparative Number=singular Case=dative Owner_Number=singular Owner_Person=third | 1 |  |
Afc-sd----s3s | Adjective Type=qualificative Degree=comparative Number=singular Case=dative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afc-sd----s3p | Adjective Type=qualificative Degree=comparative Number=singular Case=dative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afc-sd----p1 | Adjective Type=qualificative Degree=comparative Number=singular Case=dative Owner_Number=plural Owner_Person=first | 1 |  |
Afc-sd----p1s | Adjective Type=qualificative Degree=comparative Number=singular Case=dative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afc-sd----p1p | Adjective Type=qualificative Degree=comparative Number=singular Case=dative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afc-sd----p2 | Adjective Type=qualificative Degree=comparative Number=singular Case=dative Owner_Number=plural Owner_Person=second | 1 |  |
Afc-sd----p2s | Adjective Type=qualificative Degree=comparative Number=singular Case=dative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afc-sd----p2p | Adjective Type=qualificative Degree=comparative Number=singular Case=dative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afc-sd----p3 | Adjective Type=qualificative Degree=comparative Number=singular Case=dative Owner_Number=plural Owner_Person=third | 1 |  |
Afc-sd----p3s | Adjective Type=qualificative Degree=comparative Number=singular Case=dative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afc-sd----p3p | Adjective Type=qualificative Degree=comparative Number=singular Case=dative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afc-sa | Adjective Type=qualificative Degree=comparative Number=singular Case=accusative | 9 | újabbat/új, rosszabbat/rossz, nehezebbet/nehéz, nagyobbat/nagy, melegebbet/meleg |
Afc-sa------s | Adjective Type=qualificative Degree=comparative Number=singular Case=accusative Owned_Number=singular | 1 |  |
Afc-sa------p | Adjective Type=qualificative Degree=comparative Number=singular Case=accusative Owned_Number=plural | 1 |  |
Afc-sa----s1 | Adjective Type=qualificative Degree=comparative Number=singular Case=accusative Owner_Number=singular Owner_Person=first | 1 |  |
Afc-sa----s1s | Adjective Type=qualificative Degree=comparative Number=singular Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afc-sa----s1p | Adjective Type=qualificative Degree=comparative Number=singular Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afc-sa----s2 | Adjective Type=qualificative Degree=comparative Number=singular Case=accusative Owner_Number=singular Owner_Person=second | 1 |  |
Afc-sa----s2s | Adjective Type=qualificative Degree=comparative Number=singular Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afc-sa----s2p | Adjective Type=qualificative Degree=comparative Number=singular Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afc-sa----s3 | Adjective Type=qualificative Degree=comparative Number=singular Case=accusative Owner_Number=singular Owner_Person=third | 1 |  |
Afc-sa----s3s | Adjective Type=qualificative Degree=comparative Number=singular Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afc-sa----s3p | Adjective Type=qualificative Degree=comparative Number=singular Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afc-sa----p1 | Adjective Type=qualificative Degree=comparative Number=singular Case=accusative Owner_Number=plural Owner_Person=first | 1 |  |
Afc-sa----p1s | Adjective Type=qualificative Degree=comparative Number=singular Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afc-sa----p1p | Adjective Type=qualificative Degree=comparative Number=singular Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afc-sa----p2 | Adjective Type=qualificative Degree=comparative Number=singular Case=accusative Owner_Number=plural Owner_Person=second | 1 |  |
Afc-sa----p2s | Adjective Type=qualificative Degree=comparative Number=singular Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afc-sa----p2p | Adjective Type=qualificative Degree=comparative Number=singular Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afc-sa----p3 | Adjective Type=qualificative Degree=comparative Number=singular Case=accusative Owner_Number=plural Owner_Person=third | 1 |  |
Afc-sa----p3s | Adjective Type=qualificative Degree=comparative Number=singular Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afc-sa----p3p | Adjective Type=qualificative Degree=comparative Number=singular Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afc-si | Adjective Type=qualificative Degree=comparative Number=singular Case=instrumental | 1 |  |
Afc-si------s | Adjective Type=qualificative Degree=comparative Number=singular Case=instrumental Owned_Number=singular | 1 |  |
Afc-si------p | Adjective Type=qualificative Degree=comparative Number=singular Case=instrumental Owned_Number=plural | 1 |  |
Afc-si----s1 | Adjective Type=qualificative Degree=comparative Number=singular Case=instrumental Owner_Number=singular Owner_Person=first | 1 |  |
Afc-si----s1s | Adjective Type=qualificative Degree=comparative Number=singular Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afc-si----s1p | Adjective Type=qualificative Degree=comparative Number=singular Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afc-si----s2 | Adjective Type=qualificative Degree=comparative Number=singular Case=instrumental Owner_Number=singular Owner_Person=second | 1 |  |
Afc-si----s2s | Adjective Type=qualificative Degree=comparative Number=singular Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afc-si----s2p | Adjective Type=qualificative Degree=comparative Number=singular Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afc-si----s3 | Adjective Type=qualificative Degree=comparative Number=singular Case=instrumental Owner_Number=singular Owner_Person=third | 1 |  |
Afc-si----s3s | Adjective Type=qualificative Degree=comparative Number=singular Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afc-si----s3p | Adjective Type=qualificative Degree=comparative Number=singular Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afc-si----p1 | Adjective Type=qualificative Degree=comparative Number=singular Case=instrumental Owner_Number=plural Owner_Person=first | 1 |  |
Afc-si----p1s | Adjective Type=qualificative Degree=comparative Number=singular Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afc-si----p1p | Adjective Type=qualificative Degree=comparative Number=singular Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afc-si----p2 | Adjective Type=qualificative Degree=comparative Number=singular Case=instrumental Owner_Number=plural Owner_Person=second | 1 |  |
Afc-si----p2s | Adjective Type=qualificative Degree=comparative Number=singular Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afc-si----p2p | Adjective Type=qualificative Degree=comparative Number=singular Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afc-si----p3 | Adjective Type=qualificative Degree=comparative Number=singular Case=instrumental Owner_Number=plural Owner_Person=third | 1 |  |
Afc-si----p3s | Adjective Type=qualificative Degree=comparative Number=singular Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afc-si----p3p | Adjective Type=qualificative Degree=comparative Number=singular Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afc-sx | Adjective Type=qualificative Degree=comparative Number=singular Case=illative | 2 | kevesebbe/kevés, esendőségbe/esendő |
Afc-sx------s | Adjective Type=qualificative Degree=comparative Number=singular Case=illative Owned_Number=singular | 1 |  |
Afc-sx------p | Adjective Type=qualificative Degree=comparative Number=singular Case=illative Owned_Number=plural | 1 |  |
Afc-sx----s1 | Adjective Type=qualificative Degree=comparative Number=singular Case=illative Owner_Number=singular Owner_Person=first | 1 |  |
Afc-sx----s1s | Adjective Type=qualificative Degree=comparative Number=singular Case=illative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afc-sx----s1p | Adjective Type=qualificative Degree=comparative Number=singular Case=illative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afc-sx----s2 | Adjective Type=qualificative Degree=comparative Number=singular Case=illative Owner_Number=singular Owner_Person=second | 1 |  |
Afc-sx----s2s | Adjective Type=qualificative Degree=comparative Number=singular Case=illative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afc-sx----s2p | Adjective Type=qualificative Degree=comparative Number=singular Case=illative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afc-sx----s3 | Adjective Type=qualificative Degree=comparative Number=singular Case=illative Owner_Number=singular Owner_Person=third | 1 |  |
Afc-sx----s3s | Adjective Type=qualificative Degree=comparative Number=singular Case=illative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afc-sx----s3p | Adjective Type=qualificative Degree=comparative Number=singular Case=illative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afc-sx----p1 | Adjective Type=qualificative Degree=comparative Number=singular Case=illative Owner_Number=plural Owner_Person=first | 1 |  |
Afc-sx----p1s | Adjective Type=qualificative Degree=comparative Number=singular Case=illative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afc-sx----p1p | Adjective Type=qualificative Degree=comparative Number=singular Case=illative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afc-sx----p2 | Adjective Type=qualificative Degree=comparative Number=singular Case=illative Owner_Number=plural Owner_Person=second | 1 |  |
Afc-sx----p2s | Adjective Type=qualificative Degree=comparative Number=singular Case=illative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afc-sx----p2p | Adjective Type=qualificative Degree=comparative Number=singular Case=illative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afc-sx----p3 | Adjective Type=qualificative Degree=comparative Number=singular Case=illative Owner_Number=plural Owner_Person=third | 1 |  |
Afc-sx----p3s | Adjective Type=qualificative Degree=comparative Number=singular Case=illative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afc-sx----p3p | Adjective Type=qualificative Degree=comparative Number=singular Case=illative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afc-s2 | Adjective Type=qualificative Degree=comparative Number=singular Case=inessive | 55 | világosabban/világos, újabban/új, tökéletesebben/tökéletes, tárgyilagosabban/tárgyilagos, szorosabban/szoros |
Afc-s2------s | Adjective Type=qualificative Degree=comparative Number=singular Case=inessive Owned_Number=singular | 1 |  |
Afc-s2------p | Adjective Type=qualificative Degree=comparative Number=singular Case=inessive Owned_Number=plural | 1 |  |
Afc-s2----s1 | Adjective Type=qualificative Degree=comparative Number=singular Case=inessive Owner_Number=singular Owner_Person=first | 1 |  |
Afc-s2----s1s | Adjective Type=qualificative Degree=comparative Number=singular Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afc-s2----s1p | Adjective Type=qualificative Degree=comparative Number=singular Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afc-s2----s2 | Adjective Type=qualificative Degree=comparative Number=singular Case=inessive Owner_Number=singular Owner_Person=second | 1 |  |
Afc-s2----s2s | Adjective Type=qualificative Degree=comparative Number=singular Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afc-s2----s2p | Adjective Type=qualificative Degree=comparative Number=singular Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afc-s2----s3 | Adjective Type=qualificative Degree=comparative Number=singular Case=inessive Owner_Number=singular Owner_Person=third | 1 |  |
Afc-s2----s3s | Adjective Type=qualificative Degree=comparative Number=singular Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afc-s2----s3p | Adjective Type=qualificative Degree=comparative Number=singular Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afc-s2----p1 | Adjective Type=qualificative Degree=comparative Number=singular Case=inessive Owner_Number=plural Owner_Person=first | 1 |  |
Afc-s2----p1s | Adjective Type=qualificative Degree=comparative Number=singular Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afc-s2----p1p | Adjective Type=qualificative Degree=comparative Number=singular Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afc-s2----p2 | Adjective Type=qualificative Degree=comparative Number=singular Case=inessive Owner_Number=plural Owner_Person=second | 1 |  |
Afc-s2----p2s | Adjective Type=qualificative Degree=comparative Number=singular Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afc-s2----p2p | Adjective Type=qualificative Degree=comparative Number=singular Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afc-s2----p3 | Adjective Type=qualificative Degree=comparative Number=singular Case=inessive Owner_Number=plural Owner_Person=third | 1 |  |
Afc-s2----p3s | Adjective Type=qualificative Degree=comparative Number=singular Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afc-s2----p3p | Adjective Type=qualificative Degree=comparative Number=singular Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afc-se | Adjective Type=qualificative Degree=comparative Number=singular Case=elative | 1 | illendőségből/illendő |
Afc-se------s | Adjective Type=qualificative Degree=comparative Number=singular Case=elative Owned_Number=singular | 1 |  |
Afc-se------p | Adjective Type=qualificative Degree=comparative Number=singular Case=elative Owned_Number=plural | 1 |  |
Afc-se----s1 | Adjective Type=qualificative Degree=comparative Number=singular Case=elative Owner_Number=singular Owner_Person=first | 1 |  |
Afc-se----s1s | Adjective Type=qualificative Degree=comparative Number=singular Case=elative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afc-se----s1p | Adjective Type=qualificative Degree=comparative Number=singular Case=elative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afc-se----s2 | Adjective Type=qualificative Degree=comparative Number=singular Case=elative Owner_Number=singular Owner_Person=second | 1 |  |
Afc-se----s2s | Adjective Type=qualificative Degree=comparative Number=singular Case=elative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afc-se----s2p | Adjective Type=qualificative Degree=comparative Number=singular Case=elative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afc-se----s3 | Adjective Type=qualificative Degree=comparative Number=singular Case=elative Owner_Number=singular Owner_Person=third | 1 |  |
Afc-se----s3s | Adjective Type=qualificative Degree=comparative Number=singular Case=elative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afc-se----s3p | Adjective Type=qualificative Degree=comparative Number=singular Case=elative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afc-se----p1 | Adjective Type=qualificative Degree=comparative Number=singular Case=elative Owner_Number=plural Owner_Person=first | 1 |  |
Afc-se----p1s | Adjective Type=qualificative Degree=comparative Number=singular Case=elative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afc-se----p1p | Adjective Type=qualificative Degree=comparative Number=singular Case=elative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afc-se----p2 | Adjective Type=qualificative Degree=comparative Number=singular Case=elative Owner_Number=plural Owner_Person=second | 1 |  |
Afc-se----p2s | Adjective Type=qualificative Degree=comparative Number=singular Case=elative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afc-se----p2p | Adjective Type=qualificative Degree=comparative Number=singular Case=elative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afc-se----p3 | Adjective Type=qualificative Degree=comparative Number=singular Case=elative Owner_Number=plural Owner_Person=third | 1 |  |
Afc-se----p3s | Adjective Type=qualificative Degree=comparative Number=singular Case=elative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afc-se----p3p | Adjective Type=qualificative Degree=comparative Number=singular Case=elative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afc-st | Adjective Type=qualificative Degree=comparative Number=singular Case=allative | 1 |  |
Afc-st------s | Adjective Type=qualificative Degree=comparative Number=singular Case=allative Owned_Number=singular | 1 |  |
Afc-st------p | Adjective Type=qualificative Degree=comparative Number=singular Case=allative Owned_Number=plural | 1 |  |
Afc-st----s1 | Adjective Type=qualificative Degree=comparative Number=singular Case=allative Owner_Number=singular Owner_Person=first | 1 |  |
Afc-st----s1s | Adjective Type=qualificative Degree=comparative Number=singular Case=allative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afc-st----s1p | Adjective Type=qualificative Degree=comparative Number=singular Case=allative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afc-st----s2 | Adjective Type=qualificative Degree=comparative Number=singular Case=allative Owner_Number=singular Owner_Person=second | 1 |  |
Afc-st----s2s | Adjective Type=qualificative Degree=comparative Number=singular Case=allative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afc-st----s2p | Adjective Type=qualificative Degree=comparative Number=singular Case=allative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afc-st----s3 | Adjective Type=qualificative Degree=comparative Number=singular Case=allative Owner_Number=singular Owner_Person=third | 1 |  |
Afc-st----s3s | Adjective Type=qualificative Degree=comparative Number=singular Case=allative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afc-st----s3p | Adjective Type=qualificative Degree=comparative Number=singular Case=allative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afc-st----p1 | Adjective Type=qualificative Degree=comparative Number=singular Case=allative Owner_Number=plural Owner_Person=first | 1 |  |
Afc-st----p1s | Adjective Type=qualificative Degree=comparative Number=singular Case=allative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afc-st----p1p | Adjective Type=qualificative Degree=comparative Number=singular Case=allative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afc-st----p2 | Adjective Type=qualificative Degree=comparative Number=singular Case=allative Owner_Number=plural Owner_Person=second | 1 |  |
Afc-st----p2s | Adjective Type=qualificative Degree=comparative Number=singular Case=allative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afc-st----p2p | Adjective Type=qualificative Degree=comparative Number=singular Case=allative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afc-st----p3 | Adjective Type=qualificative Degree=comparative Number=singular Case=allative Owner_Number=plural Owner_Person=third | 1 |  |
Afc-st----p3s | Adjective Type=qualificative Degree=comparative Number=singular Case=allative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afc-st----p3p | Adjective Type=qualificative Degree=comparative Number=singular Case=allative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afc-s3 | Adjective Type=qualificative Degree=comparative Number=singular Case=adessive | 1 |  |
Afc-s3------s | Adjective Type=qualificative Degree=comparative Number=singular Case=adessive Owned_Number=singular | 1 |  |
Afc-s3------p | Adjective Type=qualificative Degree=comparative Number=singular Case=adessive Owned_Number=plural | 1 |  |
Afc-s3----s1 | Adjective Type=qualificative Degree=comparative Number=singular Case=adessive Owner_Number=singular Owner_Person=first | 1 |  |
Afc-s3----s1s | Adjective Type=qualificative Degree=comparative Number=singular Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afc-s3----s1p | Adjective Type=qualificative Degree=comparative Number=singular Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afc-s3----s2 | Adjective Type=qualificative Degree=comparative Number=singular Case=adessive Owner_Number=singular Owner_Person=second | 1 |  |
Afc-s3----s2s | Adjective Type=qualificative Degree=comparative Number=singular Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afc-s3----s2p | Adjective Type=qualificative Degree=comparative Number=singular Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afc-s3----s3 | Adjective Type=qualificative Degree=comparative Number=singular Case=adessive Owner_Number=singular Owner_Person=third | 1 |  |
Afc-s3----s3s | Adjective Type=qualificative Degree=comparative Number=singular Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afc-s3----s3p | Adjective Type=qualificative Degree=comparative Number=singular Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afc-s3----p1 | Adjective Type=qualificative Degree=comparative Number=singular Case=adessive Owner_Number=plural Owner_Person=first | 1 |  |
Afc-s3----p1s | Adjective Type=qualificative Degree=comparative Number=singular Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afc-s3----p1p | Adjective Type=qualificative Degree=comparative Number=singular Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afc-s3----p2 | Adjective Type=qualificative Degree=comparative Number=singular Case=adessive Owner_Number=plural Owner_Person=second | 1 |  |
Afc-s3----p2s | Adjective Type=qualificative Degree=comparative Number=singular Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afc-s3----p2p | Adjective Type=qualificative Degree=comparative Number=singular Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afc-s3----p3 | Adjective Type=qualificative Degree=comparative Number=singular Case=adessive Owner_Number=plural Owner_Person=third | 1 |  |
Afc-s3----p3s | Adjective Type=qualificative Degree=comparative Number=singular Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afc-s3----p3p | Adjective Type=qualificative Degree=comparative Number=singular Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afc-sb | Adjective Type=qualificative Degree=comparative Number=singular Case=ablative | 1 |  |
Afc-sb------s | Adjective Type=qualificative Degree=comparative Number=singular Case=ablative Owned_Number=singular | 1 |  |
Afc-sb------p | Adjective Type=qualificative Degree=comparative Number=singular Case=ablative Owned_Number=plural | 1 |  |
Afc-sb----s1 | Adjective Type=qualificative Degree=comparative Number=singular Case=ablative Owner_Number=singular Owner_Person=first | 1 |  |
Afc-sb----s1s | Adjective Type=qualificative Degree=comparative Number=singular Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afc-sb----s1p | Adjective Type=qualificative Degree=comparative Number=singular Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afc-sb----s2 | Adjective Type=qualificative Degree=comparative Number=singular Case=ablative Owner_Number=singular Owner_Person=second | 1 |  |
Afc-sb----s2s | Adjective Type=qualificative Degree=comparative Number=singular Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afc-sb----s2p | Adjective Type=qualificative Degree=comparative Number=singular Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afc-sb----s3 | Adjective Type=qualificative Degree=comparative Number=singular Case=ablative Owner_Number=singular Owner_Person=third | 1 |  |
Afc-sb----s3s | Adjective Type=qualificative Degree=comparative Number=singular Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afc-sb----s3p | Adjective Type=qualificative Degree=comparative Number=singular Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afc-sb----p1 | Adjective Type=qualificative Degree=comparative Number=singular Case=ablative Owner_Number=plural Owner_Person=first | 1 |  |
Afc-sb----p1s | Adjective Type=qualificative Degree=comparative Number=singular Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afc-sb----p1p | Adjective Type=qualificative Degree=comparative Number=singular Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afc-sb----p2 | Adjective Type=qualificative Degree=comparative Number=singular Case=ablative Owner_Number=plural Owner_Person=second | 1 |  |
Afc-sb----p2s | Adjective Type=qualificative Degree=comparative Number=singular Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afc-sb----p2p | Adjective Type=qualificative Degree=comparative Number=singular Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afc-sb----p3 | Adjective Type=qualificative Degree=comparative Number=singular Case=ablative Owner_Number=plural Owner_Person=third | 1 |  |
Afc-sb----p3s | Adjective Type=qualificative Degree=comparative Number=singular Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afc-sb----p3p | Adjective Type=qualificative Degree=comparative Number=singular Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afc-s9 | Adjective Type=qualificative Degree=comparative Number=singular Case=terminative | 1 |  |
Afc-s9------s | Adjective Type=qualificative Degree=comparative Number=singular Case=terminative Owned_Number=singular | 1 |  |
Afc-s9------p | Adjective Type=qualificative Degree=comparative Number=singular Case=terminative Owned_Number=plural | 1 |  |
Afc-s9----s1 | Adjective Type=qualificative Degree=comparative Number=singular Case=terminative Owner_Number=singular Owner_Person=first | 1 |  |
Afc-s9----s1s | Adjective Type=qualificative Degree=comparative Number=singular Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afc-s9----s1p | Adjective Type=qualificative Degree=comparative Number=singular Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afc-s9----s2 | Adjective Type=qualificative Degree=comparative Number=singular Case=terminative Owner_Number=singular Owner_Person=second | 1 |  |
Afc-s9----s2s | Adjective Type=qualificative Degree=comparative Number=singular Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afc-s9----s2p | Adjective Type=qualificative Degree=comparative Number=singular Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afc-s9----s3 | Adjective Type=qualificative Degree=comparative Number=singular Case=terminative Owner_Number=singular Owner_Person=third | 1 |  |
Afc-s9----s3s | Adjective Type=qualificative Degree=comparative Number=singular Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afc-s9----s3p | Adjective Type=qualificative Degree=comparative Number=singular Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afc-s9----p1 | Adjective Type=qualificative Degree=comparative Number=singular Case=terminative Owner_Number=plural Owner_Person=first | 1 |  |
Afc-s9----p1s | Adjective Type=qualificative Degree=comparative Number=singular Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afc-s9----p1p | Adjective Type=qualificative Degree=comparative Number=singular Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afc-s9----p2 | Adjective Type=qualificative Degree=comparative Number=singular Case=terminative Owner_Number=plural Owner_Person=second | 1 |  |
Afc-s9----p2s | Adjective Type=qualificative Degree=comparative Number=singular Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afc-s9----p2p | Adjective Type=qualificative Degree=comparative Number=singular Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afc-s9----p3 | Adjective Type=qualificative Degree=comparative Number=singular Case=terminative Owner_Number=plural Owner_Person=third | 1 |  |
Afc-s9----p3s | Adjective Type=qualificative Degree=comparative Number=singular Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afc-s9----p3p | Adjective Type=qualificative Degree=comparative Number=singular Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afc-sw | Adjective Type=qualificative Degree=comparative Number=singular Case=essive | 58 | világosabban/világos, újabban/új, tökéletesebben/tökéletes, tárgyilagosabban/tárgyilagos, szorosabban/szoros |
Afc-sw------s | Adjective Type=qualificative Degree=comparative Number=singular Case=essive Owned_Number=singular | 1 |  |
Afc-sw------p | Adjective Type=qualificative Degree=comparative Number=singular Case=essive Owned_Number=plural | 1 |  |
Afc-sw----s1 | Adjective Type=qualificative Degree=comparative Number=singular Case=essive Owner_Number=singular Owner_Person=first | 1 |  |
Afc-sw----s1s | Adjective Type=qualificative Degree=comparative Number=singular Case=essive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afc-sw----s1p | Adjective Type=qualificative Degree=comparative Number=singular Case=essive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afc-sw----s2 | Adjective Type=qualificative Degree=comparative Number=singular Case=essive Owner_Number=singular Owner_Person=second | 1 |  |
Afc-sw----s2s | Adjective Type=qualificative Degree=comparative Number=singular Case=essive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afc-sw----s2p | Adjective Type=qualificative Degree=comparative Number=singular Case=essive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afc-sw----s3 | Adjective Type=qualificative Degree=comparative Number=singular Case=essive Owner_Number=singular Owner_Person=third | 1 |  |
Afc-sw----s3s | Adjective Type=qualificative Degree=comparative Number=singular Case=essive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afc-sw----s3p | Adjective Type=qualificative Degree=comparative Number=singular Case=essive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afc-sw----p1 | Adjective Type=qualificative Degree=comparative Number=singular Case=essive Owner_Number=plural Owner_Person=first | 1 |  |
Afc-sw----p1s | Adjective Type=qualificative Degree=comparative Number=singular Case=essive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afc-sw----p1p | Adjective Type=qualificative Degree=comparative Number=singular Case=essive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afc-sw----p2 | Adjective Type=qualificative Degree=comparative Number=singular Case=essive Owner_Number=plural Owner_Person=second | 1 |  |
Afc-sw----p2s | Adjective Type=qualificative Degree=comparative Number=singular Case=essive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afc-sw----p2p | Adjective Type=qualificative Degree=comparative Number=singular Case=essive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afc-sw----p3 | Adjective Type=qualificative Degree=comparative Number=singular Case=essive Owner_Number=plural Owner_Person=third | 1 |  |
Afc-sw----p3s | Adjective Type=qualificative Degree=comparative Number=singular Case=essive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afc-sw----p3p | Adjective Type=qualificative Degree=comparative Number=singular Case=essive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afc-sm | Adjective Type=qualificative Degree=comparative Number=singular Case=temporalis | 1 | jobbkor/jó |
Afc-sm------s | Adjective Type=qualificative Degree=comparative Number=singular Case=temporalis Owned_Number=singular | 1 |  |
Afc-sm------p | Adjective Type=qualificative Degree=comparative Number=singular Case=temporalis Owned_Number=plural | 1 |  |
Afc-sm----s1 | Adjective Type=qualificative Degree=comparative Number=singular Case=temporalis Owner_Number=singular Owner_Person=first | 1 |  |
Afc-sm----s1s | Adjective Type=qualificative Degree=comparative Number=singular Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afc-sm----s1p | Adjective Type=qualificative Degree=comparative Number=singular Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afc-sm----s2 | Adjective Type=qualificative Degree=comparative Number=singular Case=temporalis Owner_Number=singular Owner_Person=second | 1 |  |
Afc-sm----s2s | Adjective Type=qualificative Degree=comparative Number=singular Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afc-sm----s2p | Adjective Type=qualificative Degree=comparative Number=singular Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afc-sm----s3 | Adjective Type=qualificative Degree=comparative Number=singular Case=temporalis Owner_Number=singular Owner_Person=third | 1 |  |
Afc-sm----s3s | Adjective Type=qualificative Degree=comparative Number=singular Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afc-sm----s3p | Adjective Type=qualificative Degree=comparative Number=singular Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afc-sm----p1 | Adjective Type=qualificative Degree=comparative Number=singular Case=temporalis Owner_Number=plural Owner_Person=first | 1 |  |
Afc-sm----p1s | Adjective Type=qualificative Degree=comparative Number=singular Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afc-sm----p1p | Adjective Type=qualificative Degree=comparative Number=singular Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afc-sm----p2 | Adjective Type=qualificative Degree=comparative Number=singular Case=temporalis Owner_Number=plural Owner_Person=second | 1 |  |
Afc-sm----p2s | Adjective Type=qualificative Degree=comparative Number=singular Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afc-sm----p2p | Adjective Type=qualificative Degree=comparative Number=singular Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afc-sm----p3 | Adjective Type=qualificative Degree=comparative Number=singular Case=temporalis Owner_Number=plural Owner_Person=third | 1 |  |
Afc-sm----p3s | Adjective Type=qualificative Degree=comparative Number=singular Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afc-sm----p3p | Adjective Type=qualificative Degree=comparative Number=singular Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afc-sc | Adjective Type=qualificative Degree=comparative Number=singular Case=causalis | 1 |  |
Afc-sc------s | Adjective Type=qualificative Degree=comparative Number=singular Case=causalis Owned_Number=singular | 1 |  |
Afc-sc------p | Adjective Type=qualificative Degree=comparative Number=singular Case=causalis Owned_Number=plural | 1 |  |
Afc-sc----s1 | Adjective Type=qualificative Degree=comparative Number=singular Case=causalis Owner_Number=singular Owner_Person=first | 1 |  |
Afc-sc----s1s | Adjective Type=qualificative Degree=comparative Number=singular Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afc-sc----s1p | Adjective Type=qualificative Degree=comparative Number=singular Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afc-sc----s2 | Adjective Type=qualificative Degree=comparative Number=singular Case=causalis Owner_Number=singular Owner_Person=second | 1 |  |
Afc-sc----s2s | Adjective Type=qualificative Degree=comparative Number=singular Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afc-sc----s2p | Adjective Type=qualificative Degree=comparative Number=singular Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afc-sc----s3 | Adjective Type=qualificative Degree=comparative Number=singular Case=causalis Owner_Number=singular Owner_Person=third | 1 |  |
Afc-sc----s3s | Adjective Type=qualificative Degree=comparative Number=singular Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afc-sc----s3p | Adjective Type=qualificative Degree=comparative Number=singular Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afc-sc----p1 | Adjective Type=qualificative Degree=comparative Number=singular Case=causalis Owner_Number=plural Owner_Person=first | 1 |  |
Afc-sc----p1s | Adjective Type=qualificative Degree=comparative Number=singular Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afc-sc----p1p | Adjective Type=qualificative Degree=comparative Number=singular Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afc-sc----p2 | Adjective Type=qualificative Degree=comparative Number=singular Case=causalis Owner_Number=plural Owner_Person=second | 1 |  |
Afc-sc----p2s | Adjective Type=qualificative Degree=comparative Number=singular Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afc-sc----p2p | Adjective Type=qualificative Degree=comparative Number=singular Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afc-sc----p3 | Adjective Type=qualificative Degree=comparative Number=singular Case=causalis Owner_Number=plural Owner_Person=third | 1 |  |
Afc-sc----p3s | Adjective Type=qualificative Degree=comparative Number=singular Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afc-sc----p3p | Adjective Type=qualificative Degree=comparative Number=singular Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afc-ss | Adjective Type=qualificative Degree=comparative Number=singular Case=sublative | 10 | szükségesebbre/szükséges, pontosabbra/pontos, nagyobbra/nagy, messzibbre/messzi, mélyebbre/mély |
Afc-ss------s | Adjective Type=qualificative Degree=comparative Number=singular Case=sublative Owned_Number=singular | 1 |  |
Afc-ss------p | Adjective Type=qualificative Degree=comparative Number=singular Case=sublative Owned_Number=plural | 1 |  |
Afc-ss----s1 | Adjective Type=qualificative Degree=comparative Number=singular Case=sublative Owner_Number=singular Owner_Person=first | 1 |  |
Afc-ss----s1s | Adjective Type=qualificative Degree=comparative Number=singular Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afc-ss----s1p | Adjective Type=qualificative Degree=comparative Number=singular Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afc-ss----s2 | Adjective Type=qualificative Degree=comparative Number=singular Case=sublative Owner_Number=singular Owner_Person=second | 1 |  |
Afc-ss----s2s | Adjective Type=qualificative Degree=comparative Number=singular Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afc-ss----s2p | Adjective Type=qualificative Degree=comparative Number=singular Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afc-ss----s3 | Adjective Type=qualificative Degree=comparative Number=singular Case=sublative Owner_Number=singular Owner_Person=third | 1 |  |
Afc-ss----s3s | Adjective Type=qualificative Degree=comparative Number=singular Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afc-ss----s3p | Adjective Type=qualificative Degree=comparative Number=singular Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afc-ss----p1 | Adjective Type=qualificative Degree=comparative Number=singular Case=sublative Owner_Number=plural Owner_Person=first | 1 |  |
Afc-ss----p1s | Adjective Type=qualificative Degree=comparative Number=singular Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afc-ss----p1p | Adjective Type=qualificative Degree=comparative Number=singular Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afc-ss----p2 | Adjective Type=qualificative Degree=comparative Number=singular Case=sublative Owner_Number=plural Owner_Person=second | 1 |  |
Afc-ss----p2s | Adjective Type=qualificative Degree=comparative Number=singular Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afc-ss----p2p | Adjective Type=qualificative Degree=comparative Number=singular Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afc-ss----p3 | Adjective Type=qualificative Degree=comparative Number=singular Case=sublative Owner_Number=plural Owner_Person=third | 1 |  |
Afc-ss----p3s | Adjective Type=qualificative Degree=comparative Number=singular Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afc-ss----p3p | Adjective Type=qualificative Degree=comparative Number=singular Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afc-sh | Adjective Type=qualificative Degree=comparative Number=singular Case=delative | 2 | távolabbról/távol, mélyebbről/mély |
Afc-sh------s | Adjective Type=qualificative Degree=comparative Number=singular Case=delative Owned_Number=singular | 1 |  |
Afc-sh------p | Adjective Type=qualificative Degree=comparative Number=singular Case=delative Owned_Number=plural | 1 |  |
Afc-sh----s1 | Adjective Type=qualificative Degree=comparative Number=singular Case=delative Owner_Number=singular Owner_Person=first | 1 |  |
Afc-sh----s1s | Adjective Type=qualificative Degree=comparative Number=singular Case=delative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afc-sh----s1p | Adjective Type=qualificative Degree=comparative Number=singular Case=delative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afc-sh----s2 | Adjective Type=qualificative Degree=comparative Number=singular Case=delative Owner_Number=singular Owner_Person=second | 1 |  |
Afc-sh----s2s | Adjective Type=qualificative Degree=comparative Number=singular Case=delative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afc-sh----s2p | Adjective Type=qualificative Degree=comparative Number=singular Case=delative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afc-sh----s3 | Adjective Type=qualificative Degree=comparative Number=singular Case=delative Owner_Number=singular Owner_Person=third | 1 |  |
Afc-sh----s3s | Adjective Type=qualificative Degree=comparative Number=singular Case=delative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afc-sh----s3p | Adjective Type=qualificative Degree=comparative Number=singular Case=delative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afc-sh----p1 | Adjective Type=qualificative Degree=comparative Number=singular Case=delative Owner_Number=plural Owner_Person=first | 1 |  |
Afc-sh----p1s | Adjective Type=qualificative Degree=comparative Number=singular Case=delative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afc-sh----p1p | Adjective Type=qualificative Degree=comparative Number=singular Case=delative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afc-sh----p2 | Adjective Type=qualificative Degree=comparative Number=singular Case=delative Owner_Number=plural Owner_Person=second | 1 |  |
Afc-sh----p2s | Adjective Type=qualificative Degree=comparative Number=singular Case=delative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afc-sh----p2p | Adjective Type=qualificative Degree=comparative Number=singular Case=delative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afc-sh----p3 | Adjective Type=qualificative Degree=comparative Number=singular Case=delative Owner_Number=plural Owner_Person=third | 1 |  |
Afc-sh----p3s | Adjective Type=qualificative Degree=comparative Number=singular Case=delative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afc-sh----p3p | Adjective Type=qualificative Degree=comparative Number=singular Case=delative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afc-sq | Adjective Type=qualificative Degree=comparative Number=singular Case=sociative | 1 |  |
Afc-sq------s | Adjective Type=qualificative Degree=comparative Number=singular Case=sociative Owned_Number=singular | 1 |  |
Afc-sq------p | Adjective Type=qualificative Degree=comparative Number=singular Case=sociative Owned_Number=plural | 1 |  |
Afc-sq----s1 | Adjective Type=qualificative Degree=comparative Number=singular Case=sociative Owner_Number=singular Owner_Person=first | 1 |  |
Afc-sq----s1s | Adjective Type=qualificative Degree=comparative Number=singular Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afc-sq----s1p | Adjective Type=qualificative Degree=comparative Number=singular Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afc-sq----s2 | Adjective Type=qualificative Degree=comparative Number=singular Case=sociative Owner_Number=singular Owner_Person=second | 1 |  |
Afc-sq----s2s | Adjective Type=qualificative Degree=comparative Number=singular Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afc-sq----s2p | Adjective Type=qualificative Degree=comparative Number=singular Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afc-sq----s3 | Adjective Type=qualificative Degree=comparative Number=singular Case=sociative Owner_Number=singular Owner_Person=third | 1 |  |
Afc-sq----s3s | Adjective Type=qualificative Degree=comparative Number=singular Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afc-sq----s3p | Adjective Type=qualificative Degree=comparative Number=singular Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afc-sq----p1 | Adjective Type=qualificative Degree=comparative Number=singular Case=sociative Owner_Number=plural Owner_Person=first | 1 |  |
Afc-sq----p1s | Adjective Type=qualificative Degree=comparative Number=singular Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afc-sq----p1p | Adjective Type=qualificative Degree=comparative Number=singular Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afc-sq----p2 | Adjective Type=qualificative Degree=comparative Number=singular Case=sociative Owner_Number=plural Owner_Person=second | 1 |  |
Afc-sq----p2s | Adjective Type=qualificative Degree=comparative Number=singular Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afc-sq----p2p | Adjective Type=qualificative Degree=comparative Number=singular Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afc-sq----p3 | Adjective Type=qualificative Degree=comparative Number=singular Case=sociative Owner_Number=plural Owner_Person=third | 1 |  |
Afc-sq----p3s | Adjective Type=qualificative Degree=comparative Number=singular Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afc-sq----p3p | Adjective Type=qualificative Degree=comparative Number=singular Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afc-sy | Adjective Type=qualificative Degree=comparative Number=singular Case=factive | 24 | ünnepélyesebbé/ünnepélyes, talányosabbá/talányos, személyesebbé/személyes, súlyosabbá/súlyos, ridegebbé/rideg |
Afc-sy------s | Adjective Type=qualificative Degree=comparative Number=singular Case=factive Owned_Number=singular | 1 |  |
Afc-sy------p | Adjective Type=qualificative Degree=comparative Number=singular Case=factive Owned_Number=plural | 1 |  |
Afc-sy----s1 | Adjective Type=qualificative Degree=comparative Number=singular Case=factive Owner_Number=singular Owner_Person=first | 1 |  |
Afc-sy----s1s | Adjective Type=qualificative Degree=comparative Number=singular Case=factive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afc-sy----s1p | Adjective Type=qualificative Degree=comparative Number=singular Case=factive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afc-sy----s2 | Adjective Type=qualificative Degree=comparative Number=singular Case=factive Owner_Number=singular Owner_Person=second | 1 |  |
Afc-sy----s2s | Adjective Type=qualificative Degree=comparative Number=singular Case=factive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afc-sy----s2p | Adjective Type=qualificative Degree=comparative Number=singular Case=factive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afc-sy----s3 | Adjective Type=qualificative Degree=comparative Number=singular Case=factive Owner_Number=singular Owner_Person=third | 1 |  |
Afc-sy----s3s | Adjective Type=qualificative Degree=comparative Number=singular Case=factive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afc-sy----s3p | Adjective Type=qualificative Degree=comparative Number=singular Case=factive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afc-sy----p1 | Adjective Type=qualificative Degree=comparative Number=singular Case=factive Owner_Number=plural Owner_Person=first | 1 |  |
Afc-sy----p1s | Adjective Type=qualificative Degree=comparative Number=singular Case=factive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afc-sy----p1p | Adjective Type=qualificative Degree=comparative Number=singular Case=factive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afc-sy----p2 | Adjective Type=qualificative Degree=comparative Number=singular Case=factive Owner_Number=plural Owner_Person=second | 1 |  |
Afc-sy----p2s | Adjective Type=qualificative Degree=comparative Number=singular Case=factive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afc-sy----p2p | Adjective Type=qualificative Degree=comparative Number=singular Case=factive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afc-sy----p3 | Adjective Type=qualificative Degree=comparative Number=singular Case=factive Owner_Number=plural Owner_Person=third | 1 |  |
Afc-sy----p3s | Adjective Type=qualificative Degree=comparative Number=singular Case=factive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afc-sy----p3p | Adjective Type=qualificative Degree=comparative Number=singular Case=factive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afc-sp | Adjective Type=qualificative Degree=comparative Number=singular Case=superessive | 27 | tökéletesebben/tökéletes, szívesebben/szíves, szerényebben/szerény, szelídebben/szelíd, szélesebben/széles |
Afc-sp------s | Adjective Type=qualificative Degree=comparative Number=singular Case=superessive Owned_Number=singular | 1 |  |
Afc-sp------p | Adjective Type=qualificative Degree=comparative Number=singular Case=superessive Owned_Number=plural | 1 |  |
Afc-sp----s1 | Adjective Type=qualificative Degree=comparative Number=singular Case=superessive Owner_Number=singular Owner_Person=first | 1 |  |
Afc-sp----s1s | Adjective Type=qualificative Degree=comparative Number=singular Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afc-sp----s1p | Adjective Type=qualificative Degree=comparative Number=singular Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afc-sp----s2 | Adjective Type=qualificative Degree=comparative Number=singular Case=superessive Owner_Number=singular Owner_Person=second | 1 |  |
Afc-sp----s2s | Adjective Type=qualificative Degree=comparative Number=singular Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afc-sp----s2p | Adjective Type=qualificative Degree=comparative Number=singular Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afc-sp----s3 | Adjective Type=qualificative Degree=comparative Number=singular Case=superessive Owner_Number=singular Owner_Person=third | 1 |  |
Afc-sp----s3s | Adjective Type=qualificative Degree=comparative Number=singular Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afc-sp----s3p | Adjective Type=qualificative Degree=comparative Number=singular Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afc-sp----p1 | Adjective Type=qualificative Degree=comparative Number=singular Case=superessive Owner_Number=plural Owner_Person=first | 1 |  |
Afc-sp----p1s | Adjective Type=qualificative Degree=comparative Number=singular Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afc-sp----p1p | Adjective Type=qualificative Degree=comparative Number=singular Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afc-sp----p2 | Adjective Type=qualificative Degree=comparative Number=singular Case=superessive Owner_Number=plural Owner_Person=second | 1 |  |
Afc-sp----p2s | Adjective Type=qualificative Degree=comparative Number=singular Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afc-sp----p2p | Adjective Type=qualificative Degree=comparative Number=singular Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afc-sp----p3 | Adjective Type=qualificative Degree=comparative Number=singular Case=superessive Owner_Number=plural Owner_Person=third | 1 |  |
Afc-sp----p3s | Adjective Type=qualificative Degree=comparative Number=singular Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afc-sp----p3p | Adjective Type=qualificative Degree=comparative Number=singular Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afc-su | Adjective Type=qualificative Degree=comparative Number=singular Case=distributive | 1 |  |
Afc-su------s | Adjective Type=qualificative Degree=comparative Number=singular Case=distributive Owned_Number=singular | 1 |  |
Afc-su------p | Adjective Type=qualificative Degree=comparative Number=singular Case=distributive Owned_Number=plural | 1 |  |
Afc-su----s1 | Adjective Type=qualificative Degree=comparative Number=singular Case=distributive Owner_Number=singular Owner_Person=first | 1 |  |
Afc-su----s1s | Adjective Type=qualificative Degree=comparative Number=singular Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afc-su----s1p | Adjective Type=qualificative Degree=comparative Number=singular Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afc-su----s2 | Adjective Type=qualificative Degree=comparative Number=singular Case=distributive Owner_Number=singular Owner_Person=second | 1 |  |
Afc-su----s2s | Adjective Type=qualificative Degree=comparative Number=singular Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afc-su----s2p | Adjective Type=qualificative Degree=comparative Number=singular Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afc-su----s3 | Adjective Type=qualificative Degree=comparative Number=singular Case=distributive Owner_Number=singular Owner_Person=third | 1 |  |
Afc-su----s3s | Adjective Type=qualificative Degree=comparative Number=singular Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afc-su----s3p | Adjective Type=qualificative Degree=comparative Number=singular Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afc-su----p1 | Adjective Type=qualificative Degree=comparative Number=singular Case=distributive Owner_Number=plural Owner_Person=first | 1 |  |
Afc-su----p1s | Adjective Type=qualificative Degree=comparative Number=singular Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afc-su----p1p | Adjective Type=qualificative Degree=comparative Number=singular Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afc-su----p2 | Adjective Type=qualificative Degree=comparative Number=singular Case=distributive Owner_Number=plural Owner_Person=second | 1 |  |
Afc-su----p2s | Adjective Type=qualificative Degree=comparative Number=singular Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afc-su----p2p | Adjective Type=qualificative Degree=comparative Number=singular Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afc-su----p3 | Adjective Type=qualificative Degree=comparative Number=singular Case=distributive Owner_Number=plural Owner_Person=third | 1 |  |
Afc-su----p3s | Adjective Type=qualificative Degree=comparative Number=singular Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afc-su----p3p | Adjective Type=qualificative Degree=comparative Number=singular Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afc-sf | Adjective Type=qualificative Degree=comparative Number=singular Case=essive-formal | 1 |  |
Afc-sf------s | Adjective Type=qualificative Degree=comparative Number=singular Case=essive-formal Owned_Number=singular | 1 |  |
Afc-sf------p | Adjective Type=qualificative Degree=comparative Number=singular Case=essive-formal Owned_Number=plural | 1 |  |
Afc-sf----s1 | Adjective Type=qualificative Degree=comparative Number=singular Case=essive-formal Owner_Number=singular Owner_Person=first | 1 |  |
Afc-sf----s1s | Adjective Type=qualificative Degree=comparative Number=singular Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afc-sf----s1p | Adjective Type=qualificative Degree=comparative Number=singular Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afc-sf----s2 | Adjective Type=qualificative Degree=comparative Number=singular Case=essive-formal Owner_Number=singular Owner_Person=second | 1 |  |
Afc-sf----s2s | Adjective Type=qualificative Degree=comparative Number=singular Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afc-sf----s2p | Adjective Type=qualificative Degree=comparative Number=singular Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afc-sf----s3 | Adjective Type=qualificative Degree=comparative Number=singular Case=essive-formal Owner_Number=singular Owner_Person=third | 1 |  |
Afc-sf----s3s | Adjective Type=qualificative Degree=comparative Number=singular Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afc-sf----s3p | Adjective Type=qualificative Degree=comparative Number=singular Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afc-sf----p1 | Adjective Type=qualificative Degree=comparative Number=singular Case=essive-formal Owner_Number=plural Owner_Person=first | 1 |  |
Afc-sf----p1s | Adjective Type=qualificative Degree=comparative Number=singular Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afc-sf----p1p | Adjective Type=qualificative Degree=comparative Number=singular Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afc-sf----p2 | Adjective Type=qualificative Degree=comparative Number=singular Case=essive-formal Owner_Number=plural Owner_Person=second | 1 |  |
Afc-sf----p2s | Adjective Type=qualificative Degree=comparative Number=singular Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afc-sf----p2p | Adjective Type=qualificative Degree=comparative Number=singular Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afc-sf----p3 | Adjective Type=qualificative Degree=comparative Number=singular Case=essive-formal Owner_Number=plural Owner_Person=third | 1 |  |
Afc-sf----p3s | Adjective Type=qualificative Degree=comparative Number=singular Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afc-sf----p3p | Adjective Type=qualificative Degree=comparative Number=singular Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afc-pn | Adjective Type=qualificative Degree=comparative Number=plural Case=nominative | 30 | zsúfoltabbak/zsúfolt, vastagabbak/vastag, újabbak/új, rosszabbak/rossz, reménytelenebbek/reménytelen |
Afc-pn------s | Adjective Type=qualificative Degree=comparative Number=plural Case=nominative Owned_Number=singular | 1 | fontosabbaké/fontos |
Afc-pn------p | Adjective Type=qualificative Degree=comparative Number=plural Case=nominative Owned_Number=plural | 1 |  |
Afc-pn----s1 | Adjective Type=qualificative Degree=comparative Number=plural Case=nominative Owner_Number=singular Owner_Person=first | 1 |  |
Afc-pn----s1s | Adjective Type=qualificative Degree=comparative Number=plural Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afc-pn----s1p | Adjective Type=qualificative Degree=comparative Number=plural Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afc-pn----s2 | Adjective Type=qualificative Degree=comparative Number=plural Case=nominative Owner_Number=singular Owner_Person=second | 1 |  |
Afc-pn----s2s | Adjective Type=qualificative Degree=comparative Number=plural Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afc-pn----s2p | Adjective Type=qualificative Degree=comparative Number=plural Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afc-pn----s3 | Adjective Type=qualificative Degree=comparative Number=plural Case=nominative Owner_Number=singular Owner_Person=third | 1 |  |
Afc-pn----s3s | Adjective Type=qualificative Degree=comparative Number=plural Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afc-pn----s3p | Adjective Type=qualificative Degree=comparative Number=plural Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afc-pn----p1 | Adjective Type=qualificative Degree=comparative Number=plural Case=nominative Owner_Number=plural Owner_Person=first | 1 |  |
Afc-pn----p1s | Adjective Type=qualificative Degree=comparative Number=plural Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afc-pn----p1p | Adjective Type=qualificative Degree=comparative Number=plural Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afc-pn----p2 | Adjective Type=qualificative Degree=comparative Number=plural Case=nominative Owner_Number=plural Owner_Person=second | 1 |  |
Afc-pn----p2s | Adjective Type=qualificative Degree=comparative Number=plural Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afc-pn----p2p | Adjective Type=qualificative Degree=comparative Number=plural Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afc-pn----p3 | Adjective Type=qualificative Degree=comparative Number=plural Case=nominative Owner_Number=plural Owner_Person=third | 1 |  |
Afc-pn----p3s | Adjective Type=qualificative Degree=comparative Number=plural Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afc-pn----p3p | Adjective Type=qualificative Degree=comparative Number=plural Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afc-pg | Adjective Type=qualificative Degree=comparative Number=plural Case=genitive | 1 |  |
Afc-pg------s | Adjective Type=qualificative Degree=comparative Number=plural Case=genitive Owned_Number=singular | 1 |  |
Afc-pg------p | Adjective Type=qualificative Degree=comparative Number=plural Case=genitive Owned_Number=plural | 1 |  |
Afc-pg----s1 | Adjective Type=qualificative Degree=comparative Number=plural Case=genitive Owner_Number=singular Owner_Person=first | 1 |  |
Afc-pg----s1s | Adjective Type=qualificative Degree=comparative Number=plural Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afc-pg----s1p | Adjective Type=qualificative Degree=comparative Number=plural Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afc-pg----s2 | Adjective Type=qualificative Degree=comparative Number=plural Case=genitive Owner_Number=singular Owner_Person=second | 1 |  |
Afc-pg----s2s | Adjective Type=qualificative Degree=comparative Number=plural Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afc-pg----s2p | Adjective Type=qualificative Degree=comparative Number=plural Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afc-pg----s3 | Adjective Type=qualificative Degree=comparative Number=plural Case=genitive Owner_Number=singular Owner_Person=third | 1 |  |
Afc-pg----s3s | Adjective Type=qualificative Degree=comparative Number=plural Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afc-pg----s3p | Adjective Type=qualificative Degree=comparative Number=plural Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afc-pg----p1 | Adjective Type=qualificative Degree=comparative Number=plural Case=genitive Owner_Number=plural Owner_Person=first | 1 |  |
Afc-pg----p1s | Adjective Type=qualificative Degree=comparative Number=plural Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afc-pg----p1p | Adjective Type=qualificative Degree=comparative Number=plural Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afc-pg----p2 | Adjective Type=qualificative Degree=comparative Number=plural Case=genitive Owner_Number=plural Owner_Person=second | 1 |  |
Afc-pg----p2s | Adjective Type=qualificative Degree=comparative Number=plural Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afc-pg----p2p | Adjective Type=qualificative Degree=comparative Number=plural Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afc-pg----p3 | Adjective Type=qualificative Degree=comparative Number=plural Case=genitive Owner_Number=plural Owner_Person=third | 1 |  |
Afc-pg----p3s | Adjective Type=qualificative Degree=comparative Number=plural Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afc-pg----p3p | Adjective Type=qualificative Degree=comparative Number=plural Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afc-pd | Adjective Type=qualificative Degree=comparative Number=plural Case=dative | 3 | kisebbeknek/kis, kedvezőbbeknek/kedvező, fiatalabbaknak/fiatal |
Afc-pd------s | Adjective Type=qualificative Degree=comparative Number=plural Case=dative Owned_Number=singular | 1 |  |
Afc-pd------p | Adjective Type=qualificative Degree=comparative Number=plural Case=dative Owned_Number=plural | 1 |  |
Afc-pd----s1 | Adjective Type=qualificative Degree=comparative Number=plural Case=dative Owner_Number=singular Owner_Person=first | 1 |  |
Afc-pd----s1s | Adjective Type=qualificative Degree=comparative Number=plural Case=dative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afc-pd----s1p | Adjective Type=qualificative Degree=comparative Number=plural Case=dative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afc-pd----s2 | Adjective Type=qualificative Degree=comparative Number=plural Case=dative Owner_Number=singular Owner_Person=second | 1 |  |
Afc-pd----s2s | Adjective Type=qualificative Degree=comparative Number=plural Case=dative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afc-pd----s2p | Adjective Type=qualificative Degree=comparative Number=plural Case=dative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afc-pd----s3 | Adjective Type=qualificative Degree=comparative Number=plural Case=dative Owner_Number=singular Owner_Person=third | 1 |  |
Afc-pd----s3s | Adjective Type=qualificative Degree=comparative Number=plural Case=dative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afc-pd----s3p | Adjective Type=qualificative Degree=comparative Number=plural Case=dative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afc-pd----p1 | Adjective Type=qualificative Degree=comparative Number=plural Case=dative Owner_Number=plural Owner_Person=first | 1 |  |
Afc-pd----p1s | Adjective Type=qualificative Degree=comparative Number=plural Case=dative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afc-pd----p1p | Adjective Type=qualificative Degree=comparative Number=plural Case=dative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afc-pd----p2 | Adjective Type=qualificative Degree=comparative Number=plural Case=dative Owner_Number=plural Owner_Person=second | 1 |  |
Afc-pd----p2s | Adjective Type=qualificative Degree=comparative Number=plural Case=dative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afc-pd----p2p | Adjective Type=qualificative Degree=comparative Number=plural Case=dative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afc-pd----p3 | Adjective Type=qualificative Degree=comparative Number=plural Case=dative Owner_Number=plural Owner_Person=third | 1 |  |
Afc-pd----p3s | Adjective Type=qualificative Degree=comparative Number=plural Case=dative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afc-pd----p3p | Adjective Type=qualificative Degree=comparative Number=plural Case=dative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afc-pa | Adjective Type=qualificative Degree=comparative Number=plural Case=accusative | 1 |  |
Afc-pa------s | Adjective Type=qualificative Degree=comparative Number=plural Case=accusative Owned_Number=singular | 1 |  |
Afc-pa------p | Adjective Type=qualificative Degree=comparative Number=plural Case=accusative Owned_Number=plural | 1 |  |
Afc-pa----s1 | Adjective Type=qualificative Degree=comparative Number=plural Case=accusative Owner_Number=singular Owner_Person=first | 1 |  |
Afc-pa----s1s | Adjective Type=qualificative Degree=comparative Number=plural Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afc-pa----s1p | Adjective Type=qualificative Degree=comparative Number=plural Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afc-pa----s2 | Adjective Type=qualificative Degree=comparative Number=plural Case=accusative Owner_Number=singular Owner_Person=second | 1 |  |
Afc-pa----s2s | Adjective Type=qualificative Degree=comparative Number=plural Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afc-pa----s2p | Adjective Type=qualificative Degree=comparative Number=plural Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afc-pa----s3 | Adjective Type=qualificative Degree=comparative Number=plural Case=accusative Owner_Number=singular Owner_Person=third | 1 |  |
Afc-pa----s3s | Adjective Type=qualificative Degree=comparative Number=plural Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afc-pa----s3p | Adjective Type=qualificative Degree=comparative Number=plural Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afc-pa----p1 | Adjective Type=qualificative Degree=comparative Number=plural Case=accusative Owner_Number=plural Owner_Person=first | 1 |  |
Afc-pa----p1s | Adjective Type=qualificative Degree=comparative Number=plural Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afc-pa----p1p | Adjective Type=qualificative Degree=comparative Number=plural Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afc-pa----p2 | Adjective Type=qualificative Degree=comparative Number=plural Case=accusative Owner_Number=plural Owner_Person=second | 1 |  |
Afc-pa----p2s | Adjective Type=qualificative Degree=comparative Number=plural Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afc-pa----p2p | Adjective Type=qualificative Degree=comparative Number=plural Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afc-pa----p3 | Adjective Type=qualificative Degree=comparative Number=plural Case=accusative Owner_Number=plural Owner_Person=third | 1 |  |
Afc-pa----p3s | Adjective Type=qualificative Degree=comparative Number=plural Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afc-pa----p3p | Adjective Type=qualificative Degree=comparative Number=plural Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afc-pi | Adjective Type=qualificative Degree=comparative Number=plural Case=instrumental | 1 |  |
Afc-pi------s | Adjective Type=qualificative Degree=comparative Number=plural Case=instrumental Owned_Number=singular | 1 |  |
Afc-pi------p | Adjective Type=qualificative Degree=comparative Number=plural Case=instrumental Owned_Number=plural | 1 |  |
Afc-pi----s1 | Adjective Type=qualificative Degree=comparative Number=plural Case=instrumental Owner_Number=singular Owner_Person=first | 1 |  |
Afc-pi----s1s | Adjective Type=qualificative Degree=comparative Number=plural Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afc-pi----s1p | Adjective Type=qualificative Degree=comparative Number=plural Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afc-pi----s2 | Adjective Type=qualificative Degree=comparative Number=plural Case=instrumental Owner_Number=singular Owner_Person=second | 1 |  |
Afc-pi----s2s | Adjective Type=qualificative Degree=comparative Number=plural Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afc-pi----s2p | Adjective Type=qualificative Degree=comparative Number=plural Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afc-pi----s3 | Adjective Type=qualificative Degree=comparative Number=plural Case=instrumental Owner_Number=singular Owner_Person=third | 1 |  |
Afc-pi----s3s | Adjective Type=qualificative Degree=comparative Number=plural Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afc-pi----s3p | Adjective Type=qualificative Degree=comparative Number=plural Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afc-pi----p1 | Adjective Type=qualificative Degree=comparative Number=plural Case=instrumental Owner_Number=plural Owner_Person=first | 1 |  |
Afc-pi----p1s | Adjective Type=qualificative Degree=comparative Number=plural Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afc-pi----p1p | Adjective Type=qualificative Degree=comparative Number=plural Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afc-pi----p2 | Adjective Type=qualificative Degree=comparative Number=plural Case=instrumental Owner_Number=plural Owner_Person=second | 1 |  |
Afc-pi----p2s | Adjective Type=qualificative Degree=comparative Number=plural Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afc-pi----p2p | Adjective Type=qualificative Degree=comparative Number=plural Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afc-pi----p3 | Adjective Type=qualificative Degree=comparative Number=plural Case=instrumental Owner_Number=plural Owner_Person=third | 1 |  |
Afc-pi----p3s | Adjective Type=qualificative Degree=comparative Number=plural Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afc-pi----p3p | Adjective Type=qualificative Degree=comparative Number=plural Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afc-px | Adjective Type=qualificative Degree=comparative Number=plural Case=illative | 1 |  |
Afc-px------s | Adjective Type=qualificative Degree=comparative Number=plural Case=illative Owned_Number=singular | 1 |  |
Afc-px------p | Adjective Type=qualificative Degree=comparative Number=plural Case=illative Owned_Number=plural | 1 |  |
Afc-px----s1 | Adjective Type=qualificative Degree=comparative Number=plural Case=illative Owner_Number=singular Owner_Person=first | 1 |  |
Afc-px----s1s | Adjective Type=qualificative Degree=comparative Number=plural Case=illative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afc-px----s1p | Adjective Type=qualificative Degree=comparative Number=plural Case=illative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afc-px----s2 | Adjective Type=qualificative Degree=comparative Number=plural Case=illative Owner_Number=singular Owner_Person=second | 1 |  |
Afc-px----s2s | Adjective Type=qualificative Degree=comparative Number=plural Case=illative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afc-px----s2p | Adjective Type=qualificative Degree=comparative Number=plural Case=illative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afc-px----s3 | Adjective Type=qualificative Degree=comparative Number=plural Case=illative Owner_Number=singular Owner_Person=third | 1 |  |
Afc-px----s3s | Adjective Type=qualificative Degree=comparative Number=plural Case=illative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afc-px----s3p | Adjective Type=qualificative Degree=comparative Number=plural Case=illative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afc-px----p1 | Adjective Type=qualificative Degree=comparative Number=plural Case=illative Owner_Number=plural Owner_Person=first | 1 |  |
Afc-px----p1s | Adjective Type=qualificative Degree=comparative Number=plural Case=illative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afc-px----p1p | Adjective Type=qualificative Degree=comparative Number=plural Case=illative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afc-px----p2 | Adjective Type=qualificative Degree=comparative Number=plural Case=illative Owner_Number=plural Owner_Person=second | 1 |  |
Afc-px----p2s | Adjective Type=qualificative Degree=comparative Number=plural Case=illative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afc-px----p2p | Adjective Type=qualificative Degree=comparative Number=plural Case=illative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afc-px----p3 | Adjective Type=qualificative Degree=comparative Number=plural Case=illative Owner_Number=plural Owner_Person=third | 1 |  |
Afc-px----p3s | Adjective Type=qualificative Degree=comparative Number=plural Case=illative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afc-px----p3p | Adjective Type=qualificative Degree=comparative Number=plural Case=illative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afc-p2 | Adjective Type=qualificative Degree=comparative Number=plural Case=inessive | 1 | nagyobbakban/nagy |
Afc-p2------s | Adjective Type=qualificative Degree=comparative Number=plural Case=inessive Owned_Number=singular | 1 |  |
Afc-p2------p | Adjective Type=qualificative Degree=comparative Number=plural Case=inessive Owned_Number=plural | 1 |  |
Afc-p2----s1 | Adjective Type=qualificative Degree=comparative Number=plural Case=inessive Owner_Number=singular Owner_Person=first | 1 |  |
Afc-p2----s1s | Adjective Type=qualificative Degree=comparative Number=plural Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afc-p2----s1p | Adjective Type=qualificative Degree=comparative Number=plural Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afc-p2----s2 | Adjective Type=qualificative Degree=comparative Number=plural Case=inessive Owner_Number=singular Owner_Person=second | 1 |  |
Afc-p2----s2s | Adjective Type=qualificative Degree=comparative Number=plural Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afc-p2----s2p | Adjective Type=qualificative Degree=comparative Number=plural Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afc-p2----s3 | Adjective Type=qualificative Degree=comparative Number=plural Case=inessive Owner_Number=singular Owner_Person=third | 1 |  |
Afc-p2----s3s | Adjective Type=qualificative Degree=comparative Number=plural Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afc-p2----s3p | Adjective Type=qualificative Degree=comparative Number=plural Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afc-p2----p1 | Adjective Type=qualificative Degree=comparative Number=plural Case=inessive Owner_Number=plural Owner_Person=first | 1 |  |
Afc-p2----p1s | Adjective Type=qualificative Degree=comparative Number=plural Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afc-p2----p1p | Adjective Type=qualificative Degree=comparative Number=plural Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afc-p2----p2 | Adjective Type=qualificative Degree=comparative Number=plural Case=inessive Owner_Number=plural Owner_Person=second | 1 |  |
Afc-p2----p2s | Adjective Type=qualificative Degree=comparative Number=plural Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afc-p2----p2p | Adjective Type=qualificative Degree=comparative Number=plural Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afc-p2----p3 | Adjective Type=qualificative Degree=comparative Number=plural Case=inessive Owner_Number=plural Owner_Person=third | 1 |  |
Afc-p2----p3s | Adjective Type=qualificative Degree=comparative Number=plural Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afc-p2----p3p | Adjective Type=qualificative Degree=comparative Number=plural Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afc-pe | Adjective Type=qualificative Degree=comparative Number=plural Case=elative | 1 |  |
Afc-pe------s | Adjective Type=qualificative Degree=comparative Number=plural Case=elative Owned_Number=singular | 1 |  |
Afc-pe------p | Adjective Type=qualificative Degree=comparative Number=plural Case=elative Owned_Number=plural | 1 |  |
Afc-pe----s1 | Adjective Type=qualificative Degree=comparative Number=plural Case=elative Owner_Number=singular Owner_Person=first | 1 |  |
Afc-pe----s1s | Adjective Type=qualificative Degree=comparative Number=plural Case=elative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afc-pe----s1p | Adjective Type=qualificative Degree=comparative Number=plural Case=elative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afc-pe----s2 | Adjective Type=qualificative Degree=comparative Number=plural Case=elative Owner_Number=singular Owner_Person=second | 1 |  |
Afc-pe----s2s | Adjective Type=qualificative Degree=comparative Number=plural Case=elative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afc-pe----s2p | Adjective Type=qualificative Degree=comparative Number=plural Case=elative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afc-pe----s3 | Adjective Type=qualificative Degree=comparative Number=plural Case=elative Owner_Number=singular Owner_Person=third | 1 |  |
Afc-pe----s3s | Adjective Type=qualificative Degree=comparative Number=plural Case=elative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afc-pe----s3p | Adjective Type=qualificative Degree=comparative Number=plural Case=elative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afc-pe----p1 | Adjective Type=qualificative Degree=comparative Number=plural Case=elative Owner_Number=plural Owner_Person=first | 1 |  |
Afc-pe----p1s | Adjective Type=qualificative Degree=comparative Number=plural Case=elative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afc-pe----p1p | Adjective Type=qualificative Degree=comparative Number=plural Case=elative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afc-pe----p2 | Adjective Type=qualificative Degree=comparative Number=plural Case=elative Owner_Number=plural Owner_Person=second | 1 |  |
Afc-pe----p2s | Adjective Type=qualificative Degree=comparative Number=plural Case=elative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afc-pe----p2p | Adjective Type=qualificative Degree=comparative Number=plural Case=elative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afc-pe----p3 | Adjective Type=qualificative Degree=comparative Number=plural Case=elative Owner_Number=plural Owner_Person=third | 1 |  |
Afc-pe----p3s | Adjective Type=qualificative Degree=comparative Number=plural Case=elative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afc-pe----p3p | Adjective Type=qualificative Degree=comparative Number=plural Case=elative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afc-pt | Adjective Type=qualificative Degree=comparative Number=plural Case=allative | 1 |  |
Afc-pt------s | Adjective Type=qualificative Degree=comparative Number=plural Case=allative Owned_Number=singular | 1 |  |
Afc-pt------p | Adjective Type=qualificative Degree=comparative Number=plural Case=allative Owned_Number=plural | 1 |  |
Afc-pt----s1 | Adjective Type=qualificative Degree=comparative Number=plural Case=allative Owner_Number=singular Owner_Person=first | 1 |  |
Afc-pt----s1s | Adjective Type=qualificative Degree=comparative Number=plural Case=allative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afc-pt----s1p | Adjective Type=qualificative Degree=comparative Number=plural Case=allative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afc-pt----s2 | Adjective Type=qualificative Degree=comparative Number=plural Case=allative Owner_Number=singular Owner_Person=second | 1 |  |
Afc-pt----s2s | Adjective Type=qualificative Degree=comparative Number=plural Case=allative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afc-pt----s2p | Adjective Type=qualificative Degree=comparative Number=plural Case=allative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afc-pt----s3 | Adjective Type=qualificative Degree=comparative Number=plural Case=allative Owner_Number=singular Owner_Person=third | 1 |  |
Afc-pt----s3s | Adjective Type=qualificative Degree=comparative Number=plural Case=allative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afc-pt----s3p | Adjective Type=qualificative Degree=comparative Number=plural Case=allative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afc-pt----p1 | Adjective Type=qualificative Degree=comparative Number=plural Case=allative Owner_Number=plural Owner_Person=first | 1 |  |
Afc-pt----p1s | Adjective Type=qualificative Degree=comparative Number=plural Case=allative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afc-pt----p1p | Adjective Type=qualificative Degree=comparative Number=plural Case=allative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afc-pt----p2 | Adjective Type=qualificative Degree=comparative Number=plural Case=allative Owner_Number=plural Owner_Person=second | 1 |  |
Afc-pt----p2s | Adjective Type=qualificative Degree=comparative Number=plural Case=allative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afc-pt----p2p | Adjective Type=qualificative Degree=comparative Number=plural Case=allative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afc-pt----p3 | Adjective Type=qualificative Degree=comparative Number=plural Case=allative Owner_Number=plural Owner_Person=third | 1 |  |
Afc-pt----p3s | Adjective Type=qualificative Degree=comparative Number=plural Case=allative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afc-pt----p3p | Adjective Type=qualificative Degree=comparative Number=plural Case=allative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afc-p3 | Adjective Type=qualificative Degree=comparative Number=plural Case=adessive | 1 |  |
Afc-p3------s | Adjective Type=qualificative Degree=comparative Number=plural Case=adessive Owned_Number=singular | 1 |  |
Afc-p3------p | Adjective Type=qualificative Degree=comparative Number=plural Case=adessive Owned_Number=plural | 1 |  |
Afc-p3----s1 | Adjective Type=qualificative Degree=comparative Number=plural Case=adessive Owner_Number=singular Owner_Person=first | 1 |  |
Afc-p3----s1s | Adjective Type=qualificative Degree=comparative Number=plural Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afc-p3----s1p | Adjective Type=qualificative Degree=comparative Number=plural Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afc-p3----s2 | Adjective Type=qualificative Degree=comparative Number=plural Case=adessive Owner_Number=singular Owner_Person=second | 1 |  |
Afc-p3----s2s | Adjective Type=qualificative Degree=comparative Number=plural Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afc-p3----s2p | Adjective Type=qualificative Degree=comparative Number=plural Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afc-p3----s3 | Adjective Type=qualificative Degree=comparative Number=plural Case=adessive Owner_Number=singular Owner_Person=third | 1 |  |
Afc-p3----s3s | Adjective Type=qualificative Degree=comparative Number=plural Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afc-p3----s3p | Adjective Type=qualificative Degree=comparative Number=plural Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afc-p3----p1 | Adjective Type=qualificative Degree=comparative Number=plural Case=adessive Owner_Number=plural Owner_Person=first | 1 |  |
Afc-p3----p1s | Adjective Type=qualificative Degree=comparative Number=plural Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afc-p3----p1p | Adjective Type=qualificative Degree=comparative Number=plural Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afc-p3----p2 | Adjective Type=qualificative Degree=comparative Number=plural Case=adessive Owner_Number=plural Owner_Person=second | 1 |  |
Afc-p3----p2s | Adjective Type=qualificative Degree=comparative Number=plural Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afc-p3----p2p | Adjective Type=qualificative Degree=comparative Number=plural Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afc-p3----p3 | Adjective Type=qualificative Degree=comparative Number=plural Case=adessive Owner_Number=plural Owner_Person=third | 1 |  |
Afc-p3----p3s | Adjective Type=qualificative Degree=comparative Number=plural Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afc-p3----p3p | Adjective Type=qualificative Degree=comparative Number=plural Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afc-pb | Adjective Type=qualificative Degree=comparative Number=plural Case=ablative | 1 |  |
Afc-pb------s | Adjective Type=qualificative Degree=comparative Number=plural Case=ablative Owned_Number=singular | 1 |  |
Afc-pb------p | Adjective Type=qualificative Degree=comparative Number=plural Case=ablative Owned_Number=plural | 1 |  |
Afc-pb----s1 | Adjective Type=qualificative Degree=comparative Number=plural Case=ablative Owner_Number=singular Owner_Person=first | 1 |  |
Afc-pb----s1s | Adjective Type=qualificative Degree=comparative Number=plural Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afc-pb----s1p | Adjective Type=qualificative Degree=comparative Number=plural Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afc-pb----s2 | Adjective Type=qualificative Degree=comparative Number=plural Case=ablative Owner_Number=singular Owner_Person=second | 1 |  |
Afc-pb----s2s | Adjective Type=qualificative Degree=comparative Number=plural Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afc-pb----s2p | Adjective Type=qualificative Degree=comparative Number=plural Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afc-pb----s3 | Adjective Type=qualificative Degree=comparative Number=plural Case=ablative Owner_Number=singular Owner_Person=third | 1 |  |
Afc-pb----s3s | Adjective Type=qualificative Degree=comparative Number=plural Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afc-pb----s3p | Adjective Type=qualificative Degree=comparative Number=plural Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afc-pb----p1 | Adjective Type=qualificative Degree=comparative Number=plural Case=ablative Owner_Number=plural Owner_Person=first | 1 |  |
Afc-pb----p1s | Adjective Type=qualificative Degree=comparative Number=plural Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afc-pb----p1p | Adjective Type=qualificative Degree=comparative Number=plural Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afc-pb----p2 | Adjective Type=qualificative Degree=comparative Number=plural Case=ablative Owner_Number=plural Owner_Person=second | 1 |  |
Afc-pb----p2s | Adjective Type=qualificative Degree=comparative Number=plural Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afc-pb----p2p | Adjective Type=qualificative Degree=comparative Number=plural Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afc-pb----p3 | Adjective Type=qualificative Degree=comparative Number=plural Case=ablative Owner_Number=plural Owner_Person=third | 1 |  |
Afc-pb----p3s | Adjective Type=qualificative Degree=comparative Number=plural Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afc-pb----p3p | Adjective Type=qualificative Degree=comparative Number=plural Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afc-p9 | Adjective Type=qualificative Degree=comparative Number=plural Case=terminative | 1 |  |
Afc-p9------s | Adjective Type=qualificative Degree=comparative Number=plural Case=terminative Owned_Number=singular | 1 |  |
Afc-p9------p | Adjective Type=qualificative Degree=comparative Number=plural Case=terminative Owned_Number=plural | 1 |  |
Afc-p9----s1 | Adjective Type=qualificative Degree=comparative Number=plural Case=terminative Owner_Number=singular Owner_Person=first | 1 |  |
Afc-p9----s1s | Adjective Type=qualificative Degree=comparative Number=plural Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afc-p9----s1p | Adjective Type=qualificative Degree=comparative Number=plural Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afc-p9----s2 | Adjective Type=qualificative Degree=comparative Number=plural Case=terminative Owner_Number=singular Owner_Person=second | 1 |  |
Afc-p9----s2s | Adjective Type=qualificative Degree=comparative Number=plural Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afc-p9----s2p | Adjective Type=qualificative Degree=comparative Number=plural Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afc-p9----s3 | Adjective Type=qualificative Degree=comparative Number=plural Case=terminative Owner_Number=singular Owner_Person=third | 1 |  |
Afc-p9----s3s | Adjective Type=qualificative Degree=comparative Number=plural Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afc-p9----s3p | Adjective Type=qualificative Degree=comparative Number=plural Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afc-p9----p1 | Adjective Type=qualificative Degree=comparative Number=plural Case=terminative Owner_Number=plural Owner_Person=first | 1 |  |
Afc-p9----p1s | Adjective Type=qualificative Degree=comparative Number=plural Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afc-p9----p1p | Adjective Type=qualificative Degree=comparative Number=plural Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afc-p9----p2 | Adjective Type=qualificative Degree=comparative Number=plural Case=terminative Owner_Number=plural Owner_Person=second | 1 |  |
Afc-p9----p2s | Adjective Type=qualificative Degree=comparative Number=plural Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afc-p9----p2p | Adjective Type=qualificative Degree=comparative Number=plural Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afc-p9----p3 | Adjective Type=qualificative Degree=comparative Number=plural Case=terminative Owner_Number=plural Owner_Person=third | 1 |  |
Afc-p9----p3s | Adjective Type=qualificative Degree=comparative Number=plural Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afc-p9----p3p | Adjective Type=qualificative Degree=comparative Number=plural Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afc-pw | Adjective Type=qualificative Degree=comparative Number=plural Case=essive | 1 |  |
Afc-pw------s | Adjective Type=qualificative Degree=comparative Number=plural Case=essive Owned_Number=singular | 1 |  |
Afc-pw------p | Adjective Type=qualificative Degree=comparative Number=plural Case=essive Owned_Number=plural | 1 |  |
Afc-pw----s1 | Adjective Type=qualificative Degree=comparative Number=plural Case=essive Owner_Number=singular Owner_Person=first | 1 |  |
Afc-pw----s1s | Adjective Type=qualificative Degree=comparative Number=plural Case=essive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afc-pw----s1p | Adjective Type=qualificative Degree=comparative Number=plural Case=essive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afc-pw----s2 | Adjective Type=qualificative Degree=comparative Number=plural Case=essive Owner_Number=singular Owner_Person=second | 1 |  |
Afc-pw----s2s | Adjective Type=qualificative Degree=comparative Number=plural Case=essive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afc-pw----s2p | Adjective Type=qualificative Degree=comparative Number=plural Case=essive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afc-pw----s3 | Adjective Type=qualificative Degree=comparative Number=plural Case=essive Owner_Number=singular Owner_Person=third | 1 |  |
Afc-pw----s3s | Adjective Type=qualificative Degree=comparative Number=plural Case=essive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afc-pw----s3p | Adjective Type=qualificative Degree=comparative Number=plural Case=essive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afc-pw----p1 | Adjective Type=qualificative Degree=comparative Number=plural Case=essive Owner_Number=plural Owner_Person=first | 1 |  |
Afc-pw----p1s | Adjective Type=qualificative Degree=comparative Number=plural Case=essive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afc-pw----p1p | Adjective Type=qualificative Degree=comparative Number=plural Case=essive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afc-pw----p2 | Adjective Type=qualificative Degree=comparative Number=plural Case=essive Owner_Number=plural Owner_Person=second | 1 |  |
Afc-pw----p2s | Adjective Type=qualificative Degree=comparative Number=plural Case=essive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afc-pw----p2p | Adjective Type=qualificative Degree=comparative Number=plural Case=essive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afc-pw----p3 | Adjective Type=qualificative Degree=comparative Number=plural Case=essive Owner_Number=plural Owner_Person=third | 1 |  |
Afc-pw----p3s | Adjective Type=qualificative Degree=comparative Number=plural Case=essive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afc-pw----p3p | Adjective Type=qualificative Degree=comparative Number=plural Case=essive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afc-pm | Adjective Type=qualificative Degree=comparative Number=plural Case=temporalis | 1 |  |
Afc-pm------s | Adjective Type=qualificative Degree=comparative Number=plural Case=temporalis Owned_Number=singular | 1 |  |
Afc-pm------p | Adjective Type=qualificative Degree=comparative Number=plural Case=temporalis Owned_Number=plural | 1 |  |
Afc-pm----s1 | Adjective Type=qualificative Degree=comparative Number=plural Case=temporalis Owner_Number=singular Owner_Person=first | 1 |  |
Afc-pm----s1s | Adjective Type=qualificative Degree=comparative Number=plural Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afc-pm----s1p | Adjective Type=qualificative Degree=comparative Number=plural Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afc-pm----s2 | Adjective Type=qualificative Degree=comparative Number=plural Case=temporalis Owner_Number=singular Owner_Person=second | 1 |  |
Afc-pm----s2s | Adjective Type=qualificative Degree=comparative Number=plural Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afc-pm----s2p | Adjective Type=qualificative Degree=comparative Number=plural Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afc-pm----s3 | Adjective Type=qualificative Degree=comparative Number=plural Case=temporalis Owner_Number=singular Owner_Person=third | 1 |  |
Afc-pm----s3s | Adjective Type=qualificative Degree=comparative Number=plural Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afc-pm----s3p | Adjective Type=qualificative Degree=comparative Number=plural Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afc-pm----p1 | Adjective Type=qualificative Degree=comparative Number=plural Case=temporalis Owner_Number=plural Owner_Person=first | 1 |  |
Afc-pm----p1s | Adjective Type=qualificative Degree=comparative Number=plural Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afc-pm----p1p | Adjective Type=qualificative Degree=comparative Number=plural Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afc-pm----p2 | Adjective Type=qualificative Degree=comparative Number=plural Case=temporalis Owner_Number=plural Owner_Person=second | 1 |  |
Afc-pm----p2s | Adjective Type=qualificative Degree=comparative Number=plural Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afc-pm----p2p | Adjective Type=qualificative Degree=comparative Number=plural Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afc-pm----p3 | Adjective Type=qualificative Degree=comparative Number=plural Case=temporalis Owner_Number=plural Owner_Person=third | 1 |  |
Afc-pm----p3s | Adjective Type=qualificative Degree=comparative Number=plural Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afc-pm----p3p | Adjective Type=qualificative Degree=comparative Number=plural Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afc-pc | Adjective Type=qualificative Degree=comparative Number=plural Case=causalis | 1 |  |
Afc-pc------s | Adjective Type=qualificative Degree=comparative Number=plural Case=causalis Owned_Number=singular | 1 |  |
Afc-pc------p | Adjective Type=qualificative Degree=comparative Number=plural Case=causalis Owned_Number=plural | 1 |  |
Afc-pc----s1 | Adjective Type=qualificative Degree=comparative Number=plural Case=causalis Owner_Number=singular Owner_Person=first | 1 |  |
Afc-pc----s1s | Adjective Type=qualificative Degree=comparative Number=plural Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afc-pc----s1p | Adjective Type=qualificative Degree=comparative Number=plural Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afc-pc----s2 | Adjective Type=qualificative Degree=comparative Number=plural Case=causalis Owner_Number=singular Owner_Person=second | 1 |  |
Afc-pc----s2s | Adjective Type=qualificative Degree=comparative Number=plural Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afc-pc----s2p | Adjective Type=qualificative Degree=comparative Number=plural Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afc-pc----s3 | Adjective Type=qualificative Degree=comparative Number=plural Case=causalis Owner_Number=singular Owner_Person=third | 1 |  |
Afc-pc----s3s | Adjective Type=qualificative Degree=comparative Number=plural Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afc-pc----s3p | Adjective Type=qualificative Degree=comparative Number=plural Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afc-pc----p1 | Adjective Type=qualificative Degree=comparative Number=plural Case=causalis Owner_Number=plural Owner_Person=first | 1 |  |
Afc-pc----p1s | Adjective Type=qualificative Degree=comparative Number=plural Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afc-pc----p1p | Adjective Type=qualificative Degree=comparative Number=plural Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afc-pc----p2 | Adjective Type=qualificative Degree=comparative Number=plural Case=causalis Owner_Number=plural Owner_Person=second | 1 |  |
Afc-pc----p2s | Adjective Type=qualificative Degree=comparative Number=plural Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afc-pc----p2p | Adjective Type=qualificative Degree=comparative Number=plural Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afc-pc----p3 | Adjective Type=qualificative Degree=comparative Number=plural Case=causalis Owner_Number=plural Owner_Person=third | 1 |  |
Afc-pc----p3s | Adjective Type=qualificative Degree=comparative Number=plural Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afc-pc----p3p | Adjective Type=qualificative Degree=comparative Number=plural Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afc-ps | Adjective Type=qualificative Degree=comparative Number=plural Case=sublative | 1 |  |
Afc-ps------s | Adjective Type=qualificative Degree=comparative Number=plural Case=sublative Owned_Number=singular | 1 |  |
Afc-ps------p | Adjective Type=qualificative Degree=comparative Number=plural Case=sublative Owned_Number=plural | 1 |  |
Afc-ps----s1 | Adjective Type=qualificative Degree=comparative Number=plural Case=sublative Owner_Number=singular Owner_Person=first | 1 |  |
Afc-ps----s1s | Adjective Type=qualificative Degree=comparative Number=plural Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afc-ps----s1p | Adjective Type=qualificative Degree=comparative Number=plural Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afc-ps----s2 | Adjective Type=qualificative Degree=comparative Number=plural Case=sublative Owner_Number=singular Owner_Person=second | 1 |  |
Afc-ps----s2s | Adjective Type=qualificative Degree=comparative Number=plural Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afc-ps----s2p | Adjective Type=qualificative Degree=comparative Number=plural Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afc-ps----s3 | Adjective Type=qualificative Degree=comparative Number=plural Case=sublative Owner_Number=singular Owner_Person=third | 1 |  |
Afc-ps----s3s | Adjective Type=qualificative Degree=comparative Number=plural Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afc-ps----s3p | Adjective Type=qualificative Degree=comparative Number=plural Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afc-ps----p1 | Adjective Type=qualificative Degree=comparative Number=plural Case=sublative Owner_Number=plural Owner_Person=first | 1 |  |
Afc-ps----p1s | Adjective Type=qualificative Degree=comparative Number=plural Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afc-ps----p1p | Adjective Type=qualificative Degree=comparative Number=plural Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afc-ps----p2 | Adjective Type=qualificative Degree=comparative Number=plural Case=sublative Owner_Number=plural Owner_Person=second | 1 |  |
Afc-ps----p2s | Adjective Type=qualificative Degree=comparative Number=plural Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afc-ps----p2p | Adjective Type=qualificative Degree=comparative Number=plural Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afc-ps----p3 | Adjective Type=qualificative Degree=comparative Number=plural Case=sublative Owner_Number=plural Owner_Person=third | 1 |  |
Afc-ps----p3s | Adjective Type=qualificative Degree=comparative Number=plural Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afc-ps----p3p | Adjective Type=qualificative Degree=comparative Number=plural Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afc-ph | Adjective Type=qualificative Degree=comparative Number=plural Case=delative | 1 |  |
Afc-ph------s | Adjective Type=qualificative Degree=comparative Number=plural Case=delative Owned_Number=singular | 1 |  |
Afc-ph------p | Adjective Type=qualificative Degree=comparative Number=plural Case=delative Owned_Number=plural | 1 |  |
Afc-ph----s1 | Adjective Type=qualificative Degree=comparative Number=plural Case=delative Owner_Number=singular Owner_Person=first | 1 |  |
Afc-ph----s1s | Adjective Type=qualificative Degree=comparative Number=plural Case=delative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afc-ph----s1p | Adjective Type=qualificative Degree=comparative Number=plural Case=delative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afc-ph----s2 | Adjective Type=qualificative Degree=comparative Number=plural Case=delative Owner_Number=singular Owner_Person=second | 1 |  |
Afc-ph----s2s | Adjective Type=qualificative Degree=comparative Number=plural Case=delative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afc-ph----s2p | Adjective Type=qualificative Degree=comparative Number=plural Case=delative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afc-ph----s3 | Adjective Type=qualificative Degree=comparative Number=plural Case=delative Owner_Number=singular Owner_Person=third | 1 |  |
Afc-ph----s3s | Adjective Type=qualificative Degree=comparative Number=plural Case=delative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afc-ph----s3p | Adjective Type=qualificative Degree=comparative Number=plural Case=delative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afc-ph----p1 | Adjective Type=qualificative Degree=comparative Number=plural Case=delative Owner_Number=plural Owner_Person=first | 1 |  |
Afc-ph----p1s | Adjective Type=qualificative Degree=comparative Number=plural Case=delative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afc-ph----p1p | Adjective Type=qualificative Degree=comparative Number=plural Case=delative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afc-ph----p2 | Adjective Type=qualificative Degree=comparative Number=plural Case=delative Owner_Number=plural Owner_Person=second | 1 |  |
Afc-ph----p2s | Adjective Type=qualificative Degree=comparative Number=plural Case=delative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afc-ph----p2p | Adjective Type=qualificative Degree=comparative Number=plural Case=delative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afc-ph----p3 | Adjective Type=qualificative Degree=comparative Number=plural Case=delative Owner_Number=plural Owner_Person=third | 1 |  |
Afc-ph----p3s | Adjective Type=qualificative Degree=comparative Number=plural Case=delative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afc-ph----p3p | Adjective Type=qualificative Degree=comparative Number=plural Case=delative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afc-pq | Adjective Type=qualificative Degree=comparative Number=plural Case=sociative | 1 |  |
Afc-pq------s | Adjective Type=qualificative Degree=comparative Number=plural Case=sociative Owned_Number=singular | 1 |  |
Afc-pq------p | Adjective Type=qualificative Degree=comparative Number=plural Case=sociative Owned_Number=plural | 1 |  |
Afc-pq----s1 | Adjective Type=qualificative Degree=comparative Number=plural Case=sociative Owner_Number=singular Owner_Person=first | 1 |  |
Afc-pq----s1s | Adjective Type=qualificative Degree=comparative Number=plural Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afc-pq----s1p | Adjective Type=qualificative Degree=comparative Number=plural Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afc-pq----s2 | Adjective Type=qualificative Degree=comparative Number=plural Case=sociative Owner_Number=singular Owner_Person=second | 1 |  |
Afc-pq----s2s | Adjective Type=qualificative Degree=comparative Number=plural Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afc-pq----s2p | Adjective Type=qualificative Degree=comparative Number=plural Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afc-pq----s3 | Adjective Type=qualificative Degree=comparative Number=plural Case=sociative Owner_Number=singular Owner_Person=third | 1 |  |
Afc-pq----s3s | Adjective Type=qualificative Degree=comparative Number=plural Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afc-pq----s3p | Adjective Type=qualificative Degree=comparative Number=plural Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afc-pq----p1 | Adjective Type=qualificative Degree=comparative Number=plural Case=sociative Owner_Number=plural Owner_Person=first | 1 |  |
Afc-pq----p1s | Adjective Type=qualificative Degree=comparative Number=plural Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afc-pq----p1p | Adjective Type=qualificative Degree=comparative Number=plural Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afc-pq----p2 | Adjective Type=qualificative Degree=comparative Number=plural Case=sociative Owner_Number=plural Owner_Person=second | 1 |  |
Afc-pq----p2s | Adjective Type=qualificative Degree=comparative Number=plural Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afc-pq----p2p | Adjective Type=qualificative Degree=comparative Number=plural Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afc-pq----p3 | Adjective Type=qualificative Degree=comparative Number=plural Case=sociative Owner_Number=plural Owner_Person=third | 1 |  |
Afc-pq----p3s | Adjective Type=qualificative Degree=comparative Number=plural Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afc-pq----p3p | Adjective Type=qualificative Degree=comparative Number=plural Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afc-py | Adjective Type=qualificative Degree=comparative Number=plural Case=factive | 1 |  |
Afc-py------s | Adjective Type=qualificative Degree=comparative Number=plural Case=factive Owned_Number=singular | 1 |  |
Afc-py------p | Adjective Type=qualificative Degree=comparative Number=plural Case=factive Owned_Number=plural | 1 |  |
Afc-py----s1 | Adjective Type=qualificative Degree=comparative Number=plural Case=factive Owner_Number=singular Owner_Person=first | 1 |  |
Afc-py----s1s | Adjective Type=qualificative Degree=comparative Number=plural Case=factive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afc-py----s1p | Adjective Type=qualificative Degree=comparative Number=plural Case=factive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afc-py----s2 | Adjective Type=qualificative Degree=comparative Number=plural Case=factive Owner_Number=singular Owner_Person=second | 1 |  |
Afc-py----s2s | Adjective Type=qualificative Degree=comparative Number=plural Case=factive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afc-py----s2p | Adjective Type=qualificative Degree=comparative Number=plural Case=factive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afc-py----s3 | Adjective Type=qualificative Degree=comparative Number=plural Case=factive Owner_Number=singular Owner_Person=third | 1 |  |
Afc-py----s3s | Adjective Type=qualificative Degree=comparative Number=plural Case=factive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afc-py----s3p | Adjective Type=qualificative Degree=comparative Number=plural Case=factive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afc-py----p1 | Adjective Type=qualificative Degree=comparative Number=plural Case=factive Owner_Number=plural Owner_Person=first | 1 |  |
Afc-py----p1s | Adjective Type=qualificative Degree=comparative Number=plural Case=factive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afc-py----p1p | Adjective Type=qualificative Degree=comparative Number=plural Case=factive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afc-py----p2 | Adjective Type=qualificative Degree=comparative Number=plural Case=factive Owner_Number=plural Owner_Person=second | 1 |  |
Afc-py----p2s | Adjective Type=qualificative Degree=comparative Number=plural Case=factive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afc-py----p2p | Adjective Type=qualificative Degree=comparative Number=plural Case=factive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afc-py----p3 | Adjective Type=qualificative Degree=comparative Number=plural Case=factive Owner_Number=plural Owner_Person=third | 1 |  |
Afc-py----p3s | Adjective Type=qualificative Degree=comparative Number=plural Case=factive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afc-py----p3p | Adjective Type=qualificative Degree=comparative Number=plural Case=factive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afc-pp | Adjective Type=qualificative Degree=comparative Number=plural Case=superessive | 1 | kisebbeken/kis |
Afc-pp------s | Adjective Type=qualificative Degree=comparative Number=plural Case=superessive Owned_Number=singular | 1 |  |
Afc-pp------p | Adjective Type=qualificative Degree=comparative Number=plural Case=superessive Owned_Number=plural | 1 |  |
Afc-pp----s1 | Adjective Type=qualificative Degree=comparative Number=plural Case=superessive Owner_Number=singular Owner_Person=first | 1 |  |
Afc-pp----s1s | Adjective Type=qualificative Degree=comparative Number=plural Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afc-pp----s1p | Adjective Type=qualificative Degree=comparative Number=plural Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afc-pp----s2 | Adjective Type=qualificative Degree=comparative Number=plural Case=superessive Owner_Number=singular Owner_Person=second | 1 |  |
Afc-pp----s2s | Adjective Type=qualificative Degree=comparative Number=plural Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afc-pp----s2p | Adjective Type=qualificative Degree=comparative Number=plural Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afc-pp----s3 | Adjective Type=qualificative Degree=comparative Number=plural Case=superessive Owner_Number=singular Owner_Person=third | 1 |  |
Afc-pp----s3s | Adjective Type=qualificative Degree=comparative Number=plural Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afc-pp----s3p | Adjective Type=qualificative Degree=comparative Number=plural Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afc-pp----p1 | Adjective Type=qualificative Degree=comparative Number=plural Case=superessive Owner_Number=plural Owner_Person=first | 1 |  |
Afc-pp----p1s | Adjective Type=qualificative Degree=comparative Number=plural Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afc-pp----p1p | Adjective Type=qualificative Degree=comparative Number=plural Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afc-pp----p2 | Adjective Type=qualificative Degree=comparative Number=plural Case=superessive Owner_Number=plural Owner_Person=second | 1 |  |
Afc-pp----p2s | Adjective Type=qualificative Degree=comparative Number=plural Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afc-pp----p2p | Adjective Type=qualificative Degree=comparative Number=plural Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afc-pp----p3 | Adjective Type=qualificative Degree=comparative Number=plural Case=superessive Owner_Number=plural Owner_Person=third | 1 |  |
Afc-pp----p3s | Adjective Type=qualificative Degree=comparative Number=plural Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afc-pp----p3p | Adjective Type=qualificative Degree=comparative Number=plural Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afc-pu | Adjective Type=qualificative Degree=comparative Number=plural Case=distributive | 1 |  |
Afc-pu------s | Adjective Type=qualificative Degree=comparative Number=plural Case=distributive Owned_Number=singular | 1 |  |
Afc-pu------p | Adjective Type=qualificative Degree=comparative Number=plural Case=distributive Owned_Number=plural | 1 |  |
Afc-pu----s1 | Adjective Type=qualificative Degree=comparative Number=plural Case=distributive Owner_Number=singular Owner_Person=first | 1 |  |
Afc-pu----s1s | Adjective Type=qualificative Degree=comparative Number=plural Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afc-pu----s1p | Adjective Type=qualificative Degree=comparative Number=plural Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afc-pu----s2 | Adjective Type=qualificative Degree=comparative Number=plural Case=distributive Owner_Number=singular Owner_Person=second | 1 |  |
Afc-pu----s2s | Adjective Type=qualificative Degree=comparative Number=plural Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afc-pu----s2p | Adjective Type=qualificative Degree=comparative Number=plural Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afc-pu----s3 | Adjective Type=qualificative Degree=comparative Number=plural Case=distributive Owner_Number=singular Owner_Person=third | 1 |  |
Afc-pu----s3s | Adjective Type=qualificative Degree=comparative Number=plural Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afc-pu----s3p | Adjective Type=qualificative Degree=comparative Number=plural Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afc-pu----p1 | Adjective Type=qualificative Degree=comparative Number=plural Case=distributive Owner_Number=plural Owner_Person=first | 1 |  |
Afc-pu----p1s | Adjective Type=qualificative Degree=comparative Number=plural Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afc-pu----p1p | Adjective Type=qualificative Degree=comparative Number=plural Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afc-pu----p2 | Adjective Type=qualificative Degree=comparative Number=plural Case=distributive Owner_Number=plural Owner_Person=second | 1 |  |
Afc-pu----p2s | Adjective Type=qualificative Degree=comparative Number=plural Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afc-pu----p2p | Adjective Type=qualificative Degree=comparative Number=plural Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afc-pu----p3 | Adjective Type=qualificative Degree=comparative Number=plural Case=distributive Owner_Number=plural Owner_Person=third | 1 |  |
Afc-pu----p3s | Adjective Type=qualificative Degree=comparative Number=plural Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afc-pu----p3p | Adjective Type=qualificative Degree=comparative Number=plural Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afc-pf | Adjective Type=qualificative Degree=comparative Number=plural Case=essive-formal | 1 |  |
Afc-pf------s | Adjective Type=qualificative Degree=comparative Number=plural Case=essive-formal Owned_Number=singular | 1 |  |
Afc-pf------p | Adjective Type=qualificative Degree=comparative Number=plural Case=essive-formal Owned_Number=plural | 1 |  |
Afc-pf----s1 | Adjective Type=qualificative Degree=comparative Number=plural Case=essive-formal Owner_Number=singular Owner_Person=first | 1 |  |
Afc-pf----s1s | Adjective Type=qualificative Degree=comparative Number=plural Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afc-pf----s1p | Adjective Type=qualificative Degree=comparative Number=plural Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afc-pf----s2 | Adjective Type=qualificative Degree=comparative Number=plural Case=essive-formal Owner_Number=singular Owner_Person=second | 1 |  |
Afc-pf----s2s | Adjective Type=qualificative Degree=comparative Number=plural Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afc-pf----s2p | Adjective Type=qualificative Degree=comparative Number=plural Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afc-pf----s3 | Adjective Type=qualificative Degree=comparative Number=plural Case=essive-formal Owner_Number=singular Owner_Person=third | 1 |  |
Afc-pf----s3s | Adjective Type=qualificative Degree=comparative Number=plural Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afc-pf----s3p | Adjective Type=qualificative Degree=comparative Number=plural Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afc-pf----p1 | Adjective Type=qualificative Degree=comparative Number=plural Case=essive-formal Owner_Number=plural Owner_Person=first | 1 |  |
Afc-pf----p1s | Adjective Type=qualificative Degree=comparative Number=plural Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afc-pf----p1p | Adjective Type=qualificative Degree=comparative Number=plural Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afc-pf----p2 | Adjective Type=qualificative Degree=comparative Number=plural Case=essive-formal Owner_Number=plural Owner_Person=second | 1 |  |
Afc-pf----p2s | Adjective Type=qualificative Degree=comparative Number=plural Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afc-pf----p2p | Adjective Type=qualificative Degree=comparative Number=plural Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afc-pf----p3 | Adjective Type=qualificative Degree=comparative Number=plural Case=essive-formal Owner_Number=plural Owner_Person=third | 1 |  |
Afc-pf----p3s | Adjective Type=qualificative Degree=comparative Number=plural Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afc-pf----p3p | Adjective Type=qualificative Degree=comparative Number=plural Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afs-sn | Adjective Type=qualificative Degree=superlative Number=singular Case=nominative | 143 | legvonzóbbak/vonzó, legveszélyeztetettebb/veszélyeztetett, legveszedelmesebbek/veszedelmes, legvalószínűbb/valószínű, legválogatottabb/válogatott |
Afs-sn------s | Adjective Type=qualificative Degree=superlative Number=singular Case=nominative Owned_Number=singular | 1 |  |
Afs-sn------p | Adjective Type=qualificative Degree=superlative Number=singular Case=nominative Owned_Number=plural | 1 |  |
Afs-sn----s1 | Adjective Type=qualificative Degree=superlative Number=singular Case=nominative Owner_Number=singular Owner_Person=first | 1 |  |
Afs-sn----s1s | Adjective Type=qualificative Degree=superlative Number=singular Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afs-sn----s1p | Adjective Type=qualificative Degree=superlative Number=singular Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afs-sn----s2 | Adjective Type=qualificative Degree=superlative Number=singular Case=nominative Owner_Number=singular Owner_Person=second | 1 |  |
Afs-sn----s2s | Adjective Type=qualificative Degree=superlative Number=singular Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afs-sn----s2p | Adjective Type=qualificative Degree=superlative Number=singular Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afs-sn----s3 | Adjective Type=qualificative Degree=superlative Number=singular Case=nominative Owner_Number=singular Owner_Person=third | 1 |  |
Afs-sn----s3s | Adjective Type=qualificative Degree=superlative Number=singular Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afs-sn----s3p | Adjective Type=qualificative Degree=superlative Number=singular Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afs-sn----p1 | Adjective Type=qualificative Degree=superlative Number=singular Case=nominative Owner_Number=plural Owner_Person=first | 1 |  |
Afs-sn----p1s | Adjective Type=qualificative Degree=superlative Number=singular Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afs-sn----p1p | Adjective Type=qualificative Degree=superlative Number=singular Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afs-sn----p2 | Adjective Type=qualificative Degree=superlative Number=singular Case=nominative Owner_Number=plural Owner_Person=second | 1 |  |
Afs-sn----p2s | Adjective Type=qualificative Degree=superlative Number=singular Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afs-sn----p2p | Adjective Type=qualificative Degree=superlative Number=singular Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afs-sn----p3 | Adjective Type=qualificative Degree=superlative Number=singular Case=nominative Owner_Number=plural Owner_Person=third | 1 |  |
Afs-sn----p3s | Adjective Type=qualificative Degree=superlative Number=singular Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afs-sn----p3p | Adjective Type=qualificative Degree=superlative Number=singular Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afs-sg | Adjective Type=qualificative Degree=superlative Number=singular Case=genitive | 1 |  |
Afs-sg------s | Adjective Type=qualificative Degree=superlative Number=singular Case=genitive Owned_Number=singular | 1 |  |
Afs-sg------p | Adjective Type=qualificative Degree=superlative Number=singular Case=genitive Owned_Number=plural | 1 |  |
Afs-sg----s1 | Adjective Type=qualificative Degree=superlative Number=singular Case=genitive Owner_Number=singular Owner_Person=first | 1 |  |
Afs-sg----s1s | Adjective Type=qualificative Degree=superlative Number=singular Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afs-sg----s1p | Adjective Type=qualificative Degree=superlative Number=singular Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afs-sg----s2 | Adjective Type=qualificative Degree=superlative Number=singular Case=genitive Owner_Number=singular Owner_Person=second | 1 |  |
Afs-sg----s2s | Adjective Type=qualificative Degree=superlative Number=singular Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afs-sg----s2p | Adjective Type=qualificative Degree=superlative Number=singular Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afs-sg----s3 | Adjective Type=qualificative Degree=superlative Number=singular Case=genitive Owner_Number=singular Owner_Person=third | 1 |  |
Afs-sg----s3s | Adjective Type=qualificative Degree=superlative Number=singular Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afs-sg----s3p | Adjective Type=qualificative Degree=superlative Number=singular Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afs-sg----p1 | Adjective Type=qualificative Degree=superlative Number=singular Case=genitive Owner_Number=plural Owner_Person=first | 1 |  |
Afs-sg----p1s | Adjective Type=qualificative Degree=superlative Number=singular Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afs-sg----p1p | Adjective Type=qualificative Degree=superlative Number=singular Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afs-sg----p2 | Adjective Type=qualificative Degree=superlative Number=singular Case=genitive Owner_Number=plural Owner_Person=second | 1 |  |
Afs-sg----p2s | Adjective Type=qualificative Degree=superlative Number=singular Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afs-sg----p2p | Adjective Type=qualificative Degree=superlative Number=singular Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afs-sg----p3 | Adjective Type=qualificative Degree=superlative Number=singular Case=genitive Owner_Number=plural Owner_Person=third | 1 |  |
Afs-sg----p3s | Adjective Type=qualificative Degree=superlative Number=singular Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afs-sg----p3p | Adjective Type=qualificative Degree=superlative Number=singular Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afs-sd | Adjective Type=qualificative Degree=superlative Number=singular Case=dative | 3 | legvonzóbbnak/vonzó, legvisszataszítóbbnak/visszataszító, legjobbnak/jó |
Afs-sd------s | Adjective Type=qualificative Degree=superlative Number=singular Case=dative Owned_Number=singular | 1 |  |
Afs-sd------p | Adjective Type=qualificative Degree=superlative Number=singular Case=dative Owned_Number=plural | 1 |  |
Afs-sd----s1 | Adjective Type=qualificative Degree=superlative Number=singular Case=dative Owner_Number=singular Owner_Person=first | 1 |  |
Afs-sd----s1s | Adjective Type=qualificative Degree=superlative Number=singular Case=dative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afs-sd----s1p | Adjective Type=qualificative Degree=superlative Number=singular Case=dative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afs-sd----s2 | Adjective Type=qualificative Degree=superlative Number=singular Case=dative Owner_Number=singular Owner_Person=second | 1 |  |
Afs-sd----s2s | Adjective Type=qualificative Degree=superlative Number=singular Case=dative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afs-sd----s2p | Adjective Type=qualificative Degree=superlative Number=singular Case=dative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afs-sd----s3 | Adjective Type=qualificative Degree=superlative Number=singular Case=dative Owner_Number=singular Owner_Person=third | 1 |  |
Afs-sd----s3s | Adjective Type=qualificative Degree=superlative Number=singular Case=dative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afs-sd----s3p | Adjective Type=qualificative Degree=superlative Number=singular Case=dative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afs-sd----p1 | Adjective Type=qualificative Degree=superlative Number=singular Case=dative Owner_Number=plural Owner_Person=first | 1 |  |
Afs-sd----p1s | Adjective Type=qualificative Degree=superlative Number=singular Case=dative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afs-sd----p1p | Adjective Type=qualificative Degree=superlative Number=singular Case=dative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afs-sd----p2 | Adjective Type=qualificative Degree=superlative Number=singular Case=dative Owner_Number=plural Owner_Person=second | 1 |  |
Afs-sd----p2s | Adjective Type=qualificative Degree=superlative Number=singular Case=dative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afs-sd----p2p | Adjective Type=qualificative Degree=superlative Number=singular Case=dative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afs-sd----p3 | Adjective Type=qualificative Degree=superlative Number=singular Case=dative Owner_Number=plural Owner_Person=third | 1 |  |
Afs-sd----p3s | Adjective Type=qualificative Degree=superlative Number=singular Case=dative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afs-sd----p3p | Adjective Type=qualificative Degree=superlative Number=singular Case=dative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afs-sa | Adjective Type=qualificative Degree=superlative Number=singular Case=accusative | 5 | legrosszabbat/rossz, legjobbat/jó, legjavát/java, legfontosabbat/fontos, legérdekesebbet/érdekes |
Afs-sa------s | Adjective Type=qualificative Degree=superlative Number=singular Case=accusative Owned_Number=singular | 1 |  |
Afs-sa------p | Adjective Type=qualificative Degree=superlative Number=singular Case=accusative Owned_Number=plural | 1 |  |
Afs-sa----s1 | Adjective Type=qualificative Degree=superlative Number=singular Case=accusative Owner_Number=singular Owner_Person=first | 1 |  |
Afs-sa----s1s | Adjective Type=qualificative Degree=superlative Number=singular Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afs-sa----s1p | Adjective Type=qualificative Degree=superlative Number=singular Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afs-sa----s2 | Adjective Type=qualificative Degree=superlative Number=singular Case=accusative Owner_Number=singular Owner_Person=second | 1 |  |
Afs-sa----s2s | Adjective Type=qualificative Degree=superlative Number=singular Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afs-sa----s2p | Adjective Type=qualificative Degree=superlative Number=singular Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afs-sa----s3 | Adjective Type=qualificative Degree=superlative Number=singular Case=accusative Owner_Number=singular Owner_Person=third | 1 | legbensejét/benső |
Afs-sa----s3s | Adjective Type=qualificative Degree=superlative Number=singular Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afs-sa----s3p | Adjective Type=qualificative Degree=superlative Number=singular Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afs-sa----p1 | Adjective Type=qualificative Degree=superlative Number=singular Case=accusative Owner_Number=plural Owner_Person=first | 1 |  |
Afs-sa----p1s | Adjective Type=qualificative Degree=superlative Number=singular Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afs-sa----p1p | Adjective Type=qualificative Degree=superlative Number=singular Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afs-sa----p2 | Adjective Type=qualificative Degree=superlative Number=singular Case=accusative Owner_Number=plural Owner_Person=second | 1 |  |
Afs-sa----p2s | Adjective Type=qualificative Degree=superlative Number=singular Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afs-sa----p2p | Adjective Type=qualificative Degree=superlative Number=singular Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afs-sa----p3 | Adjective Type=qualificative Degree=superlative Number=singular Case=accusative Owner_Number=plural Owner_Person=third | 1 |  |
Afs-sa----p3s | Adjective Type=qualificative Degree=superlative Number=singular Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afs-sa----p3p | Adjective Type=qualificative Degree=superlative Number=singular Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afs-si | Adjective Type=qualificative Degree=superlative Number=singular Case=instrumental | 1 |  |
Afs-si------s | Adjective Type=qualificative Degree=superlative Number=singular Case=instrumental Owned_Number=singular | 1 |  |
Afs-si------p | Adjective Type=qualificative Degree=superlative Number=singular Case=instrumental Owned_Number=plural | 1 |  |
Afs-si----s1 | Adjective Type=qualificative Degree=superlative Number=singular Case=instrumental Owner_Number=singular Owner_Person=first | 1 |  |
Afs-si----s1s | Adjective Type=qualificative Degree=superlative Number=singular Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afs-si----s1p | Adjective Type=qualificative Degree=superlative Number=singular Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afs-si----s2 | Adjective Type=qualificative Degree=superlative Number=singular Case=instrumental Owner_Number=singular Owner_Person=second | 1 |  |
Afs-si----s2s | Adjective Type=qualificative Degree=superlative Number=singular Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afs-si----s2p | Adjective Type=qualificative Degree=superlative Number=singular Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afs-si----s3 | Adjective Type=qualificative Degree=superlative Number=singular Case=instrumental Owner_Number=singular Owner_Person=third | 1 |  |
Afs-si----s3s | Adjective Type=qualificative Degree=superlative Number=singular Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afs-si----s3p | Adjective Type=qualificative Degree=superlative Number=singular Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afs-si----p1 | Adjective Type=qualificative Degree=superlative Number=singular Case=instrumental Owner_Number=plural Owner_Person=first | 1 |  |
Afs-si----p1s | Adjective Type=qualificative Degree=superlative Number=singular Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afs-si----p1p | Adjective Type=qualificative Degree=superlative Number=singular Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afs-si----p2 | Adjective Type=qualificative Degree=superlative Number=singular Case=instrumental Owner_Number=plural Owner_Person=second | 1 |  |
Afs-si----p2s | Adjective Type=qualificative Degree=superlative Number=singular Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afs-si----p2p | Adjective Type=qualificative Degree=superlative Number=singular Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afs-si----p3 | Adjective Type=qualificative Degree=superlative Number=singular Case=instrumental Owner_Number=plural Owner_Person=third | 1 |  |
Afs-si----p3s | Adjective Type=qualificative Degree=superlative Number=singular Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afs-si----p3p | Adjective Type=qualificative Degree=superlative Number=singular Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afs-sx | Adjective Type=qualificative Degree=superlative Number=singular Case=illative | 1 |  |
Afs-sx------s | Adjective Type=qualificative Degree=superlative Number=singular Case=illative Owned_Number=singular | 1 |  |
Afs-sx------p | Adjective Type=qualificative Degree=superlative Number=singular Case=illative Owned_Number=plural | 1 |  |
Afs-sx----s1 | Adjective Type=qualificative Degree=superlative Number=singular Case=illative Owner_Number=singular Owner_Person=first | 1 |  |
Afs-sx----s1s | Adjective Type=qualificative Degree=superlative Number=singular Case=illative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afs-sx----s1p | Adjective Type=qualificative Degree=superlative Number=singular Case=illative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afs-sx----s2 | Adjective Type=qualificative Degree=superlative Number=singular Case=illative Owner_Number=singular Owner_Person=second | 1 |  |
Afs-sx----s2s | Adjective Type=qualificative Degree=superlative Number=singular Case=illative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afs-sx----s2p | Adjective Type=qualificative Degree=superlative Number=singular Case=illative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afs-sx----s3 | Adjective Type=qualificative Degree=superlative Number=singular Case=illative Owner_Number=singular Owner_Person=third | 1 |  |
Afs-sx----s3s | Adjective Type=qualificative Degree=superlative Number=singular Case=illative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afs-sx----s3p | Adjective Type=qualificative Degree=superlative Number=singular Case=illative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afs-sx----p1 | Adjective Type=qualificative Degree=superlative Number=singular Case=illative Owner_Number=plural Owner_Person=first | 1 |  |
Afs-sx----p1s | Adjective Type=qualificative Degree=superlative Number=singular Case=illative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afs-sx----p1p | Adjective Type=qualificative Degree=superlative Number=singular Case=illative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afs-sx----p2 | Adjective Type=qualificative Degree=superlative Number=singular Case=illative Owner_Number=plural Owner_Person=second | 1 |  |
Afs-sx----p2s | Adjective Type=qualificative Degree=superlative Number=singular Case=illative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afs-sx----p2p | Adjective Type=qualificative Degree=superlative Number=singular Case=illative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afs-sx----p3 | Adjective Type=qualificative Degree=superlative Number=singular Case=illative Owner_Number=plural Owner_Person=third | 1 |  |
Afs-sx----p3s | Adjective Type=qualificative Degree=superlative Number=singular Case=illative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afs-sx----p3p | Adjective Type=qualificative Degree=superlative Number=singular Case=illative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afs-s2 | Adjective Type=qualificative Degree=superlative Number=singular Case=inessive | 14 | legszívesebben/szíves, legszilárdabban/szilárd, legszebben/szép, legsimábban/sima, legrövidebben/rövid |
Afs-s2------s | Adjective Type=qualificative Degree=superlative Number=singular Case=inessive Owned_Number=singular | 1 |  |
Afs-s2------p | Adjective Type=qualificative Degree=superlative Number=singular Case=inessive Owned_Number=plural | 1 |  |
Afs-s2----s1 | Adjective Type=qualificative Degree=superlative Number=singular Case=inessive Owner_Number=singular Owner_Person=first | 1 |  |
Afs-s2----s1s | Adjective Type=qualificative Degree=superlative Number=singular Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afs-s2----s1p | Adjective Type=qualificative Degree=superlative Number=singular Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afs-s2----s2 | Adjective Type=qualificative Degree=superlative Number=singular Case=inessive Owner_Number=singular Owner_Person=second | 1 |  |
Afs-s2----s2s | Adjective Type=qualificative Degree=superlative Number=singular Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afs-s2----s2p | Adjective Type=qualificative Degree=superlative Number=singular Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afs-s2----s3 | Adjective Type=qualificative Degree=superlative Number=singular Case=inessive Owner_Number=singular Owner_Person=third | 1 |  |
Afs-s2----s3s | Adjective Type=qualificative Degree=superlative Number=singular Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afs-s2----s3p | Adjective Type=qualificative Degree=superlative Number=singular Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afs-s2----p1 | Adjective Type=qualificative Degree=superlative Number=singular Case=inessive Owner_Number=plural Owner_Person=first | 1 |  |
Afs-s2----p1s | Adjective Type=qualificative Degree=superlative Number=singular Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afs-s2----p1p | Adjective Type=qualificative Degree=superlative Number=singular Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afs-s2----p2 | Adjective Type=qualificative Degree=superlative Number=singular Case=inessive Owner_Number=plural Owner_Person=second | 1 |  |
Afs-s2----p2s | Adjective Type=qualificative Degree=superlative Number=singular Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afs-s2----p2p | Adjective Type=qualificative Degree=superlative Number=singular Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afs-s2----p3 | Adjective Type=qualificative Degree=superlative Number=singular Case=inessive Owner_Number=plural Owner_Person=third | 1 |  |
Afs-s2----p3s | Adjective Type=qualificative Degree=superlative Number=singular Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afs-s2----p3p | Adjective Type=qualificative Degree=superlative Number=singular Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afs-se | Adjective Type=qualificative Degree=superlative Number=singular Case=elative | 1 | legalsóból/alsó |
Afs-se------s | Adjective Type=qualificative Degree=superlative Number=singular Case=elative Owned_Number=singular | 1 |  |
Afs-se------p | Adjective Type=qualificative Degree=superlative Number=singular Case=elative Owned_Number=plural | 1 |  |
Afs-se----s1 | Adjective Type=qualificative Degree=superlative Number=singular Case=elative Owner_Number=singular Owner_Person=first | 1 |  |
Afs-se----s1s | Adjective Type=qualificative Degree=superlative Number=singular Case=elative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afs-se----s1p | Adjective Type=qualificative Degree=superlative Number=singular Case=elative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afs-se----s2 | Adjective Type=qualificative Degree=superlative Number=singular Case=elative Owner_Number=singular Owner_Person=second | 1 |  |
Afs-se----s2s | Adjective Type=qualificative Degree=superlative Number=singular Case=elative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afs-se----s2p | Adjective Type=qualificative Degree=superlative Number=singular Case=elative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afs-se----s3 | Adjective Type=qualificative Degree=superlative Number=singular Case=elative Owner_Number=singular Owner_Person=third | 1 |  |
Afs-se----s3s | Adjective Type=qualificative Degree=superlative Number=singular Case=elative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afs-se----s3p | Adjective Type=qualificative Degree=superlative Number=singular Case=elative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afs-se----p1 | Adjective Type=qualificative Degree=superlative Number=singular Case=elative Owner_Number=plural Owner_Person=first | 1 |  |
Afs-se----p1s | Adjective Type=qualificative Degree=superlative Number=singular Case=elative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afs-se----p1p | Adjective Type=qualificative Degree=superlative Number=singular Case=elative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afs-se----p2 | Adjective Type=qualificative Degree=superlative Number=singular Case=elative Owner_Number=plural Owner_Person=second | 1 |  |
Afs-se----p2s | Adjective Type=qualificative Degree=superlative Number=singular Case=elative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afs-se----p2p | Adjective Type=qualificative Degree=superlative Number=singular Case=elative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afs-se----p3 | Adjective Type=qualificative Degree=superlative Number=singular Case=elative Owner_Number=plural Owner_Person=third | 1 |  |
Afs-se----p3s | Adjective Type=qualificative Degree=superlative Number=singular Case=elative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afs-se----p3p | Adjective Type=qualificative Degree=superlative Number=singular Case=elative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afs-st | Adjective Type=qualificative Degree=superlative Number=singular Case=allative | 1 | legutolsóhoz/utolsó |
Afs-st------s | Adjective Type=qualificative Degree=superlative Number=singular Case=allative Owned_Number=singular | 1 |  |
Afs-st------p | Adjective Type=qualificative Degree=superlative Number=singular Case=allative Owned_Number=plural | 1 |  |
Afs-st----s1 | Adjective Type=qualificative Degree=superlative Number=singular Case=allative Owner_Number=singular Owner_Person=first | 1 |  |
Afs-st----s1s | Adjective Type=qualificative Degree=superlative Number=singular Case=allative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afs-st----s1p | Adjective Type=qualificative Degree=superlative Number=singular Case=allative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afs-st----s2 | Adjective Type=qualificative Degree=superlative Number=singular Case=allative Owner_Number=singular Owner_Person=second | 1 |  |
Afs-st----s2s | Adjective Type=qualificative Degree=superlative Number=singular Case=allative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afs-st----s2p | Adjective Type=qualificative Degree=superlative Number=singular Case=allative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afs-st----s3 | Adjective Type=qualificative Degree=superlative Number=singular Case=allative Owner_Number=singular Owner_Person=third | 1 |  |
Afs-st----s3s | Adjective Type=qualificative Degree=superlative Number=singular Case=allative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afs-st----s3p | Adjective Type=qualificative Degree=superlative Number=singular Case=allative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afs-st----p1 | Adjective Type=qualificative Degree=superlative Number=singular Case=allative Owner_Number=plural Owner_Person=first | 1 |  |
Afs-st----p1s | Adjective Type=qualificative Degree=superlative Number=singular Case=allative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afs-st----p1p | Adjective Type=qualificative Degree=superlative Number=singular Case=allative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afs-st----p2 | Adjective Type=qualificative Degree=superlative Number=singular Case=allative Owner_Number=plural Owner_Person=second | 1 |  |
Afs-st----p2s | Adjective Type=qualificative Degree=superlative Number=singular Case=allative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afs-st----p2p | Adjective Type=qualificative Degree=superlative Number=singular Case=allative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afs-st----p3 | Adjective Type=qualificative Degree=superlative Number=singular Case=allative Owner_Number=plural Owner_Person=third | 1 |  |
Afs-st----p3s | Adjective Type=qualificative Degree=superlative Number=singular Case=allative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afs-st----p3p | Adjective Type=qualificative Degree=superlative Number=singular Case=allative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afs-s3 | Adjective Type=qualificative Degree=superlative Number=singular Case=adessive | 1 | legolcsóbbnál/olcsó |
Afs-s3------s | Adjective Type=qualificative Degree=superlative Number=singular Case=adessive Owned_Number=singular | 1 |  |
Afs-s3------p | Adjective Type=qualificative Degree=superlative Number=singular Case=adessive Owned_Number=plural | 1 |  |
Afs-s3----s1 | Adjective Type=qualificative Degree=superlative Number=singular Case=adessive Owner_Number=singular Owner_Person=first | 1 |  |
Afs-s3----s1s | Adjective Type=qualificative Degree=superlative Number=singular Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afs-s3----s1p | Adjective Type=qualificative Degree=superlative Number=singular Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afs-s3----s2 | Adjective Type=qualificative Degree=superlative Number=singular Case=adessive Owner_Number=singular Owner_Person=second | 1 |  |
Afs-s3----s2s | Adjective Type=qualificative Degree=superlative Number=singular Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afs-s3----s2p | Adjective Type=qualificative Degree=superlative Number=singular Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afs-s3----s3 | Adjective Type=qualificative Degree=superlative Number=singular Case=adessive Owner_Number=singular Owner_Person=third | 1 |  |
Afs-s3----s3s | Adjective Type=qualificative Degree=superlative Number=singular Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afs-s3----s3p | Adjective Type=qualificative Degree=superlative Number=singular Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afs-s3----p1 | Adjective Type=qualificative Degree=superlative Number=singular Case=adessive Owner_Number=plural Owner_Person=first | 1 |  |
Afs-s3----p1s | Adjective Type=qualificative Degree=superlative Number=singular Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afs-s3----p1p | Adjective Type=qualificative Degree=superlative Number=singular Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afs-s3----p2 | Adjective Type=qualificative Degree=superlative Number=singular Case=adessive Owner_Number=plural Owner_Person=second | 1 |  |
Afs-s3----p2s | Adjective Type=qualificative Degree=superlative Number=singular Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afs-s3----p2p | Adjective Type=qualificative Degree=superlative Number=singular Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afs-s3----p3 | Adjective Type=qualificative Degree=superlative Number=singular Case=adessive Owner_Number=plural Owner_Person=third | 1 |  |
Afs-s3----p3s | Adjective Type=qualificative Degree=superlative Number=singular Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afs-s3----p3p | Adjective Type=qualificative Degree=superlative Number=singular Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afs-sb | Adjective Type=qualificative Degree=superlative Number=singular Case=ablative | 1 |  |
Afs-sb------s | Adjective Type=qualificative Degree=superlative Number=singular Case=ablative Owned_Number=singular | 1 |  |
Afs-sb------p | Adjective Type=qualificative Degree=superlative Number=singular Case=ablative Owned_Number=plural | 1 |  |
Afs-sb----s1 | Adjective Type=qualificative Degree=superlative Number=singular Case=ablative Owner_Number=singular Owner_Person=first | 1 |  |
Afs-sb----s1s | Adjective Type=qualificative Degree=superlative Number=singular Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afs-sb----s1p | Adjective Type=qualificative Degree=superlative Number=singular Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afs-sb----s2 | Adjective Type=qualificative Degree=superlative Number=singular Case=ablative Owner_Number=singular Owner_Person=second | 1 |  |
Afs-sb----s2s | Adjective Type=qualificative Degree=superlative Number=singular Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afs-sb----s2p | Adjective Type=qualificative Degree=superlative Number=singular Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afs-sb----s3 | Adjective Type=qualificative Degree=superlative Number=singular Case=ablative Owner_Number=singular Owner_Person=third | 1 |  |
Afs-sb----s3s | Adjective Type=qualificative Degree=superlative Number=singular Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afs-sb----s3p | Adjective Type=qualificative Degree=superlative Number=singular Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afs-sb----p1 | Adjective Type=qualificative Degree=superlative Number=singular Case=ablative Owner_Number=plural Owner_Person=first | 1 |  |
Afs-sb----p1s | Adjective Type=qualificative Degree=superlative Number=singular Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afs-sb----p1p | Adjective Type=qualificative Degree=superlative Number=singular Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afs-sb----p2 | Adjective Type=qualificative Degree=superlative Number=singular Case=ablative Owner_Number=plural Owner_Person=second | 1 |  |
Afs-sb----p2s | Adjective Type=qualificative Degree=superlative Number=singular Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afs-sb----p2p | Adjective Type=qualificative Degree=superlative Number=singular Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afs-sb----p3 | Adjective Type=qualificative Degree=superlative Number=singular Case=ablative Owner_Number=plural Owner_Person=third | 1 |  |
Afs-sb----p3s | Adjective Type=qualificative Degree=superlative Number=singular Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afs-sb----p3p | Adjective Type=qualificative Degree=superlative Number=singular Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afs-s9 | Adjective Type=qualificative Degree=superlative Number=singular Case=terminative | 1 |  |
Afs-s9------s | Adjective Type=qualificative Degree=superlative Number=singular Case=terminative Owned_Number=singular | 1 |  |
Afs-s9------p | Adjective Type=qualificative Degree=superlative Number=singular Case=terminative Owned_Number=plural | 1 |  |
Afs-s9----s1 | Adjective Type=qualificative Degree=superlative Number=singular Case=terminative Owner_Number=singular Owner_Person=first | 1 |  |
Afs-s9----s1s | Adjective Type=qualificative Degree=superlative Number=singular Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afs-s9----s1p | Adjective Type=qualificative Degree=superlative Number=singular Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afs-s9----s2 | Adjective Type=qualificative Degree=superlative Number=singular Case=terminative Owner_Number=singular Owner_Person=second | 1 |  |
Afs-s9----s2s | Adjective Type=qualificative Degree=superlative Number=singular Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afs-s9----s2p | Adjective Type=qualificative Degree=superlative Number=singular Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afs-s9----s3 | Adjective Type=qualificative Degree=superlative Number=singular Case=terminative Owner_Number=singular Owner_Person=third | 1 |  |
Afs-s9----s3s | Adjective Type=qualificative Degree=superlative Number=singular Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afs-s9----s3p | Adjective Type=qualificative Degree=superlative Number=singular Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afs-s9----p1 | Adjective Type=qualificative Degree=superlative Number=singular Case=terminative Owner_Number=plural Owner_Person=first | 1 |  |
Afs-s9----p1s | Adjective Type=qualificative Degree=superlative Number=singular Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afs-s9----p1p | Adjective Type=qualificative Degree=superlative Number=singular Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afs-s9----p2 | Adjective Type=qualificative Degree=superlative Number=singular Case=terminative Owner_Number=plural Owner_Person=second | 1 |  |
Afs-s9----p2s | Adjective Type=qualificative Degree=superlative Number=singular Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afs-s9----p2p | Adjective Type=qualificative Degree=superlative Number=singular Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afs-s9----p3 | Adjective Type=qualificative Degree=superlative Number=singular Case=terminative Owner_Number=plural Owner_Person=third | 1 |  |
Afs-s9----p3s | Adjective Type=qualificative Degree=superlative Number=singular Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afs-s9----p3p | Adjective Type=qualificative Degree=superlative Number=singular Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afs-sw | Adjective Type=qualificative Degree=superlative Number=singular Case=essive | 11 | legvadabbul/vad, legszívesebben/szíves, legszilárdabban/szilárd, legsimábban/sima, legrövidebben/rövid |
Afs-sw------s | Adjective Type=qualificative Degree=superlative Number=singular Case=essive Owned_Number=singular | 1 |  |
Afs-sw------p | Adjective Type=qualificative Degree=superlative Number=singular Case=essive Owned_Number=plural | 1 |  |
Afs-sw----s1 | Adjective Type=qualificative Degree=superlative Number=singular Case=essive Owner_Number=singular Owner_Person=first | 1 |  |
Afs-sw----s1s | Adjective Type=qualificative Degree=superlative Number=singular Case=essive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afs-sw----s1p | Adjective Type=qualificative Degree=superlative Number=singular Case=essive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afs-sw----s2 | Adjective Type=qualificative Degree=superlative Number=singular Case=essive Owner_Number=singular Owner_Person=second | 1 |  |
Afs-sw----s2s | Adjective Type=qualificative Degree=superlative Number=singular Case=essive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afs-sw----s2p | Adjective Type=qualificative Degree=superlative Number=singular Case=essive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afs-sw----s3 | Adjective Type=qualificative Degree=superlative Number=singular Case=essive Owner_Number=singular Owner_Person=third | 1 |  |
Afs-sw----s3s | Adjective Type=qualificative Degree=superlative Number=singular Case=essive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afs-sw----s3p | Adjective Type=qualificative Degree=superlative Number=singular Case=essive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afs-sw----p1 | Adjective Type=qualificative Degree=superlative Number=singular Case=essive Owner_Number=plural Owner_Person=first | 1 |  |
Afs-sw----p1s | Adjective Type=qualificative Degree=superlative Number=singular Case=essive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afs-sw----p1p | Adjective Type=qualificative Degree=superlative Number=singular Case=essive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afs-sw----p2 | Adjective Type=qualificative Degree=superlative Number=singular Case=essive Owner_Number=plural Owner_Person=second | 1 |  |
Afs-sw----p2s | Adjective Type=qualificative Degree=superlative Number=singular Case=essive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afs-sw----p2p | Adjective Type=qualificative Degree=superlative Number=singular Case=essive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afs-sw----p3 | Adjective Type=qualificative Degree=superlative Number=singular Case=essive Owner_Number=plural Owner_Person=third | 1 |  |
Afs-sw----p3s | Adjective Type=qualificative Degree=superlative Number=singular Case=essive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afs-sw----p3p | Adjective Type=qualificative Degree=superlative Number=singular Case=essive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afs-sm | Adjective Type=qualificative Degree=superlative Number=singular Case=temporalis | 1 | legjobbkor/jó |
Afs-sm------s | Adjective Type=qualificative Degree=superlative Number=singular Case=temporalis Owned_Number=singular | 1 |  |
Afs-sm------p | Adjective Type=qualificative Degree=superlative Number=singular Case=temporalis Owned_Number=plural | 1 |  |
Afs-sm----s1 | Adjective Type=qualificative Degree=superlative Number=singular Case=temporalis Owner_Number=singular Owner_Person=first | 1 |  |
Afs-sm----s1s | Adjective Type=qualificative Degree=superlative Number=singular Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afs-sm----s1p | Adjective Type=qualificative Degree=superlative Number=singular Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afs-sm----s2 | Adjective Type=qualificative Degree=superlative Number=singular Case=temporalis Owner_Number=singular Owner_Person=second | 1 |  |
Afs-sm----s2s | Adjective Type=qualificative Degree=superlative Number=singular Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afs-sm----s2p | Adjective Type=qualificative Degree=superlative Number=singular Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afs-sm----s3 | Adjective Type=qualificative Degree=superlative Number=singular Case=temporalis Owner_Number=singular Owner_Person=third | 1 |  |
Afs-sm----s3s | Adjective Type=qualificative Degree=superlative Number=singular Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afs-sm----s3p | Adjective Type=qualificative Degree=superlative Number=singular Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afs-sm----p1 | Adjective Type=qualificative Degree=superlative Number=singular Case=temporalis Owner_Number=plural Owner_Person=first | 1 |  |
Afs-sm----p1s | Adjective Type=qualificative Degree=superlative Number=singular Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afs-sm----p1p | Adjective Type=qualificative Degree=superlative Number=singular Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afs-sm----p2 | Adjective Type=qualificative Degree=superlative Number=singular Case=temporalis Owner_Number=plural Owner_Person=second | 1 |  |
Afs-sm----p2s | Adjective Type=qualificative Degree=superlative Number=singular Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afs-sm----p2p | Adjective Type=qualificative Degree=superlative Number=singular Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afs-sm----p3 | Adjective Type=qualificative Degree=superlative Number=singular Case=temporalis Owner_Number=plural Owner_Person=third | 1 |  |
Afs-sm----p3s | Adjective Type=qualificative Degree=superlative Number=singular Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afs-sm----p3p | Adjective Type=qualificative Degree=superlative Number=singular Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afs-sc | Adjective Type=qualificative Degree=superlative Number=singular Case=causalis | 1 |  |
Afs-sc------s | Adjective Type=qualificative Degree=superlative Number=singular Case=causalis Owned_Number=singular | 1 |  |
Afs-sc------p | Adjective Type=qualificative Degree=superlative Number=singular Case=causalis Owned_Number=plural | 1 |  |
Afs-sc----s1 | Adjective Type=qualificative Degree=superlative Number=singular Case=causalis Owner_Number=singular Owner_Person=first | 1 |  |
Afs-sc----s1s | Adjective Type=qualificative Degree=superlative Number=singular Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afs-sc----s1p | Adjective Type=qualificative Degree=superlative Number=singular Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afs-sc----s2 | Adjective Type=qualificative Degree=superlative Number=singular Case=causalis Owner_Number=singular Owner_Person=second | 1 |  |
Afs-sc----s2s | Adjective Type=qualificative Degree=superlative Number=singular Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afs-sc----s2p | Adjective Type=qualificative Degree=superlative Number=singular Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afs-sc----s3 | Adjective Type=qualificative Degree=superlative Number=singular Case=causalis Owner_Number=singular Owner_Person=third | 1 |  |
Afs-sc----s3s | Adjective Type=qualificative Degree=superlative Number=singular Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afs-sc----s3p | Adjective Type=qualificative Degree=superlative Number=singular Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afs-sc----p1 | Adjective Type=qualificative Degree=superlative Number=singular Case=causalis Owner_Number=plural Owner_Person=first | 1 |  |
Afs-sc----p1s | Adjective Type=qualificative Degree=superlative Number=singular Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afs-sc----p1p | Adjective Type=qualificative Degree=superlative Number=singular Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afs-sc----p2 | Adjective Type=qualificative Degree=superlative Number=singular Case=causalis Owner_Number=plural Owner_Person=second | 1 |  |
Afs-sc----p2s | Adjective Type=qualificative Degree=superlative Number=singular Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afs-sc----p2p | Adjective Type=qualificative Degree=superlative Number=singular Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afs-sc----p3 | Adjective Type=qualificative Degree=superlative Number=singular Case=causalis Owner_Number=plural Owner_Person=third | 1 |  |
Afs-sc----p3s | Adjective Type=qualificative Degree=superlative Number=singular Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afs-sc----p3p | Adjective Type=qualificative Degree=superlative Number=singular Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afs-ss | Adjective Type=qualificative Degree=superlative Number=singular Case=sublative | 1 |  |
Afs-ss------s | Adjective Type=qualificative Degree=superlative Number=singular Case=sublative Owned_Number=singular | 1 |  |
Afs-ss------p | Adjective Type=qualificative Degree=superlative Number=singular Case=sublative Owned_Number=plural | 1 |  |
Afs-ss----s1 | Adjective Type=qualificative Degree=superlative Number=singular Case=sublative Owner_Number=singular Owner_Person=first | 1 |  |
Afs-ss----s1s | Adjective Type=qualificative Degree=superlative Number=singular Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afs-ss----s1p | Adjective Type=qualificative Degree=superlative Number=singular Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afs-ss----s2 | Adjective Type=qualificative Degree=superlative Number=singular Case=sublative Owner_Number=singular Owner_Person=second | 1 |  |
Afs-ss----s2s | Adjective Type=qualificative Degree=superlative Number=singular Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afs-ss----s2p | Adjective Type=qualificative Degree=superlative Number=singular Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afs-ss----s3 | Adjective Type=qualificative Degree=superlative Number=singular Case=sublative Owner_Number=singular Owner_Person=third | 1 |  |
Afs-ss----s3s | Adjective Type=qualificative Degree=superlative Number=singular Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afs-ss----s3p | Adjective Type=qualificative Degree=superlative Number=singular Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afs-ss----p1 | Adjective Type=qualificative Degree=superlative Number=singular Case=sublative Owner_Number=plural Owner_Person=first | 1 |  |
Afs-ss----p1s | Adjective Type=qualificative Degree=superlative Number=singular Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afs-ss----p1p | Adjective Type=qualificative Degree=superlative Number=singular Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afs-ss----p2 | Adjective Type=qualificative Degree=superlative Number=singular Case=sublative Owner_Number=plural Owner_Person=second | 1 |  |
Afs-ss----p2s | Adjective Type=qualificative Degree=superlative Number=singular Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afs-ss----p2p | Adjective Type=qualificative Degree=superlative Number=singular Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afs-ss----p3 | Adjective Type=qualificative Degree=superlative Number=singular Case=sublative Owner_Number=plural Owner_Person=third | 1 |  |
Afs-ss----p3s | Adjective Type=qualificative Degree=superlative Number=singular Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afs-ss----p3p | Adjective Type=qualificative Degree=superlative Number=singular Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afs-sh | Adjective Type=qualificative Degree=superlative Number=singular Case=delative | 1 |  |
Afs-sh------s | Adjective Type=qualificative Degree=superlative Number=singular Case=delative Owned_Number=singular | 1 |  |
Afs-sh------p | Adjective Type=qualificative Degree=superlative Number=singular Case=delative Owned_Number=plural | 1 |  |
Afs-sh----s1 | Adjective Type=qualificative Degree=superlative Number=singular Case=delative Owner_Number=singular Owner_Person=first | 1 |  |
Afs-sh----s1s | Adjective Type=qualificative Degree=superlative Number=singular Case=delative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afs-sh----s1p | Adjective Type=qualificative Degree=superlative Number=singular Case=delative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afs-sh----s2 | Adjective Type=qualificative Degree=superlative Number=singular Case=delative Owner_Number=singular Owner_Person=second | 1 |  |
Afs-sh----s2s | Adjective Type=qualificative Degree=superlative Number=singular Case=delative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afs-sh----s2p | Adjective Type=qualificative Degree=superlative Number=singular Case=delative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afs-sh----s3 | Adjective Type=qualificative Degree=superlative Number=singular Case=delative Owner_Number=singular Owner_Person=third | 1 |  |
Afs-sh----s3s | Adjective Type=qualificative Degree=superlative Number=singular Case=delative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afs-sh----s3p | Adjective Type=qualificative Degree=superlative Number=singular Case=delative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afs-sh----p1 | Adjective Type=qualificative Degree=superlative Number=singular Case=delative Owner_Number=plural Owner_Person=first | 1 |  |
Afs-sh----p1s | Adjective Type=qualificative Degree=superlative Number=singular Case=delative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afs-sh----p1p | Adjective Type=qualificative Degree=superlative Number=singular Case=delative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afs-sh----p2 | Adjective Type=qualificative Degree=superlative Number=singular Case=delative Owner_Number=plural Owner_Person=second | 1 |  |
Afs-sh----p2s | Adjective Type=qualificative Degree=superlative Number=singular Case=delative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afs-sh----p2p | Adjective Type=qualificative Degree=superlative Number=singular Case=delative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afs-sh----p3 | Adjective Type=qualificative Degree=superlative Number=singular Case=delative Owner_Number=plural Owner_Person=third | 1 |  |
Afs-sh----p3s | Adjective Type=qualificative Degree=superlative Number=singular Case=delative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afs-sh----p3p | Adjective Type=qualificative Degree=superlative Number=singular Case=delative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afs-sq | Adjective Type=qualificative Degree=superlative Number=singular Case=sociative | 1 |  |
Afs-sq------s | Adjective Type=qualificative Degree=superlative Number=singular Case=sociative Owned_Number=singular | 1 |  |
Afs-sq------p | Adjective Type=qualificative Degree=superlative Number=singular Case=sociative Owned_Number=plural | 1 |  |
Afs-sq----s1 | Adjective Type=qualificative Degree=superlative Number=singular Case=sociative Owner_Number=singular Owner_Person=first | 1 |  |
Afs-sq----s1s | Adjective Type=qualificative Degree=superlative Number=singular Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afs-sq----s1p | Adjective Type=qualificative Degree=superlative Number=singular Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afs-sq----s2 | Adjective Type=qualificative Degree=superlative Number=singular Case=sociative Owner_Number=singular Owner_Person=second | 1 |  |
Afs-sq----s2s | Adjective Type=qualificative Degree=superlative Number=singular Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afs-sq----s2p | Adjective Type=qualificative Degree=superlative Number=singular Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afs-sq----s3 | Adjective Type=qualificative Degree=superlative Number=singular Case=sociative Owner_Number=singular Owner_Person=third | 1 |  |
Afs-sq----s3s | Adjective Type=qualificative Degree=superlative Number=singular Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afs-sq----s3p | Adjective Type=qualificative Degree=superlative Number=singular Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afs-sq----p1 | Adjective Type=qualificative Degree=superlative Number=singular Case=sociative Owner_Number=plural Owner_Person=first | 1 |  |
Afs-sq----p1s | Adjective Type=qualificative Degree=superlative Number=singular Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afs-sq----p1p | Adjective Type=qualificative Degree=superlative Number=singular Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afs-sq----p2 | Adjective Type=qualificative Degree=superlative Number=singular Case=sociative Owner_Number=plural Owner_Person=second | 1 |  |
Afs-sq----p2s | Adjective Type=qualificative Degree=superlative Number=singular Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afs-sq----p2p | Adjective Type=qualificative Degree=superlative Number=singular Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afs-sq----p3 | Adjective Type=qualificative Degree=superlative Number=singular Case=sociative Owner_Number=plural Owner_Person=third | 1 |  |
Afs-sq----p3s | Adjective Type=qualificative Degree=superlative Number=singular Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afs-sq----p3p | Adjective Type=qualificative Degree=superlative Number=singular Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afs-sy | Adjective Type=qualificative Degree=superlative Number=singular Case=factive | 1 |  |
Afs-sy------s | Adjective Type=qualificative Degree=superlative Number=singular Case=factive Owned_Number=singular | 1 |  |
Afs-sy------p | Adjective Type=qualificative Degree=superlative Number=singular Case=factive Owned_Number=plural | 1 |  |
Afs-sy----s1 | Adjective Type=qualificative Degree=superlative Number=singular Case=factive Owner_Number=singular Owner_Person=first | 1 |  |
Afs-sy----s1s | Adjective Type=qualificative Degree=superlative Number=singular Case=factive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afs-sy----s1p | Adjective Type=qualificative Degree=superlative Number=singular Case=factive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afs-sy----s2 | Adjective Type=qualificative Degree=superlative Number=singular Case=factive Owner_Number=singular Owner_Person=second | 1 |  |
Afs-sy----s2s | Adjective Type=qualificative Degree=superlative Number=singular Case=factive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afs-sy----s2p | Adjective Type=qualificative Degree=superlative Number=singular Case=factive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afs-sy----s3 | Adjective Type=qualificative Degree=superlative Number=singular Case=factive Owner_Number=singular Owner_Person=third | 1 |  |
Afs-sy----s3s | Adjective Type=qualificative Degree=superlative Number=singular Case=factive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afs-sy----s3p | Adjective Type=qualificative Degree=superlative Number=singular Case=factive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afs-sy----p1 | Adjective Type=qualificative Degree=superlative Number=singular Case=factive Owner_Number=plural Owner_Person=first | 1 |  |
Afs-sy----p1s | Adjective Type=qualificative Degree=superlative Number=singular Case=factive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afs-sy----p1p | Adjective Type=qualificative Degree=superlative Number=singular Case=factive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afs-sy----p2 | Adjective Type=qualificative Degree=superlative Number=singular Case=factive Owner_Number=plural Owner_Person=second | 1 |  |
Afs-sy----p2s | Adjective Type=qualificative Degree=superlative Number=singular Case=factive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afs-sy----p2p | Adjective Type=qualificative Degree=superlative Number=singular Case=factive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afs-sy----p3 | Adjective Type=qualificative Degree=superlative Number=singular Case=factive Owner_Number=plural Owner_Person=third | 1 |  |
Afs-sy----p3s | Adjective Type=qualificative Degree=superlative Number=singular Case=factive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afs-sy----p3p | Adjective Type=qualificative Degree=superlative Number=singular Case=factive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afs-sp | Adjective Type=qualificative Degree=superlative Number=singular Case=superessive | 6 | legszívesebben/szíves, legszebben/szép, legrövidebben/rövid, legkönnyebben/könnyű, legeredményesebben/eredményes |
Afs-sp------s | Adjective Type=qualificative Degree=superlative Number=singular Case=superessive Owned_Number=singular | 1 |  |
Afs-sp------p | Adjective Type=qualificative Degree=superlative Number=singular Case=superessive Owned_Number=plural | 1 |  |
Afs-sp----s1 | Adjective Type=qualificative Degree=superlative Number=singular Case=superessive Owner_Number=singular Owner_Person=first | 1 |  |
Afs-sp----s1s | Adjective Type=qualificative Degree=superlative Number=singular Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afs-sp----s1p | Adjective Type=qualificative Degree=superlative Number=singular Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afs-sp----s2 | Adjective Type=qualificative Degree=superlative Number=singular Case=superessive Owner_Number=singular Owner_Person=second | 1 |  |
Afs-sp----s2s | Adjective Type=qualificative Degree=superlative Number=singular Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afs-sp----s2p | Adjective Type=qualificative Degree=superlative Number=singular Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afs-sp----s3 | Adjective Type=qualificative Degree=superlative Number=singular Case=superessive Owner_Number=singular Owner_Person=third | 1 |  |
Afs-sp----s3s | Adjective Type=qualificative Degree=superlative Number=singular Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afs-sp----s3p | Adjective Type=qualificative Degree=superlative Number=singular Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afs-sp----p1 | Adjective Type=qualificative Degree=superlative Number=singular Case=superessive Owner_Number=plural Owner_Person=first | 1 |  |
Afs-sp----p1s | Adjective Type=qualificative Degree=superlative Number=singular Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afs-sp----p1p | Adjective Type=qualificative Degree=superlative Number=singular Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afs-sp----p2 | Adjective Type=qualificative Degree=superlative Number=singular Case=superessive Owner_Number=plural Owner_Person=second | 1 |  |
Afs-sp----p2s | Adjective Type=qualificative Degree=superlative Number=singular Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afs-sp----p2p | Adjective Type=qualificative Degree=superlative Number=singular Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afs-sp----p3 | Adjective Type=qualificative Degree=superlative Number=singular Case=superessive Owner_Number=plural Owner_Person=third | 1 |  |
Afs-sp----p3s | Adjective Type=qualificative Degree=superlative Number=singular Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afs-sp----p3p | Adjective Type=qualificative Degree=superlative Number=singular Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afs-su | Adjective Type=qualificative Degree=superlative Number=singular Case=distributive | 1 |  |
Afs-su------s | Adjective Type=qualificative Degree=superlative Number=singular Case=distributive Owned_Number=singular | 1 |  |
Afs-su------p | Adjective Type=qualificative Degree=superlative Number=singular Case=distributive Owned_Number=plural | 1 |  |
Afs-su----s1 | Adjective Type=qualificative Degree=superlative Number=singular Case=distributive Owner_Number=singular Owner_Person=first | 1 |  |
Afs-su----s1s | Adjective Type=qualificative Degree=superlative Number=singular Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afs-su----s1p | Adjective Type=qualificative Degree=superlative Number=singular Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afs-su----s2 | Adjective Type=qualificative Degree=superlative Number=singular Case=distributive Owner_Number=singular Owner_Person=second | 1 |  |
Afs-su----s2s | Adjective Type=qualificative Degree=superlative Number=singular Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afs-su----s2p | Adjective Type=qualificative Degree=superlative Number=singular Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afs-su----s3 | Adjective Type=qualificative Degree=superlative Number=singular Case=distributive Owner_Number=singular Owner_Person=third | 1 |  |
Afs-su----s3s | Adjective Type=qualificative Degree=superlative Number=singular Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afs-su----s3p | Adjective Type=qualificative Degree=superlative Number=singular Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afs-su----p1 | Adjective Type=qualificative Degree=superlative Number=singular Case=distributive Owner_Number=plural Owner_Person=first | 1 |  |
Afs-su----p1s | Adjective Type=qualificative Degree=superlative Number=singular Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afs-su----p1p | Adjective Type=qualificative Degree=superlative Number=singular Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afs-su----p2 | Adjective Type=qualificative Degree=superlative Number=singular Case=distributive Owner_Number=plural Owner_Person=second | 1 |  |
Afs-su----p2s | Adjective Type=qualificative Degree=superlative Number=singular Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afs-su----p2p | Adjective Type=qualificative Degree=superlative Number=singular Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afs-su----p3 | Adjective Type=qualificative Degree=superlative Number=singular Case=distributive Owner_Number=plural Owner_Person=third | 1 |  |
Afs-su----p3s | Adjective Type=qualificative Degree=superlative Number=singular Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afs-su----p3p | Adjective Type=qualificative Degree=superlative Number=singular Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afs-sf | Adjective Type=qualificative Degree=superlative Number=singular Case=essive-formal | 1 |  |
Afs-sf------s | Adjective Type=qualificative Degree=superlative Number=singular Case=essive-formal Owned_Number=singular | 1 |  |
Afs-sf------p | Adjective Type=qualificative Degree=superlative Number=singular Case=essive-formal Owned_Number=plural | 1 |  |
Afs-sf----s1 | Adjective Type=qualificative Degree=superlative Number=singular Case=essive-formal Owner_Number=singular Owner_Person=first | 1 |  |
Afs-sf----s1s | Adjective Type=qualificative Degree=superlative Number=singular Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afs-sf----s1p | Adjective Type=qualificative Degree=superlative Number=singular Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afs-sf----s2 | Adjective Type=qualificative Degree=superlative Number=singular Case=essive-formal Owner_Number=singular Owner_Person=second | 1 |  |
Afs-sf----s2s | Adjective Type=qualificative Degree=superlative Number=singular Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afs-sf----s2p | Adjective Type=qualificative Degree=superlative Number=singular Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afs-sf----s3 | Adjective Type=qualificative Degree=superlative Number=singular Case=essive-formal Owner_Number=singular Owner_Person=third | 1 |  |
Afs-sf----s3s | Adjective Type=qualificative Degree=superlative Number=singular Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afs-sf----s3p | Adjective Type=qualificative Degree=superlative Number=singular Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afs-sf----p1 | Adjective Type=qualificative Degree=superlative Number=singular Case=essive-formal Owner_Number=plural Owner_Person=first | 1 |  |
Afs-sf----p1s | Adjective Type=qualificative Degree=superlative Number=singular Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afs-sf----p1p | Adjective Type=qualificative Degree=superlative Number=singular Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afs-sf----p2 | Adjective Type=qualificative Degree=superlative Number=singular Case=essive-formal Owner_Number=plural Owner_Person=second | 1 |  |
Afs-sf----p2s | Adjective Type=qualificative Degree=superlative Number=singular Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afs-sf----p2p | Adjective Type=qualificative Degree=superlative Number=singular Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afs-sf----p3 | Adjective Type=qualificative Degree=superlative Number=singular Case=essive-formal Owner_Number=plural Owner_Person=third | 1 |  |
Afs-sf----p3s | Adjective Type=qualificative Degree=superlative Number=singular Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afs-sf----p3p | Adjective Type=qualificative Degree=superlative Number=singular Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afs-pn | Adjective Type=qualificative Degree=superlative Number=plural Case=nominative | 1 |  |
Afs-pn------s | Adjective Type=qualificative Degree=superlative Number=plural Case=nominative Owned_Number=singular | 1 |  |
Afs-pn------p | Adjective Type=qualificative Degree=superlative Number=plural Case=nominative Owned_Number=plural | 1 |  |
Afs-pn----s1 | Adjective Type=qualificative Degree=superlative Number=plural Case=nominative Owner_Number=singular Owner_Person=first | 1 |  |
Afs-pn----s1s | Adjective Type=qualificative Degree=superlative Number=plural Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afs-pn----s1p | Adjective Type=qualificative Degree=superlative Number=plural Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afs-pn----s2 | Adjective Type=qualificative Degree=superlative Number=plural Case=nominative Owner_Number=singular Owner_Person=second | 1 |  |
Afs-pn----s2s | Adjective Type=qualificative Degree=superlative Number=plural Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afs-pn----s2p | Adjective Type=qualificative Degree=superlative Number=plural Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afs-pn----s3 | Adjective Type=qualificative Degree=superlative Number=plural Case=nominative Owner_Number=singular Owner_Person=third | 1 | legjobbjai/jó |
Afs-pn----s3s | Adjective Type=qualificative Degree=superlative Number=plural Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afs-pn----s3p | Adjective Type=qualificative Degree=superlative Number=plural Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afs-pn----p1 | Adjective Type=qualificative Degree=superlative Number=plural Case=nominative Owner_Number=plural Owner_Person=first | 1 |  |
Afs-pn----p1s | Adjective Type=qualificative Degree=superlative Number=plural Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afs-pn----p1p | Adjective Type=qualificative Degree=superlative Number=plural Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afs-pn----p2 | Adjective Type=qualificative Degree=superlative Number=plural Case=nominative Owner_Number=plural Owner_Person=second | 1 |  |
Afs-pn----p2s | Adjective Type=qualificative Degree=superlative Number=plural Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afs-pn----p2p | Adjective Type=qualificative Degree=superlative Number=plural Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afs-pn----p3 | Adjective Type=qualificative Degree=superlative Number=plural Case=nominative Owner_Number=plural Owner_Person=third | 1 |  |
Afs-pn----p3s | Adjective Type=qualificative Degree=superlative Number=plural Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afs-pn----p3p | Adjective Type=qualificative Degree=superlative Number=plural Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afs-pg | Adjective Type=qualificative Degree=superlative Number=plural Case=genitive | 1 |  |
Afs-pg------s | Adjective Type=qualificative Degree=superlative Number=plural Case=genitive Owned_Number=singular | 1 |  |
Afs-pg------p | Adjective Type=qualificative Degree=superlative Number=plural Case=genitive Owned_Number=plural | 1 |  |
Afs-pg----s1 | Adjective Type=qualificative Degree=superlative Number=plural Case=genitive Owner_Number=singular Owner_Person=first | 1 |  |
Afs-pg----s1s | Adjective Type=qualificative Degree=superlative Number=plural Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afs-pg----s1p | Adjective Type=qualificative Degree=superlative Number=plural Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afs-pg----s2 | Adjective Type=qualificative Degree=superlative Number=plural Case=genitive Owner_Number=singular Owner_Person=second | 1 |  |
Afs-pg----s2s | Adjective Type=qualificative Degree=superlative Number=plural Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afs-pg----s2p | Adjective Type=qualificative Degree=superlative Number=plural Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afs-pg----s3 | Adjective Type=qualificative Degree=superlative Number=plural Case=genitive Owner_Number=singular Owner_Person=third | 1 |  |
Afs-pg----s3s | Adjective Type=qualificative Degree=superlative Number=plural Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afs-pg----s3p | Adjective Type=qualificative Degree=superlative Number=plural Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afs-pg----p1 | Adjective Type=qualificative Degree=superlative Number=plural Case=genitive Owner_Number=plural Owner_Person=first | 1 |  |
Afs-pg----p1s | Adjective Type=qualificative Degree=superlative Number=plural Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afs-pg----p1p | Adjective Type=qualificative Degree=superlative Number=plural Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afs-pg----p2 | Adjective Type=qualificative Degree=superlative Number=plural Case=genitive Owner_Number=plural Owner_Person=second | 1 |  |
Afs-pg----p2s | Adjective Type=qualificative Degree=superlative Number=plural Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afs-pg----p2p | Adjective Type=qualificative Degree=superlative Number=plural Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afs-pg----p3 | Adjective Type=qualificative Degree=superlative Number=plural Case=genitive Owner_Number=plural Owner_Person=third | 1 |  |
Afs-pg----p3s | Adjective Type=qualificative Degree=superlative Number=plural Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afs-pg----p3p | Adjective Type=qualificative Degree=superlative Number=plural Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afs-pd | Adjective Type=qualificative Degree=superlative Number=plural Case=dative | 1 | legjobbaknak/jó |
Afs-pd------s | Adjective Type=qualificative Degree=superlative Number=plural Case=dative Owned_Number=singular | 1 |  |
Afs-pd------p | Adjective Type=qualificative Degree=superlative Number=plural Case=dative Owned_Number=plural | 1 |  |
Afs-pd----s1 | Adjective Type=qualificative Degree=superlative Number=plural Case=dative Owner_Number=singular Owner_Person=first | 1 |  |
Afs-pd----s1s | Adjective Type=qualificative Degree=superlative Number=plural Case=dative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afs-pd----s1p | Adjective Type=qualificative Degree=superlative Number=plural Case=dative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afs-pd----s2 | Adjective Type=qualificative Degree=superlative Number=plural Case=dative Owner_Number=singular Owner_Person=second | 1 |  |
Afs-pd----s2s | Adjective Type=qualificative Degree=superlative Number=plural Case=dative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afs-pd----s2p | Adjective Type=qualificative Degree=superlative Number=plural Case=dative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afs-pd----s3 | Adjective Type=qualificative Degree=superlative Number=plural Case=dative Owner_Number=singular Owner_Person=third | 1 |  |
Afs-pd----s3s | Adjective Type=qualificative Degree=superlative Number=plural Case=dative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afs-pd----s3p | Adjective Type=qualificative Degree=superlative Number=plural Case=dative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afs-pd----p1 | Adjective Type=qualificative Degree=superlative Number=plural Case=dative Owner_Number=plural Owner_Person=first | 1 |  |
Afs-pd----p1s | Adjective Type=qualificative Degree=superlative Number=plural Case=dative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afs-pd----p1p | Adjective Type=qualificative Degree=superlative Number=plural Case=dative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afs-pd----p2 | Adjective Type=qualificative Degree=superlative Number=plural Case=dative Owner_Number=plural Owner_Person=second | 1 |  |
Afs-pd----p2s | Adjective Type=qualificative Degree=superlative Number=plural Case=dative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afs-pd----p2p | Adjective Type=qualificative Degree=superlative Number=plural Case=dative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afs-pd----p3 | Adjective Type=qualificative Degree=superlative Number=plural Case=dative Owner_Number=plural Owner_Person=third | 1 |  |
Afs-pd----p3s | Adjective Type=qualificative Degree=superlative Number=plural Case=dative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afs-pd----p3p | Adjective Type=qualificative Degree=superlative Number=plural Case=dative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afs-pa | Adjective Type=qualificative Degree=superlative Number=plural Case=accusative | 2 | legtehetségesebbeket/tehetséges, legkiválóbbakat/kiváló |
Afs-pa------s | Adjective Type=qualificative Degree=superlative Number=plural Case=accusative Owned_Number=singular | 1 |  |
Afs-pa------p | Adjective Type=qualificative Degree=superlative Number=plural Case=accusative Owned_Number=plural | 1 |  |
Afs-pa----s1 | Adjective Type=qualificative Degree=superlative Number=plural Case=accusative Owner_Number=singular Owner_Person=first | 1 |  |
Afs-pa----s1s | Adjective Type=qualificative Degree=superlative Number=plural Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afs-pa----s1p | Adjective Type=qualificative Degree=superlative Number=plural Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afs-pa----s2 | Adjective Type=qualificative Degree=superlative Number=plural Case=accusative Owner_Number=singular Owner_Person=second | 1 |  |
Afs-pa----s2s | Adjective Type=qualificative Degree=superlative Number=plural Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afs-pa----s2p | Adjective Type=qualificative Degree=superlative Number=plural Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afs-pa----s3 | Adjective Type=qualificative Degree=superlative Number=plural Case=accusative Owner_Number=singular Owner_Person=third | 1 | legjobbjait/jó |
Afs-pa----s3s | Adjective Type=qualificative Degree=superlative Number=plural Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afs-pa----s3p | Adjective Type=qualificative Degree=superlative Number=plural Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afs-pa----p1 | Adjective Type=qualificative Degree=superlative Number=plural Case=accusative Owner_Number=plural Owner_Person=first | 1 |  |
Afs-pa----p1s | Adjective Type=qualificative Degree=superlative Number=plural Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afs-pa----p1p | Adjective Type=qualificative Degree=superlative Number=plural Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afs-pa----p2 | Adjective Type=qualificative Degree=superlative Number=plural Case=accusative Owner_Number=plural Owner_Person=second | 1 |  |
Afs-pa----p2s | Adjective Type=qualificative Degree=superlative Number=plural Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afs-pa----p2p | Adjective Type=qualificative Degree=superlative Number=plural Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afs-pa----p3 | Adjective Type=qualificative Degree=superlative Number=plural Case=accusative Owner_Number=plural Owner_Person=third | 1 |  |
Afs-pa----p3s | Adjective Type=qualificative Degree=superlative Number=plural Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afs-pa----p3p | Adjective Type=qualificative Degree=superlative Number=plural Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afs-pi | Adjective Type=qualificative Degree=superlative Number=plural Case=instrumental | 1 |  |
Afs-pi------s | Adjective Type=qualificative Degree=superlative Number=plural Case=instrumental Owned_Number=singular | 1 |  |
Afs-pi------p | Adjective Type=qualificative Degree=superlative Number=plural Case=instrumental Owned_Number=plural | 1 |  |
Afs-pi----s1 | Adjective Type=qualificative Degree=superlative Number=plural Case=instrumental Owner_Number=singular Owner_Person=first | 1 |  |
Afs-pi----s1s | Adjective Type=qualificative Degree=superlative Number=plural Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afs-pi----s1p | Adjective Type=qualificative Degree=superlative Number=plural Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afs-pi----s2 | Adjective Type=qualificative Degree=superlative Number=plural Case=instrumental Owner_Number=singular Owner_Person=second | 1 |  |
Afs-pi----s2s | Adjective Type=qualificative Degree=superlative Number=plural Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afs-pi----s2p | Adjective Type=qualificative Degree=superlative Number=plural Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afs-pi----s3 | Adjective Type=qualificative Degree=superlative Number=plural Case=instrumental Owner_Number=singular Owner_Person=third | 1 |  |
Afs-pi----s3s | Adjective Type=qualificative Degree=superlative Number=plural Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afs-pi----s3p | Adjective Type=qualificative Degree=superlative Number=plural Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afs-pi----p1 | Adjective Type=qualificative Degree=superlative Number=plural Case=instrumental Owner_Number=plural Owner_Person=first | 1 |  |
Afs-pi----p1s | Adjective Type=qualificative Degree=superlative Number=plural Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afs-pi----p1p | Adjective Type=qualificative Degree=superlative Number=plural Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afs-pi----p2 | Adjective Type=qualificative Degree=superlative Number=plural Case=instrumental Owner_Number=plural Owner_Person=second | 1 |  |
Afs-pi----p2s | Adjective Type=qualificative Degree=superlative Number=plural Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afs-pi----p2p | Adjective Type=qualificative Degree=superlative Number=plural Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afs-pi----p3 | Adjective Type=qualificative Degree=superlative Number=plural Case=instrumental Owner_Number=plural Owner_Person=third | 1 |  |
Afs-pi----p3s | Adjective Type=qualificative Degree=superlative Number=plural Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afs-pi----p3p | Adjective Type=qualificative Degree=superlative Number=plural Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afs-px | Adjective Type=qualificative Degree=superlative Number=plural Case=illative | 1 |  |
Afs-px------s | Adjective Type=qualificative Degree=superlative Number=plural Case=illative Owned_Number=singular | 1 |  |
Afs-px------p | Adjective Type=qualificative Degree=superlative Number=plural Case=illative Owned_Number=plural | 1 |  |
Afs-px----s1 | Adjective Type=qualificative Degree=superlative Number=plural Case=illative Owner_Number=singular Owner_Person=first | 1 |  |
Afs-px----s1s | Adjective Type=qualificative Degree=superlative Number=plural Case=illative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afs-px----s1p | Adjective Type=qualificative Degree=superlative Number=plural Case=illative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afs-px----s2 | Adjective Type=qualificative Degree=superlative Number=plural Case=illative Owner_Number=singular Owner_Person=second | 1 |  |
Afs-px----s2s | Adjective Type=qualificative Degree=superlative Number=plural Case=illative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afs-px----s2p | Adjective Type=qualificative Degree=superlative Number=plural Case=illative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afs-px----s3 | Adjective Type=qualificative Degree=superlative Number=plural Case=illative Owner_Number=singular Owner_Person=third | 1 |  |
Afs-px----s3s | Adjective Type=qualificative Degree=superlative Number=plural Case=illative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afs-px----s3p | Adjective Type=qualificative Degree=superlative Number=plural Case=illative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afs-px----p1 | Adjective Type=qualificative Degree=superlative Number=plural Case=illative Owner_Number=plural Owner_Person=first | 1 |  |
Afs-px----p1s | Adjective Type=qualificative Degree=superlative Number=plural Case=illative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afs-px----p1p | Adjective Type=qualificative Degree=superlative Number=plural Case=illative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afs-px----p2 | Adjective Type=qualificative Degree=superlative Number=plural Case=illative Owner_Number=plural Owner_Person=second | 1 |  |
Afs-px----p2s | Adjective Type=qualificative Degree=superlative Number=plural Case=illative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afs-px----p2p | Adjective Type=qualificative Degree=superlative Number=plural Case=illative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afs-px----p3 | Adjective Type=qualificative Degree=superlative Number=plural Case=illative Owner_Number=plural Owner_Person=third | 1 |  |
Afs-px----p3s | Adjective Type=qualificative Degree=superlative Number=plural Case=illative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afs-px----p3p | Adjective Type=qualificative Degree=superlative Number=plural Case=illative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afs-p2 | Adjective Type=qualificative Degree=superlative Number=plural Case=inessive | 1 |  |
Afs-p2------s | Adjective Type=qualificative Degree=superlative Number=plural Case=inessive Owned_Number=singular | 1 |  |
Afs-p2------p | Adjective Type=qualificative Degree=superlative Number=plural Case=inessive Owned_Number=plural | 1 |  |
Afs-p2----s1 | Adjective Type=qualificative Degree=superlative Number=plural Case=inessive Owner_Number=singular Owner_Person=first | 1 |  |
Afs-p2----s1s | Adjective Type=qualificative Degree=superlative Number=plural Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afs-p2----s1p | Adjective Type=qualificative Degree=superlative Number=plural Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afs-p2----s2 | Adjective Type=qualificative Degree=superlative Number=plural Case=inessive Owner_Number=singular Owner_Person=second | 1 |  |
Afs-p2----s2s | Adjective Type=qualificative Degree=superlative Number=plural Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afs-p2----s2p | Adjective Type=qualificative Degree=superlative Number=plural Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afs-p2----s3 | Adjective Type=qualificative Degree=superlative Number=plural Case=inessive Owner_Number=singular Owner_Person=third | 1 |  |
Afs-p2----s3s | Adjective Type=qualificative Degree=superlative Number=plural Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afs-p2----s3p | Adjective Type=qualificative Degree=superlative Number=plural Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afs-p2----p1 | Adjective Type=qualificative Degree=superlative Number=plural Case=inessive Owner_Number=plural Owner_Person=first | 1 |  |
Afs-p2----p1s | Adjective Type=qualificative Degree=superlative Number=plural Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afs-p2----p1p | Adjective Type=qualificative Degree=superlative Number=plural Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afs-p2----p2 | Adjective Type=qualificative Degree=superlative Number=plural Case=inessive Owner_Number=plural Owner_Person=second | 1 |  |
Afs-p2----p2s | Adjective Type=qualificative Degree=superlative Number=plural Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afs-p2----p2p | Adjective Type=qualificative Degree=superlative Number=plural Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afs-p2----p3 | Adjective Type=qualificative Degree=superlative Number=plural Case=inessive Owner_Number=plural Owner_Person=third | 1 |  |
Afs-p2----p3s | Adjective Type=qualificative Degree=superlative Number=plural Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afs-p2----p3p | Adjective Type=qualificative Degree=superlative Number=plural Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afs-pe | Adjective Type=qualificative Degree=superlative Number=plural Case=elative | 1 |  |
Afs-pe------s | Adjective Type=qualificative Degree=superlative Number=plural Case=elative Owned_Number=singular | 1 |  |
Afs-pe------p | Adjective Type=qualificative Degree=superlative Number=plural Case=elative Owned_Number=plural | 1 |  |
Afs-pe----s1 | Adjective Type=qualificative Degree=superlative Number=plural Case=elative Owner_Number=singular Owner_Person=first | 1 |  |
Afs-pe----s1s | Adjective Type=qualificative Degree=superlative Number=plural Case=elative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afs-pe----s1p | Adjective Type=qualificative Degree=superlative Number=plural Case=elative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afs-pe----s2 | Adjective Type=qualificative Degree=superlative Number=plural Case=elative Owner_Number=singular Owner_Person=second | 1 |  |
Afs-pe----s2s | Adjective Type=qualificative Degree=superlative Number=plural Case=elative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afs-pe----s2p | Adjective Type=qualificative Degree=superlative Number=plural Case=elative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afs-pe----s3 | Adjective Type=qualificative Degree=superlative Number=plural Case=elative Owner_Number=singular Owner_Person=third | 1 |  |
Afs-pe----s3s | Adjective Type=qualificative Degree=superlative Number=plural Case=elative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afs-pe----s3p | Adjective Type=qualificative Degree=superlative Number=plural Case=elative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afs-pe----p1 | Adjective Type=qualificative Degree=superlative Number=plural Case=elative Owner_Number=plural Owner_Person=first | 1 |  |
Afs-pe----p1s | Adjective Type=qualificative Degree=superlative Number=plural Case=elative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afs-pe----p1p | Adjective Type=qualificative Degree=superlative Number=plural Case=elative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afs-pe----p2 | Adjective Type=qualificative Degree=superlative Number=plural Case=elative Owner_Number=plural Owner_Person=second | 1 |  |
Afs-pe----p2s | Adjective Type=qualificative Degree=superlative Number=plural Case=elative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afs-pe----p2p | Adjective Type=qualificative Degree=superlative Number=plural Case=elative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afs-pe----p3 | Adjective Type=qualificative Degree=superlative Number=plural Case=elative Owner_Number=plural Owner_Person=third | 1 |  |
Afs-pe----p3s | Adjective Type=qualificative Degree=superlative Number=plural Case=elative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afs-pe----p3p | Adjective Type=qualificative Degree=superlative Number=plural Case=elative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afs-pt | Adjective Type=qualificative Degree=superlative Number=plural Case=allative | 1 |  |
Afs-pt------s | Adjective Type=qualificative Degree=superlative Number=plural Case=allative Owned_Number=singular | 1 |  |
Afs-pt------p | Adjective Type=qualificative Degree=superlative Number=plural Case=allative Owned_Number=plural | 1 |  |
Afs-pt----s1 | Adjective Type=qualificative Degree=superlative Number=plural Case=allative Owner_Number=singular Owner_Person=first | 1 |  |
Afs-pt----s1s | Adjective Type=qualificative Degree=superlative Number=plural Case=allative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afs-pt----s1p | Adjective Type=qualificative Degree=superlative Number=plural Case=allative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afs-pt----s2 | Adjective Type=qualificative Degree=superlative Number=plural Case=allative Owner_Number=singular Owner_Person=second | 1 |  |
Afs-pt----s2s | Adjective Type=qualificative Degree=superlative Number=plural Case=allative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afs-pt----s2p | Adjective Type=qualificative Degree=superlative Number=plural Case=allative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afs-pt----s3 | Adjective Type=qualificative Degree=superlative Number=plural Case=allative Owner_Number=singular Owner_Person=third | 1 |  |
Afs-pt----s3s | Adjective Type=qualificative Degree=superlative Number=plural Case=allative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afs-pt----s3p | Adjective Type=qualificative Degree=superlative Number=plural Case=allative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afs-pt----p1 | Adjective Type=qualificative Degree=superlative Number=plural Case=allative Owner_Number=plural Owner_Person=first | 1 |  |
Afs-pt----p1s | Adjective Type=qualificative Degree=superlative Number=plural Case=allative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afs-pt----p1p | Adjective Type=qualificative Degree=superlative Number=plural Case=allative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afs-pt----p2 | Adjective Type=qualificative Degree=superlative Number=plural Case=allative Owner_Number=plural Owner_Person=second | 1 |  |
Afs-pt----p2s | Adjective Type=qualificative Degree=superlative Number=plural Case=allative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afs-pt----p2p | Adjective Type=qualificative Degree=superlative Number=plural Case=allative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afs-pt----p3 | Adjective Type=qualificative Degree=superlative Number=plural Case=allative Owner_Number=plural Owner_Person=third | 1 |  |
Afs-pt----p3s | Adjective Type=qualificative Degree=superlative Number=plural Case=allative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afs-pt----p3p | Adjective Type=qualificative Degree=superlative Number=plural Case=allative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afs-p3 | Adjective Type=qualificative Degree=superlative Number=plural Case=adessive | 1 |  |
Afs-p3------s | Adjective Type=qualificative Degree=superlative Number=plural Case=adessive Owned_Number=singular | 1 |  |
Afs-p3------p | Adjective Type=qualificative Degree=superlative Number=plural Case=adessive Owned_Number=plural | 1 |  |
Afs-p3----s1 | Adjective Type=qualificative Degree=superlative Number=plural Case=adessive Owner_Number=singular Owner_Person=first | 1 |  |
Afs-p3----s1s | Adjective Type=qualificative Degree=superlative Number=plural Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afs-p3----s1p | Adjective Type=qualificative Degree=superlative Number=plural Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afs-p3----s2 | Adjective Type=qualificative Degree=superlative Number=plural Case=adessive Owner_Number=singular Owner_Person=second | 1 |  |
Afs-p3----s2s | Adjective Type=qualificative Degree=superlative Number=plural Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afs-p3----s2p | Adjective Type=qualificative Degree=superlative Number=plural Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afs-p3----s3 | Adjective Type=qualificative Degree=superlative Number=plural Case=adessive Owner_Number=singular Owner_Person=third | 1 |  |
Afs-p3----s3s | Adjective Type=qualificative Degree=superlative Number=plural Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afs-p3----s3p | Adjective Type=qualificative Degree=superlative Number=plural Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afs-p3----p1 | Adjective Type=qualificative Degree=superlative Number=plural Case=adessive Owner_Number=plural Owner_Person=first | 1 |  |
Afs-p3----p1s | Adjective Type=qualificative Degree=superlative Number=plural Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afs-p3----p1p | Adjective Type=qualificative Degree=superlative Number=plural Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afs-p3----p2 | Adjective Type=qualificative Degree=superlative Number=plural Case=adessive Owner_Number=plural Owner_Person=second | 1 |  |
Afs-p3----p2s | Adjective Type=qualificative Degree=superlative Number=plural Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afs-p3----p2p | Adjective Type=qualificative Degree=superlative Number=plural Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afs-p3----p3 | Adjective Type=qualificative Degree=superlative Number=plural Case=adessive Owner_Number=plural Owner_Person=third | 1 |  |
Afs-p3----p3s | Adjective Type=qualificative Degree=superlative Number=plural Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afs-p3----p3p | Adjective Type=qualificative Degree=superlative Number=plural Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afs-pb | Adjective Type=qualificative Degree=superlative Number=plural Case=ablative | 1 |  |
Afs-pb------s | Adjective Type=qualificative Degree=superlative Number=plural Case=ablative Owned_Number=singular | 1 |  |
Afs-pb------p | Adjective Type=qualificative Degree=superlative Number=plural Case=ablative Owned_Number=plural | 1 |  |
Afs-pb----s1 | Adjective Type=qualificative Degree=superlative Number=plural Case=ablative Owner_Number=singular Owner_Person=first | 1 |  |
Afs-pb----s1s | Adjective Type=qualificative Degree=superlative Number=plural Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afs-pb----s1p | Adjective Type=qualificative Degree=superlative Number=plural Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afs-pb----s2 | Adjective Type=qualificative Degree=superlative Number=plural Case=ablative Owner_Number=singular Owner_Person=second | 1 |  |
Afs-pb----s2s | Adjective Type=qualificative Degree=superlative Number=plural Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afs-pb----s2p | Adjective Type=qualificative Degree=superlative Number=plural Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afs-pb----s3 | Adjective Type=qualificative Degree=superlative Number=plural Case=ablative Owner_Number=singular Owner_Person=third | 1 | legjobbjaitól/jó |
Afs-pb----s3s | Adjective Type=qualificative Degree=superlative Number=plural Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afs-pb----s3p | Adjective Type=qualificative Degree=superlative Number=plural Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afs-pb----p1 | Adjective Type=qualificative Degree=superlative Number=plural Case=ablative Owner_Number=plural Owner_Person=first | 1 |  |
Afs-pb----p1s | Adjective Type=qualificative Degree=superlative Number=plural Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afs-pb----p1p | Adjective Type=qualificative Degree=superlative Number=plural Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afs-pb----p2 | Adjective Type=qualificative Degree=superlative Number=plural Case=ablative Owner_Number=plural Owner_Person=second | 1 |  |
Afs-pb----p2s | Adjective Type=qualificative Degree=superlative Number=plural Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afs-pb----p2p | Adjective Type=qualificative Degree=superlative Number=plural Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afs-pb----p3 | Adjective Type=qualificative Degree=superlative Number=plural Case=ablative Owner_Number=plural Owner_Person=third | 1 |  |
Afs-pb----p3s | Adjective Type=qualificative Degree=superlative Number=plural Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afs-pb----p3p | Adjective Type=qualificative Degree=superlative Number=plural Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afs-p9 | Adjective Type=qualificative Degree=superlative Number=plural Case=terminative | 1 |  |
Afs-p9------s | Adjective Type=qualificative Degree=superlative Number=plural Case=terminative Owned_Number=singular | 1 |  |
Afs-p9------p | Adjective Type=qualificative Degree=superlative Number=plural Case=terminative Owned_Number=plural | 1 |  |
Afs-p9----s1 | Adjective Type=qualificative Degree=superlative Number=plural Case=terminative Owner_Number=singular Owner_Person=first | 1 |  |
Afs-p9----s1s | Adjective Type=qualificative Degree=superlative Number=plural Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afs-p9----s1p | Adjective Type=qualificative Degree=superlative Number=plural Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afs-p9----s2 | Adjective Type=qualificative Degree=superlative Number=plural Case=terminative Owner_Number=singular Owner_Person=second | 1 |  |
Afs-p9----s2s | Adjective Type=qualificative Degree=superlative Number=plural Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afs-p9----s2p | Adjective Type=qualificative Degree=superlative Number=plural Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afs-p9----s3 | Adjective Type=qualificative Degree=superlative Number=plural Case=terminative Owner_Number=singular Owner_Person=third | 1 |  |
Afs-p9----s3s | Adjective Type=qualificative Degree=superlative Number=plural Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afs-p9----s3p | Adjective Type=qualificative Degree=superlative Number=plural Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afs-p9----p1 | Adjective Type=qualificative Degree=superlative Number=plural Case=terminative Owner_Number=plural Owner_Person=first | 1 |  |
Afs-p9----p1s | Adjective Type=qualificative Degree=superlative Number=plural Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afs-p9----p1p | Adjective Type=qualificative Degree=superlative Number=plural Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afs-p9----p2 | Adjective Type=qualificative Degree=superlative Number=plural Case=terminative Owner_Number=plural Owner_Person=second | 1 |  |
Afs-p9----p2s | Adjective Type=qualificative Degree=superlative Number=plural Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afs-p9----p2p | Adjective Type=qualificative Degree=superlative Number=plural Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afs-p9----p3 | Adjective Type=qualificative Degree=superlative Number=plural Case=terminative Owner_Number=plural Owner_Person=third | 1 |  |
Afs-p9----p3s | Adjective Type=qualificative Degree=superlative Number=plural Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afs-p9----p3p | Adjective Type=qualificative Degree=superlative Number=plural Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afs-pw | Adjective Type=qualificative Degree=superlative Number=plural Case=essive | 1 |  |
Afs-pw------s | Adjective Type=qualificative Degree=superlative Number=plural Case=essive Owned_Number=singular | 1 |  |
Afs-pw------p | Adjective Type=qualificative Degree=superlative Number=plural Case=essive Owned_Number=plural | 1 |  |
Afs-pw----s1 | Adjective Type=qualificative Degree=superlative Number=plural Case=essive Owner_Number=singular Owner_Person=first | 1 |  |
Afs-pw----s1s | Adjective Type=qualificative Degree=superlative Number=plural Case=essive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afs-pw----s1p | Adjective Type=qualificative Degree=superlative Number=plural Case=essive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afs-pw----s2 | Adjective Type=qualificative Degree=superlative Number=plural Case=essive Owner_Number=singular Owner_Person=second | 1 |  |
Afs-pw----s2s | Adjective Type=qualificative Degree=superlative Number=plural Case=essive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afs-pw----s2p | Adjective Type=qualificative Degree=superlative Number=plural Case=essive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afs-pw----s3 | Adjective Type=qualificative Degree=superlative Number=plural Case=essive Owner_Number=singular Owner_Person=third | 1 |  |
Afs-pw----s3s | Adjective Type=qualificative Degree=superlative Number=plural Case=essive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afs-pw----s3p | Adjective Type=qualificative Degree=superlative Number=plural Case=essive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afs-pw----p1 | Adjective Type=qualificative Degree=superlative Number=plural Case=essive Owner_Number=plural Owner_Person=first | 1 |  |
Afs-pw----p1s | Adjective Type=qualificative Degree=superlative Number=plural Case=essive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afs-pw----p1p | Adjective Type=qualificative Degree=superlative Number=plural Case=essive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afs-pw----p2 | Adjective Type=qualificative Degree=superlative Number=plural Case=essive Owner_Number=plural Owner_Person=second | 1 |  |
Afs-pw----p2s | Adjective Type=qualificative Degree=superlative Number=plural Case=essive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afs-pw----p2p | Adjective Type=qualificative Degree=superlative Number=plural Case=essive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afs-pw----p3 | Adjective Type=qualificative Degree=superlative Number=plural Case=essive Owner_Number=plural Owner_Person=third | 1 |  |
Afs-pw----p3s | Adjective Type=qualificative Degree=superlative Number=plural Case=essive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afs-pw----p3p | Adjective Type=qualificative Degree=superlative Number=plural Case=essive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afs-pm | Adjective Type=qualificative Degree=superlative Number=plural Case=temporalis | 1 |  |
Afs-pm------s | Adjective Type=qualificative Degree=superlative Number=plural Case=temporalis Owned_Number=singular | 1 |  |
Afs-pm------p | Adjective Type=qualificative Degree=superlative Number=plural Case=temporalis Owned_Number=plural | 1 |  |
Afs-pm----s1 | Adjective Type=qualificative Degree=superlative Number=plural Case=temporalis Owner_Number=singular Owner_Person=first | 1 |  |
Afs-pm----s1s | Adjective Type=qualificative Degree=superlative Number=plural Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afs-pm----s1p | Adjective Type=qualificative Degree=superlative Number=plural Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afs-pm----s2 | Adjective Type=qualificative Degree=superlative Number=plural Case=temporalis Owner_Number=singular Owner_Person=second | 1 |  |
Afs-pm----s2s | Adjective Type=qualificative Degree=superlative Number=plural Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afs-pm----s2p | Adjective Type=qualificative Degree=superlative Number=plural Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afs-pm----s3 | Adjective Type=qualificative Degree=superlative Number=plural Case=temporalis Owner_Number=singular Owner_Person=third | 1 |  |
Afs-pm----s3s | Adjective Type=qualificative Degree=superlative Number=plural Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afs-pm----s3p | Adjective Type=qualificative Degree=superlative Number=plural Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afs-pm----p1 | Adjective Type=qualificative Degree=superlative Number=plural Case=temporalis Owner_Number=plural Owner_Person=first | 1 |  |
Afs-pm----p1s | Adjective Type=qualificative Degree=superlative Number=plural Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afs-pm----p1p | Adjective Type=qualificative Degree=superlative Number=plural Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afs-pm----p2 | Adjective Type=qualificative Degree=superlative Number=plural Case=temporalis Owner_Number=plural Owner_Person=second | 1 |  |
Afs-pm----p2s | Adjective Type=qualificative Degree=superlative Number=plural Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afs-pm----p2p | Adjective Type=qualificative Degree=superlative Number=plural Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afs-pm----p3 | Adjective Type=qualificative Degree=superlative Number=plural Case=temporalis Owner_Number=plural Owner_Person=third | 1 |  |
Afs-pm----p3s | Adjective Type=qualificative Degree=superlative Number=plural Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afs-pm----p3p | Adjective Type=qualificative Degree=superlative Number=plural Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afs-pc | Adjective Type=qualificative Degree=superlative Number=plural Case=causalis | 1 |  |
Afs-pc------s | Adjective Type=qualificative Degree=superlative Number=plural Case=causalis Owned_Number=singular | 1 |  |
Afs-pc------p | Adjective Type=qualificative Degree=superlative Number=plural Case=causalis Owned_Number=plural | 1 |  |
Afs-pc----s1 | Adjective Type=qualificative Degree=superlative Number=plural Case=causalis Owner_Number=singular Owner_Person=first | 1 |  |
Afs-pc----s1s | Adjective Type=qualificative Degree=superlative Number=plural Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afs-pc----s1p | Adjective Type=qualificative Degree=superlative Number=plural Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afs-pc----s2 | Adjective Type=qualificative Degree=superlative Number=plural Case=causalis Owner_Number=singular Owner_Person=second | 1 |  |
Afs-pc----s2s | Adjective Type=qualificative Degree=superlative Number=plural Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afs-pc----s2p | Adjective Type=qualificative Degree=superlative Number=plural Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afs-pc----s3 | Adjective Type=qualificative Degree=superlative Number=plural Case=causalis Owner_Number=singular Owner_Person=third | 1 |  |
Afs-pc----s3s | Adjective Type=qualificative Degree=superlative Number=plural Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afs-pc----s3p | Adjective Type=qualificative Degree=superlative Number=plural Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afs-pc----p1 | Adjective Type=qualificative Degree=superlative Number=plural Case=causalis Owner_Number=plural Owner_Person=first | 1 |  |
Afs-pc----p1s | Adjective Type=qualificative Degree=superlative Number=plural Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afs-pc----p1p | Adjective Type=qualificative Degree=superlative Number=plural Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afs-pc----p2 | Adjective Type=qualificative Degree=superlative Number=plural Case=causalis Owner_Number=plural Owner_Person=second | 1 |  |
Afs-pc----p2s | Adjective Type=qualificative Degree=superlative Number=plural Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afs-pc----p2p | Adjective Type=qualificative Degree=superlative Number=plural Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afs-pc----p3 | Adjective Type=qualificative Degree=superlative Number=plural Case=causalis Owner_Number=plural Owner_Person=third | 1 |  |
Afs-pc----p3s | Adjective Type=qualificative Degree=superlative Number=plural Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afs-pc----p3p | Adjective Type=qualificative Degree=superlative Number=plural Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afs-ps | Adjective Type=qualificative Degree=superlative Number=plural Case=sublative | 1 |  |
Afs-ps------s | Adjective Type=qualificative Degree=superlative Number=plural Case=sublative Owned_Number=singular | 1 |  |
Afs-ps------p | Adjective Type=qualificative Degree=superlative Number=plural Case=sublative Owned_Number=plural | 1 |  |
Afs-ps----s1 | Adjective Type=qualificative Degree=superlative Number=plural Case=sublative Owner_Number=singular Owner_Person=first | 1 |  |
Afs-ps----s1s | Adjective Type=qualificative Degree=superlative Number=plural Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afs-ps----s1p | Adjective Type=qualificative Degree=superlative Number=plural Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afs-ps----s2 | Adjective Type=qualificative Degree=superlative Number=plural Case=sublative Owner_Number=singular Owner_Person=second | 1 |  |
Afs-ps----s2s | Adjective Type=qualificative Degree=superlative Number=plural Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afs-ps----s2p | Adjective Type=qualificative Degree=superlative Number=plural Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afs-ps----s3 | Adjective Type=qualificative Degree=superlative Number=plural Case=sublative Owner_Number=singular Owner_Person=third | 1 |  |
Afs-ps----s3s | Adjective Type=qualificative Degree=superlative Number=plural Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afs-ps----s3p | Adjective Type=qualificative Degree=superlative Number=plural Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afs-ps----p1 | Adjective Type=qualificative Degree=superlative Number=plural Case=sublative Owner_Number=plural Owner_Person=first | 1 |  |
Afs-ps----p1s | Adjective Type=qualificative Degree=superlative Number=plural Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afs-ps----p1p | Adjective Type=qualificative Degree=superlative Number=plural Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afs-ps----p2 | Adjective Type=qualificative Degree=superlative Number=plural Case=sublative Owner_Number=plural Owner_Person=second | 1 |  |
Afs-ps----p2s | Adjective Type=qualificative Degree=superlative Number=plural Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afs-ps----p2p | Adjective Type=qualificative Degree=superlative Number=plural Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afs-ps----p3 | Adjective Type=qualificative Degree=superlative Number=plural Case=sublative Owner_Number=plural Owner_Person=third | 1 |  |
Afs-ps----p3s | Adjective Type=qualificative Degree=superlative Number=plural Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afs-ps----p3p | Adjective Type=qualificative Degree=superlative Number=plural Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afs-ph | Adjective Type=qualificative Degree=superlative Number=plural Case=delative | 1 |  |
Afs-ph------s | Adjective Type=qualificative Degree=superlative Number=plural Case=delative Owned_Number=singular | 1 |  |
Afs-ph------p | Adjective Type=qualificative Degree=superlative Number=plural Case=delative Owned_Number=plural | 1 |  |
Afs-ph----s1 | Adjective Type=qualificative Degree=superlative Number=plural Case=delative Owner_Number=singular Owner_Person=first | 1 |  |
Afs-ph----s1s | Adjective Type=qualificative Degree=superlative Number=plural Case=delative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afs-ph----s1p | Adjective Type=qualificative Degree=superlative Number=plural Case=delative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afs-ph----s2 | Adjective Type=qualificative Degree=superlative Number=plural Case=delative Owner_Number=singular Owner_Person=second | 1 |  |
Afs-ph----s2s | Adjective Type=qualificative Degree=superlative Number=plural Case=delative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afs-ph----s2p | Adjective Type=qualificative Degree=superlative Number=plural Case=delative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afs-ph----s3 | Adjective Type=qualificative Degree=superlative Number=plural Case=delative Owner_Number=singular Owner_Person=third | 1 |  |
Afs-ph----s3s | Adjective Type=qualificative Degree=superlative Number=plural Case=delative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afs-ph----s3p | Adjective Type=qualificative Degree=superlative Number=plural Case=delative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afs-ph----p1 | Adjective Type=qualificative Degree=superlative Number=plural Case=delative Owner_Number=plural Owner_Person=first | 1 |  |
Afs-ph----p1s | Adjective Type=qualificative Degree=superlative Number=plural Case=delative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afs-ph----p1p | Adjective Type=qualificative Degree=superlative Number=plural Case=delative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afs-ph----p2 | Adjective Type=qualificative Degree=superlative Number=plural Case=delative Owner_Number=plural Owner_Person=second | 1 |  |
Afs-ph----p2s | Adjective Type=qualificative Degree=superlative Number=plural Case=delative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afs-ph----p2p | Adjective Type=qualificative Degree=superlative Number=plural Case=delative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afs-ph----p3 | Adjective Type=qualificative Degree=superlative Number=plural Case=delative Owner_Number=plural Owner_Person=third | 1 |  |
Afs-ph----p3s | Adjective Type=qualificative Degree=superlative Number=plural Case=delative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afs-ph----p3p | Adjective Type=qualificative Degree=superlative Number=plural Case=delative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afs-pq | Adjective Type=qualificative Degree=superlative Number=plural Case=sociative | 1 |  |
Afs-pq------s | Adjective Type=qualificative Degree=superlative Number=plural Case=sociative Owned_Number=singular | 1 |  |
Afs-pq------p | Adjective Type=qualificative Degree=superlative Number=plural Case=sociative Owned_Number=plural | 1 |  |
Afs-pq----s1 | Adjective Type=qualificative Degree=superlative Number=plural Case=sociative Owner_Number=singular Owner_Person=first | 1 |  |
Afs-pq----s1s | Adjective Type=qualificative Degree=superlative Number=plural Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afs-pq----s1p | Adjective Type=qualificative Degree=superlative Number=plural Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afs-pq----s2 | Adjective Type=qualificative Degree=superlative Number=plural Case=sociative Owner_Number=singular Owner_Person=second | 1 |  |
Afs-pq----s2s | Adjective Type=qualificative Degree=superlative Number=plural Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afs-pq----s2p | Adjective Type=qualificative Degree=superlative Number=plural Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afs-pq----s3 | Adjective Type=qualificative Degree=superlative Number=plural Case=sociative Owner_Number=singular Owner_Person=third | 1 |  |
Afs-pq----s3s | Adjective Type=qualificative Degree=superlative Number=plural Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afs-pq----s3p | Adjective Type=qualificative Degree=superlative Number=plural Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afs-pq----p1 | Adjective Type=qualificative Degree=superlative Number=plural Case=sociative Owner_Number=plural Owner_Person=first | 1 |  |
Afs-pq----p1s | Adjective Type=qualificative Degree=superlative Number=plural Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afs-pq----p1p | Adjective Type=qualificative Degree=superlative Number=plural Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afs-pq----p2 | Adjective Type=qualificative Degree=superlative Number=plural Case=sociative Owner_Number=plural Owner_Person=second | 1 |  |
Afs-pq----p2s | Adjective Type=qualificative Degree=superlative Number=plural Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afs-pq----p2p | Adjective Type=qualificative Degree=superlative Number=plural Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afs-pq----p3 | Adjective Type=qualificative Degree=superlative Number=plural Case=sociative Owner_Number=plural Owner_Person=third | 1 |  |
Afs-pq----p3s | Adjective Type=qualificative Degree=superlative Number=plural Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afs-pq----p3p | Adjective Type=qualificative Degree=superlative Number=plural Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afs-py | Adjective Type=qualificative Degree=superlative Number=plural Case=factive | 1 | legjelentéktelenebbekké/jelentéktelen |
Afs-py------s | Adjective Type=qualificative Degree=superlative Number=plural Case=factive Owned_Number=singular | 1 |  |
Afs-py------p | Adjective Type=qualificative Degree=superlative Number=plural Case=factive Owned_Number=plural | 1 |  |
Afs-py----s1 | Adjective Type=qualificative Degree=superlative Number=plural Case=factive Owner_Number=singular Owner_Person=first | 1 |  |
Afs-py----s1s | Adjective Type=qualificative Degree=superlative Number=plural Case=factive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afs-py----s1p | Adjective Type=qualificative Degree=superlative Number=plural Case=factive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afs-py----s2 | Adjective Type=qualificative Degree=superlative Number=plural Case=factive Owner_Number=singular Owner_Person=second | 1 |  |
Afs-py----s2s | Adjective Type=qualificative Degree=superlative Number=plural Case=factive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afs-py----s2p | Adjective Type=qualificative Degree=superlative Number=plural Case=factive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afs-py----s3 | Adjective Type=qualificative Degree=superlative Number=plural Case=factive Owner_Number=singular Owner_Person=third | 1 |  |
Afs-py----s3s | Adjective Type=qualificative Degree=superlative Number=plural Case=factive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afs-py----s3p | Adjective Type=qualificative Degree=superlative Number=plural Case=factive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afs-py----p1 | Adjective Type=qualificative Degree=superlative Number=plural Case=factive Owner_Number=plural Owner_Person=first | 1 |  |
Afs-py----p1s | Adjective Type=qualificative Degree=superlative Number=plural Case=factive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afs-py----p1p | Adjective Type=qualificative Degree=superlative Number=plural Case=factive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afs-py----p2 | Adjective Type=qualificative Degree=superlative Number=plural Case=factive Owner_Number=plural Owner_Person=second | 1 |  |
Afs-py----p2s | Adjective Type=qualificative Degree=superlative Number=plural Case=factive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afs-py----p2p | Adjective Type=qualificative Degree=superlative Number=plural Case=factive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afs-py----p3 | Adjective Type=qualificative Degree=superlative Number=plural Case=factive Owner_Number=plural Owner_Person=third | 1 |  |
Afs-py----p3s | Adjective Type=qualificative Degree=superlative Number=plural Case=factive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afs-py----p3p | Adjective Type=qualificative Degree=superlative Number=plural Case=factive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afs-pp | Adjective Type=qualificative Degree=superlative Number=plural Case=superessive | 1 |  |
Afs-pp------s | Adjective Type=qualificative Degree=superlative Number=plural Case=superessive Owned_Number=singular | 1 |  |
Afs-pp------p | Adjective Type=qualificative Degree=superlative Number=plural Case=superessive Owned_Number=plural | 1 |  |
Afs-pp----s1 | Adjective Type=qualificative Degree=superlative Number=plural Case=superessive Owner_Number=singular Owner_Person=first | 1 |  |
Afs-pp----s1s | Adjective Type=qualificative Degree=superlative Number=plural Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afs-pp----s1p | Adjective Type=qualificative Degree=superlative Number=plural Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afs-pp----s2 | Adjective Type=qualificative Degree=superlative Number=plural Case=superessive Owner_Number=singular Owner_Person=second | 1 |  |
Afs-pp----s2s | Adjective Type=qualificative Degree=superlative Number=plural Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afs-pp----s2p | Adjective Type=qualificative Degree=superlative Number=plural Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afs-pp----s3 | Adjective Type=qualificative Degree=superlative Number=plural Case=superessive Owner_Number=singular Owner_Person=third | 1 |  |
Afs-pp----s3s | Adjective Type=qualificative Degree=superlative Number=plural Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afs-pp----s3p | Adjective Type=qualificative Degree=superlative Number=plural Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afs-pp----p1 | Adjective Type=qualificative Degree=superlative Number=plural Case=superessive Owner_Number=plural Owner_Person=first | 1 |  |
Afs-pp----p1s | Adjective Type=qualificative Degree=superlative Number=plural Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afs-pp----p1p | Adjective Type=qualificative Degree=superlative Number=plural Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afs-pp----p2 | Adjective Type=qualificative Degree=superlative Number=plural Case=superessive Owner_Number=plural Owner_Person=second | 1 |  |
Afs-pp----p2s | Adjective Type=qualificative Degree=superlative Number=plural Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afs-pp----p2p | Adjective Type=qualificative Degree=superlative Number=plural Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afs-pp----p3 | Adjective Type=qualificative Degree=superlative Number=plural Case=superessive Owner_Number=plural Owner_Person=third | 1 |  |
Afs-pp----p3s | Adjective Type=qualificative Degree=superlative Number=plural Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afs-pp----p3p | Adjective Type=qualificative Degree=superlative Number=plural Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afs-pu | Adjective Type=qualificative Degree=superlative Number=plural Case=distributive | 1 |  |
Afs-pu------s | Adjective Type=qualificative Degree=superlative Number=plural Case=distributive Owned_Number=singular | 1 |  |
Afs-pu------p | Adjective Type=qualificative Degree=superlative Number=plural Case=distributive Owned_Number=plural | 1 |  |
Afs-pu----s1 | Adjective Type=qualificative Degree=superlative Number=plural Case=distributive Owner_Number=singular Owner_Person=first | 1 |  |
Afs-pu----s1s | Adjective Type=qualificative Degree=superlative Number=plural Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afs-pu----s1p | Adjective Type=qualificative Degree=superlative Number=plural Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afs-pu----s2 | Adjective Type=qualificative Degree=superlative Number=plural Case=distributive Owner_Number=singular Owner_Person=second | 1 |  |
Afs-pu----s2s | Adjective Type=qualificative Degree=superlative Number=plural Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afs-pu----s2p | Adjective Type=qualificative Degree=superlative Number=plural Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afs-pu----s3 | Adjective Type=qualificative Degree=superlative Number=plural Case=distributive Owner_Number=singular Owner_Person=third | 1 |  |
Afs-pu----s3s | Adjective Type=qualificative Degree=superlative Number=plural Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afs-pu----s3p | Adjective Type=qualificative Degree=superlative Number=plural Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afs-pu----p1 | Adjective Type=qualificative Degree=superlative Number=plural Case=distributive Owner_Number=plural Owner_Person=first | 1 |  |
Afs-pu----p1s | Adjective Type=qualificative Degree=superlative Number=plural Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afs-pu----p1p | Adjective Type=qualificative Degree=superlative Number=plural Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afs-pu----p2 | Adjective Type=qualificative Degree=superlative Number=plural Case=distributive Owner_Number=plural Owner_Person=second | 1 |  |
Afs-pu----p2s | Adjective Type=qualificative Degree=superlative Number=plural Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afs-pu----p2p | Adjective Type=qualificative Degree=superlative Number=plural Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afs-pu----p3 | Adjective Type=qualificative Degree=superlative Number=plural Case=distributive Owner_Number=plural Owner_Person=third | 1 |  |
Afs-pu----p3s | Adjective Type=qualificative Degree=superlative Number=plural Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afs-pu----p3p | Adjective Type=qualificative Degree=superlative Number=plural Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afs-pf | Adjective Type=qualificative Degree=superlative Number=plural Case=essive-formal | 1 |  |
Afs-pf------s | Adjective Type=qualificative Degree=superlative Number=plural Case=essive-formal Owned_Number=singular | 1 |  |
Afs-pf------p | Adjective Type=qualificative Degree=superlative Number=plural Case=essive-formal Owned_Number=plural | 1 |  |
Afs-pf----s1 | Adjective Type=qualificative Degree=superlative Number=plural Case=essive-formal Owner_Number=singular Owner_Person=first | 1 |  |
Afs-pf----s1s | Adjective Type=qualificative Degree=superlative Number=plural Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afs-pf----s1p | Adjective Type=qualificative Degree=superlative Number=plural Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afs-pf----s2 | Adjective Type=qualificative Degree=superlative Number=plural Case=essive-formal Owner_Number=singular Owner_Person=second | 1 |  |
Afs-pf----s2s | Adjective Type=qualificative Degree=superlative Number=plural Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afs-pf----s2p | Adjective Type=qualificative Degree=superlative Number=plural Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afs-pf----s3 | Adjective Type=qualificative Degree=superlative Number=plural Case=essive-formal Owner_Number=singular Owner_Person=third | 1 |  |
Afs-pf----s3s | Adjective Type=qualificative Degree=superlative Number=plural Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afs-pf----s3p | Adjective Type=qualificative Degree=superlative Number=plural Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afs-pf----p1 | Adjective Type=qualificative Degree=superlative Number=plural Case=essive-formal Owner_Number=plural Owner_Person=first | 1 |  |
Afs-pf----p1s | Adjective Type=qualificative Degree=superlative Number=plural Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afs-pf----p1p | Adjective Type=qualificative Degree=superlative Number=plural Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afs-pf----p2 | Adjective Type=qualificative Degree=superlative Number=plural Case=essive-formal Owner_Number=plural Owner_Person=second | 1 |  |
Afs-pf----p2s | Adjective Type=qualificative Degree=superlative Number=plural Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afs-pf----p2p | Adjective Type=qualificative Degree=superlative Number=plural Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afs-pf----p3 | Adjective Type=qualificative Degree=superlative Number=plural Case=essive-formal Owner_Number=plural Owner_Person=third | 1 |  |
Afs-pf----p3s | Adjective Type=qualificative Degree=superlative Number=plural Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afs-pf----p3p | Adjective Type=qualificative Degree=superlative Number=plural Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
P | Attribute (en) | Value (en) | Code (en) |
0 | CATEGORY | Pronoun | P |
1 | Type | personal | p |
demonstrative | d | ||
indefinite | i | ||
possessive | s | ||
interrogative | q | ||
relative | r | ||
reflexive | x | ||
reciprocal | y | ||
2 | Person | first | 1 |
second | 2 | ||
third | 3 | ||
4 | Number | singular | s |
plural | p | ||
5 | Case | nominative | n |
genitive | g | ||
dative | d | ||
accusative | a | ||
instrumental | i | ||
illative | x | ||
inessive | 2 | ||
elative | e | ||
allative | t | ||
adessive | 3 | ||
ablative | b | ||
terminative | 9 | ||
essive | w | ||
temporalis | m | ||
causalis | c | ||
sublative | s | ||
delative | h | ||
sociative | q | ||
factive | y | ||
superessive | p | ||
distributive | u | ||
essive-formal | f | ||
6 | Owner_Number | singular | s |
plural | p | ||
15 | Owner_Person | first | 1 |
second | 2 | ||
third | 3 | ||
16 | Owned_Number | singular | s |
plural | p |
Pos | Type | Pers | Num | Case | Owner Number | Owner Person | Owned Number |
P | p | [123] | [sp] | [ngdaix2et3b9wmcshqypuf] | - | - | - |
P | x | [123] | [sp] | [ngdaix2et3b9wmcshqypuf] | - | - | [sp] |
P | y | 3 | s | [ngdaix2et3b9wmcshqypuf] | - | - | [sp] |
P | s | 3 | s | [ngdaix2et3b9wmcshqypuf] | [sp] | [123] | s |
P | s | 3 | p | [ngdaix2et3b9wmcshqypuf] | [sp] | [123] | p |
P | [diqr] | 3 | [sp] | [ngdaix2et3b9wmcshqypuf] | [sp] | [123] | [sp] |
This index gives the list of morphosyntactic descriptions (MSDs) and their features. In the table below, the first column gives the MSD, the second its expansion into a feature-structure, the third gives the number of entries in the lexicon (64,003 entries), and the fourth gives some examples as word-form/lemma. The list was extracted form the Hungarian MULTEXT-East lexicon.
Note that for Hungarian, the number of theoretically possible MSDs represented in this index is much greater than those found in the lexicon.
MSD | Features | Types | Examples |
Pp1-sn | Pronoun Type=personal Person=first Number=singular Case=nominative | 1 | én |
Pp1-sg | Pronoun Type=personal Person=first Number=singular Case=genitive | 1 |  |
Pp1-sd | Pronoun Type=personal Person=first Number=singular Case=dative | 3 | Nekem/én, nekem/én, énnekem/én |
Pp1-sa | Pronoun Type=personal Person=first Number=singular Case=accusative | 2 | engemet/én, engem/én |
Pp1-si | Pronoun Type=personal Person=first Number=singular Case=instrumental | 4 | vélem/én, Velem/én, velem/én, énvelem/én |
Pp1-sx | Pronoun Type=personal Person=first Number=singular Case=illative | 1 | belém/én |
Pp1-s2 | Pronoun Type=personal Person=first Number=singular Case=inessive | 2 | énbennem/én, bennem/én |
Pp1-se | Pronoun Type=personal Person=first Number=singular Case=elative | 1 |  |
Pp1-st | Pronoun Type=personal Person=first Number=singular Case=allative | 2 | hozzám/én, énhozzám/én |
Pp1-s3 | Pronoun Type=personal Person=first Number=singular Case=adessive | 2 | Nálam/én, nálam/én |
Pp1-sb | Pronoun Type=personal Person=first Number=singular Case=ablative | 1 | tőlem/én |
Pp1-s9 | Pronoun Type=personal Person=first Number=singular Case=terminative | 1 |  |
Pp1-sw | Pronoun Type=personal Person=first Number=singular Case=essive | 1 |  |
Pp1-sm | Pronoun Type=personal Person=first Number=singular Case=temporalis | 1 |  |
Pp1-sc | Pronoun Type=personal Person=first Number=singular Case=causalis | 3 | Értem/én, értem/én, énértem/én |
Pp1-ss | Pronoun Type=personal Person=first Number=singular Case=sublative | 1 | rám/én |
Pp1-sh | Pronoun Type=personal Person=first Number=singular Case=delative | 1 | rólam/én |
Pp1-sq | Pronoun Type=personal Person=first Number=singular Case=sociative | 1 |  |
Pp1-sy | Pronoun Type=personal Person=first Number=singular Case=factive | 1 |  |
Pp1-sp | Pronoun Type=personal Person=first Number=singular Case=superessive | 1 | rajtam/én |
Pp1-su | Pronoun Type=personal Person=first Number=singular Case=distributive | 1 |  |
Pp1-sf | Pronoun Type=personal Person=first Number=singular Case=essive-formal | 1 |  |
Pp1-pn | Pronoun Type=personal Person=first Number=plural Case=nominative | 1 |  |
Pp1-pg | Pronoun Type=personal Person=first Number=plural Case=genitive | 1 |  |
Pp1-pd | Pronoun Type=personal Person=first Number=plural Case=dative | 3 | Nekünk/mi, nekünk/mi, minekünk/mi |
Pp1-pa | Pronoun Type=personal Person=first Number=plural Case=accusative | 1 | minket/mi |
Pp1-pi | Pronoun Type=personal Person=first Number=plural Case=instrumental | 2 | Velünk/mi, velünk/mi |
Pp1-px | Pronoun Type=personal Person=first Number=plural Case=illative | 1 |  |
Pp1-p2 | Pronoun Type=personal Person=first Number=plural Case=inessive | 1 | bennünk/mi |
Pp1-pe | Pronoun Type=personal Person=first Number=plural Case=elative | 1 |  |
Pp1-pt | Pronoun Type=personal Person=first Number=plural Case=allative | 1 | hozzánk/mi |
Pp1-p3 | Pronoun Type=personal Person=first Number=plural Case=adessive | 3 | Nálunk/mi, nálunk/mi, minálunk/mi |
Pp1-pb | Pronoun Type=personal Person=first Number=plural Case=ablative | 1 | tőlünk/mi |
Pp1-p9 | Pronoun Type=personal Person=first Number=plural Case=terminative | 1 |  |
Pp1-pw | Pronoun Type=personal Person=first Number=plural Case=essive | 1 |  |
Pp1-pm | Pronoun Type=personal Person=first Number=plural Case=temporalis | 1 |  |
Pp1-pc | Pronoun Type=personal Person=first Number=plural Case=causalis | 1 | értünk/mi |
Pp1-ps | Pronoun Type=personal Person=first Number=plural Case=sublative | 2 | Ránk/mi, ránk/mi |
Pp1-ph | Pronoun Type=personal Person=first Number=plural Case=delative | 1 | rólunk/mi |
Pp1-pq | Pronoun Type=personal Person=first Number=plural Case=sociative | 1 |  |
Pp1-py | Pronoun Type=personal Person=first Number=plural Case=factive | 1 |  |
Pp1-pp | Pronoun Type=personal Person=first Number=plural Case=superessive | 2 | Rajtunk/mi, rajtunk/mi |
Pp1-pu | Pronoun Type=personal Person=first Number=plural Case=distributive | 1 |  |
Pp1-pf | Pronoun Type=personal Person=first Number=plural Case=essive-formal | 1 |  |
Pp2-sn | Pronoun Type=personal Person=second Number=singular Case=nominative | 1 | te |
Pp2-sg | Pronoun Type=personal Person=second Number=singular Case=genitive | 1 |  |
Pp2-sd | Pronoun Type=personal Person=second Number=singular Case=dative | 2 | Neked/te, neked/te |
Pp2-sa | Pronoun Type=personal Person=second Number=singular Case=accusative | 1 | téged/te |
Pp2-si | Pronoun Type=personal Person=second Number=singular Case=instrumental | 2 | Veled/te, veled/te |
Pp2-sx | Pronoun Type=personal Person=second Number=singular Case=illative | 1 |  |
Pp2-s2 | Pronoun Type=personal Person=second Number=singular Case=inessive | 1 | benned/te |
Pp2-se | Pronoun Type=personal Person=second Number=singular Case=elative | 1 |  |
Pp2-st | Pronoun Type=personal Person=second Number=singular Case=allative | 1 | hozzád/te |
Pp2-s3 | Pronoun Type=personal Person=second Number=singular Case=adessive | 1 | nálad/te |
Pp2-sb | Pronoun Type=personal Person=second Number=singular Case=ablative | 1 | tőled/te |
Pp2-s9 | Pronoun Type=personal Person=second Number=singular Case=terminative | 1 |  |
Pp2-sw | Pronoun Type=personal Person=second Number=singular Case=essive | 1 |  |
Pp2-sm | Pronoun Type=personal Person=second Number=singular Case=temporalis | 1 |  |
Pp2-sc | Pronoun Type=personal Person=second Number=singular Case=causalis | 2 | Érted/te, érted/te |
Pp2-ss | Pronoun Type=personal Person=second Number=singular Case=sublative | 1 | rád/te |
Pp2-sh | Pronoun Type=personal Person=second Number=singular Case=delative | 1 | rólad/te |
Pp2-sq | Pronoun Type=personal Person=second Number=singular Case=sociative | 1 |  |
Pp2-sy | Pronoun Type=personal Person=second Number=singular Case=factive | 1 |  |
Pp2-sp | Pronoun Type=personal Person=second Number=singular Case=superessive | 1 | rajtad/te |
Pp2-su | Pronoun Type=personal Person=second Number=singular Case=distributive | 1 |  |
Pp2-sf | Pronoun Type=personal Person=second Number=singular Case=essive-formal | 1 |  |
Pp2-pn | Pronoun Type=personal Person=second Number=plural Case=nominative | 1 | ti |
Pp2-pg | Pronoun Type=personal Person=second Number=plural Case=genitive | 1 |  |
Pp2-pd | Pronoun Type=personal Person=second Number=plural Case=dative | 2 | tinéktek/ti, nektek/ti |
Pp2-pa | Pronoun Type=personal Person=second Number=plural Case=accusative | 3 | titeket/ti, bennünket/ti, benneteket/ti |
Pp2-pi | Pronoun Type=personal Person=second Number=plural Case=instrumental | 1 | veletek/ti |
Pp2-px | Pronoun Type=personal Person=second Number=plural Case=illative | 1 |  |
Pp2-p2 | Pronoun Type=personal Person=second Number=plural Case=inessive | 1 | bennetek/ti |
Pp2-pe | Pronoun Type=personal Person=second Number=plural Case=elative | 1 |  |
Pp2-pt | Pronoun Type=personal Person=second Number=plural Case=allative | 1 |  |
Pp2-p3 | Pronoun Type=personal Person=second Number=plural Case=adessive | 1 | nálatok/ti |
Pp2-pb | Pronoun Type=personal Person=second Number=plural Case=ablative | 1 |  |
Pp2-p9 | Pronoun Type=personal Person=second Number=plural Case=terminative | 1 |  |
Pp2-pw | Pronoun Type=personal Person=second Number=plural Case=essive | 1 |  |
Pp2-pm | Pronoun Type=personal Person=second Number=plural Case=temporalis | 1 |  |
Pp2-pc | Pronoun Type=personal Person=second Number=plural Case=causalis | 1 |  |
Pp2-ps | Pronoun Type=personal Person=second Number=plural Case=sublative | 1 | rátok/ti |
Pp2-ph | Pronoun Type=personal Person=second Number=plural Case=delative | 1 | rólatok/ti |
Pp2-pq | Pronoun Type=personal Person=second Number=plural Case=sociative | 1 |  |
Pp2-py | Pronoun Type=personal Person=second Number=plural Case=factive | 1 |  |
Pp2-pp | Pronoun Type=personal Person=second Number=plural Case=superessive | 1 |  |
Pp2-pu | Pronoun Type=personal Person=second Number=plural Case=distributive | 1 |  |
Pp2-pf | Pronoun Type=personal Person=second Number=plural Case=essive-formal | 1 |  |
Pp3-sn | Pronoun Type=personal Person=third Number=singular Case=nominative | 1 | ő |
Pp3-sg | Pronoun Type=personal Person=third Number=singular Case=genitive | 1 |  |
Pp3-sd | Pronoun Type=personal Person=third Number=singular Case=dative | 3 | őneki/ő, Neki/ő, neki/ő |
Pp3-sa | Pronoun Type=personal Person=third Number=singular Case=accusative | 1 | őt/ő |
Pp3-si | Pronoun Type=personal Person=third Number=singular Case=instrumental | 3 | Vele/ő, vele/ő, ővele/ő |
Pp3-sx | Pronoun Type=personal Person=third Number=singular Case=illative | 2 | belé/ő, beléje/ő |
Pp3-s2 | Pronoun Type=personal Person=third Number=singular Case=inessive | 2 | Benne/ő, benne/ő |
Pp3-se | Pronoun Type=personal Person=third Number=singular Case=elative | 1 |  |
Pp3-st | Pronoun Type=personal Person=third Number=singular Case=allative | 2 | Hozzá/ő, hozzá/ő |
Pp3-s3 | Pronoun Type=personal Person=third Number=singular Case=adessive | 1 | nála/ő |
Pp3-sb | Pronoun Type=personal Person=third Number=singular Case=ablative | 1 | tőle/ő |
Pp3-s9 | Pronoun Type=personal Person=third Number=singular Case=terminative | 1 |  |
Pp3-sw | Pronoun Type=personal Person=third Number=singular Case=essive | 1 |  |
Pp3-sm | Pronoun Type=personal Person=third Number=singular Case=temporalis | 1 |  |
Pp3-sc | Pronoun Type=personal Person=third Number=singular Case=causalis | 1 | érte/ő |
Pp3-ss | Pronoun Type=personal Person=third Number=singular Case=sublative | 4 | Rá/ő, rá/ő, őreá/ő, őrá/ő |
Pp3-sh | Pronoun Type=personal Person=third Number=singular Case=delative | 2 | Róla/ő, róla/ő |
Pp3-sq | Pronoun Type=personal Person=third Number=singular Case=sociative | 1 |  |
Pp3-sy | Pronoun Type=personal Person=third Number=singular Case=factive | 1 |  |
Pp3-sp | Pronoun Type=personal Person=third Number=singular Case=superessive | 2 | Rajta/ő, rajta/ő |
Pp3-su | Pronoun Type=personal Person=third Number=singular Case=distributive | 1 |  |
Pp3-sf | Pronoun Type=personal Person=third Number=singular Case=essive-formal | 1 |  |
Pp3-pn | Pronoun Type=personal Person=third Number=plural Case=nominative | 1 | ők |
Pp3-pg | Pronoun Type=personal Person=third Number=plural Case=genitive | 1 |  |
Pp3-pd | Pronoun Type=personal Person=third Number=plural Case=dative | 3 | őnekik/ők, Nekik/ők, nekik/ők |
Pp3-pa | Pronoun Type=personal Person=third Number=plural Case=accusative | 1 | őket/ők |
Pp3-pi | Pronoun Type=personal Person=third Number=plural Case=instrumental | 2 | velük/ők, ővelük/ők |
Pp3-px | Pronoun Type=personal Person=third Number=plural Case=illative | 1 | beléjük/ők |
Pp3-p2 | Pronoun Type=personal Person=third Number=plural Case=inessive | 1 | bennük/ők |
Pp3-pe | Pronoun Type=personal Person=third Number=plural Case=elative | 1 |  |
Pp3-pt | Pronoun Type=personal Person=third Number=plural Case=allative | 1 | hozzájuk/ők |
Pp3-p3 | Pronoun Type=personal Person=third Number=plural Case=adessive | 1 | náluk/ők |
Pp3-pb | Pronoun Type=personal Person=third Number=plural Case=ablative | 1 | tőlük/ők |
Pp3-p9 | Pronoun Type=personal Person=third Number=plural Case=terminative | 1 |  |
Pp3-pw | Pronoun Type=personal Person=third Number=plural Case=essive | 1 |  |
Pp3-pm | Pronoun Type=personal Person=third Number=plural Case=temporalis | 1 |  |
Pp3-pc | Pronoun Type=personal Person=third Number=plural Case=causalis | 1 | értük/ők |
Pp3-ps | Pronoun Type=personal Person=third Number=plural Case=sublative | 2 | Rájuk/ők, rájuk/ők |
Pp3-ph | Pronoun Type=personal Person=third Number=plural Case=delative | 1 | róluk/ők |
Pp3-pq | Pronoun Type=personal Person=third Number=plural Case=sociative | 1 |  |
Pp3-py | Pronoun Type=personal Person=third Number=plural Case=factive | 1 |  |
Pp3-pp | Pronoun Type=personal Person=third Number=plural Case=superessive | 2 | Rajtuk/ők, rajtuk/ők |
Pp3-pu | Pronoun Type=personal Person=third Number=plural Case=distributive | 1 |  |
Pp3-pf | Pronoun Type=personal Person=third Number=plural Case=essive-formal | 1 |  |
Pd3-sn | Pronoun Type=demonstrative Person=third Number=singular Case=nominative | 24 | ugyanolyan, ugyanilyen, ugyanez, ugyanekkora, ugyanegy |
Pd3-sn----------s | Pronoun Type=demonstrative Person=third Number=singular Case=nominative Owned_Number=singular | 1 | azé/az |
Pd3-sn----------p | Pronoun Type=demonstrative Person=third Number=singular Case=nominative Owned_Number=plural | 1 |  |
Pd3-sns--------1 | Pronoun Type=demonstrative Person=third Number=singular Case=nominative Owner_Number=singular Owner_Person=first | 1 |  |
Pd3-sns--------1s | Pronoun Type=demonstrative Person=third Number=singular Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-sns--------1p | Pronoun Type=demonstrative Person=third Number=singular Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-sns--------2 | Pronoun Type=demonstrative Person=third Number=singular Case=nominative Owner_Number=singular Owner_Person=second | 1 |  |
Pd3-sns--------2s | Pronoun Type=demonstrative Person=third Number=singular Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-sns--------2p | Pronoun Type=demonstrative Person=third Number=singular Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-sns--------3 | Pronoun Type=demonstrative Person=third Number=singular Case=nominative Owner_Number=singular Owner_Person=third | 1 |  |
Pd3-sns--------3s | Pronoun Type=demonstrative Person=third Number=singular Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-sns--------3p | Pronoun Type=demonstrative Person=third Number=singular Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-snp--------1 | Pronoun Type=demonstrative Person=third Number=singular Case=nominative Owner_Number=plural Owner_Person=first | 1 |  |
Pd3-snp--------1s | Pronoun Type=demonstrative Person=third Number=singular Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-snp--------1p | Pronoun Type=demonstrative Person=third Number=singular Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-snp--------2 | Pronoun Type=demonstrative Person=third Number=singular Case=nominative Owner_Number=plural Owner_Person=second | 1 |  |
Pd3-snp--------2s | Pronoun Type=demonstrative Person=third Number=singular Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-snp--------2p | Pronoun Type=demonstrative Person=third Number=singular Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-snp--------3 | Pronoun Type=demonstrative Person=third Number=singular Case=nominative Owner_Number=plural Owner_Person=third | 1 |  |
Pd3-snp--------3s | Pronoun Type=demonstrative Person=third Number=singular Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-snp--------3p | Pronoun Type=demonstrative Person=third Number=singular Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-sg | Pronoun Type=demonstrative Person=third Number=singular Case=genitive | 1 |  |
Pd3-sg----------s | Pronoun Type=demonstrative Person=third Number=singular Case=genitive Owned_Number=singular | 1 |  |
Pd3-sg----------p | Pronoun Type=demonstrative Person=third Number=singular Case=genitive Owned_Number=plural | 1 |  |
Pd3-sgs--------1 | Pronoun Type=demonstrative Person=third Number=singular Case=genitive Owner_Number=singular Owner_Person=first | 1 |  |
Pd3-sgs--------1s | Pronoun Type=demonstrative Person=third Number=singular Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-sgs--------1p | Pronoun Type=demonstrative Person=third Number=singular Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-sgs--------2 | Pronoun Type=demonstrative Person=third Number=singular Case=genitive Owner_Number=singular Owner_Person=second | 1 |  |
Pd3-sgs--------2s | Pronoun Type=demonstrative Person=third Number=singular Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-sgs--------2p | Pronoun Type=demonstrative Person=third Number=singular Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-sgs--------3 | Pronoun Type=demonstrative Person=third Number=singular Case=genitive Owner_Number=singular Owner_Person=third | 1 |  |
Pd3-sgs--------3s | Pronoun Type=demonstrative Person=third Number=singular Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-sgs--------3p | Pronoun Type=demonstrative Person=third Number=singular Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-sgp--------1 | Pronoun Type=demonstrative Person=third Number=singular Case=genitive Owner_Number=plural Owner_Person=first | 1 |  |
Pd3-sgp--------1s | Pronoun Type=demonstrative Person=third Number=singular Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-sgp--------1p | Pronoun Type=demonstrative Person=third Number=singular Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-sgp--------2 | Pronoun Type=demonstrative Person=third Number=singular Case=genitive Owner_Number=plural Owner_Person=second | 1 |  |
Pd3-sgp--------2s | Pronoun Type=demonstrative Person=third Number=singular Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-sgp--------2p | Pronoun Type=demonstrative Person=third Number=singular Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-sgp--------3 | Pronoun Type=demonstrative Person=third Number=singular Case=genitive Owner_Number=plural Owner_Person=third | 1 |  |
Pd3-sgp--------3s | Pronoun Type=demonstrative Person=third Number=singular Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-sgp--------3p | Pronoun Type=demonstrative Person=third Number=singular Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-sd | Pronoun Type=demonstrative Person=third Number=singular Case=dative | 5 | ugyanennek/ugyanez, olyannak/olyan, ilyennek/ilyen, ennek/ez, annak/az |
Pd3-sd----------s | Pronoun Type=demonstrative Person=third Number=singular Case=dative Owned_Number=singular | 1 |  |
Pd3-sd----------p | Pronoun Type=demonstrative Person=third Number=singular Case=dative Owned_Number=plural | 1 |  |
Pd3-sds--------1 | Pronoun Type=demonstrative Person=third Number=singular Case=dative Owner_Number=singular Owner_Person=first | 1 |  |
Pd3-sds--------1s | Pronoun Type=demonstrative Person=third Number=singular Case=dative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-sds--------1p | Pronoun Type=demonstrative Person=third Number=singular Case=dative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-sds--------2 | Pronoun Type=demonstrative Person=third Number=singular Case=dative Owner_Number=singular Owner_Person=second | 1 |  |
Pd3-sds--------2s | Pronoun Type=demonstrative Person=third Number=singular Case=dative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-sds--------2p | Pronoun Type=demonstrative Person=third Number=singular Case=dative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-sds--------3 | Pronoun Type=demonstrative Person=third Number=singular Case=dative Owner_Number=singular Owner_Person=third | 1 |  |
Pd3-sds--------3s | Pronoun Type=demonstrative Person=third Number=singular Case=dative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-sds--------3p | Pronoun Type=demonstrative Person=third Number=singular Case=dative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-sdp--------1 | Pronoun Type=demonstrative Person=third Number=singular Case=dative Owner_Number=plural Owner_Person=first | 1 |  |
Pd3-sdp--------1s | Pronoun Type=demonstrative Person=third Number=singular Case=dative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-sdp--------1p | Pronoun Type=demonstrative Person=third Number=singular Case=dative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-sdp--------2 | Pronoun Type=demonstrative Person=third Number=singular Case=dative Owner_Number=plural Owner_Person=second | 1 |  |
Pd3-sdp--------2s | Pronoun Type=demonstrative Person=third Number=singular Case=dative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-sdp--------2p | Pronoun Type=demonstrative Person=third Number=singular Case=dative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-sdp--------3 | Pronoun Type=demonstrative Person=third Number=singular Case=dative Owner_Number=plural Owner_Person=third | 1 |  |
Pd3-sdp--------3s | Pronoun Type=demonstrative Person=third Number=singular Case=dative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-sdp--------3p | Pronoun Type=demonstrative Person=third Number=singular Case=dative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-sa | Pronoun Type=demonstrative Person=third Number=singular Case=accusative | 7 | ugyanezt/ugyanez, ugyanazt/ugyanaz, olyat/oly, ilyet/ily, ezt/ez |
Pd3-sa----------s | Pronoun Type=demonstrative Person=third Number=singular Case=accusative Owned_Number=singular | 1 | azét/az |
Pd3-sa----------p | Pronoun Type=demonstrative Person=third Number=singular Case=accusative Owned_Number=plural | 1 |  |
Pd3-sas--------1 | Pronoun Type=demonstrative Person=third Number=singular Case=accusative Owner_Number=singular Owner_Person=first | 1 |  |
Pd3-sas--------1s | Pronoun Type=demonstrative Person=third Number=singular Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-sas--------1p | Pronoun Type=demonstrative Person=third Number=singular Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-sas--------2 | Pronoun Type=demonstrative Person=third Number=singular Case=accusative Owner_Number=singular Owner_Person=second | 1 |  |
Pd3-sas--------2s | Pronoun Type=demonstrative Person=third Number=singular Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-sas--------2p | Pronoun Type=demonstrative Person=third Number=singular Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-sas--------3 | Pronoun Type=demonstrative Person=third Number=singular Case=accusative Owner_Number=singular Owner_Person=third | 1 |  |
Pd3-sas--------3s | Pronoun Type=demonstrative Person=third Number=singular Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-sas--------3p | Pronoun Type=demonstrative Person=third Number=singular Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-sap--------1 | Pronoun Type=demonstrative Person=third Number=singular Case=accusative Owner_Number=plural Owner_Person=first | 1 |  |
Pd3-sap--------1s | Pronoun Type=demonstrative Person=third Number=singular Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-sap--------1p | Pronoun Type=demonstrative Person=third Number=singular Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-sap--------2 | Pronoun Type=demonstrative Person=third Number=singular Case=accusative Owner_Number=plural Owner_Person=second | 1 |  |
Pd3-sap--------2s | Pronoun Type=demonstrative Person=third Number=singular Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-sap--------2p | Pronoun Type=demonstrative Person=third Number=singular Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-sap--------3 | Pronoun Type=demonstrative Person=third Number=singular Case=accusative Owner_Number=plural Owner_Person=third | 1 |  |
Pd3-sap--------3s | Pronoun Type=demonstrative Person=third Number=singular Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-sap--------3p | Pronoun Type=demonstrative Person=third Number=singular Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-si | Pronoun Type=demonstrative Person=third Number=singular Case=instrumental | 7 | ugyanazzal/ugyanaz, ilyennel/ilyen, ezzel/ez, ezzel-azzal/ez-az, evvel/ez |
Pd3-si----------s | Pronoun Type=demonstrative Person=third Number=singular Case=instrumental Owned_Number=singular | 1 |  |
Pd3-si----------p | Pronoun Type=demonstrative Person=third Number=singular Case=instrumental Owned_Number=plural | 1 |  |
Pd3-sis--------1 | Pronoun Type=demonstrative Person=third Number=singular Case=instrumental Owner_Number=singular Owner_Person=first | 1 |  |
Pd3-sis--------1s | Pronoun Type=demonstrative Person=third Number=singular Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-sis--------1p | Pronoun Type=demonstrative Person=third Number=singular Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-sis--------2 | Pronoun Type=demonstrative Person=third Number=singular Case=instrumental Owner_Number=singular Owner_Person=second | 1 |  |
Pd3-sis--------2s | Pronoun Type=demonstrative Person=third Number=singular Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-sis--------2p | Pronoun Type=demonstrative Person=third Number=singular Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-sis--------3 | Pronoun Type=demonstrative Person=third Number=singular Case=instrumental Owner_Number=singular Owner_Person=third | 1 |  |
Pd3-sis--------3s | Pronoun Type=demonstrative Person=third Number=singular Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-sis--------3p | Pronoun Type=demonstrative Person=third Number=singular Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-sip--------1 | Pronoun Type=demonstrative Person=third Number=singular Case=instrumental Owner_Number=plural Owner_Person=first | 1 |  |
Pd3-sip--------1s | Pronoun Type=demonstrative Person=third Number=singular Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-sip--------1p | Pronoun Type=demonstrative Person=third Number=singular Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-sip--------2 | Pronoun Type=demonstrative Person=third Number=singular Case=instrumental Owner_Number=plural Owner_Person=second | 1 |  |
Pd3-sip--------2s | Pronoun Type=demonstrative Person=third Number=singular Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-sip--------2p | Pronoun Type=demonstrative Person=third Number=singular Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-sip--------3 | Pronoun Type=demonstrative Person=third Number=singular Case=instrumental Owner_Number=plural Owner_Person=third | 1 |  |
Pd3-sip--------3s | Pronoun Type=demonstrative Person=third Number=singular Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-sip--------3p | Pronoun Type=demonstrative Person=third Number=singular Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-sx | Pronoun Type=demonstrative Person=third Number=singular Case=illative | 2 | ebbe/ez, abba/az |
Pd3-sx----------s | Pronoun Type=demonstrative Person=third Number=singular Case=illative Owned_Number=singular | 1 |  |
Pd3-sx----------p | Pronoun Type=demonstrative Person=third Number=singular Case=illative Owned_Number=plural | 1 |  |
Pd3-sxs--------1 | Pronoun Type=demonstrative Person=third Number=singular Case=illative Owner_Number=singular Owner_Person=first | 1 |  |
Pd3-sxs--------1s | Pronoun Type=demonstrative Person=third Number=singular Case=illative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-sxs--------1p | Pronoun Type=demonstrative Person=third Number=singular Case=illative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-sxs--------2 | Pronoun Type=demonstrative Person=third Number=singular Case=illative Owner_Number=singular Owner_Person=second | 1 |  |
Pd3-sxs--------2s | Pronoun Type=demonstrative Person=third Number=singular Case=illative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-sxs--------2p | Pronoun Type=demonstrative Person=third Number=singular Case=illative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-sxs--------3 | Pronoun Type=demonstrative Person=third Number=singular Case=illative Owner_Number=singular Owner_Person=third | 1 |  |
Pd3-sxs--------3s | Pronoun Type=demonstrative Person=third Number=singular Case=illative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-sxs--------3p | Pronoun Type=demonstrative Person=third Number=singular Case=illative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-sxp--------1 | Pronoun Type=demonstrative Person=third Number=singular Case=illative Owner_Number=plural Owner_Person=first | 1 |  |
Pd3-sxp--------1s | Pronoun Type=demonstrative Person=third Number=singular Case=illative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-sxp--------1p | Pronoun Type=demonstrative Person=third Number=singular Case=illative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-sxp--------2 | Pronoun Type=demonstrative Person=third Number=singular Case=illative Owner_Number=plural Owner_Person=second | 1 |  |
Pd3-sxp--------2s | Pronoun Type=demonstrative Person=third Number=singular Case=illative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-sxp--------2p | Pronoun Type=demonstrative Person=third Number=singular Case=illative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-sxp--------3 | Pronoun Type=demonstrative Person=third Number=singular Case=illative Owner_Number=plural Owner_Person=third | 1 |  |
Pd3-sxp--------3s | Pronoun Type=demonstrative Person=third Number=singular Case=illative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-sxp--------3p | Pronoun Type=demonstrative Person=third Number=singular Case=illative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-s2 | Pronoun Type=demonstrative Person=third Number=singular Case=inessive | 5 | ugyanebben/ugyanez, ugyanabban/ugyanaz, ilyenben/ilyen, ebben/ez, abban/az |
Pd3-s2----------s | Pronoun Type=demonstrative Person=third Number=singular Case=inessive Owned_Number=singular | 1 | azéban/az |
Pd3-s2----------p | Pronoun Type=demonstrative Person=third Number=singular Case=inessive Owned_Number=plural | 1 |  |
Pd3-s2s--------1 | Pronoun Type=demonstrative Person=third Number=singular Case=inessive Owner_Number=singular Owner_Person=first | 1 |  |
Pd3-s2s--------1s | Pronoun Type=demonstrative Person=third Number=singular Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-s2s--------1p | Pronoun Type=demonstrative Person=third Number=singular Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-s2s--------2 | Pronoun Type=demonstrative Person=third Number=singular Case=inessive Owner_Number=singular Owner_Person=second | 1 |  |
Pd3-s2s--------2s | Pronoun Type=demonstrative Person=third Number=singular Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-s2s--------2p | Pronoun Type=demonstrative Person=third Number=singular Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-s2s--------3 | Pronoun Type=demonstrative Person=third Number=singular Case=inessive Owner_Number=singular Owner_Person=third | 1 |  |
Pd3-s2s--------3s | Pronoun Type=demonstrative Person=third Number=singular Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-s2s--------3p | Pronoun Type=demonstrative Person=third Number=singular Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-s2p--------1 | Pronoun Type=demonstrative Person=third Number=singular Case=inessive Owner_Number=plural Owner_Person=first | 1 |  |
Pd3-s2p--------1s | Pronoun Type=demonstrative Person=third Number=singular Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-s2p--------1p | Pronoun Type=demonstrative Person=third Number=singular Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-s2p--------2 | Pronoun Type=demonstrative Person=third Number=singular Case=inessive Owner_Number=plural Owner_Person=second | 1 |  |
Pd3-s2p--------2s | Pronoun Type=demonstrative Person=third Number=singular Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-s2p--------2p | Pronoun Type=demonstrative Person=third Number=singular Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-s2p--------3 | Pronoun Type=demonstrative Person=third Number=singular Case=inessive Owner_Number=plural Owner_Person=third | 1 |  |
Pd3-s2p--------3s | Pronoun Type=demonstrative Person=third Number=singular Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-s2p--------3p | Pronoun Type=demonstrative Person=third Number=singular Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-se | Pronoun Type=demonstrative Person=third Number=singular Case=elative | 3 | ugyanabból/ugyanaz, ebből/ez, abból/az |
Pd3-se----------s | Pronoun Type=demonstrative Person=third Number=singular Case=elative Owned_Number=singular | 1 |  |
Pd3-se----------p | Pronoun Type=demonstrative Person=third Number=singular Case=elative Owned_Number=plural | 1 |  |
Pd3-ses--------1 | Pronoun Type=demonstrative Person=third Number=singular Case=elative Owner_Number=singular Owner_Person=first | 1 |  |
Pd3-ses--------1s | Pronoun Type=demonstrative Person=third Number=singular Case=elative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-ses--------1p | Pronoun Type=demonstrative Person=third Number=singular Case=elative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-ses--------2 | Pronoun Type=demonstrative Person=third Number=singular Case=elative Owner_Number=singular Owner_Person=second | 1 |  |
Pd3-ses--------2s | Pronoun Type=demonstrative Person=third Number=singular Case=elative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-ses--------2p | Pronoun Type=demonstrative Person=third Number=singular Case=elative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-ses--------3 | Pronoun Type=demonstrative Person=third Number=singular Case=elative Owner_Number=singular Owner_Person=third | 1 |  |
Pd3-ses--------3s | Pronoun Type=demonstrative Person=third Number=singular Case=elative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-ses--------3p | Pronoun Type=demonstrative Person=third Number=singular Case=elative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-sep--------1 | Pronoun Type=demonstrative Person=third Number=singular Case=elative Owner_Number=plural Owner_Person=first | 1 |  |
Pd3-sep--------1s | Pronoun Type=demonstrative Person=third Number=singular Case=elative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-sep--------1p | Pronoun Type=demonstrative Person=third Number=singular Case=elative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-sep--------2 | Pronoun Type=demonstrative Person=third Number=singular Case=elative Owner_Number=plural Owner_Person=second | 1 |  |
Pd3-sep--------2s | Pronoun Type=demonstrative Person=third Number=singular Case=elative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-sep--------2p | Pronoun Type=demonstrative Person=third Number=singular Case=elative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-sep--------3 | Pronoun Type=demonstrative Person=third Number=singular Case=elative Owner_Number=plural Owner_Person=third | 1 |  |
Pd3-sep--------3s | Pronoun Type=demonstrative Person=third Number=singular Case=elative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-sep--------3p | Pronoun Type=demonstrative Person=third Number=singular Case=elative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-st | Pronoun Type=demonstrative Person=third Number=singular Case=allative | 2 | ehhez/ez, ahhoz/az |
Pd3-st----------s | Pronoun Type=demonstrative Person=third Number=singular Case=allative Owned_Number=singular | 1 |  |
Pd3-st----------p | Pronoun Type=demonstrative Person=third Number=singular Case=allative Owned_Number=plural | 1 |  |
Pd3-sts--------1 | Pronoun Type=demonstrative Person=third Number=singular Case=allative Owner_Number=singular Owner_Person=first | 1 |  |
Pd3-sts--------1s | Pronoun Type=demonstrative Person=third Number=singular Case=allative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-sts--------1p | Pronoun Type=demonstrative Person=third Number=singular Case=allative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-sts--------2 | Pronoun Type=demonstrative Person=third Number=singular Case=allative Owner_Number=singular Owner_Person=second | 1 |  |
Pd3-sts--------2s | Pronoun Type=demonstrative Person=third Number=singular Case=allative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-sts--------2p | Pronoun Type=demonstrative Person=third Number=singular Case=allative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-sts--------3 | Pronoun Type=demonstrative Person=third Number=singular Case=allative Owner_Number=singular Owner_Person=third | 1 |  |
Pd3-sts--------3s | Pronoun Type=demonstrative Person=third Number=singular Case=allative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-sts--------3p | Pronoun Type=demonstrative Person=third Number=singular Case=allative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-stp--------1 | Pronoun Type=demonstrative Person=third Number=singular Case=allative Owner_Number=plural Owner_Person=first | 1 |  |
Pd3-stp--------1s | Pronoun Type=demonstrative Person=third Number=singular Case=allative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-stp--------1p | Pronoun Type=demonstrative Person=third Number=singular Case=allative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-stp--------2 | Pronoun Type=demonstrative Person=third Number=singular Case=allative Owner_Number=plural Owner_Person=second | 1 |  |
Pd3-stp--------2s | Pronoun Type=demonstrative Person=third Number=singular Case=allative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-stp--------2p | Pronoun Type=demonstrative Person=third Number=singular Case=allative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-stp--------3 | Pronoun Type=demonstrative Person=third Number=singular Case=allative Owner_Number=plural Owner_Person=third | 1 |  |
Pd3-stp--------3s | Pronoun Type=demonstrative Person=third Number=singular Case=allative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-stp--------3p | Pronoun Type=demonstrative Person=third Number=singular Case=allative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-s3 | Pronoun Type=demonstrative Person=third Number=singular Case=adessive | 3 | ugyanannál/ugyanaz, ennél/ez, annál/az |
Pd3-s3----------s | Pronoun Type=demonstrative Person=third Number=singular Case=adessive Owned_Number=singular | 1 |  |
Pd3-s3----------p | Pronoun Type=demonstrative Person=third Number=singular Case=adessive Owned_Number=plural | 1 |  |
Pd3-s3s--------1 | Pronoun Type=demonstrative Person=third Number=singular Case=adessive Owner_Number=singular Owner_Person=first | 1 |  |
Pd3-s3s--------1s | Pronoun Type=demonstrative Person=third Number=singular Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-s3s--------1p | Pronoun Type=demonstrative Person=third Number=singular Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-s3s--------2 | Pronoun Type=demonstrative Person=third Number=singular Case=adessive Owner_Number=singular Owner_Person=second | 1 |  |
Pd3-s3s--------2s | Pronoun Type=demonstrative Person=third Number=singular Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-s3s--------2p | Pronoun Type=demonstrative Person=third Number=singular Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-s3s--------3 | Pronoun Type=demonstrative Person=third Number=singular Case=adessive Owner_Number=singular Owner_Person=third | 1 |  |
Pd3-s3s--------3s | Pronoun Type=demonstrative Person=third Number=singular Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-s3s--------3p | Pronoun Type=demonstrative Person=third Number=singular Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-s3p--------1 | Pronoun Type=demonstrative Person=third Number=singular Case=adessive Owner_Number=plural Owner_Person=first | 1 |  |
Pd3-s3p--------1s | Pronoun Type=demonstrative Person=third Number=singular Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-s3p--------1p | Pronoun Type=demonstrative Person=third Number=singular Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-s3p--------2 | Pronoun Type=demonstrative Person=third Number=singular Case=adessive Owner_Number=plural Owner_Person=second | 1 |  |
Pd3-s3p--------2s | Pronoun Type=demonstrative Person=third Number=singular Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-s3p--------2p | Pronoun Type=demonstrative Person=third Number=singular Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-s3p--------3 | Pronoun Type=demonstrative Person=third Number=singular Case=adessive Owner_Number=plural Owner_Person=third | 1 |  |
Pd3-s3p--------3s | Pronoun Type=demonstrative Person=third Number=singular Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-s3p--------3p | Pronoun Type=demonstrative Person=third Number=singular Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-sb | Pronoun Type=demonstrative Person=third Number=singular Case=ablative | 2 | ettől/ez, attól/az |
Pd3-sb----------s | Pronoun Type=demonstrative Person=third Number=singular Case=ablative Owned_Number=singular | 1 |  |
Pd3-sb----------p | Pronoun Type=demonstrative Person=third Number=singular Case=ablative Owned_Number=plural | 1 |  |
Pd3-sbs--------1 | Pronoun Type=demonstrative Person=third Number=singular Case=ablative Owner_Number=singular Owner_Person=first | 1 |  |
Pd3-sbs--------1s | Pronoun Type=demonstrative Person=third Number=singular Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-sbs--------1p | Pronoun Type=demonstrative Person=third Number=singular Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-sbs--------2 | Pronoun Type=demonstrative Person=third Number=singular Case=ablative Owner_Number=singular Owner_Person=second | 1 |  |
Pd3-sbs--------2s | Pronoun Type=demonstrative Person=third Number=singular Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-sbs--------2p | Pronoun Type=demonstrative Person=third Number=singular Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-sbs--------3 | Pronoun Type=demonstrative Person=third Number=singular Case=ablative Owner_Number=singular Owner_Person=third | 1 |  |
Pd3-sbs--------3s | Pronoun Type=demonstrative Person=third Number=singular Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-sbs--------3p | Pronoun Type=demonstrative Person=third Number=singular Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-sbp--------1 | Pronoun Type=demonstrative Person=third Number=singular Case=ablative Owner_Number=plural Owner_Person=first | 1 |  |
Pd3-sbp--------1s | Pronoun Type=demonstrative Person=third Number=singular Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-sbp--------1p | Pronoun Type=demonstrative Person=third Number=singular Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-sbp--------2 | Pronoun Type=demonstrative Person=third Number=singular Case=ablative Owner_Number=plural Owner_Person=second | 1 |  |
Pd3-sbp--------2s | Pronoun Type=demonstrative Person=third Number=singular Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-sbp--------2p | Pronoun Type=demonstrative Person=third Number=singular Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-sbp--------3 | Pronoun Type=demonstrative Person=third Number=singular Case=ablative Owner_Number=plural Owner_Person=third | 1 |  |
Pd3-sbp--------3s | Pronoun Type=demonstrative Person=third Number=singular Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-sbp--------3p | Pronoun Type=demonstrative Person=third Number=singular Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-s9 | Pronoun Type=demonstrative Person=third Number=singular Case=terminative | 2 | eddig/ez, addig/az |
Pd3-s9----------s | Pronoun Type=demonstrative Person=third Number=singular Case=terminative Owned_Number=singular | 1 |  |
Pd3-s9----------p | Pronoun Type=demonstrative Person=third Number=singular Case=terminative Owned_Number=plural | 1 |  |
Pd3-s9s--------1 | Pronoun Type=demonstrative Person=third Number=singular Case=terminative Owner_Number=singular Owner_Person=first | 1 |  |
Pd3-s9s--------1s | Pronoun Type=demonstrative Person=third Number=singular Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-s9s--------1p | Pronoun Type=demonstrative Person=third Number=singular Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-s9s--------2 | Pronoun Type=demonstrative Person=third Number=singular Case=terminative Owner_Number=singular Owner_Person=second | 1 |  |
Pd3-s9s--------2s | Pronoun Type=demonstrative Person=third Number=singular Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-s9s--------2p | Pronoun Type=demonstrative Person=third Number=singular Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-s9s--------3 | Pronoun Type=demonstrative Person=third Number=singular Case=terminative Owner_Number=singular Owner_Person=third | 1 |  |
Pd3-s9s--------3s | Pronoun Type=demonstrative Person=third Number=singular Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-s9s--------3p | Pronoun Type=demonstrative Person=third Number=singular Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-s9p--------1 | Pronoun Type=demonstrative Person=third Number=singular Case=terminative Owner_Number=plural Owner_Person=first | 1 |  |
Pd3-s9p--------1s | Pronoun Type=demonstrative Person=third Number=singular Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-s9p--------1p | Pronoun Type=demonstrative Person=third Number=singular Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-s9p--------2 | Pronoun Type=demonstrative Person=third Number=singular Case=terminative Owner_Number=plural Owner_Person=second | 1 |  |
Pd3-s9p--------2s | Pronoun Type=demonstrative Person=third Number=singular Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-s9p--------2p | Pronoun Type=demonstrative Person=third Number=singular Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-s9p--------3 | Pronoun Type=demonstrative Person=third Number=singular Case=terminative Owner_Number=plural Owner_Person=third | 1 |  |
Pd3-s9p--------3s | Pronoun Type=demonstrative Person=third Number=singular Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-s9p--------3p | Pronoun Type=demonstrative Person=third Number=singular Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-sw | Pronoun Type=demonstrative Person=third Number=singular Case=essive | 1 |  |
Pd3-sw----------s | Pronoun Type=demonstrative Person=third Number=singular Case=essive Owned_Number=singular | 1 |  |
Pd3-sw----------p | Pronoun Type=demonstrative Person=third Number=singular Case=essive Owned_Number=plural | 1 |  |
Pd3-sws--------1 | Pronoun Type=demonstrative Person=third Number=singular Case=essive Owner_Number=singular Owner_Person=first | 1 |  |
Pd3-sws--------1s | Pronoun Type=demonstrative Person=third Number=singular Case=essive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-sws--------1p | Pronoun Type=demonstrative Person=third Number=singular Case=essive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-sws--------2 | Pronoun Type=demonstrative Person=third Number=singular Case=essive Owner_Number=singular Owner_Person=second | 1 |  |
Pd3-sws--------2s | Pronoun Type=demonstrative Person=third Number=singular Case=essive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-sws--------2p | Pronoun Type=demonstrative Person=third Number=singular Case=essive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-sws--------3 | Pronoun Type=demonstrative Person=third Number=singular Case=essive Owner_Number=singular Owner_Person=third | 1 |  |
Pd3-sws--------3s | Pronoun Type=demonstrative Person=third Number=singular Case=essive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-sws--------3p | Pronoun Type=demonstrative Person=third Number=singular Case=essive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-swp--------1 | Pronoun Type=demonstrative Person=third Number=singular Case=essive Owner_Number=plural Owner_Person=first | 1 |  |
Pd3-swp--------1s | Pronoun Type=demonstrative Person=third Number=singular Case=essive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-swp--------1p | Pronoun Type=demonstrative Person=third Number=singular Case=essive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-swp--------2 | Pronoun Type=demonstrative Person=third Number=singular Case=essive Owner_Number=plural Owner_Person=second | 1 |  |
Pd3-swp--------2s | Pronoun Type=demonstrative Person=third Number=singular Case=essive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-swp--------2p | Pronoun Type=demonstrative Person=third Number=singular Case=essive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-swp--------3 | Pronoun Type=demonstrative Person=third Number=singular Case=essive Owner_Number=plural Owner_Person=third | 1 |  |
Pd3-swp--------3s | Pronoun Type=demonstrative Person=third Number=singular Case=essive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-swp--------3p | Pronoun Type=demonstrative Person=third Number=singular Case=essive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-sm | Pronoun Type=demonstrative Person=third Number=singular Case=temporalis | 5 | ugyanakkor/ugyanaz, olykor/oly, olyankor/olyan, ilyenkor/ilyen, ekkor/ez |
Pd3-sm----------s | Pronoun Type=demonstrative Person=third Number=singular Case=temporalis Owned_Number=singular | 1 |  |
Pd3-sm----------p | Pronoun Type=demonstrative Person=third Number=singular Case=temporalis Owned_Number=plural | 1 |  |
Pd3-sms--------1 | Pronoun Type=demonstrative Person=third Number=singular Case=temporalis Owner_Number=singular Owner_Person=first | 1 |  |
Pd3-sms--------1s | Pronoun Type=demonstrative Person=third Number=singular Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-sms--------1p | Pronoun Type=demonstrative Person=third Number=singular Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-sms--------2 | Pronoun Type=demonstrative Person=third Number=singular Case=temporalis Owner_Number=singular Owner_Person=second | 1 |  |
Pd3-sms--------2s | Pronoun Type=demonstrative Person=third Number=singular Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-sms--------2p | Pronoun Type=demonstrative Person=third Number=singular Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-sms--------3 | Pronoun Type=demonstrative Person=third Number=singular Case=temporalis Owner_Number=singular Owner_Person=third | 1 |  |
Pd3-sms--------3s | Pronoun Type=demonstrative Person=third Number=singular Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-sms--------3p | Pronoun Type=demonstrative Person=third Number=singular Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-smp--------1 | Pronoun Type=demonstrative Person=third Number=singular Case=temporalis Owner_Number=plural Owner_Person=first | 1 |  |
Pd3-smp--------1s | Pronoun Type=demonstrative Person=third Number=singular Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-smp--------1p | Pronoun Type=demonstrative Person=third Number=singular Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-smp--------2 | Pronoun Type=demonstrative Person=third Number=singular Case=temporalis Owner_Number=plural Owner_Person=second | 1 |  |
Pd3-smp--------2s | Pronoun Type=demonstrative Person=third Number=singular Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-smp--------2p | Pronoun Type=demonstrative Person=third Number=singular Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-smp--------3 | Pronoun Type=demonstrative Person=third Number=singular Case=temporalis Owner_Number=plural Owner_Person=third | 1 |  |
Pd3-smp--------3s | Pronoun Type=demonstrative Person=third Number=singular Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-smp--------3p | Pronoun Type=demonstrative Person=third Number=singular Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-sc | Pronoun Type=demonstrative Person=third Number=singular Case=causalis | 4 | ugyanezért/ugyanez, ugyanazért/ugyanaz, ezért/ez, azért/az |
Pd3-sc----------s | Pronoun Type=demonstrative Person=third Number=singular Case=causalis Owned_Number=singular | 1 |  |
Pd3-sc----------p | Pronoun Type=demonstrative Person=third Number=singular Case=causalis Owned_Number=plural | 1 |  |
Pd3-scs--------1 | Pronoun Type=demonstrative Person=third Number=singular Case=causalis Owner_Number=singular Owner_Person=first | 1 |  |
Pd3-scs--------1s | Pronoun Type=demonstrative Person=third Number=singular Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-scs--------1p | Pronoun Type=demonstrative Person=third Number=singular Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-scs--------2 | Pronoun Type=demonstrative Person=third Number=singular Case=causalis Owner_Number=singular Owner_Person=second | 1 |  |
Pd3-scs--------2s | Pronoun Type=demonstrative Person=third Number=singular Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-scs--------2p | Pronoun Type=demonstrative Person=third Number=singular Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-scs--------3 | Pronoun Type=demonstrative Person=third Number=singular Case=causalis Owner_Number=singular Owner_Person=third | 1 |  |
Pd3-scs--------3s | Pronoun Type=demonstrative Person=third Number=singular Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-scs--------3p | Pronoun Type=demonstrative Person=third Number=singular Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-scp--------1 | Pronoun Type=demonstrative Person=third Number=singular Case=causalis Owner_Number=plural Owner_Person=first | 1 |  |
Pd3-scp--------1s | Pronoun Type=demonstrative Person=third Number=singular Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-scp--------1p | Pronoun Type=demonstrative Person=third Number=singular Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-scp--------2 | Pronoun Type=demonstrative Person=third Number=singular Case=causalis Owner_Number=plural Owner_Person=second | 1 |  |
Pd3-scp--------2s | Pronoun Type=demonstrative Person=third Number=singular Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-scp--------2p | Pronoun Type=demonstrative Person=third Number=singular Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-scp--------3 | Pronoun Type=demonstrative Person=third Number=singular Case=causalis Owner_Number=plural Owner_Person=third | 1 |  |
Pd3-scp--------3s | Pronoun Type=demonstrative Person=third Number=singular Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-scp--------3p | Pronoun Type=demonstrative Person=third Number=singular Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-ss | Pronoun Type=demonstrative Person=third Number=singular Case=sublative | 9 | ugyanerre/ugyanez, ugyanarra/ugyanaz, olyanra/olyan, ilyenre/ilyen, erre/ez |
Pd3-ss----------s | Pronoun Type=demonstrative Person=third Number=singular Case=sublative Owned_Number=singular | 1 |  |
Pd3-ss----------p | Pronoun Type=demonstrative Person=third Number=singular Case=sublative Owned_Number=plural | 1 |  |
Pd3-sss--------1 | Pronoun Type=demonstrative Person=third Number=singular Case=sublative Owner_Number=singular Owner_Person=first | 1 |  |
Pd3-sss--------1s | Pronoun Type=demonstrative Person=third Number=singular Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-sss--------1p | Pronoun Type=demonstrative Person=third Number=singular Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-sss--------2 | Pronoun Type=demonstrative Person=third Number=singular Case=sublative Owner_Number=singular Owner_Person=second | 1 |  |
Pd3-sss--------2s | Pronoun Type=demonstrative Person=third Number=singular Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-sss--------2p | Pronoun Type=demonstrative Person=third Number=singular Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-sss--------3 | Pronoun Type=demonstrative Person=third Number=singular Case=sublative Owner_Number=singular Owner_Person=third | 1 |  |
Pd3-sss--------3s | Pronoun Type=demonstrative Person=third Number=singular Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-sss--------3p | Pronoun Type=demonstrative Person=third Number=singular Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-ssp--------1 | Pronoun Type=demonstrative Person=third Number=singular Case=sublative Owner_Number=plural Owner_Person=first | 1 |  |
Pd3-ssp--------1s | Pronoun Type=demonstrative Person=third Number=singular Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-ssp--------1p | Pronoun Type=demonstrative Person=third Number=singular Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-ssp--------2 | Pronoun Type=demonstrative Person=third Number=singular Case=sublative Owner_Number=plural Owner_Person=second | 1 |  |
Pd3-ssp--------2s | Pronoun Type=demonstrative Person=third Number=singular Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-ssp--------2p | Pronoun Type=demonstrative Person=third Number=singular Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-ssp--------3 | Pronoun Type=demonstrative Person=third Number=singular Case=sublative Owner_Number=plural Owner_Person=third | 1 |  |
Pd3-ssp--------3s | Pronoun Type=demonstrative Person=third Number=singular Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-ssp--------3p | Pronoun Type=demonstrative Person=third Number=singular Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-sh | Pronoun Type=demonstrative Person=third Number=singular Case=delative | 3 | ugyanarról/ugyanaz, erről/ez, arról/az |
Pd3-sh----------s | Pronoun Type=demonstrative Person=third Number=singular Case=delative Owned_Number=singular | 1 |  |
Pd3-sh----------p | Pronoun Type=demonstrative Person=third Number=singular Case=delative Owned_Number=plural | 1 |  |
Pd3-shs--------1 | Pronoun Type=demonstrative Person=third Number=singular Case=delative Owner_Number=singular Owner_Person=first | 1 |  |
Pd3-shs--------1s | Pronoun Type=demonstrative Person=third Number=singular Case=delative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-shs--------1p | Pronoun Type=demonstrative Person=third Number=singular Case=delative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-shs--------2 | Pronoun Type=demonstrative Person=third Number=singular Case=delative Owner_Number=singular Owner_Person=second | 1 |  |
Pd3-shs--------2s | Pronoun Type=demonstrative Person=third Number=singular Case=delative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-shs--------2p | Pronoun Type=demonstrative Person=third Number=singular Case=delative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-shs--------3 | Pronoun Type=demonstrative Person=third Number=singular Case=delative Owner_Number=singular Owner_Person=third | 1 |  |
Pd3-shs--------3s | Pronoun Type=demonstrative Person=third Number=singular Case=delative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-shs--------3p | Pronoun Type=demonstrative Person=third Number=singular Case=delative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-shp--------1 | Pronoun Type=demonstrative Person=third Number=singular Case=delative Owner_Number=plural Owner_Person=first | 1 |  |
Pd3-shp--------1s | Pronoun Type=demonstrative Person=third Number=singular Case=delative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-shp--------1p | Pronoun Type=demonstrative Person=third Number=singular Case=delative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-shp--------2 | Pronoun Type=demonstrative Person=third Number=singular Case=delative Owner_Number=plural Owner_Person=second | 1 |  |
Pd3-shp--------2s | Pronoun Type=demonstrative Person=third Number=singular Case=delative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-shp--------2p | Pronoun Type=demonstrative Person=third Number=singular Case=delative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-shp--------3 | Pronoun Type=demonstrative Person=third Number=singular Case=delative Owner_Number=plural Owner_Person=third | 1 |  |
Pd3-shp--------3s | Pronoun Type=demonstrative Person=third Number=singular Case=delative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-shp--------3p | Pronoun Type=demonstrative Person=third Number=singular Case=delative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-sq | Pronoun Type=demonstrative Person=third Number=singular Case=sociative | 1 |  |
Pd3-sq----------s | Pronoun Type=demonstrative Person=third Number=singular Case=sociative Owned_Number=singular | 1 |  |
Pd3-sq----------p | Pronoun Type=demonstrative Person=third Number=singular Case=sociative Owned_Number=plural | 1 |  |
Pd3-sqs--------1 | Pronoun Type=demonstrative Person=third Number=singular Case=sociative Owner_Number=singular Owner_Person=first | 1 |  |
Pd3-sqs--------1s | Pronoun Type=demonstrative Person=third Number=singular Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-sqs--------1p | Pronoun Type=demonstrative Person=third Number=singular Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-sqs--------2 | Pronoun Type=demonstrative Person=third Number=singular Case=sociative Owner_Number=singular Owner_Person=second | 1 |  |
Pd3-sqs--------2s | Pronoun Type=demonstrative Person=third Number=singular Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-sqs--------2p | Pronoun Type=demonstrative Person=third Number=singular Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-sqs--------3 | Pronoun Type=demonstrative Person=third Number=singular Case=sociative Owner_Number=singular Owner_Person=third | 1 |  |
Pd3-sqs--------3s | Pronoun Type=demonstrative Person=third Number=singular Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-sqs--------3p | Pronoun Type=demonstrative Person=third Number=singular Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-sqp--------1 | Pronoun Type=demonstrative Person=third Number=singular Case=sociative Owner_Number=plural Owner_Person=first | 1 |  |
Pd3-sqp--------1s | Pronoun Type=demonstrative Person=third Number=singular Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-sqp--------1p | Pronoun Type=demonstrative Person=third Number=singular Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-sqp--------2 | Pronoun Type=demonstrative Person=third Number=singular Case=sociative Owner_Number=plural Owner_Person=second | 1 |  |
Pd3-sqp--------2s | Pronoun Type=demonstrative Person=third Number=singular Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-sqp--------2p | Pronoun Type=demonstrative Person=third Number=singular Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-sqp--------3 | Pronoun Type=demonstrative Person=third Number=singular Case=sociative Owner_Number=plural Owner_Person=third | 1 |  |
Pd3-sqp--------3s | Pronoun Type=demonstrative Person=third Number=singular Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-sqp--------3p | Pronoun Type=demonstrative Person=third Number=singular Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-sy | Pronoun Type=demonstrative Person=third Number=singular Case=factive | 1 | azzá/az |
Pd3-sy----------s | Pronoun Type=demonstrative Person=third Number=singular Case=factive Owned_Number=singular | 1 |  |
Pd3-sy----------p | Pronoun Type=demonstrative Person=third Number=singular Case=factive Owned_Number=plural | 1 |  |
Pd3-sys--------1 | Pronoun Type=demonstrative Person=third Number=singular Case=factive Owner_Number=singular Owner_Person=first | 1 |  |
Pd3-sys--------1s | Pronoun Type=demonstrative Person=third Number=singular Case=factive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-sys--------1p | Pronoun Type=demonstrative Person=third Number=singular Case=factive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-sys--------2 | Pronoun Type=demonstrative Person=third Number=singular Case=factive Owner_Number=singular Owner_Person=second | 1 |  |
Pd3-sys--------2s | Pronoun Type=demonstrative Person=third Number=singular Case=factive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-sys--------2p | Pronoun Type=demonstrative Person=third Number=singular Case=factive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-sys--------3 | Pronoun Type=demonstrative Person=third Number=singular Case=factive Owner_Number=singular Owner_Person=third | 1 |  |
Pd3-sys--------3s | Pronoun Type=demonstrative Person=third Number=singular Case=factive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-sys--------3p | Pronoun Type=demonstrative Person=third Number=singular Case=factive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-syp--------1 | Pronoun Type=demonstrative Person=third Number=singular Case=factive Owner_Number=plural Owner_Person=first | 1 |  |
Pd3-syp--------1s | Pronoun Type=demonstrative Person=third Number=singular Case=factive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-syp--------1p | Pronoun Type=demonstrative Person=third Number=singular Case=factive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-syp--------2 | Pronoun Type=demonstrative Person=third Number=singular Case=factive Owner_Number=plural Owner_Person=second | 1 |  |
Pd3-syp--------2s | Pronoun Type=demonstrative Person=third Number=singular Case=factive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-syp--------2p | Pronoun Type=demonstrative Person=third Number=singular Case=factive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-syp--------3 | Pronoun Type=demonstrative Person=third Number=singular Case=factive Owner_Number=plural Owner_Person=third | 1 |  |
Pd3-syp--------3s | Pronoun Type=demonstrative Person=third Number=singular Case=factive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-syp--------3p | Pronoun Type=demonstrative Person=third Number=singular Case=factive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-sp | Pronoun Type=demonstrative Person=third Number=singular Case=superessive | 4 | ugyanilyen/ugyanily, ilyen/ily, ezen/ez, azon/az |
Pd3-sp----------s | Pronoun Type=demonstrative Person=third Number=singular Case=superessive Owned_Number=singular | 1 |  |
Pd3-sp----------p | Pronoun Type=demonstrative Person=third Number=singular Case=superessive Owned_Number=plural | 1 |  |
Pd3-sps--------1 | Pronoun Type=demonstrative Person=third Number=singular Case=superessive Owner_Number=singular Owner_Person=first | 1 |  |
Pd3-sps--------1s | Pronoun Type=demonstrative Person=third Number=singular Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-sps--------1p | Pronoun Type=demonstrative Person=third Number=singular Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-sps--------2 | Pronoun Type=demonstrative Person=third Number=singular Case=superessive Owner_Number=singular Owner_Person=second | 1 |  |
Pd3-sps--------2s | Pronoun Type=demonstrative Person=third Number=singular Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-sps--------2p | Pronoun Type=demonstrative Person=third Number=singular Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-sps--------3 | Pronoun Type=demonstrative Person=third Number=singular Case=superessive Owner_Number=singular Owner_Person=third | 1 |  |
Pd3-sps--------3s | Pronoun Type=demonstrative Person=third Number=singular Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-sps--------3p | Pronoun Type=demonstrative Person=third Number=singular Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-spp--------1 | Pronoun Type=demonstrative Person=third Number=singular Case=superessive Owner_Number=plural Owner_Person=first | 1 |  |
Pd3-spp--------1s | Pronoun Type=demonstrative Person=third Number=singular Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-spp--------1p | Pronoun Type=demonstrative Person=third Number=singular Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-spp--------2 | Pronoun Type=demonstrative Person=third Number=singular Case=superessive Owner_Number=plural Owner_Person=second | 1 |  |
Pd3-spp--------2s | Pronoun Type=demonstrative Person=third Number=singular Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-spp--------2p | Pronoun Type=demonstrative Person=third Number=singular Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-spp--------3 | Pronoun Type=demonstrative Person=third Number=singular Case=superessive Owner_Number=plural Owner_Person=third | 1 |  |
Pd3-spp--------3s | Pronoun Type=demonstrative Person=third Number=singular Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-spp--------3p | Pronoun Type=demonstrative Person=third Number=singular Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-su | Pronoun Type=demonstrative Person=third Number=singular Case=distributive | 1 | ilyenként/ily |
Pd3-su----------s | Pronoun Type=demonstrative Person=third Number=singular Case=distributive Owned_Number=singular | 1 |  |
Pd3-su----------p | Pronoun Type=demonstrative Person=third Number=singular Case=distributive Owned_Number=plural | 1 |  |
Pd3-sus--------1 | Pronoun Type=demonstrative Person=third Number=singular Case=distributive Owner_Number=singular Owner_Person=first | 1 |  |
Pd3-sus--------1s | Pronoun Type=demonstrative Person=third Number=singular Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-sus--------1p | Pronoun Type=demonstrative Person=third Number=singular Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-sus--------2 | Pronoun Type=demonstrative Person=third Number=singular Case=distributive Owner_Number=singular Owner_Person=second | 1 |  |
Pd3-sus--------2s | Pronoun Type=demonstrative Person=third Number=singular Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-sus--------2p | Pronoun Type=demonstrative Person=third Number=singular Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-sus--------3 | Pronoun Type=demonstrative Person=third Number=singular Case=distributive Owner_Number=singular Owner_Person=third | 1 |  |
Pd3-sus--------3s | Pronoun Type=demonstrative Person=third Number=singular Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-sus--------3p | Pronoun Type=demonstrative Person=third Number=singular Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-sup--------1 | Pronoun Type=demonstrative Person=third Number=singular Case=distributive Owner_Number=plural Owner_Person=first | 1 |  |
Pd3-sup--------1s | Pronoun Type=demonstrative Person=third Number=singular Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-sup--------1p | Pronoun Type=demonstrative Person=third Number=singular Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-sup--------2 | Pronoun Type=demonstrative Person=third Number=singular Case=distributive Owner_Number=plural Owner_Person=second | 1 |  |
Pd3-sup--------2s | Pronoun Type=demonstrative Person=third Number=singular Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-sup--------2p | Pronoun Type=demonstrative Person=third Number=singular Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-sup--------3 | Pronoun Type=demonstrative Person=third Number=singular Case=distributive Owner_Number=plural Owner_Person=third | 1 |  |
Pd3-sup--------3s | Pronoun Type=demonstrative Person=third Number=singular Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-sup--------3p | Pronoun Type=demonstrative Person=third Number=singular Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-sf | Pronoun Type=demonstrative Person=third Number=singular Case=essive-formal | 2 | ilyenként/ilyen, ilyenféleképpen/ilyenféle |
Pd3-sf----------s | Pronoun Type=demonstrative Person=third Number=singular Case=essive-formal Owned_Number=singular | 1 |  |
Pd3-sf----------p | Pronoun Type=demonstrative Person=third Number=singular Case=essive-formal Owned_Number=plural | 1 |  |
Pd3-sfs--------1 | Pronoun Type=demonstrative Person=third Number=singular Case=essive-formal Owner_Number=singular Owner_Person=first | 1 |  |
Pd3-sfs--------1s | Pronoun Type=demonstrative Person=third Number=singular Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-sfs--------1p | Pronoun Type=demonstrative Person=third Number=singular Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-sfs--------2 | Pronoun Type=demonstrative Person=third Number=singular Case=essive-formal Owner_Number=singular Owner_Person=second | 1 |  |
Pd3-sfs--------2s | Pronoun Type=demonstrative Person=third Number=singular Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-sfs--------2p | Pronoun Type=demonstrative Person=third Number=singular Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-sfs--------3 | Pronoun Type=demonstrative Person=third Number=singular Case=essive-formal Owner_Number=singular Owner_Person=third | 1 |  |
Pd3-sfs--------3s | Pronoun Type=demonstrative Person=third Number=singular Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-sfs--------3p | Pronoun Type=demonstrative Person=third Number=singular Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-sfp--------1 | Pronoun Type=demonstrative Person=third Number=singular Case=essive-formal Owner_Number=plural Owner_Person=first | 1 |  |
Pd3-sfp--------1s | Pronoun Type=demonstrative Person=third Number=singular Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-sfp--------1p | Pronoun Type=demonstrative Person=third Number=singular Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-sfp--------2 | Pronoun Type=demonstrative Person=third Number=singular Case=essive-formal Owner_Number=plural Owner_Person=second | 1 |  |
Pd3-sfp--------2s | Pronoun Type=demonstrative Person=third Number=singular Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-sfp--------2p | Pronoun Type=demonstrative Person=third Number=singular Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-sfp--------3 | Pronoun Type=demonstrative Person=third Number=singular Case=essive-formal Owner_Number=plural Owner_Person=third | 1 |  |
Pd3-sfp--------3s | Pronoun Type=demonstrative Person=third Number=singular Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-sfp--------3p | Pronoun Type=demonstrative Person=third Number=singular Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-pn | Pronoun Type=demonstrative Person=third Number=plural Case=nominative | 9 | ugyanezek/ugyanez, ugyanazok/ugyanaz, olyanok/olyan, ilyenek/ilyen, ezek/ez |
Pd3-pn----------s | Pronoun Type=demonstrative Person=third Number=plural Case=nominative Owned_Number=singular | 1 | azoké/az |
Pd3-pn----------p | Pronoun Type=demonstrative Person=third Number=plural Case=nominative Owned_Number=plural | 1 |  |
Pd3-pns--------1 | Pronoun Type=demonstrative Person=third Number=plural Case=nominative Owner_Number=singular Owner_Person=first | 1 |  |
Pd3-pns--------1s | Pronoun Type=demonstrative Person=third Number=plural Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-pns--------1p | Pronoun Type=demonstrative Person=third Number=plural Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-pns--------2 | Pronoun Type=demonstrative Person=third Number=plural Case=nominative Owner_Number=singular Owner_Person=second | 1 |  |
Pd3-pns--------2s | Pronoun Type=demonstrative Person=third Number=plural Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-pns--------2p | Pronoun Type=demonstrative Person=third Number=plural Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-pns--------3 | Pronoun Type=demonstrative Person=third Number=plural Case=nominative Owner_Number=singular Owner_Person=third | 1 |  |
Pd3-pns--------3s | Pronoun Type=demonstrative Person=third Number=plural Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-pns--------3p | Pronoun Type=demonstrative Person=third Number=plural Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-pnp--------1 | Pronoun Type=demonstrative Person=third Number=plural Case=nominative Owner_Number=plural Owner_Person=first | 1 |  |
Pd3-pnp--------1s | Pronoun Type=demonstrative Person=third Number=plural Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-pnp--------1p | Pronoun Type=demonstrative Person=third Number=plural Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-pnp--------2 | Pronoun Type=demonstrative Person=third Number=plural Case=nominative Owner_Number=plural Owner_Person=second | 1 |  |
Pd3-pnp--------2s | Pronoun Type=demonstrative Person=third Number=plural Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-pnp--------2p | Pronoun Type=demonstrative Person=third Number=plural Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-pnp--------3 | Pronoun Type=demonstrative Person=third Number=plural Case=nominative Owner_Number=plural Owner_Person=third | 1 |  |
Pd3-pnp--------3s | Pronoun Type=demonstrative Person=third Number=plural Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-pnp--------3p | Pronoun Type=demonstrative Person=third Number=plural Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-pg | Pronoun Type=demonstrative Person=third Number=plural Case=genitive | 1 |  |
Pd3-pg----------s | Pronoun Type=demonstrative Person=third Number=plural Case=genitive Owned_Number=singular | 1 |  |
Pd3-pg----------p | Pronoun Type=demonstrative Person=third Number=plural Case=genitive Owned_Number=plural | 1 |  |
Pd3-pgs--------1 | Pronoun Type=demonstrative Person=third Number=plural Case=genitive Owner_Number=singular Owner_Person=first | 1 |  |
Pd3-pgs--------1s | Pronoun Type=demonstrative Person=third Number=plural Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-pgs--------1p | Pronoun Type=demonstrative Person=third Number=plural Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-pgs--------2 | Pronoun Type=demonstrative Person=third Number=plural Case=genitive Owner_Number=singular Owner_Person=second | 1 |  |
Pd3-pgs--------2s | Pronoun Type=demonstrative Person=third Number=plural Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-pgs--------2p | Pronoun Type=demonstrative Person=third Number=plural Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-pgs--------3 | Pronoun Type=demonstrative Person=third Number=plural Case=genitive Owner_Number=singular Owner_Person=third | 1 |  |
Pd3-pgs--------3s | Pronoun Type=demonstrative Person=third Number=plural Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-pgs--------3p | Pronoun Type=demonstrative Person=third Number=plural Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-pgp--------1 | Pronoun Type=demonstrative Person=third Number=plural Case=genitive Owner_Number=plural Owner_Person=first | 1 |  |
Pd3-pgp--------1s | Pronoun Type=demonstrative Person=third Number=plural Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-pgp--------1p | Pronoun Type=demonstrative Person=third Number=plural Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-pgp--------2 | Pronoun Type=demonstrative Person=third Number=plural Case=genitive Owner_Number=plural Owner_Person=second | 1 |  |
Pd3-pgp--------2s | Pronoun Type=demonstrative Person=third Number=plural Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-pgp--------2p | Pronoun Type=demonstrative Person=third Number=plural Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-pgp--------3 | Pronoun Type=demonstrative Person=third Number=plural Case=genitive Owner_Number=plural Owner_Person=third | 1 |  |
Pd3-pgp--------3s | Pronoun Type=demonstrative Person=third Number=plural Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-pgp--------3p | Pronoun Type=demonstrative Person=third Number=plural Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-pd | Pronoun Type=demonstrative Person=third Number=plural Case=dative | 3 | olyanoknak/olyan, ezeknek/ez, azoknak/az |
Pd3-pd----------s | Pronoun Type=demonstrative Person=third Number=plural Case=dative Owned_Number=singular | 1 |  |
Pd3-pd----------p | Pronoun Type=demonstrative Person=third Number=plural Case=dative Owned_Number=plural | 1 |  |
Pd3-pds--------1 | Pronoun Type=demonstrative Person=third Number=plural Case=dative Owner_Number=singular Owner_Person=first | 1 |  |
Pd3-pds--------1s | Pronoun Type=demonstrative Person=third Number=plural Case=dative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-pds--------1p | Pronoun Type=demonstrative Person=third Number=plural Case=dative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-pds--------2 | Pronoun Type=demonstrative Person=third Number=plural Case=dative Owner_Number=singular Owner_Person=second | 1 |  |
Pd3-pds--------2s | Pronoun Type=demonstrative Person=third Number=plural Case=dative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-pds--------2p | Pronoun Type=demonstrative Person=third Number=plural Case=dative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-pds--------3 | Pronoun Type=demonstrative Person=third Number=plural Case=dative Owner_Number=singular Owner_Person=third | 1 |  |
Pd3-pds--------3s | Pronoun Type=demonstrative Person=third Number=plural Case=dative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-pds--------3p | Pronoun Type=demonstrative Person=third Number=plural Case=dative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-pdp--------1 | Pronoun Type=demonstrative Person=third Number=plural Case=dative Owner_Number=plural Owner_Person=first | 1 |  |
Pd3-pdp--------1s | Pronoun Type=demonstrative Person=third Number=plural Case=dative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-pdp--------1p | Pronoun Type=demonstrative Person=third Number=plural Case=dative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-pdp--------2 | Pronoun Type=demonstrative Person=third Number=plural Case=dative Owner_Number=plural Owner_Person=second | 1 |  |
Pd3-pdp--------2s | Pronoun Type=demonstrative Person=third Number=plural Case=dative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-pdp--------2p | Pronoun Type=demonstrative Person=third Number=plural Case=dative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-pdp--------3 | Pronoun Type=demonstrative Person=third Number=plural Case=dative Owner_Number=plural Owner_Person=third | 1 |  |
Pd3-pdp--------3s | Pronoun Type=demonstrative Person=third Number=plural Case=dative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-pdp--------3p | Pronoun Type=demonstrative Person=third Number=plural Case=dative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-pa | Pronoun Type=demonstrative Person=third Number=plural Case=accusative | 5 | ugyanazokat/ugyanaz, olyanokat/olyan, ilyeneket/ilyen, ezeket/ez, azokat/az |
Pd3-pa----------s | Pronoun Type=demonstrative Person=third Number=plural Case=accusative Owned_Number=singular | 1 |  |
Pd3-pa----------p | Pronoun Type=demonstrative Person=third Number=plural Case=accusative Owned_Number=plural | 1 |  |
Pd3-pas--------1 | Pronoun Type=demonstrative Person=third Number=plural Case=accusative Owner_Number=singular Owner_Person=first | 1 |  |
Pd3-pas--------1s | Pronoun Type=demonstrative Person=third Number=plural Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-pas--------1p | Pronoun Type=demonstrative Person=third Number=plural Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-pas--------2 | Pronoun Type=demonstrative Person=third Number=plural Case=accusative Owner_Number=singular Owner_Person=second | 1 |  |
Pd3-pas--------2s | Pronoun Type=demonstrative Person=third Number=plural Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-pas--------2p | Pronoun Type=demonstrative Person=third Number=plural Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-pas--------3 | Pronoun Type=demonstrative Person=third Number=plural Case=accusative Owner_Number=singular Owner_Person=third | 1 |  |
Pd3-pas--------3s | Pronoun Type=demonstrative Person=third Number=plural Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-pas--------3p | Pronoun Type=demonstrative Person=third Number=plural Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-pap--------1 | Pronoun Type=demonstrative Person=third Number=plural Case=accusative Owner_Number=plural Owner_Person=first | 1 |  |
Pd3-pap--------1s | Pronoun Type=demonstrative Person=third Number=plural Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-pap--------1p | Pronoun Type=demonstrative Person=third Number=plural Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-pap--------2 | Pronoun Type=demonstrative Person=third Number=plural Case=accusative Owner_Number=plural Owner_Person=second | 1 |  |
Pd3-pap--------2s | Pronoun Type=demonstrative Person=third Number=plural Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-pap--------2p | Pronoun Type=demonstrative Person=third Number=plural Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-pap--------3 | Pronoun Type=demonstrative Person=third Number=plural Case=accusative Owner_Number=plural Owner_Person=third | 1 |  |
Pd3-pap--------3s | Pronoun Type=demonstrative Person=third Number=plural Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-pap--------3p | Pronoun Type=demonstrative Person=third Number=plural Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-pi | Pronoun Type=demonstrative Person=third Number=plural Case=instrumental | 4 | ugyanazokkal/ugyanaz, ilyenekkel/ilyen, ezekkel/ez, azokkal/az |
Pd3-pi----------s | Pronoun Type=demonstrative Person=third Number=plural Case=instrumental Owned_Number=singular | 1 |  |
Pd3-pi----------p | Pronoun Type=demonstrative Person=third Number=plural Case=instrumental Owned_Number=plural | 1 |  |
Pd3-pis--------1 | Pronoun Type=demonstrative Person=third Number=plural Case=instrumental Owner_Number=singular Owner_Person=first | 1 |  |
Pd3-pis--------1s | Pronoun Type=demonstrative Person=third Number=plural Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-pis--------1p | Pronoun Type=demonstrative Person=third Number=plural Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-pis--------2 | Pronoun Type=demonstrative Person=third Number=plural Case=instrumental Owner_Number=singular Owner_Person=second | 1 |  |
Pd3-pis--------2s | Pronoun Type=demonstrative Person=third Number=plural Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-pis--------2p | Pronoun Type=demonstrative Person=third Number=plural Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-pis--------3 | Pronoun Type=demonstrative Person=third Number=plural Case=instrumental Owner_Number=singular Owner_Person=third | 1 |  |
Pd3-pis--------3s | Pronoun Type=demonstrative Person=third Number=plural Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-pis--------3p | Pronoun Type=demonstrative Person=third Number=plural Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-pip--------1 | Pronoun Type=demonstrative Person=third Number=plural Case=instrumental Owner_Number=plural Owner_Person=first | 1 |  |
Pd3-pip--------1s | Pronoun Type=demonstrative Person=third Number=plural Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-pip--------1p | Pronoun Type=demonstrative Person=third Number=plural Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-pip--------2 | Pronoun Type=demonstrative Person=third Number=plural Case=instrumental Owner_Number=plural Owner_Person=second | 1 |  |
Pd3-pip--------2s | Pronoun Type=demonstrative Person=third Number=plural Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-pip--------2p | Pronoun Type=demonstrative Person=third Number=plural Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-pip--------3 | Pronoun Type=demonstrative Person=third Number=plural Case=instrumental Owner_Number=plural Owner_Person=third | 1 |  |
Pd3-pip--------3s | Pronoun Type=demonstrative Person=third Number=plural Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-pip--------3p | Pronoun Type=demonstrative Person=third Number=plural Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-px | Pronoun Type=demonstrative Person=third Number=plural Case=illative | 1 |  |
Pd3-px----------s | Pronoun Type=demonstrative Person=third Number=plural Case=illative Owned_Number=singular | 1 |  |
Pd3-px----------p | Pronoun Type=demonstrative Person=third Number=plural Case=illative Owned_Number=plural | 1 |  |
Pd3-pxs--------1 | Pronoun Type=demonstrative Person=third Number=plural Case=illative Owner_Number=singular Owner_Person=first | 1 |  |
Pd3-pxs--------1s | Pronoun Type=demonstrative Person=third Number=plural Case=illative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-pxs--------1p | Pronoun Type=demonstrative Person=third Number=plural Case=illative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-pxs--------2 | Pronoun Type=demonstrative Person=third Number=plural Case=illative Owner_Number=singular Owner_Person=second | 1 |  |
Pd3-pxs--------2s | Pronoun Type=demonstrative Person=third Number=plural Case=illative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-pxs--------2p | Pronoun Type=demonstrative Person=third Number=plural Case=illative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-pxs--------3 | Pronoun Type=demonstrative Person=third Number=plural Case=illative Owner_Number=singular Owner_Person=third | 1 |  |
Pd3-pxs--------3s | Pronoun Type=demonstrative Person=third Number=plural Case=illative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-pxs--------3p | Pronoun Type=demonstrative Person=third Number=plural Case=illative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-pxp--------1 | Pronoun Type=demonstrative Person=third Number=plural Case=illative Owner_Number=plural Owner_Person=first | 1 |  |
Pd3-pxp--------1s | Pronoun Type=demonstrative Person=third Number=plural Case=illative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-pxp--------1p | Pronoun Type=demonstrative Person=third Number=plural Case=illative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-pxp--------2 | Pronoun Type=demonstrative Person=third Number=plural Case=illative Owner_Number=plural Owner_Person=second | 1 |  |
Pd3-pxp--------2s | Pronoun Type=demonstrative Person=third Number=plural Case=illative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-pxp--------2p | Pronoun Type=demonstrative Person=third Number=plural Case=illative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-pxp--------3 | Pronoun Type=demonstrative Person=third Number=plural Case=illative Owner_Number=plural Owner_Person=third | 1 |  |
Pd3-pxp--------3s | Pronoun Type=demonstrative Person=third Number=plural Case=illative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-pxp--------3p | Pronoun Type=demonstrative Person=third Number=plural Case=illative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-p2 | Pronoun Type=demonstrative Person=third Number=plural Case=inessive | 2 | ezekben/ez, azokban/az |
Pd3-p2----------s | Pronoun Type=demonstrative Person=third Number=plural Case=inessive Owned_Number=singular | 1 |  |
Pd3-p2----------p | Pronoun Type=demonstrative Person=third Number=plural Case=inessive Owned_Number=plural | 1 |  |
Pd3-p2s--------1 | Pronoun Type=demonstrative Person=third Number=plural Case=inessive Owner_Number=singular Owner_Person=first | 1 |  |
Pd3-p2s--------1s | Pronoun Type=demonstrative Person=third Number=plural Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-p2s--------1p | Pronoun Type=demonstrative Person=third Number=plural Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-p2s--------2 | Pronoun Type=demonstrative Person=third Number=plural Case=inessive Owner_Number=singular Owner_Person=second | 1 |  |
Pd3-p2s--------2s | Pronoun Type=demonstrative Person=third Number=plural Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-p2s--------2p | Pronoun Type=demonstrative Person=third Number=plural Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-p2s--------3 | Pronoun Type=demonstrative Person=third Number=plural Case=inessive Owner_Number=singular Owner_Person=third | 1 |  |
Pd3-p2s--------3s | Pronoun Type=demonstrative Person=third Number=plural Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-p2s--------3p | Pronoun Type=demonstrative Person=third Number=plural Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-p2p--------1 | Pronoun Type=demonstrative Person=third Number=plural Case=inessive Owner_Number=plural Owner_Person=first | 1 |  |
Pd3-p2p--------1s | Pronoun Type=demonstrative Person=third Number=plural Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-p2p--------1p | Pronoun Type=demonstrative Person=third Number=plural Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-p2p--------2 | Pronoun Type=demonstrative Person=third Number=plural Case=inessive Owner_Number=plural Owner_Person=second | 1 |  |
Pd3-p2p--------2s | Pronoun Type=demonstrative Person=third Number=plural Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-p2p--------2p | Pronoun Type=demonstrative Person=third Number=plural Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-p2p--------3 | Pronoun Type=demonstrative Person=third Number=plural Case=inessive Owner_Number=plural Owner_Person=third | 1 |  |
Pd3-p2p--------3s | Pronoun Type=demonstrative Person=third Number=plural Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-p2p--------3p | Pronoun Type=demonstrative Person=third Number=plural Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-pe | Pronoun Type=demonstrative Person=third Number=plural Case=elative | 3 | ugyanazokból/ugyanaz, ezekből/ez, azokból/az |
Pd3-pe----------s | Pronoun Type=demonstrative Person=third Number=plural Case=elative Owned_Number=singular | 1 |  |
Pd3-pe----------p | Pronoun Type=demonstrative Person=third Number=plural Case=elative Owned_Number=plural | 1 |  |
Pd3-pes--------1 | Pronoun Type=demonstrative Person=third Number=plural Case=elative Owner_Number=singular Owner_Person=first | 1 |  |
Pd3-pes--------1s | Pronoun Type=demonstrative Person=third Number=plural Case=elative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-pes--------1p | Pronoun Type=demonstrative Person=third Number=plural Case=elative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-pes--------2 | Pronoun Type=demonstrative Person=third Number=plural Case=elative Owner_Number=singular Owner_Person=second | 1 |  |
Pd3-pes--------2s | Pronoun Type=demonstrative Person=third Number=plural Case=elative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-pes--------2p | Pronoun Type=demonstrative Person=third Number=plural Case=elative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-pes--------3 | Pronoun Type=demonstrative Person=third Number=plural Case=elative Owner_Number=singular Owner_Person=third | 1 |  |
Pd3-pes--------3s | Pronoun Type=demonstrative Person=third Number=plural Case=elative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-pes--------3p | Pronoun Type=demonstrative Person=third Number=plural Case=elative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-pep--------1 | Pronoun Type=demonstrative Person=third Number=plural Case=elative Owner_Number=plural Owner_Person=first | 1 |  |
Pd3-pep--------1s | Pronoun Type=demonstrative Person=third Number=plural Case=elative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-pep--------1p | Pronoun Type=demonstrative Person=third Number=plural Case=elative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-pep--------2 | Pronoun Type=demonstrative Person=third Number=plural Case=elative Owner_Number=plural Owner_Person=second | 1 |  |
Pd3-pep--------2s | Pronoun Type=demonstrative Person=third Number=plural Case=elative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-pep--------2p | Pronoun Type=demonstrative Person=third Number=plural Case=elative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-pep--------3 | Pronoun Type=demonstrative Person=third Number=plural Case=elative Owner_Number=plural Owner_Person=third | 1 |  |
Pd3-pep--------3s | Pronoun Type=demonstrative Person=third Number=plural Case=elative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-pep--------3p | Pronoun Type=demonstrative Person=third Number=plural Case=elative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-pt | Pronoun Type=demonstrative Person=third Number=plural Case=allative | 1 | ezekhez/ez |
Pd3-pt----------s | Pronoun Type=demonstrative Person=third Number=plural Case=allative Owned_Number=singular | 1 |  |
Pd3-pt----------p | Pronoun Type=demonstrative Person=third Number=plural Case=allative Owned_Number=plural | 1 |  |
Pd3-pts--------1 | Pronoun Type=demonstrative Person=third Number=plural Case=allative Owner_Number=singular Owner_Person=first | 1 |  |
Pd3-pts--------1s | Pronoun Type=demonstrative Person=third Number=plural Case=allative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-pts--------1p | Pronoun Type=demonstrative Person=third Number=plural Case=allative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-pts--------2 | Pronoun Type=demonstrative Person=third Number=plural Case=allative Owner_Number=singular Owner_Person=second | 1 |  |
Pd3-pts--------2s | Pronoun Type=demonstrative Person=third Number=plural Case=allative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-pts--------2p | Pronoun Type=demonstrative Person=third Number=plural Case=allative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-pts--------3 | Pronoun Type=demonstrative Person=third Number=plural Case=allative Owner_Number=singular Owner_Person=third | 1 |  |
Pd3-pts--------3s | Pronoun Type=demonstrative Person=third Number=plural Case=allative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-pts--------3p | Pronoun Type=demonstrative Person=third Number=plural Case=allative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-ptp--------1 | Pronoun Type=demonstrative Person=third Number=plural Case=allative Owner_Number=plural Owner_Person=first | 1 |  |
Pd3-ptp--------1s | Pronoun Type=demonstrative Person=third Number=plural Case=allative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-ptp--------1p | Pronoun Type=demonstrative Person=third Number=plural Case=allative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-ptp--------2 | Pronoun Type=demonstrative Person=third Number=plural Case=allative Owner_Number=plural Owner_Person=second | 1 |  |
Pd3-ptp--------2s | Pronoun Type=demonstrative Person=third Number=plural Case=allative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-ptp--------2p | Pronoun Type=demonstrative Person=third Number=plural Case=allative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-ptp--------3 | Pronoun Type=demonstrative Person=third Number=plural Case=allative Owner_Number=plural Owner_Person=third | 1 |  |
Pd3-ptp--------3s | Pronoun Type=demonstrative Person=third Number=plural Case=allative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-ptp--------3p | Pronoun Type=demonstrative Person=third Number=plural Case=allative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-p3 | Pronoun Type=demonstrative Person=third Number=plural Case=adessive | 1 | azoknál/az |
Pd3-p3----------s | Pronoun Type=demonstrative Person=third Number=plural Case=adessive Owned_Number=singular | 1 |  |
Pd3-p3----------p | Pronoun Type=demonstrative Person=third Number=plural Case=adessive Owned_Number=plural | 1 |  |
Pd3-p3s--------1 | Pronoun Type=demonstrative Person=third Number=plural Case=adessive Owner_Number=singular Owner_Person=first | 1 |  |
Pd3-p3s--------1s | Pronoun Type=demonstrative Person=third Number=plural Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-p3s--------1p | Pronoun Type=demonstrative Person=third Number=plural Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-p3s--------2 | Pronoun Type=demonstrative Person=third Number=plural Case=adessive Owner_Number=singular Owner_Person=second | 1 |  |
Pd3-p3s--------2s | Pronoun Type=demonstrative Person=third Number=plural Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-p3s--------2p | Pronoun Type=demonstrative Person=third Number=plural Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-p3s--------3 | Pronoun Type=demonstrative Person=third Number=plural Case=adessive Owner_Number=singular Owner_Person=third | 1 |  |
Pd3-p3s--------3s | Pronoun Type=demonstrative Person=third Number=plural Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-p3s--------3p | Pronoun Type=demonstrative Person=third Number=plural Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-p3p--------1 | Pronoun Type=demonstrative Person=third Number=plural Case=adessive Owner_Number=plural Owner_Person=first | 1 |  |
Pd3-p3p--------1s | Pronoun Type=demonstrative Person=third Number=plural Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-p3p--------1p | Pronoun Type=demonstrative Person=third Number=plural Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-p3p--------2 | Pronoun Type=demonstrative Person=third Number=plural Case=adessive Owner_Number=plural Owner_Person=second | 1 |  |
Pd3-p3p--------2s | Pronoun Type=demonstrative Person=third Number=plural Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-p3p--------2p | Pronoun Type=demonstrative Person=third Number=plural Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-p3p--------3 | Pronoun Type=demonstrative Person=third Number=plural Case=adessive Owner_Number=plural Owner_Person=third | 1 |  |
Pd3-p3p--------3s | Pronoun Type=demonstrative Person=third Number=plural Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-p3p--------3p | Pronoun Type=demonstrative Person=third Number=plural Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-pb | Pronoun Type=demonstrative Person=third Number=plural Case=ablative | 2 | ezektől/ez, azoktól/az |
Pd3-pb----------s | Pronoun Type=demonstrative Person=third Number=plural Case=ablative Owned_Number=singular | 1 |  |
Pd3-pb----------p | Pronoun Type=demonstrative Person=third Number=plural Case=ablative Owned_Number=plural | 1 |  |
Pd3-pbs--------1 | Pronoun Type=demonstrative Person=third Number=plural Case=ablative Owner_Number=singular Owner_Person=first | 1 |  |
Pd3-pbs--------1s | Pronoun Type=demonstrative Person=third Number=plural Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-pbs--------1p | Pronoun Type=demonstrative Person=third Number=plural Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-pbs--------2 | Pronoun Type=demonstrative Person=third Number=plural Case=ablative Owner_Number=singular Owner_Person=second | 1 |  |
Pd3-pbs--------2s | Pronoun Type=demonstrative Person=third Number=plural Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-pbs--------2p | Pronoun Type=demonstrative Person=third Number=plural Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-pbs--------3 | Pronoun Type=demonstrative Person=third Number=plural Case=ablative Owner_Number=singular Owner_Person=third | 1 |  |
Pd3-pbs--------3s | Pronoun Type=demonstrative Person=third Number=plural Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-pbs--------3p | Pronoun Type=demonstrative Person=third Number=plural Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-pbp--------1 | Pronoun Type=demonstrative Person=third Number=plural Case=ablative Owner_Number=plural Owner_Person=first | 1 |  |
Pd3-pbp--------1s | Pronoun Type=demonstrative Person=third Number=plural Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-pbp--------1p | Pronoun Type=demonstrative Person=third Number=plural Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-pbp--------2 | Pronoun Type=demonstrative Person=third Number=plural Case=ablative Owner_Number=plural Owner_Person=second | 1 |  |
Pd3-pbp--------2s | Pronoun Type=demonstrative Person=third Number=plural Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-pbp--------2p | Pronoun Type=demonstrative Person=third Number=plural Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-pbp--------3 | Pronoun Type=demonstrative Person=third Number=plural Case=ablative Owner_Number=plural Owner_Person=third | 1 |  |
Pd3-pbp--------3s | Pronoun Type=demonstrative Person=third Number=plural Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-pbp--------3p | Pronoun Type=demonstrative Person=third Number=plural Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-p9 | Pronoun Type=demonstrative Person=third Number=plural Case=terminative | 1 |  |
Pd3-p9----------s | Pronoun Type=demonstrative Person=third Number=plural Case=terminative Owned_Number=singular | 1 |  |
Pd3-p9----------p | Pronoun Type=demonstrative Person=third Number=plural Case=terminative Owned_Number=plural | 1 |  |
Pd3-p9s--------1 | Pronoun Type=demonstrative Person=third Number=plural Case=terminative Owner_Number=singular Owner_Person=first | 1 |  |
Pd3-p9s--------1s | Pronoun Type=demonstrative Person=third Number=plural Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-p9s--------1p | Pronoun Type=demonstrative Person=third Number=plural Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-p9s--------2 | Pronoun Type=demonstrative Person=third Number=plural Case=terminative Owner_Number=singular Owner_Person=second | 1 |  |
Pd3-p9s--------2s | Pronoun Type=demonstrative Person=third Number=plural Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-p9s--------2p | Pronoun Type=demonstrative Person=third Number=plural Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-p9s--------3 | Pronoun Type=demonstrative Person=third Number=plural Case=terminative Owner_Number=singular Owner_Person=third | 1 |  |
Pd3-p9s--------3s | Pronoun Type=demonstrative Person=third Number=plural Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-p9s--------3p | Pronoun Type=demonstrative Person=third Number=plural Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-p9p--------1 | Pronoun Type=demonstrative Person=third Number=plural Case=terminative Owner_Number=plural Owner_Person=first | 1 |  |
Pd3-p9p--------1s | Pronoun Type=demonstrative Person=third Number=plural Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-p9p--------1p | Pronoun Type=demonstrative Person=third Number=plural Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-p9p--------2 | Pronoun Type=demonstrative Person=third Number=plural Case=terminative Owner_Number=plural Owner_Person=second | 1 |  |
Pd3-p9p--------2s | Pronoun Type=demonstrative Person=third Number=plural Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-p9p--------2p | Pronoun Type=demonstrative Person=third Number=plural Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-p9p--------3 | Pronoun Type=demonstrative Person=third Number=plural Case=terminative Owner_Number=plural Owner_Person=third | 1 |  |
Pd3-p9p--------3s | Pronoun Type=demonstrative Person=third Number=plural Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-p9p--------3p | Pronoun Type=demonstrative Person=third Number=plural Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-pw | Pronoun Type=demonstrative Person=third Number=plural Case=essive | 1 |  |
Pd3-pw----------s | Pronoun Type=demonstrative Person=third Number=plural Case=essive Owned_Number=singular | 1 |  |
Pd3-pw----------p | Pronoun Type=demonstrative Person=third Number=plural Case=essive Owned_Number=plural | 1 |  |
Pd3-pws--------1 | Pronoun Type=demonstrative Person=third Number=plural Case=essive Owner_Number=singular Owner_Person=first | 1 |  |
Pd3-pws--------1s | Pronoun Type=demonstrative Person=third Number=plural Case=essive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-pws--------1p | Pronoun Type=demonstrative Person=third Number=plural Case=essive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-pws--------2 | Pronoun Type=demonstrative Person=third Number=plural Case=essive Owner_Number=singular Owner_Person=second | 1 |  |
Pd3-pws--------2s | Pronoun Type=demonstrative Person=third Number=plural Case=essive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-pws--------2p | Pronoun Type=demonstrative Person=third Number=plural Case=essive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-pws--------3 | Pronoun Type=demonstrative Person=third Number=plural Case=essive Owner_Number=singular Owner_Person=third | 1 |  |
Pd3-pws--------3s | Pronoun Type=demonstrative Person=third Number=plural Case=essive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-pws--------3p | Pronoun Type=demonstrative Person=third Number=plural Case=essive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-pwp--------1 | Pronoun Type=demonstrative Person=third Number=plural Case=essive Owner_Number=plural Owner_Person=first | 1 |  |
Pd3-pwp--------1s | Pronoun Type=demonstrative Person=third Number=plural Case=essive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-pwp--------1p | Pronoun Type=demonstrative Person=third Number=plural Case=essive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-pwp--------2 | Pronoun Type=demonstrative Person=third Number=plural Case=essive Owner_Number=plural Owner_Person=second | 1 |  |
Pd3-pwp--------2s | Pronoun Type=demonstrative Person=third Number=plural Case=essive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-pwp--------2p | Pronoun Type=demonstrative Person=third Number=plural Case=essive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-pwp--------3 | Pronoun Type=demonstrative Person=third Number=plural Case=essive Owner_Number=plural Owner_Person=third | 1 |  |
Pd3-pwp--------3s | Pronoun Type=demonstrative Person=third Number=plural Case=essive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-pwp--------3p | Pronoun Type=demonstrative Person=third Number=plural Case=essive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-pm | Pronoun Type=demonstrative Person=third Number=plural Case=temporalis | 1 |  |
Pd3-pm----------s | Pronoun Type=demonstrative Person=third Number=plural Case=temporalis Owned_Number=singular | 1 |  |
Pd3-pm----------p | Pronoun Type=demonstrative Person=third Number=plural Case=temporalis Owned_Number=plural | 1 |  |
Pd3-pms--------1 | Pronoun Type=demonstrative Person=third Number=plural Case=temporalis Owner_Number=singular Owner_Person=first | 1 |  |
Pd3-pms--------1s | Pronoun Type=demonstrative Person=third Number=plural Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-pms--------1p | Pronoun Type=demonstrative Person=third Number=plural Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-pms--------2 | Pronoun Type=demonstrative Person=third Number=plural Case=temporalis Owner_Number=singular Owner_Person=second | 1 |  |
Pd3-pms--------2s | Pronoun Type=demonstrative Person=third Number=plural Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-pms--------2p | Pronoun Type=demonstrative Person=third Number=plural Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-pms--------3 | Pronoun Type=demonstrative Person=third Number=plural Case=temporalis Owner_Number=singular Owner_Person=third | 1 |  |
Pd3-pms--------3s | Pronoun Type=demonstrative Person=third Number=plural Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-pms--------3p | Pronoun Type=demonstrative Person=third Number=plural Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-pmp--------1 | Pronoun Type=demonstrative Person=third Number=plural Case=temporalis Owner_Number=plural Owner_Person=first | 1 |  |
Pd3-pmp--------1s | Pronoun Type=demonstrative Person=third Number=plural Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-pmp--------1p | Pronoun Type=demonstrative Person=third Number=plural Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-pmp--------2 | Pronoun Type=demonstrative Person=third Number=plural Case=temporalis Owner_Number=plural Owner_Person=second | 1 |  |
Pd3-pmp--------2s | Pronoun Type=demonstrative Person=third Number=plural Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-pmp--------2p | Pronoun Type=demonstrative Person=third Number=plural Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-pmp--------3 | Pronoun Type=demonstrative Person=third Number=plural Case=temporalis Owner_Number=plural Owner_Person=third | 1 |  |
Pd3-pmp--------3s | Pronoun Type=demonstrative Person=third Number=plural Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-pmp--------3p | Pronoun Type=demonstrative Person=third Number=plural Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-pc | Pronoun Type=demonstrative Person=third Number=plural Case=causalis | 1 |  |
Pd3-pc----------s | Pronoun Type=demonstrative Person=third Number=plural Case=causalis Owned_Number=singular | 1 |  |
Pd3-pc----------p | Pronoun Type=demonstrative Person=third Number=plural Case=causalis Owned_Number=plural | 1 |  |
Pd3-pcs--------1 | Pronoun Type=demonstrative Person=third Number=plural Case=causalis Owner_Number=singular Owner_Person=first | 1 |  |
Pd3-pcs--------1s | Pronoun Type=demonstrative Person=third Number=plural Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-pcs--------1p | Pronoun Type=demonstrative Person=third Number=plural Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-pcs--------2 | Pronoun Type=demonstrative Person=third Number=plural Case=causalis Owner_Number=singular Owner_Person=second | 1 |  |
Pd3-pcs--------2s | Pronoun Type=demonstrative Person=third Number=plural Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-pcs--------2p | Pronoun Type=demonstrative Person=third Number=plural Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-pcs--------3 | Pronoun Type=demonstrative Person=third Number=plural Case=causalis Owner_Number=singular Owner_Person=third | 1 |  |
Pd3-pcs--------3s | Pronoun Type=demonstrative Person=third Number=plural Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-pcs--------3p | Pronoun Type=demonstrative Person=third Number=plural Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-pcp--------1 | Pronoun Type=demonstrative Person=third Number=plural Case=causalis Owner_Number=plural Owner_Person=first | 1 |  |
Pd3-pcp--------1s | Pronoun Type=demonstrative Person=third Number=plural Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-pcp--------1p | Pronoun Type=demonstrative Person=third Number=plural Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-pcp--------2 | Pronoun Type=demonstrative Person=third Number=plural Case=causalis Owner_Number=plural Owner_Person=second | 1 |  |
Pd3-pcp--------2s | Pronoun Type=demonstrative Person=third Number=plural Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-pcp--------2p | Pronoun Type=demonstrative Person=third Number=plural Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-pcp--------3 | Pronoun Type=demonstrative Person=third Number=plural Case=causalis Owner_Number=plural Owner_Person=third | 1 |  |
Pd3-pcp--------3s | Pronoun Type=demonstrative Person=third Number=plural Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-pcp--------3p | Pronoun Type=demonstrative Person=third Number=plural Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-ps | Pronoun Type=demonstrative Person=third Number=plural Case=sublative | 3 | ilyenekre/ilyen, ezekre/ez, azokra/az |
Pd3-ps----------s | Pronoun Type=demonstrative Person=third Number=plural Case=sublative Owned_Number=singular | 1 |  |
Pd3-ps----------p | Pronoun Type=demonstrative Person=third Number=plural Case=sublative Owned_Number=plural | 1 |  |
Pd3-pss--------1 | Pronoun Type=demonstrative Person=third Number=plural Case=sublative Owner_Number=singular Owner_Person=first | 1 |  |
Pd3-pss--------1s | Pronoun Type=demonstrative Person=third Number=plural Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-pss--------1p | Pronoun Type=demonstrative Person=third Number=plural Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-pss--------2 | Pronoun Type=demonstrative Person=third Number=plural Case=sublative Owner_Number=singular Owner_Person=second | 1 |  |
Pd3-pss--------2s | Pronoun Type=demonstrative Person=third Number=plural Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-pss--------2p | Pronoun Type=demonstrative Person=third Number=plural Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-pss--------3 | Pronoun Type=demonstrative Person=third Number=plural Case=sublative Owner_Number=singular Owner_Person=third | 1 |  |
Pd3-pss--------3s | Pronoun Type=demonstrative Person=third Number=plural Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-pss--------3p | Pronoun Type=demonstrative Person=third Number=plural Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-psp--------1 | Pronoun Type=demonstrative Person=third Number=plural Case=sublative Owner_Number=plural Owner_Person=first | 1 |  |
Pd3-psp--------1s | Pronoun Type=demonstrative Person=third Number=plural Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-psp--------1p | Pronoun Type=demonstrative Person=third Number=plural Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-psp--------2 | Pronoun Type=demonstrative Person=third Number=plural Case=sublative Owner_Number=plural Owner_Person=second | 1 |  |
Pd3-psp--------2s | Pronoun Type=demonstrative Person=third Number=plural Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-psp--------2p | Pronoun Type=demonstrative Person=third Number=plural Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-psp--------3 | Pronoun Type=demonstrative Person=third Number=plural Case=sublative Owner_Number=plural Owner_Person=third | 1 |  |
Pd3-psp--------3s | Pronoun Type=demonstrative Person=third Number=plural Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-psp--------3p | Pronoun Type=demonstrative Person=third Number=plural Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-ph | Pronoun Type=demonstrative Person=third Number=plural Case=delative | 2 | ezekről/ez, azokról/az |
Pd3-ph----------s | Pronoun Type=demonstrative Person=third Number=plural Case=delative Owned_Number=singular | 1 |  |
Pd3-ph----------p | Pronoun Type=demonstrative Person=third Number=plural Case=delative Owned_Number=plural | 1 |  |
Pd3-phs--------1 | Pronoun Type=demonstrative Person=third Number=plural Case=delative Owner_Number=singular Owner_Person=first | 1 |  |
Pd3-phs--------1s | Pronoun Type=demonstrative Person=third Number=plural Case=delative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-phs--------1p | Pronoun Type=demonstrative Person=third Number=plural Case=delative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-phs--------2 | Pronoun Type=demonstrative Person=third Number=plural Case=delative Owner_Number=singular Owner_Person=second | 1 |  |
Pd3-phs--------2s | Pronoun Type=demonstrative Person=third Number=plural Case=delative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-phs--------2p | Pronoun Type=demonstrative Person=third Number=plural Case=delative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-phs--------3 | Pronoun Type=demonstrative Person=third Number=plural Case=delative Owner_Number=singular Owner_Person=third | 1 |  |
Pd3-phs--------3s | Pronoun Type=demonstrative Person=third Number=plural Case=delative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-phs--------3p | Pronoun Type=demonstrative Person=third Number=plural Case=delative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-php--------1 | Pronoun Type=demonstrative Person=third Number=plural Case=delative Owner_Number=plural Owner_Person=first | 1 |  |
Pd3-php--------1s | Pronoun Type=demonstrative Person=third Number=plural Case=delative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-php--------1p | Pronoun Type=demonstrative Person=third Number=plural Case=delative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-php--------2 | Pronoun Type=demonstrative Person=third Number=plural Case=delative Owner_Number=plural Owner_Person=second | 1 |  |
Pd3-php--------2s | Pronoun Type=demonstrative Person=third Number=plural Case=delative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-php--------2p | Pronoun Type=demonstrative Person=third Number=plural Case=delative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-php--------3 | Pronoun Type=demonstrative Person=third Number=plural Case=delative Owner_Number=plural Owner_Person=third | 1 |  |
Pd3-php--------3s | Pronoun Type=demonstrative Person=third Number=plural Case=delative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-php--------3p | Pronoun Type=demonstrative Person=third Number=plural Case=delative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-pq | Pronoun Type=demonstrative Person=third Number=plural Case=sociative | 1 |  |
Pd3-pq----------s | Pronoun Type=demonstrative Person=third Number=plural Case=sociative Owned_Number=singular | 1 |  |
Pd3-pq----------p | Pronoun Type=demonstrative Person=third Number=plural Case=sociative Owned_Number=plural | 1 |  |
Pd3-pqs--------1 | Pronoun Type=demonstrative Person=third Number=plural Case=sociative Owner_Number=singular Owner_Person=first | 1 |  |
Pd3-pqs--------1s | Pronoun Type=demonstrative Person=third Number=plural Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-pqs--------1p | Pronoun Type=demonstrative Person=third Number=plural Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-pqs--------2 | Pronoun Type=demonstrative Person=third Number=plural Case=sociative Owner_Number=singular Owner_Person=second | 1 |  |
Pd3-pqs--------2s | Pronoun Type=demonstrative Person=third Number=plural Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-pqs--------2p | Pronoun Type=demonstrative Person=third Number=plural Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-pqs--------3 | Pronoun Type=demonstrative Person=third Number=plural Case=sociative Owner_Number=singular Owner_Person=third | 1 |  |
Pd3-pqs--------3s | Pronoun Type=demonstrative Person=third Number=plural Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-pqs--------3p | Pronoun Type=demonstrative Person=third Number=plural Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-pqp--------1 | Pronoun Type=demonstrative Person=third Number=plural Case=sociative Owner_Number=plural Owner_Person=first | 1 |  |
Pd3-pqp--------1s | Pronoun Type=demonstrative Person=third Number=plural Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-pqp--------1p | Pronoun Type=demonstrative Person=third Number=plural Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-pqp--------2 | Pronoun Type=demonstrative Person=third Number=plural Case=sociative Owner_Number=plural Owner_Person=second | 1 |  |
Pd3-pqp--------2s | Pronoun Type=demonstrative Person=third Number=plural Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-pqp--------2p | Pronoun Type=demonstrative Person=third Number=plural Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-pqp--------3 | Pronoun Type=demonstrative Person=third Number=plural Case=sociative Owner_Number=plural Owner_Person=third | 1 |  |
Pd3-pqp--------3s | Pronoun Type=demonstrative Person=third Number=plural Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-pqp--------3p | Pronoun Type=demonstrative Person=third Number=plural Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-py | Pronoun Type=demonstrative Person=third Number=plural Case=factive | 1 |  |
Pd3-py----------s | Pronoun Type=demonstrative Person=third Number=plural Case=factive Owned_Number=singular | 1 |  |
Pd3-py----------p | Pronoun Type=demonstrative Person=third Number=plural Case=factive Owned_Number=plural | 1 |  |
Pd3-pys--------1 | Pronoun Type=demonstrative Person=third Number=plural Case=factive Owner_Number=singular Owner_Person=first | 1 |  |
Pd3-pys--------1s | Pronoun Type=demonstrative Person=third Number=plural Case=factive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-pys--------1p | Pronoun Type=demonstrative Person=third Number=plural Case=factive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-pys--------2 | Pronoun Type=demonstrative Person=third Number=plural Case=factive Owner_Number=singular Owner_Person=second | 1 |  |
Pd3-pys--------2s | Pronoun Type=demonstrative Person=third Number=plural Case=factive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-pys--------2p | Pronoun Type=demonstrative Person=third Number=plural Case=factive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-pys--------3 | Pronoun Type=demonstrative Person=third Number=plural Case=factive Owner_Number=singular Owner_Person=third | 1 |  |
Pd3-pys--------3s | Pronoun Type=demonstrative Person=third Number=plural Case=factive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-pys--------3p | Pronoun Type=demonstrative Person=third Number=plural Case=factive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-pyp--------1 | Pronoun Type=demonstrative Person=third Number=plural Case=factive Owner_Number=plural Owner_Person=first | 1 |  |
Pd3-pyp--------1s | Pronoun Type=demonstrative Person=third Number=plural Case=factive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-pyp--------1p | Pronoun Type=demonstrative Person=third Number=plural Case=factive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-pyp--------2 | Pronoun Type=demonstrative Person=third Number=plural Case=factive Owner_Number=plural Owner_Person=second | 1 |  |
Pd3-pyp--------2s | Pronoun Type=demonstrative Person=third Number=plural Case=factive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-pyp--------2p | Pronoun Type=demonstrative Person=third Number=plural Case=factive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-pyp--------3 | Pronoun Type=demonstrative Person=third Number=plural Case=factive Owner_Number=plural Owner_Person=third | 1 |  |
Pd3-pyp--------3s | Pronoun Type=demonstrative Person=third Number=plural Case=factive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-pyp--------3p | Pronoun Type=demonstrative Person=third Number=plural Case=factive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-pp | Pronoun Type=demonstrative Person=third Number=plural Case=superessive | 2 | ezeken/ez, azokon/az |
Pd3-pp----------s | Pronoun Type=demonstrative Person=third Number=plural Case=superessive Owned_Number=singular | 1 |  |
Pd3-pp----------p | Pronoun Type=demonstrative Person=third Number=plural Case=superessive Owned_Number=plural | 1 |  |
Pd3-pps--------1 | Pronoun Type=demonstrative Person=third Number=plural Case=superessive Owner_Number=singular Owner_Person=first | 1 |  |
Pd3-pps--------1s | Pronoun Type=demonstrative Person=third Number=plural Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-pps--------1p | Pronoun Type=demonstrative Person=third Number=plural Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-pps--------2 | Pronoun Type=demonstrative Person=third Number=plural Case=superessive Owner_Number=singular Owner_Person=second | 1 |  |
Pd3-pps--------2s | Pronoun Type=demonstrative Person=third Number=plural Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-pps--------2p | Pronoun Type=demonstrative Person=third Number=plural Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-pps--------3 | Pronoun Type=demonstrative Person=third Number=plural Case=superessive Owner_Number=singular Owner_Person=third | 1 |  |
Pd3-pps--------3s | Pronoun Type=demonstrative Person=third Number=plural Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-pps--------3p | Pronoun Type=demonstrative Person=third Number=plural Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-ppp--------1 | Pronoun Type=demonstrative Person=third Number=plural Case=superessive Owner_Number=plural Owner_Person=first | 1 |  |
Pd3-ppp--------1s | Pronoun Type=demonstrative Person=third Number=plural Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-ppp--------1p | Pronoun Type=demonstrative Person=third Number=plural Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-ppp--------2 | Pronoun Type=demonstrative Person=third Number=plural Case=superessive Owner_Number=plural Owner_Person=second | 1 |  |
Pd3-ppp--------2s | Pronoun Type=demonstrative Person=third Number=plural Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-ppp--------2p | Pronoun Type=demonstrative Person=third Number=plural Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-ppp--------3 | Pronoun Type=demonstrative Person=third Number=plural Case=superessive Owner_Number=plural Owner_Person=third | 1 |  |
Pd3-ppp--------3s | Pronoun Type=demonstrative Person=third Number=plural Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-ppp--------3p | Pronoun Type=demonstrative Person=third Number=plural Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-pu | Pronoun Type=demonstrative Person=third Number=plural Case=distributive | 1 |  |
Pd3-pu----------s | Pronoun Type=demonstrative Person=third Number=plural Case=distributive Owned_Number=singular | 1 |  |
Pd3-pu----------p | Pronoun Type=demonstrative Person=third Number=plural Case=distributive Owned_Number=plural | 1 |  |
Pd3-pus--------1 | Pronoun Type=demonstrative Person=third Number=plural Case=distributive Owner_Number=singular Owner_Person=first | 1 |  |
Pd3-pus--------1s | Pronoun Type=demonstrative Person=third Number=plural Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-pus--------1p | Pronoun Type=demonstrative Person=third Number=plural Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-pus--------2 | Pronoun Type=demonstrative Person=third Number=plural Case=distributive Owner_Number=singular Owner_Person=second | 1 |  |
Pd3-pus--------2s | Pronoun Type=demonstrative Person=third Number=plural Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-pus--------2p | Pronoun Type=demonstrative Person=third Number=plural Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-pus--------3 | Pronoun Type=demonstrative Person=third Number=plural Case=distributive Owner_Number=singular Owner_Person=third | 1 |  |
Pd3-pus--------3s | Pronoun Type=demonstrative Person=third Number=plural Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-pus--------3p | Pronoun Type=demonstrative Person=third Number=plural Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-pup--------1 | Pronoun Type=demonstrative Person=third Number=plural Case=distributive Owner_Number=plural Owner_Person=first | 1 |  |
Pd3-pup--------1s | Pronoun Type=demonstrative Person=third Number=plural Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-pup--------1p | Pronoun Type=demonstrative Person=third Number=plural Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-pup--------2 | Pronoun Type=demonstrative Person=third Number=plural Case=distributive Owner_Number=plural Owner_Person=second | 1 |  |
Pd3-pup--------2s | Pronoun Type=demonstrative Person=third Number=plural Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-pup--------2p | Pronoun Type=demonstrative Person=third Number=plural Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-pup--------3 | Pronoun Type=demonstrative Person=third Number=plural Case=distributive Owner_Number=plural Owner_Person=third | 1 |  |
Pd3-pup--------3s | Pronoun Type=demonstrative Person=third Number=plural Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-pup--------3p | Pronoun Type=demonstrative Person=third Number=plural Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-pf | Pronoun Type=demonstrative Person=third Number=plural Case=essive-formal | 1 |  |
Pd3-pf----------s | Pronoun Type=demonstrative Person=third Number=plural Case=essive-formal Owned_Number=singular | 1 |  |
Pd3-pf----------p | Pronoun Type=demonstrative Person=third Number=plural Case=essive-formal Owned_Number=plural | 1 |  |
Pd3-pfs--------1 | Pronoun Type=demonstrative Person=third Number=plural Case=essive-formal Owner_Number=singular Owner_Person=first | 1 |  |
Pd3-pfs--------1s | Pronoun Type=demonstrative Person=third Number=plural Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-pfs--------1p | Pronoun Type=demonstrative Person=third Number=plural Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-pfs--------2 | Pronoun Type=demonstrative Person=third Number=plural Case=essive-formal Owner_Number=singular Owner_Person=second | 1 |  |
Pd3-pfs--------2s | Pronoun Type=demonstrative Person=third Number=plural Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-pfs--------2p | Pronoun Type=demonstrative Person=third Number=plural Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-pfs--------3 | Pronoun Type=demonstrative Person=third Number=plural Case=essive-formal Owner_Number=singular Owner_Person=third | 1 |  |
Pd3-pfs--------3s | Pronoun Type=demonstrative Person=third Number=plural Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-pfs--------3p | Pronoun Type=demonstrative Person=third Number=plural Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-pfp--------1 | Pronoun Type=demonstrative Person=third Number=plural Case=essive-formal Owner_Number=plural Owner_Person=first | 1 |  |
Pd3-pfp--------1s | Pronoun Type=demonstrative Person=third Number=plural Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-pfp--------1p | Pronoun Type=demonstrative Person=third Number=plural Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-pfp--------2 | Pronoun Type=demonstrative Person=third Number=plural Case=essive-formal Owner_Number=plural Owner_Person=second | 1 |  |
Pd3-pfp--------2s | Pronoun Type=demonstrative Person=third Number=plural Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-pfp--------2p | Pronoun Type=demonstrative Person=third Number=plural Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-pfp--------3 | Pronoun Type=demonstrative Person=third Number=plural Case=essive-formal Owner_Number=plural Owner_Person=third | 1 |  |
Pd3-pfp--------3s | Pronoun Type=demonstrative Person=third Number=plural Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-pfp--------3p | Pronoun Type=demonstrative Person=third Number=plural Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-sn | Pronoun Type=indefinite Person=third Number=singular Case=nominative | 33 | valami, valamely, valamelyik, valaki, némi |
Pi3-sn----------s | Pronoun Type=indefinite Person=third Number=singular Case=nominative Owned_Number=singular | 1 | másé/más |
Pi3-sn----------p | Pronoun Type=indefinite Person=third Number=singular Case=nominative Owned_Number=plural | 1 |  |
Pi3-sns--------1 | Pronoun Type=indefinite Person=third Number=singular Case=nominative Owner_Number=singular Owner_Person=first | 1 |  |
Pi3-sns--------1s | Pronoun Type=indefinite Person=third Number=singular Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-sns--------1p | Pronoun Type=indefinite Person=third Number=singular Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-sns--------2 | Pronoun Type=indefinite Person=third Number=singular Case=nominative Owner_Number=singular Owner_Person=second | 1 | valamid/valami |
Pi3-sns--------2s | Pronoun Type=indefinite Person=third Number=singular Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-sns--------2p | Pronoun Type=indefinite Person=third Number=singular Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-sns--------3 | Pronoun Type=indefinite Person=third Number=singular Case=nominative Owner_Number=singular Owner_Person=third | 1 | egyike/egyik |
Pi3-sns--------3s | Pronoun Type=indefinite Person=third Number=singular Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-sns--------3p | Pronoun Type=indefinite Person=third Number=singular Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-snp--------1 | Pronoun Type=indefinite Person=third Number=singular Case=nominative Owner_Number=plural Owner_Person=first | 1 | egyikünk/egyik |
Pi3-snp--------1s | Pronoun Type=indefinite Person=third Number=singular Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-snp--------1p | Pronoun Type=indefinite Person=third Number=singular Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-snp--------2 | Pronoun Type=indefinite Person=third Number=singular Case=nominative Owner_Number=plural Owner_Person=second | 1 |  |
Pi3-snp--------2s | Pronoun Type=indefinite Person=third Number=singular Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-snp--------2p | Pronoun Type=indefinite Person=third Number=singular Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-snp--------3 | Pronoun Type=indefinite Person=third Number=singular Case=nominative Owner_Number=plural Owner_Person=third | 4 | valamelyikük/valamelyik, mindenük/minden, másikuk/másik, egyikük/egyik |
Pi3-snp--------3s | Pronoun Type=indefinite Person=third Number=singular Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-snp--------3p | Pronoun Type=indefinite Person=third Number=singular Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-sg | Pronoun Type=indefinite Person=third Number=singular Case=genitive | 1 |  |
Pi3-sg----------s | Pronoun Type=indefinite Person=third Number=singular Case=genitive Owned_Number=singular | 1 |  |
Pi3-sg----------p | Pronoun Type=indefinite Person=third Number=singular Case=genitive Owned_Number=plural | 1 |  |
Pi3-sgs--------1 | Pronoun Type=indefinite Person=third Number=singular Case=genitive Owner_Number=singular Owner_Person=first | 1 |  |
Pi3-sgs--------1s | Pronoun Type=indefinite Person=third Number=singular Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-sgs--------1p | Pronoun Type=indefinite Person=third Number=singular Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-sgs--------2 | Pronoun Type=indefinite Person=third Number=singular Case=genitive Owner_Number=singular Owner_Person=second | 1 |  |
Pi3-sgs--------2s | Pronoun Type=indefinite Person=third Number=singular Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-sgs--------2p | Pronoun Type=indefinite Person=third Number=singular Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-sgs--------3 | Pronoun Type=indefinite Person=third Number=singular Case=genitive Owner_Number=singular Owner_Person=third | 1 |  |
Pi3-sgs--------3s | Pronoun Type=indefinite Person=third Number=singular Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-sgs--------3p | Pronoun Type=indefinite Person=third Number=singular Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-sgp--------1 | Pronoun Type=indefinite Person=third Number=singular Case=genitive Owner_Number=plural Owner_Person=first | 1 |  |
Pi3-sgp--------1s | Pronoun Type=indefinite Person=third Number=singular Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-sgp--------1p | Pronoun Type=indefinite Person=third Number=singular Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-sgp--------2 | Pronoun Type=indefinite Person=third Number=singular Case=genitive Owner_Number=plural Owner_Person=second | 1 |  |
Pi3-sgp--------2s | Pronoun Type=indefinite Person=third Number=singular Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-sgp--------2p | Pronoun Type=indefinite Person=third Number=singular Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-sgp--------3 | Pronoun Type=indefinite Person=third Number=singular Case=genitive Owner_Number=plural Owner_Person=third | 1 |  |
Pi3-sgp--------3s | Pronoun Type=indefinite Person=third Number=singular Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-sgp--------3p | Pronoun Type=indefinite Person=third Number=singular Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-sd | Pronoun Type=indefinite Person=third Number=singular Case=dative | 10 | valaminek/valami, valakinek/valaki, mindnek/mind, mindennek/mindez, mindenkinek/mindenki |
Pi3-sd----------s | Pronoun Type=indefinite Person=third Number=singular Case=dative Owned_Number=singular | 1 | egyikének/egyik |
Pi3-sd----------p | Pronoun Type=indefinite Person=third Number=singular Case=dative Owned_Number=plural | 1 |  |
Pi3-sds--------1 | Pronoun Type=indefinite Person=third Number=singular Case=dative Owner_Number=singular Owner_Person=first | 1 |  |
Pi3-sds--------1s | Pronoun Type=indefinite Person=third Number=singular Case=dative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-sds--------1p | Pronoun Type=indefinite Person=third Number=singular Case=dative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-sds--------2 | Pronoun Type=indefinite Person=third Number=singular Case=dative Owner_Number=singular Owner_Person=second | 1 |  |
Pi3-sds--------2s | Pronoun Type=indefinite Person=third Number=singular Case=dative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-sds--------2p | Pronoun Type=indefinite Person=third Number=singular Case=dative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-sds--------3 | Pronoun Type=indefinite Person=third Number=singular Case=dative Owner_Number=singular Owner_Person=third | 1 | egyikének/egyik |
Pi3-sds--------3s | Pronoun Type=indefinite Person=third Number=singular Case=dative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-sds--------3p | Pronoun Type=indefinite Person=third Number=singular Case=dative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-sdp--------1 | Pronoun Type=indefinite Person=third Number=singular Case=dative Owner_Number=plural Owner_Person=first | 1 |  |
Pi3-sdp--------1s | Pronoun Type=indefinite Person=third Number=singular Case=dative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-sdp--------1p | Pronoun Type=indefinite Person=third Number=singular Case=dative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-sdp--------2 | Pronoun Type=indefinite Person=third Number=singular Case=dative Owner_Number=plural Owner_Person=second | 1 |  |
Pi3-sdp--------2s | Pronoun Type=indefinite Person=third Number=singular Case=dative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-sdp--------2p | Pronoun Type=indefinite Person=third Number=singular Case=dative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-sdp--------3 | Pronoun Type=indefinite Person=third Number=singular Case=dative Owner_Number=plural Owner_Person=third | 1 | egyiküknek/egyik |
Pi3-sdp--------3s | Pronoun Type=indefinite Person=third Number=singular Case=dative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-sdp--------3p | Pronoun Type=indefinite Person=third Number=singular Case=dative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-sa | Pronoun Type=indefinite Person=third Number=singular Case=accusative | 17 | valamit/valami, valakit/valaki, néhányat/néhány, mindezt/mindez, mindet/mind |
Pi3-sa----------s | Pronoun Type=indefinite Person=third Number=singular Case=accusative Owned_Number=singular | 2 | másikét/másik, egyikét/egyik |
Pi3-sa----------p | Pronoun Type=indefinite Person=third Number=singular Case=accusative Owned_Number=plural | 1 |  |
Pi3-sas--------1 | Pronoun Type=indefinite Person=third Number=singular Case=accusative Owner_Number=singular Owner_Person=first | 1 |  |
Pi3-sas--------1s | Pronoun Type=indefinite Person=third Number=singular Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-sas--------1p | Pronoun Type=indefinite Person=third Number=singular Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-sas--------2 | Pronoun Type=indefinite Person=third Number=singular Case=accusative Owner_Number=singular Owner_Person=second | 1 |  |
Pi3-sas--------2s | Pronoun Type=indefinite Person=third Number=singular Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-sas--------2p | Pronoun Type=indefinite Person=third Number=singular Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-sas--------3 | Pronoun Type=indefinite Person=third Number=singular Case=accusative Owner_Number=singular Owner_Person=third | 1 | egyikét/egyik |
Pi3-sas--------3s | Pronoun Type=indefinite Person=third Number=singular Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-sas--------3p | Pronoun Type=indefinite Person=third Number=singular Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-sap--------1 | Pronoun Type=indefinite Person=third Number=singular Case=accusative Owner_Number=plural Owner_Person=first | 1 | mindenünket/minden |
Pi3-sap--------1s | Pronoun Type=indefinite Person=third Number=singular Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-sap--------1p | Pronoun Type=indefinite Person=third Number=singular Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-sap--------2 | Pronoun Type=indefinite Person=third Number=singular Case=accusative Owner_Number=plural Owner_Person=second | 1 |  |
Pi3-sap--------2s | Pronoun Type=indefinite Person=third Number=singular Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-sap--------2p | Pronoun Type=indefinite Person=third Number=singular Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-sap--------3 | Pronoun Type=indefinite Person=third Number=singular Case=accusative Owner_Number=plural Owner_Person=third | 1 |  |
Pi3-sap--------3s | Pronoun Type=indefinite Person=third Number=singular Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 | néhányukét/néhány |
Pi3-sap--------3p | Pronoun Type=indefinite Person=third Number=singular Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-si | Pronoun Type=indefinite Person=third Number=singular Case=instrumental | 10 | valamivel/valami, valakivel/valaki, mindenkivel/mindenki, mással/más, másikkal/másik |
Pi3-si----------s | Pronoun Type=indefinite Person=third Number=singular Case=instrumental Owned_Number=singular | 1 | egyikével/egyik |
Pi3-si----------p | Pronoun Type=indefinite Person=third Number=singular Case=instrumental Owned_Number=plural | 1 |  |
Pi3-sis--------1 | Pronoun Type=indefinite Person=third Number=singular Case=instrumental Owner_Number=singular Owner_Person=first | 1 |  |
Pi3-sis--------1s | Pronoun Type=indefinite Person=third Number=singular Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-sis--------1p | Pronoun Type=indefinite Person=third Number=singular Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-sis--------2 | Pronoun Type=indefinite Person=third Number=singular Case=instrumental Owner_Number=singular Owner_Person=second | 1 |  |
Pi3-sis--------2s | Pronoun Type=indefinite Person=third Number=singular Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-sis--------2p | Pronoun Type=indefinite Person=third Number=singular Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-sis--------3 | Pronoun Type=indefinite Person=third Number=singular Case=instrumental Owner_Number=singular Owner_Person=third | 1 | egyikével/egyik |
Pi3-sis--------3s | Pronoun Type=indefinite Person=third Number=singular Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-sis--------3p | Pronoun Type=indefinite Person=third Number=singular Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-sip--------1 | Pronoun Type=indefinite Person=third Number=singular Case=instrumental Owner_Number=plural Owner_Person=first | 1 |  |
Pi3-sip--------1s | Pronoun Type=indefinite Person=third Number=singular Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-sip--------1p | Pronoun Type=indefinite Person=third Number=singular Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-sip--------2 | Pronoun Type=indefinite Person=third Number=singular Case=instrumental Owner_Number=plural Owner_Person=second | 1 |  |
Pi3-sip--------2s | Pronoun Type=indefinite Person=third Number=singular Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-sip--------2p | Pronoun Type=indefinite Person=third Number=singular Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-sip--------3 | Pronoun Type=indefinite Person=third Number=singular Case=instrumental Owner_Number=plural Owner_Person=third | 1 |  |
Pi3-sip--------3s | Pronoun Type=indefinite Person=third Number=singular Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-sip--------3p | Pronoun Type=indefinite Person=third Number=singular Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-sx | Pronoun Type=indefinite Person=third Number=singular Case=illative | 3 | valakibe/valaki, másikba/másik, bármibe/bármi |
Pi3-sx----------s | Pronoun Type=indefinite Person=third Number=singular Case=illative Owned_Number=singular | 1 | egyikébe/egyik |
Pi3-sx----------p | Pronoun Type=indefinite Person=third Number=singular Case=illative Owned_Number=plural | 1 |  |
Pi3-sxs--------1 | Pronoun Type=indefinite Person=third Number=singular Case=illative Owner_Number=singular Owner_Person=first | 1 |  |
Pi3-sxs--------1s | Pronoun Type=indefinite Person=third Number=singular Case=illative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-sxs--------1p | Pronoun Type=indefinite Person=third Number=singular Case=illative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-sxs--------2 | Pronoun Type=indefinite Person=third Number=singular Case=illative Owner_Number=singular Owner_Person=second | 1 |  |
Pi3-sxs--------2s | Pronoun Type=indefinite Person=third Number=singular Case=illative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-sxs--------2p | Pronoun Type=indefinite Person=third Number=singular Case=illative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-sxs--------3 | Pronoun Type=indefinite Person=third Number=singular Case=illative Owner_Number=singular Owner_Person=third | 1 | egyikébe/egyik |
Pi3-sxs--------3s | Pronoun Type=indefinite Person=third Number=singular Case=illative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-sxs--------3p | Pronoun Type=indefinite Person=third Number=singular Case=illative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-sxp--------1 | Pronoun Type=indefinite Person=third Number=singular Case=illative Owner_Number=plural Owner_Person=first | 1 |  |
Pi3-sxp--------1s | Pronoun Type=indefinite Person=third Number=singular Case=illative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-sxp--------1p | Pronoun Type=indefinite Person=third Number=singular Case=illative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-sxp--------2 | Pronoun Type=indefinite Person=third Number=singular Case=illative Owner_Number=plural Owner_Person=second | 1 |  |
Pi3-sxp--------2s | Pronoun Type=indefinite Person=third Number=singular Case=illative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-sxp--------2p | Pronoun Type=indefinite Person=third Number=singular Case=illative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-sxp--------3 | Pronoun Type=indefinite Person=third Number=singular Case=illative Owner_Number=plural Owner_Person=third | 1 |  |
Pi3-sxp--------3s | Pronoun Type=indefinite Person=third Number=singular Case=illative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-sxp--------3p | Pronoun Type=indefinite Person=third Number=singular Case=illative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-s2 | Pronoun Type=indefinite Person=third Number=singular Case=inessive | 7 | valamiben/valami, mindenkiben/mindenki, mindenben/minden, mindebben/mindez, mindabban/mindaz |
Pi3-s2----------s | Pronoun Type=indefinite Person=third Number=singular Case=inessive Owned_Number=singular | 1 | egyikében/egyik |
Pi3-s2----------p | Pronoun Type=indefinite Person=third Number=singular Case=inessive Owned_Number=plural | 1 |  |
Pi3-s2s--------1 | Pronoun Type=indefinite Person=third Number=singular Case=inessive Owner_Number=singular Owner_Person=first | 1 |  |
Pi3-s2s--------1s | Pronoun Type=indefinite Person=third Number=singular Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-s2s--------1p | Pronoun Type=indefinite Person=third Number=singular Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-s2s--------2 | Pronoun Type=indefinite Person=third Number=singular Case=inessive Owner_Number=singular Owner_Person=second | 1 |  |
Pi3-s2s--------2s | Pronoun Type=indefinite Person=third Number=singular Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-s2s--------2p | Pronoun Type=indefinite Person=third Number=singular Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-s2s--------3 | Pronoun Type=indefinite Person=third Number=singular Case=inessive Owner_Number=singular Owner_Person=third | 1 | egyikében/egyik |
Pi3-s2s--------3s | Pronoun Type=indefinite Person=third Number=singular Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-s2s--------3p | Pronoun Type=indefinite Person=third Number=singular Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-s2p--------1 | Pronoun Type=indefinite Person=third Number=singular Case=inessive Owner_Number=plural Owner_Person=first | 1 |  |
Pi3-s2p--------1s | Pronoun Type=indefinite Person=third Number=singular Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-s2p--------1p | Pronoun Type=indefinite Person=third Number=singular Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-s2p--------2 | Pronoun Type=indefinite Person=third Number=singular Case=inessive Owner_Number=plural Owner_Person=second | 1 |  |
Pi3-s2p--------2s | Pronoun Type=indefinite Person=third Number=singular Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-s2p--------2p | Pronoun Type=indefinite Person=third Number=singular Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-s2p--------3 | Pronoun Type=indefinite Person=third Number=singular Case=inessive Owner_Number=plural Owner_Person=third | 1 |  |
Pi3-s2p--------3s | Pronoun Type=indefinite Person=third Number=singular Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-s2p--------3p | Pronoun Type=indefinite Person=third Number=singular Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-se | Pronoun Type=indefinite Person=third Number=singular Case=elative | 5 | mindenkiből/mindenki, mindenből/minden, másikból/másik, másból/más, egyikből/egyik |
Pi3-se----------s | Pronoun Type=indefinite Person=third Number=singular Case=elative Owned_Number=singular | 2 | valamelyikéből/valamelyik, egyikéből/egyik |
Pi3-se----------p | Pronoun Type=indefinite Person=third Number=singular Case=elative Owned_Number=plural | 1 |  |
Pi3-ses--------1 | Pronoun Type=indefinite Person=third Number=singular Case=elative Owner_Number=singular Owner_Person=first | 1 |  |
Pi3-ses--------1s | Pronoun Type=indefinite Person=third Number=singular Case=elative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-ses--------1p | Pronoun Type=indefinite Person=third Number=singular Case=elative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-ses--------2 | Pronoun Type=indefinite Person=third Number=singular Case=elative Owner_Number=singular Owner_Person=second | 1 | mindenedből/minden |
Pi3-ses--------2s | Pronoun Type=indefinite Person=third Number=singular Case=elative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-ses--------2p | Pronoun Type=indefinite Person=third Number=singular Case=elative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-ses--------3 | Pronoun Type=indefinite Person=third Number=singular Case=elative Owner_Number=singular Owner_Person=third | 2 | valamelyikéből/valamelyik, egyikéből/egyik |
Pi3-ses--------3s | Pronoun Type=indefinite Person=third Number=singular Case=elative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-ses--------3p | Pronoun Type=indefinite Person=third Number=singular Case=elative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-sep--------1 | Pronoun Type=indefinite Person=third Number=singular Case=elative Owner_Number=plural Owner_Person=first | 1 |  |
Pi3-sep--------1s | Pronoun Type=indefinite Person=third Number=singular Case=elative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-sep--------1p | Pronoun Type=indefinite Person=third Number=singular Case=elative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-sep--------2 | Pronoun Type=indefinite Person=third Number=singular Case=elative Owner_Number=plural Owner_Person=second | 1 |  |
Pi3-sep--------2s | Pronoun Type=indefinite Person=third Number=singular Case=elative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-sep--------2p | Pronoun Type=indefinite Person=third Number=singular Case=elative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-sep--------3 | Pronoun Type=indefinite Person=third Number=singular Case=elative Owner_Number=plural Owner_Person=third | 1 |  |
Pi3-sep--------3s | Pronoun Type=indefinite Person=third Number=singular Case=elative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-sep--------3p | Pronoun Type=indefinite Person=third Number=singular Case=elative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-st | Pronoun Type=indefinite Person=third Number=singular Case=allative | 4 | mindenhez/minden, mindehhez/mindez, másikhoz/másik, bárkihez/bárki |
Pi3-st----------s | Pronoun Type=indefinite Person=third Number=singular Case=allative Owned_Number=singular | 1 |  |
Pi3-st----------p | Pronoun Type=indefinite Person=third Number=singular Case=allative Owned_Number=plural | 1 |  |
Pi3-sts--------1 | Pronoun Type=indefinite Person=third Number=singular Case=allative Owner_Number=singular Owner_Person=first | 1 |  |
Pi3-sts--------1s | Pronoun Type=indefinite Person=third Number=singular Case=allative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-sts--------1p | Pronoun Type=indefinite Person=third Number=singular Case=allative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-sts--------2 | Pronoun Type=indefinite Person=third Number=singular Case=allative Owner_Number=singular Owner_Person=second | 1 |  |
Pi3-sts--------2s | Pronoun Type=indefinite Person=third Number=singular Case=allative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-sts--------2p | Pronoun Type=indefinite Person=third Number=singular Case=allative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-sts--------3 | Pronoun Type=indefinite Person=third Number=singular Case=allative Owner_Number=singular Owner_Person=third | 1 |  |
Pi3-sts--------3s | Pronoun Type=indefinite Person=third Number=singular Case=allative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-sts--------3p | Pronoun Type=indefinite Person=third Number=singular Case=allative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-stp--------1 | Pronoun Type=indefinite Person=third Number=singular Case=allative Owner_Number=plural Owner_Person=first | 1 |  |
Pi3-stp--------1s | Pronoun Type=indefinite Person=third Number=singular Case=allative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-stp--------1p | Pronoun Type=indefinite Person=third Number=singular Case=allative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-stp--------2 | Pronoun Type=indefinite Person=third Number=singular Case=allative Owner_Number=plural Owner_Person=second | 1 |  |
Pi3-stp--------2s | Pronoun Type=indefinite Person=third Number=singular Case=allative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-stp--------2p | Pronoun Type=indefinite Person=third Number=singular Case=allative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-stp--------3 | Pronoun Type=indefinite Person=third Number=singular Case=allative Owner_Number=plural Owner_Person=third | 1 |  |
Pi3-stp--------3s | Pronoun Type=indefinite Person=third Number=singular Case=allative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-stp--------3p | Pronoun Type=indefinite Person=third Number=singular Case=allative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-s3 | Pronoun Type=indefinite Person=third Number=singular Case=adessive | 2 | mindennél/minden, mindenkinél/mindenki |
Pi3-s3----------s | Pronoun Type=indefinite Person=third Number=singular Case=adessive Owned_Number=singular | 1 |  |
Pi3-s3----------p | Pronoun Type=indefinite Person=third Number=singular Case=adessive Owned_Number=plural | 1 |  |
Pi3-s3s--------1 | Pronoun Type=indefinite Person=third Number=singular Case=adessive Owner_Number=singular Owner_Person=first | 1 |  |
Pi3-s3s--------1s | Pronoun Type=indefinite Person=third Number=singular Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-s3s--------1p | Pronoun Type=indefinite Person=third Number=singular Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-s3s--------2 | Pronoun Type=indefinite Person=third Number=singular Case=adessive Owner_Number=singular Owner_Person=second | 1 |  |
Pi3-s3s--------2s | Pronoun Type=indefinite Person=third Number=singular Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-s3s--------2p | Pronoun Type=indefinite Person=third Number=singular Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-s3s--------3 | Pronoun Type=indefinite Person=third Number=singular Case=adessive Owner_Number=singular Owner_Person=third | 1 |  |
Pi3-s3s--------3s | Pronoun Type=indefinite Person=third Number=singular Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-s3s--------3p | Pronoun Type=indefinite Person=third Number=singular Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-s3p--------1 | Pronoun Type=indefinite Person=third Number=singular Case=adessive Owner_Number=plural Owner_Person=first | 1 |  |
Pi3-s3p--------1s | Pronoun Type=indefinite Person=third Number=singular Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-s3p--------1p | Pronoun Type=indefinite Person=third Number=singular Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-s3p--------2 | Pronoun Type=indefinite Person=third Number=singular Case=adessive Owner_Number=plural Owner_Person=second | 1 |  |
Pi3-s3p--------2s | Pronoun Type=indefinite Person=third Number=singular Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-s3p--------2p | Pronoun Type=indefinite Person=third Number=singular Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-s3p--------3 | Pronoun Type=indefinite Person=third Number=singular Case=adessive Owner_Number=plural Owner_Person=third | 1 |  |
Pi3-s3p--------3s | Pronoun Type=indefinite Person=third Number=singular Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-s3p--------3p | Pronoun Type=indefinite Person=third Number=singular Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-sb | Pronoun Type=indefinite Person=third Number=singular Case=ablative | 4 | valamitől/valami, néhánytól/néhány, mindentől/minden, mástól/más |
Pi3-sb----------s | Pronoun Type=indefinite Person=third Number=singular Case=ablative Owned_Number=singular | 1 |  |
Pi3-sb----------p | Pronoun Type=indefinite Person=third Number=singular Case=ablative Owned_Number=plural | 1 |  |
Pi3-sbs--------1 | Pronoun Type=indefinite Person=third Number=singular Case=ablative Owner_Number=singular Owner_Person=first | 1 |  |
Pi3-sbs--------1s | Pronoun Type=indefinite Person=third Number=singular Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-sbs--------1p | Pronoun Type=indefinite Person=third Number=singular Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-sbs--------2 | Pronoun Type=indefinite Person=third Number=singular Case=ablative Owner_Number=singular Owner_Person=second | 1 |  |
Pi3-sbs--------2s | Pronoun Type=indefinite Person=third Number=singular Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-sbs--------2p | Pronoun Type=indefinite Person=third Number=singular Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-sbs--------3 | Pronoun Type=indefinite Person=third Number=singular Case=ablative Owner_Number=singular Owner_Person=third | 1 |  |
Pi3-sbs--------3s | Pronoun Type=indefinite Person=third Number=singular Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-sbs--------3p | Pronoun Type=indefinite Person=third Number=singular Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-sbp--------1 | Pronoun Type=indefinite Person=third Number=singular Case=ablative Owner_Number=plural Owner_Person=first | 1 |  |
Pi3-sbp--------1s | Pronoun Type=indefinite Person=third Number=singular Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-sbp--------1p | Pronoun Type=indefinite Person=third Number=singular Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-sbp--------2 | Pronoun Type=indefinite Person=third Number=singular Case=ablative Owner_Number=plural Owner_Person=second | 1 |  |
Pi3-sbp--------2s | Pronoun Type=indefinite Person=third Number=singular Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-sbp--------2p | Pronoun Type=indefinite Person=third Number=singular Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-sbp--------3 | Pronoun Type=indefinite Person=third Number=singular Case=ablative Owner_Number=plural Owner_Person=third | 1 |  |
Pi3-sbp--------3s | Pronoun Type=indefinite Person=third Number=singular Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-sbp--------3p | Pronoun Type=indefinite Person=third Number=singular Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-s9 | Pronoun Type=indefinite Person=third Number=singular Case=terminative | 4 | mindig/mind, mindeddig/mindez, mindaddig/mindaz, másikig/másik |
Pi3-s9----------s | Pronoun Type=indefinite Person=third Number=singular Case=terminative Owned_Number=singular | 1 |  |
Pi3-s9----------p | Pronoun Type=indefinite Person=third Number=singular Case=terminative Owned_Number=plural | 1 |  |
Pi3-s9s--------1 | Pronoun Type=indefinite Person=third Number=singular Case=terminative Owner_Number=singular Owner_Person=first | 1 |  |
Pi3-s9s--------1s | Pronoun Type=indefinite Person=third Number=singular Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-s9s--------1p | Pronoun Type=indefinite Person=third Number=singular Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-s9s--------2 | Pronoun Type=indefinite Person=third Number=singular Case=terminative Owner_Number=singular Owner_Person=second | 1 |  |
Pi3-s9s--------2s | Pronoun Type=indefinite Person=third Number=singular Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-s9s--------2p | Pronoun Type=indefinite Person=third Number=singular Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-s9s--------3 | Pronoun Type=indefinite Person=third Number=singular Case=terminative Owner_Number=singular Owner_Person=third | 1 |  |
Pi3-s9s--------3s | Pronoun Type=indefinite Person=third Number=singular Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-s9s--------3p | Pronoun Type=indefinite Person=third Number=singular Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-s9p--------1 | Pronoun Type=indefinite Person=third Number=singular Case=terminative Owner_Number=plural Owner_Person=first | 1 |  |
Pi3-s9p--------1s | Pronoun Type=indefinite Person=third Number=singular Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-s9p--------1p | Pronoun Type=indefinite Person=third Number=singular Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-s9p--------2 | Pronoun Type=indefinite Person=third Number=singular Case=terminative Owner_Number=plural Owner_Person=second | 1 |  |
Pi3-s9p--------2s | Pronoun Type=indefinite Person=third Number=singular Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-s9p--------2p | Pronoun Type=indefinite Person=third Number=singular Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-s9p--------3 | Pronoun Type=indefinite Person=third Number=singular Case=terminative Owner_Number=plural Owner_Person=third | 1 |  |
Pi3-s9p--------3s | Pronoun Type=indefinite Person=third Number=singular Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-s9p--------3p | Pronoun Type=indefinite Person=third Number=singular Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-sw | Pronoun Type=indefinite Person=third Number=singular Case=essive | 1 | néhányan/néhány |
Pi3-sw----------s | Pronoun Type=indefinite Person=third Number=singular Case=essive Owned_Number=singular | 1 |  |
Pi3-sw----------p | Pronoun Type=indefinite Person=third Number=singular Case=essive Owned_Number=plural | 1 |  |
Pi3-sws--------1 | Pronoun Type=indefinite Person=third Number=singular Case=essive Owner_Number=singular Owner_Person=first | 1 |  |
Pi3-sws--------1s | Pronoun Type=indefinite Person=third Number=singular Case=essive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-sws--------1p | Pronoun Type=indefinite Person=third Number=singular Case=essive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-sws--------2 | Pronoun Type=indefinite Person=third Number=singular Case=essive Owner_Number=singular Owner_Person=second | 1 |  |
Pi3-sws--------2s | Pronoun Type=indefinite Person=third Number=singular Case=essive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-sws--------2p | Pronoun Type=indefinite Person=third Number=singular Case=essive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-sws--------3 | Pronoun Type=indefinite Person=third Number=singular Case=essive Owner_Number=singular Owner_Person=third | 1 |  |
Pi3-sws--------3s | Pronoun Type=indefinite Person=third Number=singular Case=essive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-sws--------3p | Pronoun Type=indefinite Person=third Number=singular Case=essive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-swp--------1 | Pronoun Type=indefinite Person=third Number=singular Case=essive Owner_Number=plural Owner_Person=first | 1 |  |
Pi3-swp--------1s | Pronoun Type=indefinite Person=third Number=singular Case=essive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-swp--------1p | Pronoun Type=indefinite Person=third Number=singular Case=essive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-swp--------2 | Pronoun Type=indefinite Person=third Number=singular Case=essive Owner_Number=plural Owner_Person=second | 1 |  |
Pi3-swp--------2s | Pronoun Type=indefinite Person=third Number=singular Case=essive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-swp--------2p | Pronoun Type=indefinite Person=third Number=singular Case=essive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-swp--------3 | Pronoun Type=indefinite Person=third Number=singular Case=essive Owner_Number=plural Owner_Person=third | 1 |  |
Pi3-swp--------3s | Pronoun Type=indefinite Person=third Number=singular Case=essive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-swp--------3p | Pronoun Type=indefinite Person=third Number=singular Case=essive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-sm | Pronoun Type=indefinite Person=third Number=singular Case=temporalis | 5 | valamikor/valami, mindenkor/minden, máskor/más, egyébkor/egyéb, bármikor/bármi |
Pi3-sm----------s | Pronoun Type=indefinite Person=third Number=singular Case=temporalis Owned_Number=singular | 1 |  |
Pi3-sm----------p | Pronoun Type=indefinite Person=third Number=singular Case=temporalis Owned_Number=plural | 1 |  |
Pi3-sms--------1 | Pronoun Type=indefinite Person=third Number=singular Case=temporalis Owner_Number=singular Owner_Person=first | 1 |  |
Pi3-sms--------1s | Pronoun Type=indefinite Person=third Number=singular Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-sms--------1p | Pronoun Type=indefinite Person=third Number=singular Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-sms--------2 | Pronoun Type=indefinite Person=third Number=singular Case=temporalis Owner_Number=singular Owner_Person=second | 1 |  |
Pi3-sms--------2s | Pronoun Type=indefinite Person=third Number=singular Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-sms--------2p | Pronoun Type=indefinite Person=third Number=singular Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-sms--------3 | Pronoun Type=indefinite Person=third Number=singular Case=temporalis Owner_Number=singular Owner_Person=third | 1 |  |
Pi3-sms--------3s | Pronoun Type=indefinite Person=third Number=singular Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-sms--------3p | Pronoun Type=indefinite Person=third Number=singular Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-smp--------1 | Pronoun Type=indefinite Person=third Number=singular Case=temporalis Owner_Number=plural Owner_Person=first | 1 |  |
Pi3-smp--------1s | Pronoun Type=indefinite Person=third Number=singular Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-smp--------1p | Pronoun Type=indefinite Person=third Number=singular Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-smp--------2 | Pronoun Type=indefinite Person=third Number=singular Case=temporalis Owner_Number=plural Owner_Person=second | 1 |  |
Pi3-smp--------2s | Pronoun Type=indefinite Person=third Number=singular Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-smp--------2p | Pronoun Type=indefinite Person=third Number=singular Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-smp--------3 | Pronoun Type=indefinite Person=third Number=singular Case=temporalis Owner_Number=plural Owner_Person=third | 1 |  |
Pi3-smp--------3s | Pronoun Type=indefinite Person=third Number=singular Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-smp--------3p | Pronoun Type=indefinite Person=third Number=singular Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-sc | Pronoun Type=indefinite Person=third Number=singular Case=causalis | 4 | valamiért/valami, mindenért/minden, másikért/másik, másért/más |
Pi3-sc----------s | Pronoun Type=indefinite Person=third Number=singular Case=causalis Owned_Number=singular | 1 |  |
Pi3-sc----------p | Pronoun Type=indefinite Person=third Number=singular Case=causalis Owned_Number=plural | 1 |  |
Pi3-scs--------1 | Pronoun Type=indefinite Person=third Number=singular Case=causalis Owner_Number=singular Owner_Person=first | 1 |  |
Pi3-scs--------1s | Pronoun Type=indefinite Person=third Number=singular Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-scs--------1p | Pronoun Type=indefinite Person=third Number=singular Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-scs--------2 | Pronoun Type=indefinite Person=third Number=singular Case=causalis Owner_Number=singular Owner_Person=second | 1 |  |
Pi3-scs--------2s | Pronoun Type=indefinite Person=third Number=singular Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-scs--------2p | Pronoun Type=indefinite Person=third Number=singular Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-scs--------3 | Pronoun Type=indefinite Person=third Number=singular Case=causalis Owner_Number=singular Owner_Person=third | 1 |  |
Pi3-scs--------3s | Pronoun Type=indefinite Person=third Number=singular Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-scs--------3p | Pronoun Type=indefinite Person=third Number=singular Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-scp--------1 | Pronoun Type=indefinite Person=third Number=singular Case=causalis Owner_Number=plural Owner_Person=first | 1 |  |
Pi3-scp--------1s | Pronoun Type=indefinite Person=third Number=singular Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-scp--------1p | Pronoun Type=indefinite Person=third Number=singular Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-scp--------2 | Pronoun Type=indefinite Person=third Number=singular Case=causalis Owner_Number=plural Owner_Person=second | 1 |  |
Pi3-scp--------2s | Pronoun Type=indefinite Person=third Number=singular Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-scp--------2p | Pronoun Type=indefinite Person=third Number=singular Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-scp--------3 | Pronoun Type=indefinite Person=third Number=singular Case=causalis Owner_Number=plural Owner_Person=third | 1 |  |
Pi3-scp--------3s | Pronoun Type=indefinite Person=third Number=singular Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-scp--------3p | Pronoun Type=indefinite Person=third Number=singular Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-ss | Pronoun Type=indefinite Person=third Number=singular Case=sublative | 10 | valamire/valami, minderre/mindez, mindenre/minden, mindenkire/mindenki, másra/más |
Pi3-ss----------s | Pronoun Type=indefinite Person=third Number=singular Case=sublative Owned_Number=singular | 1 | másikéra/másik |
Pi3-ss----------p | Pronoun Type=indefinite Person=third Number=singular Case=sublative Owned_Number=plural | 1 |  |
Pi3-sss--------1 | Pronoun Type=indefinite Person=third Number=singular Case=sublative Owner_Number=singular Owner_Person=first | 1 |  |
Pi3-sss--------1s | Pronoun Type=indefinite Person=third Number=singular Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-sss--------1p | Pronoun Type=indefinite Person=third Number=singular Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-sss--------2 | Pronoun Type=indefinite Person=third Number=singular Case=sublative Owner_Number=singular Owner_Person=second | 1 |  |
Pi3-sss--------2s | Pronoun Type=indefinite Person=third Number=singular Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-sss--------2p | Pronoun Type=indefinite Person=third Number=singular Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-sss--------3 | Pronoun Type=indefinite Person=third Number=singular Case=sublative Owner_Number=singular Owner_Person=third | 1 |  |
Pi3-sss--------3s | Pronoun Type=indefinite Person=third Number=singular Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-sss--------3p | Pronoun Type=indefinite Person=third Number=singular Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-ssp--------1 | Pronoun Type=indefinite Person=third Number=singular Case=sublative Owner_Number=plural Owner_Person=first | 1 |  |
Pi3-ssp--------1s | Pronoun Type=indefinite Person=third Number=singular Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-ssp--------1p | Pronoun Type=indefinite Person=third Number=singular Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-ssp--------2 | Pronoun Type=indefinite Person=third Number=singular Case=sublative Owner_Number=plural Owner_Person=second | 1 |  |
Pi3-ssp--------2s | Pronoun Type=indefinite Person=third Number=singular Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-ssp--------2p | Pronoun Type=indefinite Person=third Number=singular Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-ssp--------3 | Pronoun Type=indefinite Person=third Number=singular Case=sublative Owner_Number=plural Owner_Person=third | 1 |  |
Pi3-ssp--------3s | Pronoun Type=indefinite Person=third Number=singular Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-ssp--------3p | Pronoun Type=indefinite Person=third Number=singular Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-sh | Pronoun Type=indefinite Person=third Number=singular Case=delative | 9 | valamiről/valami, minderről/mindez, mindenről/minden, mindenkiről/mindenki, mindenféléről/mindenféle |
Pi3-sh----------s | Pronoun Type=indefinite Person=third Number=singular Case=delative Owned_Number=singular | 1 |  |
Pi3-sh----------p | Pronoun Type=indefinite Person=third Number=singular Case=delative Owned_Number=plural | 1 |  |
Pi3-shs--------1 | Pronoun Type=indefinite Person=third Number=singular Case=delative Owner_Number=singular Owner_Person=first | 1 |  |
Pi3-shs--------1s | Pronoun Type=indefinite Person=third Number=singular Case=delative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-shs--------1p | Pronoun Type=indefinite Person=third Number=singular Case=delative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-shs--------2 | Pronoun Type=indefinite Person=third Number=singular Case=delative Owner_Number=singular Owner_Person=second | 1 |  |
Pi3-shs--------2s | Pronoun Type=indefinite Person=third Number=singular Case=delative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-shs--------2p | Pronoun Type=indefinite Person=third Number=singular Case=delative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-shs--------3 | Pronoun Type=indefinite Person=third Number=singular Case=delative Owner_Number=singular Owner_Person=third | 1 |  |
Pi3-shs--------3s | Pronoun Type=indefinite Person=third Number=singular Case=delative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-shs--------3p | Pronoun Type=indefinite Person=third Number=singular Case=delative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-shp--------1 | Pronoun Type=indefinite Person=third Number=singular Case=delative Owner_Number=plural Owner_Person=first | 1 |  |
Pi3-shp--------1s | Pronoun Type=indefinite Person=third Number=singular Case=delative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-shp--------1p | Pronoun Type=indefinite Person=third Number=singular Case=delative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-shp--------2 | Pronoun Type=indefinite Person=third Number=singular Case=delative Owner_Number=plural Owner_Person=second | 1 |  |
Pi3-shp--------2s | Pronoun Type=indefinite Person=third Number=singular Case=delative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-shp--------2p | Pronoun Type=indefinite Person=third Number=singular Case=delative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-shp--------3 | Pronoun Type=indefinite Person=third Number=singular Case=delative Owner_Number=plural Owner_Person=third | 1 | egyikükről/egyik |
Pi3-shp--------3s | Pronoun Type=indefinite Person=third Number=singular Case=delative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-shp--------3p | Pronoun Type=indefinite Person=third Number=singular Case=delative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-sq | Pronoun Type=indefinite Person=third Number=singular Case=sociative | 1 | mindenestül/minden |
Pi3-sq----------s | Pronoun Type=indefinite Person=third Number=singular Case=sociative Owned_Number=singular | 1 |  |
Pi3-sq----------p | Pronoun Type=indefinite Person=third Number=singular Case=sociative Owned_Number=plural | 1 |  |
Pi3-sqs--------1 | Pronoun Type=indefinite Person=third Number=singular Case=sociative Owner_Number=singular Owner_Person=first | 1 |  |
Pi3-sqs--------1s | Pronoun Type=indefinite Person=third Number=singular Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-sqs--------1p | Pronoun Type=indefinite Person=third Number=singular Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-sqs--------2 | Pronoun Type=indefinite Person=third Number=singular Case=sociative Owner_Number=singular Owner_Person=second | 1 |  |
Pi3-sqs--------2s | Pronoun Type=indefinite Person=third Number=singular Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-sqs--------2p | Pronoun Type=indefinite Person=third Number=singular Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-sqs--------3 | Pronoun Type=indefinite Person=third Number=singular Case=sociative Owner_Number=singular Owner_Person=third | 1 |  |
Pi3-sqs--------3s | Pronoun Type=indefinite Person=third Number=singular Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-sqs--------3p | Pronoun Type=indefinite Person=third Number=singular Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-sqp--------1 | Pronoun Type=indefinite Person=third Number=singular Case=sociative Owner_Number=plural Owner_Person=first | 1 |  |
Pi3-sqp--------1s | Pronoun Type=indefinite Person=third Number=singular Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-sqp--------1p | Pronoun Type=indefinite Person=third Number=singular Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-sqp--------2 | Pronoun Type=indefinite Person=third Number=singular Case=sociative Owner_Number=plural Owner_Person=second | 1 |  |
Pi3-sqp--------2s | Pronoun Type=indefinite Person=third Number=singular Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-sqp--------2p | Pronoun Type=indefinite Person=third Number=singular Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-sqp--------3 | Pronoun Type=indefinite Person=third Number=singular Case=sociative Owner_Number=plural Owner_Person=third | 1 |  |
Pi3-sqp--------3s | Pronoun Type=indefinite Person=third Number=singular Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-sqp--------3p | Pronoun Type=indefinite Person=third Number=singular Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-sy | Pronoun Type=indefinite Person=third Number=singular Case=factive | 1 |  |
Pi3-sy----------s | Pronoun Type=indefinite Person=third Number=singular Case=factive Owned_Number=singular | 1 |  |
Pi3-sy----------p | Pronoun Type=indefinite Person=third Number=singular Case=factive Owned_Number=plural | 1 |  |
Pi3-sys--------1 | Pronoun Type=indefinite Person=third Number=singular Case=factive Owner_Number=singular Owner_Person=first | 1 |  |
Pi3-sys--------1s | Pronoun Type=indefinite Person=third Number=singular Case=factive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-sys--------1p | Pronoun Type=indefinite Person=third Number=singular Case=factive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-sys--------2 | Pronoun Type=indefinite Person=third Number=singular Case=factive Owner_Number=singular Owner_Person=second | 1 |  |
Pi3-sys--------2s | Pronoun Type=indefinite Person=third Number=singular Case=factive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-sys--------2p | Pronoun Type=indefinite Person=third Number=singular Case=factive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-sys--------3 | Pronoun Type=indefinite Person=third Number=singular Case=factive Owner_Number=singular Owner_Person=third | 1 |  |
Pi3-sys--------3s | Pronoun Type=indefinite Person=third Number=singular Case=factive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-sys--------3p | Pronoun Type=indefinite Person=third Number=singular Case=factive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-syp--------1 | Pronoun Type=indefinite Person=third Number=singular Case=factive Owner_Number=plural Owner_Person=first | 1 |  |
Pi3-syp--------1s | Pronoun Type=indefinite Person=third Number=singular Case=factive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-syp--------1p | Pronoun Type=indefinite Person=third Number=singular Case=factive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-syp--------2 | Pronoun Type=indefinite Person=third Number=singular Case=factive Owner_Number=plural Owner_Person=second | 1 |  |
Pi3-syp--------2s | Pronoun Type=indefinite Person=third Number=singular Case=factive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-syp--------2p | Pronoun Type=indefinite Person=third Number=singular Case=factive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-syp--------3 | Pronoun Type=indefinite Person=third Number=singular Case=factive Owner_Number=plural Owner_Person=third | 1 |  |
Pi3-syp--------3s | Pronoun Type=indefinite Person=third Number=singular Case=factive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-syp--------3p | Pronoun Type=indefinite Person=third Number=singular Case=factive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-sp | Pronoun Type=indefinite Person=third Number=singular Case=superessive | 7 | valamin/valami, minden/mind, mindenkin/mindenki, mindenen/minden, másikon/másik |
Pi3-sp----------s | Pronoun Type=indefinite Person=third Number=singular Case=superessive Owned_Number=singular | 2 | valamelyikén/valamelyik, egyikén/egyik |
Pi3-sp----------p | Pronoun Type=indefinite Person=third Number=singular Case=superessive Owned_Number=plural | 1 |  |
Pi3-sps--------1 | Pronoun Type=indefinite Person=third Number=singular Case=superessive Owner_Number=singular Owner_Person=first | 1 |  |
Pi3-sps--------1s | Pronoun Type=indefinite Person=third Number=singular Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-sps--------1p | Pronoun Type=indefinite Person=third Number=singular Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-sps--------2 | Pronoun Type=indefinite Person=third Number=singular Case=superessive Owner_Number=singular Owner_Person=second | 1 |  |
Pi3-sps--------2s | Pronoun Type=indefinite Person=third Number=singular Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-sps--------2p | Pronoun Type=indefinite Person=third Number=singular Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-sps--------3 | Pronoun Type=indefinite Person=third Number=singular Case=superessive Owner_Number=singular Owner_Person=third | 2 | valamelyikén/valamelyik, egyikén/egyik |
Pi3-sps--------3s | Pronoun Type=indefinite Person=third Number=singular Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-sps--------3p | Pronoun Type=indefinite Person=third Number=singular Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-spp--------1 | Pronoun Type=indefinite Person=third Number=singular Case=superessive Owner_Number=plural Owner_Person=first | 1 |  |
Pi3-spp--------1s | Pronoun Type=indefinite Person=third Number=singular Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-spp--------1p | Pronoun Type=indefinite Person=third Number=singular Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-spp--------2 | Pronoun Type=indefinite Person=third Number=singular Case=superessive Owner_Number=plural Owner_Person=second | 1 |  |
Pi3-spp--------2s | Pronoun Type=indefinite Person=third Number=singular Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-spp--------2p | Pronoun Type=indefinite Person=third Number=singular Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-spp--------3 | Pronoun Type=indefinite Person=third Number=singular Case=superessive Owner_Number=plural Owner_Person=third | 1 |  |
Pi3-spp--------3s | Pronoun Type=indefinite Person=third Number=singular Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-spp--------3p | Pronoun Type=indefinite Person=third Number=singular Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-su | Pronoun Type=indefinite Person=third Number=singular Case=distributive | 1 |  |
Pi3-su----------s | Pronoun Type=indefinite Person=third Number=singular Case=distributive Owned_Number=singular | 1 |  |
Pi3-su----------p | Pronoun Type=indefinite Person=third Number=singular Case=distributive Owned_Number=plural | 1 |  |
Pi3-sus--------1 | Pronoun Type=indefinite Person=third Number=singular Case=distributive Owner_Number=singular Owner_Person=first | 1 |  |
Pi3-sus--------1s | Pronoun Type=indefinite Person=third Number=singular Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-sus--------1p | Pronoun Type=indefinite Person=third Number=singular Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-sus--------2 | Pronoun Type=indefinite Person=third Number=singular Case=distributive Owner_Number=singular Owner_Person=second | 1 |  |
Pi3-sus--------2s | Pronoun Type=indefinite Person=third Number=singular Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-sus--------2p | Pronoun Type=indefinite Person=third Number=singular Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-sus--------3 | Pronoun Type=indefinite Person=third Number=singular Case=distributive Owner_Number=singular Owner_Person=third | 1 |  |
Pi3-sus--------3s | Pronoun Type=indefinite Person=third Number=singular Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-sus--------3p | Pronoun Type=indefinite Person=third Number=singular Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-sup--------1 | Pronoun Type=indefinite Person=third Number=singular Case=distributive Owner_Number=plural Owner_Person=first | 1 |  |
Pi3-sup--------1s | Pronoun Type=indefinite Person=third Number=singular Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-sup--------1p | Pronoun Type=indefinite Person=third Number=singular Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-sup--------2 | Pronoun Type=indefinite Person=third Number=singular Case=distributive Owner_Number=plural Owner_Person=second | 1 |  |
Pi3-sup--------2s | Pronoun Type=indefinite Person=third Number=singular Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-sup--------2p | Pronoun Type=indefinite Person=third Number=singular Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-sup--------3 | Pronoun Type=indefinite Person=third Number=singular Case=distributive Owner_Number=plural Owner_Person=third | 1 |  |
Pi3-sup--------3s | Pronoun Type=indefinite Person=third Number=singular Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-sup--------3p | Pronoun Type=indefinite Person=third Number=singular Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-sf | Pronoun Type=indefinite Person=third Number=singular Case=essive-formal | 10 | valamiképp/valami, valamiképpen/valami, mindenképp/minden, mindenképpen/minden, mindenféleképpen/mindenféle |
Pi3-sf----------s | Pronoun Type=indefinite Person=third Number=singular Case=essive-formal Owned_Number=singular | 1 |  |
Pi3-sf----------p | Pronoun Type=indefinite Person=third Number=singular Case=essive-formal Owned_Number=plural | 1 |  |
Pi3-sfs--------1 | Pronoun Type=indefinite Person=third Number=singular Case=essive-formal Owner_Number=singular Owner_Person=first | 1 |  |
Pi3-sfs--------1s | Pronoun Type=indefinite Person=third Number=singular Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-sfs--------1p | Pronoun Type=indefinite Person=third Number=singular Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-sfs--------2 | Pronoun Type=indefinite Person=third Number=singular Case=essive-formal Owner_Number=singular Owner_Person=second | 1 |  |
Pi3-sfs--------2s | Pronoun Type=indefinite Person=third Number=singular Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-sfs--------2p | Pronoun Type=indefinite Person=third Number=singular Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-sfs--------3 | Pronoun Type=indefinite Person=third Number=singular Case=essive-formal Owner_Number=singular Owner_Person=third | 1 | egyikeként/egyik |
Pi3-sfs--------3s | Pronoun Type=indefinite Person=third Number=singular Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-sfs--------3p | Pronoun Type=indefinite Person=third Number=singular Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-sfp--------1 | Pronoun Type=indefinite Person=third Number=singular Case=essive-formal Owner_Number=plural Owner_Person=first | 1 |  |
Pi3-sfp--------1s | Pronoun Type=indefinite Person=third Number=singular Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-sfp--------1p | Pronoun Type=indefinite Person=third Number=singular Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-sfp--------2 | Pronoun Type=indefinite Person=third Number=singular Case=essive-formal Owner_Number=plural Owner_Person=second | 1 |  |
Pi3-sfp--------2s | Pronoun Type=indefinite Person=third Number=singular Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-sfp--------2p | Pronoun Type=indefinite Person=third Number=singular Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-sfp--------3 | Pronoun Type=indefinite Person=third Number=singular Case=essive-formal Owner_Number=plural Owner_Person=third | 1 |  |
Pi3-sfp--------3s | Pronoun Type=indefinite Person=third Number=singular Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-sfp--------3p | Pronoun Type=indefinite Person=third Number=singular Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-pn | Pronoun Type=indefinite Person=third Number=plural Case=nominative | 8 | valakik/valaki, némelyek/némely, mindezek/mindez, mindenfélék/mindenféle, mindenek/minden |
Pi3-pn----------s | Pronoun Type=indefinite Person=third Number=plural Case=nominative Owned_Number=singular | 1 | másoké/más |
Pi3-pn----------p | Pronoun Type=indefinite Person=third Number=plural Case=nominative Owned_Number=plural | 1 |  |
Pi3-pns--------1 | Pronoun Type=indefinite Person=third Number=plural Case=nominative Owner_Number=singular Owner_Person=first | 1 |  |
Pi3-pns--------1s | Pronoun Type=indefinite Person=third Number=plural Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-pns--------1p | Pronoun Type=indefinite Person=third Number=plural Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-pns--------2 | Pronoun Type=indefinite Person=third Number=plural Case=nominative Owner_Number=singular Owner_Person=second | 1 |  |
Pi3-pns--------2s | Pronoun Type=indefinite Person=third Number=plural Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-pns--------2p | Pronoun Type=indefinite Person=third Number=plural Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-pns--------3 | Pronoun Type=indefinite Person=third Number=plural Case=nominative Owner_Number=singular Owner_Person=third | 1 |  |
Pi3-pns--------3s | Pronoun Type=indefinite Person=third Number=plural Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-pns--------3p | Pronoun Type=indefinite Person=third Number=plural Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-pnp--------1 | Pronoun Type=indefinite Person=third Number=plural Case=nominative Owner_Number=plural Owner_Person=first | 1 |  |
Pi3-pnp--------1s | Pronoun Type=indefinite Person=third Number=plural Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-pnp--------1p | Pronoun Type=indefinite Person=third Number=plural Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-pnp--------2 | Pronoun Type=indefinite Person=third Number=plural Case=nominative Owner_Number=plural Owner_Person=second | 1 |  |
Pi3-pnp--------2s | Pronoun Type=indefinite Person=third Number=plural Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-pnp--------2p | Pronoun Type=indefinite Person=third Number=plural Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-pnp--------3 | Pronoun Type=indefinite Person=third Number=plural Case=nominative Owner_Number=plural Owner_Person=third | 1 |  |
Pi3-pnp--------3s | Pronoun Type=indefinite Person=third Number=plural Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-pnp--------3p | Pronoun Type=indefinite Person=third Number=plural Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-pg | Pronoun Type=indefinite Person=third Number=plural Case=genitive | 1 |  |
Pi3-pg----------s | Pronoun Type=indefinite Person=third Number=plural Case=genitive Owned_Number=singular | 1 |  |
Pi3-pg----------p | Pronoun Type=indefinite Person=third Number=plural Case=genitive Owned_Number=plural | 1 |  |
Pi3-pgs--------1 | Pronoun Type=indefinite Person=third Number=plural Case=genitive Owner_Number=singular Owner_Person=first | 1 |  |
Pi3-pgs--------1s | Pronoun Type=indefinite Person=third Number=plural Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-pgs--------1p | Pronoun Type=indefinite Person=third Number=plural Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-pgs--------2 | Pronoun Type=indefinite Person=third Number=plural Case=genitive Owner_Number=singular Owner_Person=second | 1 |  |
Pi3-pgs--------2s | Pronoun Type=indefinite Person=third Number=plural Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-pgs--------2p | Pronoun Type=indefinite Person=third Number=plural Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-pgs--------3 | Pronoun Type=indefinite Person=third Number=plural Case=genitive Owner_Number=singular Owner_Person=third | 1 |  |
Pi3-pgs--------3s | Pronoun Type=indefinite Person=third Number=plural Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-pgs--------3p | Pronoun Type=indefinite Person=third Number=plural Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-pgp--------1 | Pronoun Type=indefinite Person=third Number=plural Case=genitive Owner_Number=plural Owner_Person=first | 1 |  |
Pi3-pgp--------1s | Pronoun Type=indefinite Person=third Number=plural Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-pgp--------1p | Pronoun Type=indefinite Person=third Number=plural Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-pgp--------2 | Pronoun Type=indefinite Person=third Number=plural Case=genitive Owner_Number=plural Owner_Person=second | 1 |  |
Pi3-pgp--------2s | Pronoun Type=indefinite Person=third Number=plural Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-pgp--------2p | Pronoun Type=indefinite Person=third Number=plural Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-pgp--------3 | Pronoun Type=indefinite Person=third Number=plural Case=genitive Owner_Number=plural Owner_Person=third | 1 |  |
Pi3-pgp--------3s | Pronoun Type=indefinite Person=third Number=plural Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-pgp--------3p | Pronoun Type=indefinite Person=third Number=plural Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-pd | Pronoun Type=indefinite Person=third Number=plural Case=dative | 1 | másoknak/más |
Pi3-pd----------s | Pronoun Type=indefinite Person=third Number=plural Case=dative Owned_Number=singular | 1 |  |
Pi3-pd----------p | Pronoun Type=indefinite Person=third Number=plural Case=dative Owned_Number=plural | 1 |  |
Pi3-pds--------1 | Pronoun Type=indefinite Person=third Number=plural Case=dative Owner_Number=singular Owner_Person=first | 1 |  |
Pi3-pds--------1s | Pronoun Type=indefinite Person=third Number=plural Case=dative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-pds--------1p | Pronoun Type=indefinite Person=third Number=plural Case=dative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-pds--------2 | Pronoun Type=indefinite Person=third Number=plural Case=dative Owner_Number=singular Owner_Person=second | 1 |  |
Pi3-pds--------2s | Pronoun Type=indefinite Person=third Number=plural Case=dative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-pds--------2p | Pronoun Type=indefinite Person=third Number=plural Case=dative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-pds--------3 | Pronoun Type=indefinite Person=third Number=plural Case=dative Owner_Number=singular Owner_Person=third | 1 |  |
Pi3-pds--------3s | Pronoun Type=indefinite Person=third Number=plural Case=dative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-pds--------3p | Pronoun Type=indefinite Person=third Number=plural Case=dative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-pdp--------1 | Pronoun Type=indefinite Person=third Number=plural Case=dative Owner_Number=plural Owner_Person=first | 1 |  |
Pi3-pdp--------1s | Pronoun Type=indefinite Person=third Number=plural Case=dative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-pdp--------1p | Pronoun Type=indefinite Person=third Number=plural Case=dative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-pdp--------2 | Pronoun Type=indefinite Person=third Number=plural Case=dative Owner_Number=plural Owner_Person=second | 1 |  |
Pi3-pdp--------2s | Pronoun Type=indefinite Person=third Number=plural Case=dative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-pdp--------2p | Pronoun Type=indefinite Person=third Number=plural Case=dative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-pdp--------3 | Pronoun Type=indefinite Person=third Number=plural Case=dative Owner_Number=plural Owner_Person=third | 1 |  |
Pi3-pdp--------3s | Pronoun Type=indefinite Person=third Number=plural Case=dative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-pdp--------3p | Pronoun Type=indefinite Person=third Number=plural Case=dative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-pa | Pronoun Type=indefinite Person=third Number=plural Case=accusative | 4 | mindezeket/mindez, mindazokat/mindaz, másokat/más, egyebeket/egyéb |
Pi3-pa----------s | Pronoun Type=indefinite Person=third Number=plural Case=accusative Owned_Number=singular | 1 | másokét/más |
Pi3-pa----------p | Pronoun Type=indefinite Person=third Number=plural Case=accusative Owned_Number=plural | 1 |  |
Pi3-pas--------1 | Pronoun Type=indefinite Person=third Number=plural Case=accusative Owner_Number=singular Owner_Person=first | 1 |  |
Pi3-pas--------1s | Pronoun Type=indefinite Person=third Number=plural Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-pas--------1p | Pronoun Type=indefinite Person=third Number=plural Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-pas--------2 | Pronoun Type=indefinite Person=third Number=plural Case=accusative Owner_Number=singular Owner_Person=second | 1 |  |
Pi3-pas--------2s | Pronoun Type=indefinite Person=third Number=plural Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-pas--------2p | Pronoun Type=indefinite Person=third Number=plural Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-pas--------3 | Pronoun Type=indefinite Person=third Number=plural Case=accusative Owner_Number=singular Owner_Person=third | 1 |  |
Pi3-pas--------3s | Pronoun Type=indefinite Person=third Number=plural Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-pas--------3p | Pronoun Type=indefinite Person=third Number=plural Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-pap--------1 | Pronoun Type=indefinite Person=third Number=plural Case=accusative Owner_Number=plural Owner_Person=first | 1 |  |
Pi3-pap--------1s | Pronoun Type=indefinite Person=third Number=plural Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-pap--------1p | Pronoun Type=indefinite Person=third Number=plural Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-pap--------2 | Pronoun Type=indefinite Person=third Number=plural Case=accusative Owner_Number=plural Owner_Person=second | 1 |  |
Pi3-pap--------2s | Pronoun Type=indefinite Person=third Number=plural Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-pap--------2p | Pronoun Type=indefinite Person=third Number=plural Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-pap--------3 | Pronoun Type=indefinite Person=third Number=plural Case=accusative Owner_Number=plural Owner_Person=third | 1 |  |
Pi3-pap--------3s | Pronoun Type=indefinite Person=third Number=plural Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-pap--------3p | Pronoun Type=indefinite Person=third Number=plural Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-pi | Pronoun Type=indefinite Person=third Number=plural Case=instrumental | 2 | mindazokkal/mindaz, másokkal/más |
Pi3-pi----------s | Pronoun Type=indefinite Person=third Number=plural Case=instrumental Owned_Number=singular | 1 |  |
Pi3-pi----------p | Pronoun Type=indefinite Person=third Number=plural Case=instrumental Owned_Number=plural | 1 |  |
Pi3-pis--------1 | Pronoun Type=indefinite Person=third Number=plural Case=instrumental Owner_Number=singular Owner_Person=first | 1 |  |
Pi3-pis--------1s | Pronoun Type=indefinite Person=third Number=plural Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-pis--------1p | Pronoun Type=indefinite Person=third Number=plural Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-pis--------2 | Pronoun Type=indefinite Person=third Number=plural Case=instrumental Owner_Number=singular Owner_Person=second | 1 |  |
Pi3-pis--------2s | Pronoun Type=indefinite Person=third Number=plural Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-pis--------2p | Pronoun Type=indefinite Person=third Number=plural Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-pis--------3 | Pronoun Type=indefinite Person=third Number=plural Case=instrumental Owner_Number=singular Owner_Person=third | 1 |  |
Pi3-pis--------3s | Pronoun Type=indefinite Person=third Number=plural Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-pis--------3p | Pronoun Type=indefinite Person=third Number=plural Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-pip--------1 | Pronoun Type=indefinite Person=third Number=plural Case=instrumental Owner_Number=plural Owner_Person=first | 1 |  |
Pi3-pip--------1s | Pronoun Type=indefinite Person=third Number=plural Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-pip--------1p | Pronoun Type=indefinite Person=third Number=plural Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-pip--------2 | Pronoun Type=indefinite Person=third Number=plural Case=instrumental Owner_Number=plural Owner_Person=second | 1 |  |
Pi3-pip--------2s | Pronoun Type=indefinite Person=third Number=plural Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-pip--------2p | Pronoun Type=indefinite Person=third Number=plural Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-pip--------3 | Pronoun Type=indefinite Person=third Number=plural Case=instrumental Owner_Number=plural Owner_Person=third | 1 |  |
Pi3-pip--------3s | Pronoun Type=indefinite Person=third Number=plural Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-pip--------3p | Pronoun Type=indefinite Person=third Number=plural Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-px | Pronoun Type=indefinite Person=third Number=plural Case=illative | 1 |  |
Pi3-px----------s | Pronoun Type=indefinite Person=third Number=plural Case=illative Owned_Number=singular | 1 |  |
Pi3-px----------p | Pronoun Type=indefinite Person=third Number=plural Case=illative Owned_Number=plural | 1 |  |
Pi3-pxs--------1 | Pronoun Type=indefinite Person=third Number=plural Case=illative Owner_Number=singular Owner_Person=first | 1 |  |
Pi3-pxs--------1s | Pronoun Type=indefinite Person=third Number=plural Case=illative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-pxs--------1p | Pronoun Type=indefinite Person=third Number=plural Case=illative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-pxs--------2 | Pronoun Type=indefinite Person=third Number=plural Case=illative Owner_Number=singular Owner_Person=second | 1 |  |
Pi3-pxs--------2s | Pronoun Type=indefinite Person=third Number=plural Case=illative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-pxs--------2p | Pronoun Type=indefinite Person=third Number=plural Case=illative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-pxs--------3 | Pronoun Type=indefinite Person=third Number=plural Case=illative Owner_Number=singular Owner_Person=third | 1 |  |
Pi3-pxs--------3s | Pronoun Type=indefinite Person=third Number=plural Case=illative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-pxs--------3p | Pronoun Type=indefinite Person=third Number=plural Case=illative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-pxp--------1 | Pronoun Type=indefinite Person=third Number=plural Case=illative Owner_Number=plural Owner_Person=first | 1 |  |
Pi3-pxp--------1s | Pronoun Type=indefinite Person=third Number=plural Case=illative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-pxp--------1p | Pronoun Type=indefinite Person=third Number=plural Case=illative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-pxp--------2 | Pronoun Type=indefinite Person=third Number=plural Case=illative Owner_Number=plural Owner_Person=second | 1 |  |
Pi3-pxp--------2s | Pronoun Type=indefinite Person=third Number=plural Case=illative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-pxp--------2p | Pronoun Type=indefinite Person=third Number=plural Case=illative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-pxp--------3 | Pronoun Type=indefinite Person=third Number=plural Case=illative Owner_Number=plural Owner_Person=third | 1 |  |
Pi3-pxp--------3s | Pronoun Type=indefinite Person=third Number=plural Case=illative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-pxp--------3p | Pronoun Type=indefinite Person=third Number=plural Case=illative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-p2 | Pronoun Type=indefinite Person=third Number=plural Case=inessive | 1 | másokban/más |
Pi3-p2----------s | Pronoun Type=indefinite Person=third Number=plural Case=inessive Owned_Number=singular | 1 |  |
Pi3-p2----------p | Pronoun Type=indefinite Person=third Number=plural Case=inessive Owned_Number=plural | 1 |  |
Pi3-p2s--------1 | Pronoun Type=indefinite Person=third Number=plural Case=inessive Owner_Number=singular Owner_Person=first | 1 |  |
Pi3-p2s--------1s | Pronoun Type=indefinite Person=third Number=plural Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-p2s--------1p | Pronoun Type=indefinite Person=third Number=plural Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-p2s--------2 | Pronoun Type=indefinite Person=third Number=plural Case=inessive Owner_Number=singular Owner_Person=second | 1 |  |
Pi3-p2s--------2s | Pronoun Type=indefinite Person=third Number=plural Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-p2s--------2p | Pronoun Type=indefinite Person=third Number=plural Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-p2s--------3 | Pronoun Type=indefinite Person=third Number=plural Case=inessive Owner_Number=singular Owner_Person=third | 1 |  |
Pi3-p2s--------3s | Pronoun Type=indefinite Person=third Number=plural Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-p2s--------3p | Pronoun Type=indefinite Person=third Number=plural Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-p2p--------1 | Pronoun Type=indefinite Person=third Number=plural Case=inessive Owner_Number=plural Owner_Person=first | 1 |  |
Pi3-p2p--------1s | Pronoun Type=indefinite Person=third Number=plural Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-p2p--------1p | Pronoun Type=indefinite Person=third Number=plural Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-p2p--------2 | Pronoun Type=indefinite Person=third Number=plural Case=inessive Owner_Number=plural Owner_Person=second | 1 |  |
Pi3-p2p--------2s | Pronoun Type=indefinite Person=third Number=plural Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-p2p--------2p | Pronoun Type=indefinite Person=third Number=plural Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-p2p--------3 | Pronoun Type=indefinite Person=third Number=plural Case=inessive Owner_Number=plural Owner_Person=third | 1 |  |
Pi3-p2p--------3s | Pronoun Type=indefinite Person=third Number=plural Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-p2p--------3p | Pronoun Type=indefinite Person=third Number=plural Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-pe | Pronoun Type=indefinite Person=third Number=plural Case=elative | 1 |  |
Pi3-pe----------s | Pronoun Type=indefinite Person=third Number=plural Case=elative Owned_Number=singular | 1 |  |
Pi3-pe----------p | Pronoun Type=indefinite Person=third Number=plural Case=elative Owned_Number=plural | 1 |  |
Pi3-pes--------1 | Pronoun Type=indefinite Person=third Number=plural Case=elative Owner_Number=singular Owner_Person=first | 1 |  |
Pi3-pes--------1s | Pronoun Type=indefinite Person=third Number=plural Case=elative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-pes--------1p | Pronoun Type=indefinite Person=third Number=plural Case=elative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-pes--------2 | Pronoun Type=indefinite Person=third Number=plural Case=elative Owner_Number=singular Owner_Person=second | 1 |  |
Pi3-pes--------2s | Pronoun Type=indefinite Person=third Number=plural Case=elative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-pes--------2p | Pronoun Type=indefinite Person=third Number=plural Case=elative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-pes--------3 | Pronoun Type=indefinite Person=third Number=plural Case=elative Owner_Number=singular Owner_Person=third | 1 |  |
Pi3-pes--------3s | Pronoun Type=indefinite Person=third Number=plural Case=elative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-pes--------3p | Pronoun Type=indefinite Person=third Number=plural Case=elative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-pep--------1 | Pronoun Type=indefinite Person=third Number=plural Case=elative Owner_Number=plural Owner_Person=first | 1 |  |
Pi3-pep--------1s | Pronoun Type=indefinite Person=third Number=plural Case=elative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-pep--------1p | Pronoun Type=indefinite Person=third Number=plural Case=elative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-pep--------2 | Pronoun Type=indefinite Person=third Number=plural Case=elative Owner_Number=plural Owner_Person=second | 1 |  |
Pi3-pep--------2s | Pronoun Type=indefinite Person=third Number=plural Case=elative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-pep--------2p | Pronoun Type=indefinite Person=third Number=plural Case=elative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-pep--------3 | Pronoun Type=indefinite Person=third Number=plural Case=elative Owner_Number=plural Owner_Person=third | 1 |  |
Pi3-pep--------3s | Pronoun Type=indefinite Person=third Number=plural Case=elative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-pep--------3p | Pronoun Type=indefinite Person=third Number=plural Case=elative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-pt | Pronoun Type=indefinite Person=third Number=plural Case=allative | 1 |  |
Pi3-pt----------s | Pronoun Type=indefinite Person=third Number=plural Case=allative Owned_Number=singular | 1 |  |
Pi3-pt----------p | Pronoun Type=indefinite Person=third Number=plural Case=allative Owned_Number=plural | 1 |  |
Pi3-pts--------1 | Pronoun Type=indefinite Person=third Number=plural Case=allative Owner_Number=singular Owner_Person=first | 1 |  |
Pi3-pts--------1s | Pronoun Type=indefinite Person=third Number=plural Case=allative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-pts--------1p | Pronoun Type=indefinite Person=third Number=plural Case=allative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-pts--------2 | Pronoun Type=indefinite Person=third Number=plural Case=allative Owner_Number=singular Owner_Person=second | 1 |  |
Pi3-pts--------2s | Pronoun Type=indefinite Person=third Number=plural Case=allative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-pts--------2p | Pronoun Type=indefinite Person=third Number=plural Case=allative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-pts--------3 | Pronoun Type=indefinite Person=third Number=plural Case=allative Owner_Number=singular Owner_Person=third | 1 |  |
Pi3-pts--------3s | Pronoun Type=indefinite Person=third Number=plural Case=allative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-pts--------3p | Pronoun Type=indefinite Person=third Number=plural Case=allative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-ptp--------1 | Pronoun Type=indefinite Person=third Number=plural Case=allative Owner_Number=plural Owner_Person=first | 1 |  |
Pi3-ptp--------1s | Pronoun Type=indefinite Person=third Number=plural Case=allative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-ptp--------1p | Pronoun Type=indefinite Person=third Number=plural Case=allative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-ptp--------2 | Pronoun Type=indefinite Person=third Number=plural Case=allative Owner_Number=plural Owner_Person=second | 1 |  |
Pi3-ptp--------2s | Pronoun Type=indefinite Person=third Number=plural Case=allative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-ptp--------2p | Pronoun Type=indefinite Person=third Number=plural Case=allative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-ptp--------3 | Pronoun Type=indefinite Person=third Number=plural Case=allative Owner_Number=plural Owner_Person=third | 1 |  |
Pi3-ptp--------3s | Pronoun Type=indefinite Person=third Number=plural Case=allative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-ptp--------3p | Pronoun Type=indefinite Person=third Number=plural Case=allative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-p3 | Pronoun Type=indefinite Person=third Number=plural Case=adessive | 1 | másoknál/más |
Pi3-p3----------s | Pronoun Type=indefinite Person=third Number=plural Case=adessive Owned_Number=singular | 1 |  |
Pi3-p3----------p | Pronoun Type=indefinite Person=third Number=plural Case=adessive Owned_Number=plural | 1 |  |
Pi3-p3s--------1 | Pronoun Type=indefinite Person=third Number=plural Case=adessive Owner_Number=singular Owner_Person=first | 1 |  |
Pi3-p3s--------1s | Pronoun Type=indefinite Person=third Number=plural Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-p3s--------1p | Pronoun Type=indefinite Person=third Number=plural Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-p3s--------2 | Pronoun Type=indefinite Person=third Number=plural Case=adessive Owner_Number=singular Owner_Person=second | 1 |  |
Pi3-p3s--------2s | Pronoun Type=indefinite Person=third Number=plural Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-p3s--------2p | Pronoun Type=indefinite Person=third Number=plural Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-p3s--------3 | Pronoun Type=indefinite Person=third Number=plural Case=adessive Owner_Number=singular Owner_Person=third | 1 |  |
Pi3-p3s--------3s | Pronoun Type=indefinite Person=third Number=plural Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-p3s--------3p | Pronoun Type=indefinite Person=third Number=plural Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-p3p--------1 | Pronoun Type=indefinite Person=third Number=plural Case=adessive Owner_Number=plural Owner_Person=first | 1 |  |
Pi3-p3p--------1s | Pronoun Type=indefinite Person=third Number=plural Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-p3p--------1p | Pronoun Type=indefinite Person=third Number=plural Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-p3p--------2 | Pronoun Type=indefinite Person=third Number=plural Case=adessive Owner_Number=plural Owner_Person=second | 1 |  |
Pi3-p3p--------2s | Pronoun Type=indefinite Person=third Number=plural Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-p3p--------2p | Pronoun Type=indefinite Person=third Number=plural Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-p3p--------3 | Pronoun Type=indefinite Person=third Number=plural Case=adessive Owner_Number=plural Owner_Person=third | 1 |  |
Pi3-p3p--------3s | Pronoun Type=indefinite Person=third Number=plural Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-p3p--------3p | Pronoun Type=indefinite Person=third Number=plural Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-pb | Pronoun Type=indefinite Person=third Number=plural Case=ablative | 1 | másoktól/más |
Pi3-pb----------s | Pronoun Type=indefinite Person=third Number=plural Case=ablative Owned_Number=singular | 1 |  |
Pi3-pb----------p | Pronoun Type=indefinite Person=third Number=plural Case=ablative Owned_Number=plural | 1 |  |
Pi3-pbs--------1 | Pronoun Type=indefinite Person=third Number=plural Case=ablative Owner_Number=singular Owner_Person=first | 1 |  |
Pi3-pbs--------1s | Pronoun Type=indefinite Person=third Number=plural Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-pbs--------1p | Pronoun Type=indefinite Person=third Number=plural Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-pbs--------2 | Pronoun Type=indefinite Person=third Number=plural Case=ablative Owner_Number=singular Owner_Person=second | 1 |  |
Pi3-pbs--------2s | Pronoun Type=indefinite Person=third Number=plural Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-pbs--------2p | Pronoun Type=indefinite Person=third Number=plural Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-pbs--------3 | Pronoun Type=indefinite Person=third Number=plural Case=ablative Owner_Number=singular Owner_Person=third | 1 |  |
Pi3-pbs--------3s | Pronoun Type=indefinite Person=third Number=plural Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-pbs--------3p | Pronoun Type=indefinite Person=third Number=plural Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-pbp--------1 | Pronoun Type=indefinite Person=third Number=plural Case=ablative Owner_Number=plural Owner_Person=first | 1 |  |
Pi3-pbp--------1s | Pronoun Type=indefinite Person=third Number=plural Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-pbp--------1p | Pronoun Type=indefinite Person=third Number=plural Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-pbp--------2 | Pronoun Type=indefinite Person=third Number=plural Case=ablative Owner_Number=plural Owner_Person=second | 1 |  |
Pi3-pbp--------2s | Pronoun Type=indefinite Person=third Number=plural Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-pbp--------2p | Pronoun Type=indefinite Person=third Number=plural Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-pbp--------3 | Pronoun Type=indefinite Person=third Number=plural Case=ablative Owner_Number=plural Owner_Person=third | 1 |  |
Pi3-pbp--------3s | Pronoun Type=indefinite Person=third Number=plural Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-pbp--------3p | Pronoun Type=indefinite Person=third Number=plural Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-p9 | Pronoun Type=indefinite Person=third Number=plural Case=terminative | 1 |  |
Pi3-p9----------s | Pronoun Type=indefinite Person=third Number=plural Case=terminative Owned_Number=singular | 1 |  |
Pi3-p9----------p | Pronoun Type=indefinite Person=third Number=plural Case=terminative Owned_Number=plural | 1 |  |
Pi3-p9s--------1 | Pronoun Type=indefinite Person=third Number=plural Case=terminative Owner_Number=singular Owner_Person=first | 1 |  |
Pi3-p9s--------1s | Pronoun Type=indefinite Person=third Number=plural Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-p9s--------1p | Pronoun Type=indefinite Person=third Number=plural Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-p9s--------2 | Pronoun Type=indefinite Person=third Number=plural Case=terminative Owner_Number=singular Owner_Person=second | 1 |  |
Pi3-p9s--------2s | Pronoun Type=indefinite Person=third Number=plural Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-p9s--------2p | Pronoun Type=indefinite Person=third Number=plural Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-p9s--------3 | Pronoun Type=indefinite Person=third Number=plural Case=terminative Owner_Number=singular Owner_Person=third | 1 |  |
Pi3-p9s--------3s | Pronoun Type=indefinite Person=third Number=plural Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-p9s--------3p | Pronoun Type=indefinite Person=third Number=plural Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-p9p--------1 | Pronoun Type=indefinite Person=third Number=plural Case=terminative Owner_Number=plural Owner_Person=first | 1 |  |
Pi3-p9p--------1s | Pronoun Type=indefinite Person=third Number=plural Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-p9p--------1p | Pronoun Type=indefinite Person=third Number=plural Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-p9p--------2 | Pronoun Type=indefinite Person=third Number=plural Case=terminative Owner_Number=plural Owner_Person=second | 1 |  |
Pi3-p9p--------2s | Pronoun Type=indefinite Person=third Number=plural Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-p9p--------2p | Pronoun Type=indefinite Person=third Number=plural Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-p9p--------3 | Pronoun Type=indefinite Person=third Number=plural Case=terminative Owner_Number=plural Owner_Person=third | 1 |  |
Pi3-p9p--------3s | Pronoun Type=indefinite Person=third Number=plural Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-p9p--------3p | Pronoun Type=indefinite Person=third Number=plural Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-pw | Pronoun Type=indefinite Person=third Number=plural Case=essive | 1 |  |
Pi3-pw----------s | Pronoun Type=indefinite Person=third Number=plural Case=essive Owned_Number=singular | 1 |  |
Pi3-pw----------p | Pronoun Type=indefinite Person=third Number=plural Case=essive Owned_Number=plural | 1 |  |
Pi3-pws--------1 | Pronoun Type=indefinite Person=third Number=plural Case=essive Owner_Number=singular Owner_Person=first | 1 |  |
Pi3-pws--------1s | Pronoun Type=indefinite Person=third Number=plural Case=essive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-pws--------1p | Pronoun Type=indefinite Person=third Number=plural Case=essive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-pws--------2 | Pronoun Type=indefinite Person=third Number=plural Case=essive Owner_Number=singular Owner_Person=second | 1 |  |
Pi3-pws--------2s | Pronoun Type=indefinite Person=third Number=plural Case=essive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-pws--------2p | Pronoun Type=indefinite Person=third Number=plural Case=essive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-pws--------3 | Pronoun Type=indefinite Person=third Number=plural Case=essive Owner_Number=singular Owner_Person=third | 1 |  |
Pi3-pws--------3s | Pronoun Type=indefinite Person=third Number=plural Case=essive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-pws--------3p | Pronoun Type=indefinite Person=third Number=plural Case=essive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-pwp--------1 | Pronoun Type=indefinite Person=third Number=plural Case=essive Owner_Number=plural Owner_Person=first | 1 |  |
Pi3-pwp--------1s | Pronoun Type=indefinite Person=third Number=plural Case=essive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-pwp--------1p | Pronoun Type=indefinite Person=third Number=plural Case=essive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-pwp--------2 | Pronoun Type=indefinite Person=third Number=plural Case=essive Owner_Number=plural Owner_Person=second | 1 |  |
Pi3-pwp--------2s | Pronoun Type=indefinite Person=third Number=plural Case=essive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-pwp--------2p | Pronoun Type=indefinite Person=third Number=plural Case=essive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-pwp--------3 | Pronoun Type=indefinite Person=third Number=plural Case=essive Owner_Number=plural Owner_Person=third | 1 |  |
Pi3-pwp--------3s | Pronoun Type=indefinite Person=third Number=plural Case=essive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-pwp--------3p | Pronoun Type=indefinite Person=third Number=plural Case=essive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-pm | Pronoun Type=indefinite Person=third Number=plural Case=temporalis | 1 |  |
Pi3-pm----------s | Pronoun Type=indefinite Person=third Number=plural Case=temporalis Owned_Number=singular | 1 |  |
Pi3-pm----------p | Pronoun Type=indefinite Person=third Number=plural Case=temporalis Owned_Number=plural | 1 |  |
Pi3-pms--------1 | Pronoun Type=indefinite Person=third Number=plural Case=temporalis Owner_Number=singular Owner_Person=first | 1 |  |
Pi3-pms--------1s | Pronoun Type=indefinite Person=third Number=plural Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-pms--------1p | Pronoun Type=indefinite Person=third Number=plural Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-pms--------2 | Pronoun Type=indefinite Person=third Number=plural Case=temporalis Owner_Number=singular Owner_Person=second | 1 |  |
Pi3-pms--------2s | Pronoun Type=indefinite Person=third Number=plural Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-pms--------2p | Pronoun Type=indefinite Person=third Number=plural Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-pms--------3 | Pronoun Type=indefinite Person=third Number=plural Case=temporalis Owner_Number=singular Owner_Person=third | 1 |  |
Pi3-pms--------3s | Pronoun Type=indefinite Person=third Number=plural Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-pms--------3p | Pronoun Type=indefinite Person=third Number=plural Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-pmp--------1 | Pronoun Type=indefinite Person=third Number=plural Case=temporalis Owner_Number=plural Owner_Person=first | 1 |  |
Pi3-pmp--------1s | Pronoun Type=indefinite Person=third Number=plural Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-pmp--------1p | Pronoun Type=indefinite Person=third Number=plural Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-pmp--------2 | Pronoun Type=indefinite Person=third Number=plural Case=temporalis Owner_Number=plural Owner_Person=second | 1 |  |
Pi3-pmp--------2s | Pronoun Type=indefinite Person=third Number=plural Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-pmp--------2p | Pronoun Type=indefinite Person=third Number=plural Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-pmp--------3 | Pronoun Type=indefinite Person=third Number=plural Case=temporalis Owner_Number=plural Owner_Person=third | 1 |  |
Pi3-pmp--------3s | Pronoun Type=indefinite Person=third Number=plural Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-pmp--------3p | Pronoun Type=indefinite Person=third Number=plural Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-pc | Pronoun Type=indefinite Person=third Number=plural Case=causalis | 1 |  |
Pi3-pc----------s | Pronoun Type=indefinite Person=third Number=plural Case=causalis Owned_Number=singular | 1 | másokéért/más |
Pi3-pc----------p | Pronoun Type=indefinite Person=third Number=plural Case=causalis Owned_Number=plural | 1 |  |
Pi3-pcs--------1 | Pronoun Type=indefinite Person=third Number=plural Case=causalis Owner_Number=singular Owner_Person=first | 1 |  |
Pi3-pcs--------1s | Pronoun Type=indefinite Person=third Number=plural Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-pcs--------1p | Pronoun Type=indefinite Person=third Number=plural Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-pcs--------2 | Pronoun Type=indefinite Person=third Number=plural Case=causalis Owner_Number=singular Owner_Person=second | 1 |  |
Pi3-pcs--------2s | Pronoun Type=indefinite Person=third Number=plural Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-pcs--------2p | Pronoun Type=indefinite Person=third Number=plural Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-pcs--------3 | Pronoun Type=indefinite Person=third Number=plural Case=causalis Owner_Number=singular Owner_Person=third | 1 |  |
Pi3-pcs--------3s | Pronoun Type=indefinite Person=third Number=plural Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-pcs--------3p | Pronoun Type=indefinite Person=third Number=plural Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-pcp--------1 | Pronoun Type=indefinite Person=third Number=plural Case=causalis Owner_Number=plural Owner_Person=first | 1 |  |
Pi3-pcp--------1s | Pronoun Type=indefinite Person=third Number=plural Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-pcp--------1p | Pronoun Type=indefinite Person=third Number=plural Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-pcp--------2 | Pronoun Type=indefinite Person=third Number=plural Case=causalis Owner_Number=plural Owner_Person=second | 1 |  |
Pi3-pcp--------2s | Pronoun Type=indefinite Person=third Number=plural Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-pcp--------2p | Pronoun Type=indefinite Person=third Number=plural Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-pcp--------3 | Pronoun Type=indefinite Person=third Number=plural Case=causalis Owner_Number=plural Owner_Person=third | 1 |  |
Pi3-pcp--------3s | Pronoun Type=indefinite Person=third Number=plural Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-pcp--------3p | Pronoun Type=indefinite Person=third Number=plural Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-ps | Pronoun Type=indefinite Person=third Number=plural Case=sublative | 1 | másokra/más |
Pi3-ps----------s | Pronoun Type=indefinite Person=third Number=plural Case=sublative Owned_Number=singular | 1 |  |
Pi3-ps----------p | Pronoun Type=indefinite Person=third Number=plural Case=sublative Owned_Number=plural | 1 |  |
Pi3-pss--------1 | Pronoun Type=indefinite Person=third Number=plural Case=sublative Owner_Number=singular Owner_Person=first | 1 |  |
Pi3-pss--------1s | Pronoun Type=indefinite Person=third Number=plural Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-pss--------1p | Pronoun Type=indefinite Person=third Number=plural Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-pss--------2 | Pronoun Type=indefinite Person=third Number=plural Case=sublative Owner_Number=singular Owner_Person=second | 1 |  |
Pi3-pss--------2s | Pronoun Type=indefinite Person=third Number=plural Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-pss--------2p | Pronoun Type=indefinite Person=third Number=plural Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-pss--------3 | Pronoun Type=indefinite Person=third Number=plural Case=sublative Owner_Number=singular Owner_Person=third | 1 |  |
Pi3-pss--------3s | Pronoun Type=indefinite Person=third Number=plural Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-pss--------3p | Pronoun Type=indefinite Person=third Number=plural Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-psp--------1 | Pronoun Type=indefinite Person=third Number=plural Case=sublative Owner_Number=plural Owner_Person=first | 1 |  |
Pi3-psp--------1s | Pronoun Type=indefinite Person=third Number=plural Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-psp--------1p | Pronoun Type=indefinite Person=third Number=plural Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-psp--------2 | Pronoun Type=indefinite Person=third Number=plural Case=sublative Owner_Number=plural Owner_Person=second | 1 |  |
Pi3-psp--------2s | Pronoun Type=indefinite Person=third Number=plural Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-psp--------2p | Pronoun Type=indefinite Person=third Number=plural Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-psp--------3 | Pronoun Type=indefinite Person=third Number=plural Case=sublative Owner_Number=plural Owner_Person=third | 1 |  |
Pi3-psp--------3s | Pronoun Type=indefinite Person=third Number=plural Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-psp--------3p | Pronoun Type=indefinite Person=third Number=plural Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-ph | Pronoun Type=indefinite Person=third Number=plural Case=delative | 2 | mindazokról/mindaz, egyebekről/egyéb |
Pi3-ph----------s | Pronoun Type=indefinite Person=third Number=plural Case=delative Owned_Number=singular | 1 |  |
Pi3-ph----------p | Pronoun Type=indefinite Person=third Number=plural Case=delative Owned_Number=plural | 1 |  |
Pi3-phs--------1 | Pronoun Type=indefinite Person=third Number=plural Case=delative Owner_Number=singular Owner_Person=first | 1 |  |
Pi3-phs--------1s | Pronoun Type=indefinite Person=third Number=plural Case=delative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-phs--------1p | Pronoun Type=indefinite Person=third Number=plural Case=delative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-phs--------2 | Pronoun Type=indefinite Person=third Number=plural Case=delative Owner_Number=singular Owner_Person=second | 1 |  |
Pi3-phs--------2s | Pronoun Type=indefinite Person=third Number=plural Case=delative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-phs--------2p | Pronoun Type=indefinite Person=third Number=plural Case=delative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-phs--------3 | Pronoun Type=indefinite Person=third Number=plural Case=delative Owner_Number=singular Owner_Person=third | 1 |  |
Pi3-phs--------3s | Pronoun Type=indefinite Person=third Number=plural Case=delative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-phs--------3p | Pronoun Type=indefinite Person=third Number=plural Case=delative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-php--------1 | Pronoun Type=indefinite Person=third Number=plural Case=delative Owner_Number=plural Owner_Person=first | 1 |  |
Pi3-php--------1s | Pronoun Type=indefinite Person=third Number=plural Case=delative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-php--------1p | Pronoun Type=indefinite Person=third Number=plural Case=delative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-php--------2 | Pronoun Type=indefinite Person=third Number=plural Case=delative Owner_Number=plural Owner_Person=second | 1 |  |
Pi3-php--------2s | Pronoun Type=indefinite Person=third Number=plural Case=delative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-php--------2p | Pronoun Type=indefinite Person=third Number=plural Case=delative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-php--------3 | Pronoun Type=indefinite Person=third Number=plural Case=delative Owner_Number=plural Owner_Person=third | 1 |  |
Pi3-php--------3s | Pronoun Type=indefinite Person=third Number=plural Case=delative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-php--------3p | Pronoun Type=indefinite Person=third Number=plural Case=delative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-pq | Pronoun Type=indefinite Person=third Number=plural Case=sociative | 1 |  |
Pi3-pq----------s | Pronoun Type=indefinite Person=third Number=plural Case=sociative Owned_Number=singular | 1 |  |
Pi3-pq----------p | Pronoun Type=indefinite Person=third Number=plural Case=sociative Owned_Number=plural | 1 |  |
Pi3-pqs--------1 | Pronoun Type=indefinite Person=third Number=plural Case=sociative Owner_Number=singular Owner_Person=first | 1 |  |
Pi3-pqs--------1s | Pronoun Type=indefinite Person=third Number=plural Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-pqs--------1p | Pronoun Type=indefinite Person=third Number=plural Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-pqs--------2 | Pronoun Type=indefinite Person=third Number=plural Case=sociative Owner_Number=singular Owner_Person=second | 1 |  |
Pi3-pqs--------2s | Pronoun Type=indefinite Person=third Number=plural Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-pqs--------2p | Pronoun Type=indefinite Person=third Number=plural Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-pqs--------3 | Pronoun Type=indefinite Person=third Number=plural Case=sociative Owner_Number=singular Owner_Person=third | 1 |  |
Pi3-pqs--------3s | Pronoun Type=indefinite Person=third Number=plural Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-pqs--------3p | Pronoun Type=indefinite Person=third Number=plural Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-pqp--------1 | Pronoun Type=indefinite Person=third Number=plural Case=sociative Owner_Number=plural Owner_Person=first | 1 |  |
Pi3-pqp--------1s | Pronoun Type=indefinite Person=third Number=plural Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-pqp--------1p | Pronoun Type=indefinite Person=third Number=plural Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-pqp--------2 | Pronoun Type=indefinite Person=third Number=plural Case=sociative Owner_Number=plural Owner_Person=second | 1 |  |
Pi3-pqp--------2s | Pronoun Type=indefinite Person=third Number=plural Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-pqp--------2p | Pronoun Type=indefinite Person=third Number=plural Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-pqp--------3 | Pronoun Type=indefinite Person=third Number=plural Case=sociative Owner_Number=plural Owner_Person=third | 1 |  |
Pi3-pqp--------3s | Pronoun Type=indefinite Person=third Number=plural Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-pqp--------3p | Pronoun Type=indefinite Person=third Number=plural Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-py | Pronoun Type=indefinite Person=third Number=plural Case=factive | 1 |  |
Pi3-py----------s | Pronoun Type=indefinite Person=third Number=plural Case=factive Owned_Number=singular | 1 |  |
Pi3-py----------p | Pronoun Type=indefinite Person=third Number=plural Case=factive Owned_Number=plural | 1 |  |
Pi3-pys--------1 | Pronoun Type=indefinite Person=third Number=plural Case=factive Owner_Number=singular Owner_Person=first | 1 |  |
Pi3-pys--------1s | Pronoun Type=indefinite Person=third Number=plural Case=factive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-pys--------1p | Pronoun Type=indefinite Person=third Number=plural Case=factive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-pys--------2 | Pronoun Type=indefinite Person=third Number=plural Case=factive Owner_Number=singular Owner_Person=second | 1 |  |
Pi3-pys--------2s | Pronoun Type=indefinite Person=third Number=plural Case=factive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-pys--------2p | Pronoun Type=indefinite Person=third Number=plural Case=factive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-pys--------3 | Pronoun Type=indefinite Person=third Number=plural Case=factive Owner_Number=singular Owner_Person=third | 1 |  |
Pi3-pys--------3s | Pronoun Type=indefinite Person=third Number=plural Case=factive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-pys--------3p | Pronoun Type=indefinite Person=third Number=plural Case=factive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-pyp--------1 | Pronoun Type=indefinite Person=third Number=plural Case=factive Owner_Number=plural Owner_Person=first | 1 |  |
Pi3-pyp--------1s | Pronoun Type=indefinite Person=third Number=plural Case=factive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-pyp--------1p | Pronoun Type=indefinite Person=third Number=plural Case=factive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-pyp--------2 | Pronoun Type=indefinite Person=third Number=plural Case=factive Owner_Number=plural Owner_Person=second | 1 |  |
Pi3-pyp--------2s | Pronoun Type=indefinite Person=third Number=plural Case=factive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-pyp--------2p | Pronoun Type=indefinite Person=third Number=plural Case=factive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-pyp--------3 | Pronoun Type=indefinite Person=third Number=plural Case=factive Owner_Number=plural Owner_Person=third | 1 |  |
Pi3-pyp--------3s | Pronoun Type=indefinite Person=third Number=plural Case=factive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-pyp--------3p | Pronoun Type=indefinite Person=third Number=plural Case=factive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-pp | Pronoun Type=indefinite Person=third Number=plural Case=superessive | 1 |  |
Pi3-pp----------s | Pronoun Type=indefinite Person=third Number=plural Case=superessive Owned_Number=singular | 1 |  |
Pi3-pp----------p | Pronoun Type=indefinite Person=third Number=plural Case=superessive Owned_Number=plural | 1 |  |
Pi3-pps--------1 | Pronoun Type=indefinite Person=third Number=plural Case=superessive Owner_Number=singular Owner_Person=first | 1 |  |
Pi3-pps--------1s | Pronoun Type=indefinite Person=third Number=plural Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-pps--------1p | Pronoun Type=indefinite Person=third Number=plural Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-pps--------2 | Pronoun Type=indefinite Person=third Number=plural Case=superessive Owner_Number=singular Owner_Person=second | 1 |  |
Pi3-pps--------2s | Pronoun Type=indefinite Person=third Number=plural Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-pps--------2p | Pronoun Type=indefinite Person=third Number=plural Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-pps--------3 | Pronoun Type=indefinite Person=third Number=plural Case=superessive Owner_Number=singular Owner_Person=third | 1 |  |
Pi3-pps--------3s | Pronoun Type=indefinite Person=third Number=plural Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-pps--------3p | Pronoun Type=indefinite Person=third Number=plural Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-ppp--------1 | Pronoun Type=indefinite Person=third Number=plural Case=superessive Owner_Number=plural Owner_Person=first | 1 |  |
Pi3-ppp--------1s | Pronoun Type=indefinite Person=third Number=plural Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-ppp--------1p | Pronoun Type=indefinite Person=third Number=plural Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-ppp--------2 | Pronoun Type=indefinite Person=third Number=plural Case=superessive Owner_Number=plural Owner_Person=second | 1 |  |
Pi3-ppp--------2s | Pronoun Type=indefinite Person=third Number=plural Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-ppp--------2p | Pronoun Type=indefinite Person=third Number=plural Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-ppp--------3 | Pronoun Type=indefinite Person=third Number=plural Case=superessive Owner_Number=plural Owner_Person=third | 1 |  |
Pi3-ppp--------3s | Pronoun Type=indefinite Person=third Number=plural Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-ppp--------3p | Pronoun Type=indefinite Person=third Number=plural Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-pu | Pronoun Type=indefinite Person=third Number=plural Case=distributive | 1 |  |
Pi3-pu----------s | Pronoun Type=indefinite Person=third Number=plural Case=distributive Owned_Number=singular | 1 |  |
Pi3-pu----------p | Pronoun Type=indefinite Person=third Number=plural Case=distributive Owned_Number=plural | 1 |  |
Pi3-pus--------1 | Pronoun Type=indefinite Person=third Number=plural Case=distributive Owner_Number=singular Owner_Person=first | 1 |  |
Pi3-pus--------1s | Pronoun Type=indefinite Person=third Number=plural Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-pus--------1p | Pronoun Type=indefinite Person=third Number=plural Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-pus--------2 | Pronoun Type=indefinite Person=third Number=plural Case=distributive Owner_Number=singular Owner_Person=second | 1 |  |
Pi3-pus--------2s | Pronoun Type=indefinite Person=third Number=plural Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-pus--------2p | Pronoun Type=indefinite Person=third Number=plural Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-pus--------3 | Pronoun Type=indefinite Person=third Number=plural Case=distributive Owner_Number=singular Owner_Person=third | 1 |  |
Pi3-pus--------3s | Pronoun Type=indefinite Person=third Number=plural Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-pus--------3p | Pronoun Type=indefinite Person=third Number=plural Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-pup--------1 | Pronoun Type=indefinite Person=third Number=plural Case=distributive Owner_Number=plural Owner_Person=first | 1 |  |
Pi3-pup--------1s | Pronoun Type=indefinite Person=third Number=plural Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-pup--------1p | Pronoun Type=indefinite Person=third Number=plural Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-pup--------2 | Pronoun Type=indefinite Person=third Number=plural Case=distributive Owner_Number=plural Owner_Person=second | 1 |  |
Pi3-pup--------2s | Pronoun Type=indefinite Person=third Number=plural Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-pup--------2p | Pronoun Type=indefinite Person=third Number=plural Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-pup--------3 | Pronoun Type=indefinite Person=third Number=plural Case=distributive Owner_Number=plural Owner_Person=third | 1 |  |
Pi3-pup--------3s | Pronoun Type=indefinite Person=third Number=plural Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-pup--------3p | Pronoun Type=indefinite Person=third Number=plural Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-pf | Pronoun Type=indefinite Person=third Number=plural Case=essive-formal | 1 |  |
Pi3-pf----------s | Pronoun Type=indefinite Person=third Number=plural Case=essive-formal Owned_Number=singular | 1 |  |
Pi3-pf----------p | Pronoun Type=indefinite Person=third Number=plural Case=essive-formal Owned_Number=plural | 1 |  |
Pi3-pfs--------1 | Pronoun Type=indefinite Person=third Number=plural Case=essive-formal Owner_Number=singular Owner_Person=first | 1 |  |
Pi3-pfs--------1s | Pronoun Type=indefinite Person=third Number=plural Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-pfs--------1p | Pronoun Type=indefinite Person=third Number=plural Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-pfs--------2 | Pronoun Type=indefinite Person=third Number=plural Case=essive-formal Owner_Number=singular Owner_Person=second | 1 |  |
Pi3-pfs--------2s | Pronoun Type=indefinite Person=third Number=plural Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-pfs--------2p | Pronoun Type=indefinite Person=third Number=plural Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-pfs--------3 | Pronoun Type=indefinite Person=third Number=plural Case=essive-formal Owner_Number=singular Owner_Person=third | 1 |  |
Pi3-pfs--------3s | Pronoun Type=indefinite Person=third Number=plural Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-pfs--------3p | Pronoun Type=indefinite Person=third Number=plural Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-pfp--------1 | Pronoun Type=indefinite Person=third Number=plural Case=essive-formal Owner_Number=plural Owner_Person=first | 1 |  |
Pi3-pfp--------1s | Pronoun Type=indefinite Person=third Number=plural Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-pfp--------1p | Pronoun Type=indefinite Person=third Number=plural Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-pfp--------2 | Pronoun Type=indefinite Person=third Number=plural Case=essive-formal Owner_Number=plural Owner_Person=second | 1 |  |
Pi3-pfp--------2s | Pronoun Type=indefinite Person=third Number=plural Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-pfp--------2p | Pronoun Type=indefinite Person=third Number=plural Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-pfp--------3 | Pronoun Type=indefinite Person=third Number=plural Case=essive-formal Owner_Number=plural Owner_Person=third | 1 |  |
Pi3-pfp--------3s | Pronoun Type=indefinite Person=third Number=plural Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-pfp--------3p | Pronoun Type=indefinite Person=third Number=plural Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Ps3-sns--------1s | Pronoun Type=possessive Person=third Number=singular Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Ps3-sns--------2s | Pronoun Type=possessive Person=third Number=singular Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=singular | 2 | tiéd/te, tied/te |
Ps3-sns--------3s | Pronoun Type=possessive Person=third Number=singular Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 | övé/ő |
Ps3-snp--------1s | Pronoun Type=possessive Person=third Number=singular Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=singular | 2 | miénk/mi, mienk/mi |
Ps3-snp--------2s | Pronoun Type=possessive Person=third Number=singular Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Ps3-snp--------3s | Pronoun Type=possessive Person=third Number=singular Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=singular | 2 | övék/ők, övéké/ők |
Ps3-sgs--------1s | Pronoun Type=possessive Person=third Number=singular Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Ps3-sgs--------2s | Pronoun Type=possessive Person=third Number=singular Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Ps3-sgs--------3s | Pronoun Type=possessive Person=third Number=singular Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Ps3-sgp--------1s | Pronoun Type=possessive Person=third Number=singular Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Ps3-sgp--------2s | Pronoun Type=possessive Person=third Number=singular Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Ps3-sgp--------3s | Pronoun Type=possessive Person=third Number=singular Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Ps3-sds--------1s | Pronoun Type=possessive Person=third Number=singular Case=dative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Ps3-sds--------2s | Pronoun Type=possessive Person=third Number=singular Case=dative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Ps3-sds--------3s | Pronoun Type=possessive Person=third Number=singular Case=dative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 | övének/ő |
Ps3-sdp--------1s | Pronoun Type=possessive Person=third Number=singular Case=dative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Ps3-sdp--------2s | Pronoun Type=possessive Person=third Number=singular Case=dative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Ps3-sdp--------3s | Pronoun Type=possessive Person=third Number=singular Case=dative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Ps3-sas--------1s | Pronoun Type=possessive Person=third Number=singular Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 | enyémet/én |
Ps3-sas--------2s | Pronoun Type=possessive Person=third Number=singular Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Ps3-sas--------3s | Pronoun Type=possessive Person=third Number=singular Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 | övét/ő |
Ps3-sap--------1s | Pronoun Type=possessive Person=third Number=singular Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Ps3-sap--------2s | Pronoun Type=possessive Person=third Number=singular Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Ps3-sap--------3s | Pronoun Type=possessive Person=third Number=singular Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Ps3-sis--------1s | Pronoun Type=possessive Person=third Number=singular Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Ps3-sis--------2s | Pronoun Type=possessive Person=third Number=singular Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Ps3-sis--------3s | Pronoun Type=possessive Person=third Number=singular Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Ps3-sip--------1s | Pronoun Type=possessive Person=third Number=singular Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Ps3-sip--------2s | Pronoun Type=possessive Person=third Number=singular Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Ps3-sip--------3s | Pronoun Type=possessive Person=third Number=singular Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Ps3-sxs--------1s | Pronoun Type=possessive Person=third Number=singular Case=illative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Ps3-sxs--------2s | Pronoun Type=possessive Person=third Number=singular Case=illative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Ps3-sxs--------3s | Pronoun Type=possessive Person=third Number=singular Case=illative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 | övébe/ő |
Ps3-sxp--------1s | Pronoun Type=possessive Person=third Number=singular Case=illative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Ps3-sxp--------2s | Pronoun Type=possessive Person=third Number=singular Case=illative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Ps3-sxp--------3s | Pronoun Type=possessive Person=third Number=singular Case=illative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 | övékbe/ők |
Ps3-s2s--------1s | Pronoun Type=possessive Person=third Number=singular Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 | enyémben/én |
Ps3-s2s--------2s | Pronoun Type=possessive Person=third Number=singular Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Ps3-s2s--------3s | Pronoun Type=possessive Person=third Number=singular Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Ps3-s2p--------1s | Pronoun Type=possessive Person=third Number=singular Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Ps3-s2p--------2s | Pronoun Type=possessive Person=third Number=singular Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Ps3-s2p--------3s | Pronoun Type=possessive Person=third Number=singular Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Ps3-ses--------1s | Pronoun Type=possessive Person=third Number=singular Case=elative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Ps3-ses--------2s | Pronoun Type=possessive Person=third Number=singular Case=elative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Ps3-ses--------3s | Pronoun Type=possessive Person=third Number=singular Case=elative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Ps3-sep--------1s | Pronoun Type=possessive Person=third Number=singular Case=elative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Ps3-sep--------2s | Pronoun Type=possessive Person=third Number=singular Case=elative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Ps3-sep--------3s | Pronoun Type=possessive Person=third Number=singular Case=elative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Ps3-sts--------1s | Pronoun Type=possessive Person=third Number=singular Case=allative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 | enyémhez/én |
Ps3-sts--------2s | Pronoun Type=possessive Person=third Number=singular Case=allative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Ps3-sts--------3s | Pronoun Type=possessive Person=third Number=singular Case=allative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 | övéhez/ő |
Ps3-stp--------1s | Pronoun Type=possessive Person=third Number=singular Case=allative Owner_Number=plural Owner_Person=first Owned_Number=singular | 2 | miénkhez/mi, mienkhez/mi |
Ps3-stp--------2s | Pronoun Type=possessive Person=third Number=singular Case=allative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Ps3-stp--------3s | Pronoun Type=possessive Person=third Number=singular Case=allative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Ps3-s3s--------1s | Pronoun Type=possessive Person=third Number=singular Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Ps3-s3s--------2s | Pronoun Type=possessive Person=third Number=singular Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Ps3-s3s--------3s | Pronoun Type=possessive Person=third Number=singular Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Ps3-s3p--------1s | Pronoun Type=possessive Person=third Number=singular Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Ps3-s3p--------2s | Pronoun Type=possessive Person=third Number=singular Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Ps3-s3p--------3s | Pronoun Type=possessive Person=third Number=singular Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Ps3-sbs--------1s | Pronoun Type=possessive Person=third Number=singular Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Ps3-sbs--------2s | Pronoun Type=possessive Person=third Number=singular Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Ps3-sbs--------3s | Pronoun Type=possessive Person=third Number=singular Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 | övétől/ő |
Ps3-sbp--------1s | Pronoun Type=possessive Person=third Number=singular Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Ps3-sbp--------2s | Pronoun Type=possessive Person=third Number=singular Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Ps3-sbp--------3s | Pronoun Type=possessive Person=third Number=singular Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Ps3-s9s--------1s | Pronoun Type=possessive Person=third Number=singular Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Ps3-s9s--------2s | Pronoun Type=possessive Person=third Number=singular Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Ps3-s9s--------3s | Pronoun Type=possessive Person=third Number=singular Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Ps3-s9p--------1s | Pronoun Type=possessive Person=third Number=singular Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Ps3-s9p--------2s | Pronoun Type=possessive Person=third Number=singular Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Ps3-s9p--------3s | Pronoun Type=possessive Person=third Number=singular Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Ps3-sws--------1s | Pronoun Type=possessive Person=third Number=singular Case=essive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Ps3-sws--------2s | Pronoun Type=possessive Person=third Number=singular Case=essive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Ps3-sws--------3s | Pronoun Type=possessive Person=third Number=singular Case=essive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Ps3-swp--------1s | Pronoun Type=possessive Person=third Number=singular Case=essive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Ps3-swp--------2s | Pronoun Type=possessive Person=third Number=singular Case=essive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Ps3-swp--------3s | Pronoun Type=possessive Person=third Number=singular Case=essive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Ps3-sms--------1s | Pronoun Type=possessive Person=third Number=singular Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Ps3-sms--------2s | Pronoun Type=possessive Person=third Number=singular Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Ps3-sms--------3s | Pronoun Type=possessive Person=third Number=singular Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Ps3-smp--------1s | Pronoun Type=possessive Person=third Number=singular Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Ps3-smp--------2s | Pronoun Type=possessive Person=third Number=singular Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Ps3-smp--------3s | Pronoun Type=possessive Person=third Number=singular Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Ps3-scs--------1s | Pronoun Type=possessive Person=third Number=singular Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Ps3-scs--------2s | Pronoun Type=possessive Person=third Number=singular Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Ps3-scs--------3s | Pronoun Type=possessive Person=third Number=singular Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Ps3-scp--------1s | Pronoun Type=possessive Person=third Number=singular Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Ps3-scp--------2s | Pronoun Type=possessive Person=third Number=singular Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Ps3-scp--------3s | Pronoun Type=possessive Person=third Number=singular Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Ps3-sss--------1s | Pronoun Type=possessive Person=third Number=singular Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Ps3-sss--------2s | Pronoun Type=possessive Person=third Number=singular Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Ps3-sss--------3s | Pronoun Type=possessive Person=third Number=singular Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 | övére/ő |
Ps3-ssp--------1s | Pronoun Type=possessive Person=third Number=singular Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Ps3-ssp--------2s | Pronoun Type=possessive Person=third Number=singular Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Ps3-ssp--------3s | Pronoun Type=possessive Person=third Number=singular Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Ps3-shs--------1s | Pronoun Type=possessive Person=third Number=singular Case=delative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Ps3-shs--------2s | Pronoun Type=possessive Person=third Number=singular Case=delative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Ps3-shs--------3s | Pronoun Type=possessive Person=third Number=singular Case=delative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Ps3-shp--------1s | Pronoun Type=possessive Person=third Number=singular Case=delative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Ps3-shp--------2s | Pronoun Type=possessive Person=third Number=singular Case=delative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Ps3-shp--------3s | Pronoun Type=possessive Person=third Number=singular Case=delative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Ps3-sqs--------1s | Pronoun Type=possessive Person=third Number=singular Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Ps3-sqs--------2s | Pronoun Type=possessive Person=third Number=singular Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Ps3-sqs--------3s | Pronoun Type=possessive Person=third Number=singular Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Ps3-sqp--------1s | Pronoun Type=possessive Person=third Number=singular Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Ps3-sqp--------2s | Pronoun Type=possessive Person=third Number=singular Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Ps3-sqp--------3s | Pronoun Type=possessive Person=third Number=singular Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Ps3-sys--------1s | Pronoun Type=possessive Person=third Number=singular Case=factive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Ps3-sys--------2s | Pronoun Type=possessive Person=third Number=singular Case=factive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Ps3-sys--------3s | Pronoun Type=possessive Person=third Number=singular Case=factive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Ps3-syp--------1s | Pronoun Type=possessive Person=third Number=singular Case=factive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Ps3-syp--------2s | Pronoun Type=possessive Person=third Number=singular Case=factive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Ps3-syp--------3s | Pronoun Type=possessive Person=third Number=singular Case=factive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Ps3-sps--------1s | Pronoun Type=possessive Person=third Number=singular Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Ps3-sps--------2s | Pronoun Type=possessive Person=third Number=singular Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Ps3-sps--------3s | Pronoun Type=possessive Person=third Number=singular Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Ps3-spp--------1s | Pronoun Type=possessive Person=third Number=singular Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Ps3-spp--------2s | Pronoun Type=possessive Person=third Number=singular Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Ps3-spp--------3s | Pronoun Type=possessive Person=third Number=singular Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Ps3-sus--------1s | Pronoun Type=possessive Person=third Number=singular Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Ps3-sus--------2s | Pronoun Type=possessive Person=third Number=singular Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Ps3-sus--------3s | Pronoun Type=possessive Person=third Number=singular Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Ps3-sup--------1s | Pronoun Type=possessive Person=third Number=singular Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Ps3-sup--------2s | Pronoun Type=possessive Person=third Number=singular Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Ps3-sup--------3s | Pronoun Type=possessive Person=third Number=singular Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Ps3-sfs--------1s | Pronoun Type=possessive Person=third Number=singular Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Ps3-sfs--------2s | Pronoun Type=possessive Person=third Number=singular Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Ps3-sfs--------3s | Pronoun Type=possessive Person=third Number=singular Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Ps3-sfp--------1s | Pronoun Type=possessive Person=third Number=singular Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Ps3-sfp--------2s | Pronoun Type=possessive Person=third Number=singular Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Ps3-sfp--------3s | Pronoun Type=possessive Person=third Number=singular Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Ps3-pns--------1p | Pronoun Type=possessive Person=third Number=plural Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 | enyémek/én |
Ps3-pns--------2p | Pronoun Type=possessive Person=third Number=plural Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Ps3-pns--------3p | Pronoun Type=possessive Person=third Number=plural Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 | övéi/ő |
Ps3-pnp--------1p | Pronoun Type=possessive Person=third Number=plural Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 | mieink/mi |
Ps3-pnp--------2p | Pronoun Type=possessive Person=third Number=plural Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Ps3-pnp--------3p | Pronoun Type=possessive Person=third Number=plural Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Ps3-pgs--------1p | Pronoun Type=possessive Person=third Number=plural Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Ps3-pgs--------2p | Pronoun Type=possessive Person=third Number=plural Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Ps3-pgs--------3p | Pronoun Type=possessive Person=third Number=plural Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Ps3-pgp--------1p | Pronoun Type=possessive Person=third Number=plural Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Ps3-pgp--------2p | Pronoun Type=possessive Person=third Number=plural Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Ps3-pgp--------3p | Pronoun Type=possessive Person=third Number=plural Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Ps3-pds--------1p | Pronoun Type=possessive Person=third Number=plural Case=dative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Ps3-pds--------2p | Pronoun Type=possessive Person=third Number=plural Case=dative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Ps3-pds--------3p | Pronoun Type=possessive Person=third Number=plural Case=dative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Ps3-pdp--------1p | Pronoun Type=possessive Person=third Number=plural Case=dative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Ps3-pdp--------2p | Pronoun Type=possessive Person=third Number=plural Case=dative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Ps3-pdp--------3p | Pronoun Type=possessive Person=third Number=plural Case=dative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Ps3-pas--------1p | Pronoun Type=possessive Person=third Number=plural Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Ps3-pas--------2p | Pronoun Type=possessive Person=third Number=plural Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Ps3-pas--------3p | Pronoun Type=possessive Person=third Number=plural Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Ps3-pap--------1p | Pronoun Type=possessive Person=third Number=plural Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Ps3-pap--------2p | Pronoun Type=possessive Person=third Number=plural Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Ps3-pap--------3p | Pronoun Type=possessive Person=third Number=plural Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Ps3-pis--------1p | Pronoun Type=possessive Person=third Number=plural Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Ps3-pis--------2p | Pronoun Type=possessive Person=third Number=plural Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Ps3-pis--------3p | Pronoun Type=possessive Person=third Number=plural Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Ps3-pip--------1p | Pronoun Type=possessive Person=third Number=plural Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Ps3-pip--------2p | Pronoun Type=possessive Person=third Number=plural Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Ps3-pip--------3p | Pronoun Type=possessive Person=third Number=plural Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 | övéikkel/ők |
Ps3-pxs--------1p | Pronoun Type=possessive Person=third Number=plural Case=illative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Ps3-pxs--------2p | Pronoun Type=possessive Person=third Number=plural Case=illative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Ps3-pxs--------3p | Pronoun Type=possessive Person=third Number=plural Case=illative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Ps3-pxp--------1p | Pronoun Type=possessive Person=third Number=plural Case=illative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Ps3-pxp--------2p | Pronoun Type=possessive Person=third Number=plural Case=illative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Ps3-pxp--------3p | Pronoun Type=possessive Person=third Number=plural Case=illative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Ps3-p2s--------1p | Pronoun Type=possessive Person=third Number=plural Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Ps3-p2s--------2p | Pronoun Type=possessive Person=third Number=plural Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Ps3-p2s--------3p | Pronoun Type=possessive Person=third Number=plural Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Ps3-p2p--------1p | Pronoun Type=possessive Person=third Number=plural Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Ps3-p2p--------2p | Pronoun Type=possessive Person=third Number=plural Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Ps3-p2p--------3p | Pronoun Type=possessive Person=third Number=plural Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Ps3-pes--------1p | Pronoun Type=possessive Person=third Number=plural Case=elative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Ps3-pes--------2p | Pronoun Type=possessive Person=third Number=plural Case=elative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Ps3-pes--------3p | Pronoun Type=possessive Person=third Number=plural Case=elative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Ps3-pep--------1p | Pronoun Type=possessive Person=third Number=plural Case=elative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Ps3-pep--------2p | Pronoun Type=possessive Person=third Number=plural Case=elative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Ps3-pep--------3p | Pronoun Type=possessive Person=third Number=plural Case=elative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Ps3-pts--------1p | Pronoun Type=possessive Person=third Number=plural Case=allative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Ps3-pts--------2p | Pronoun Type=possessive Person=third Number=plural Case=allative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Ps3-pts--------3p | Pronoun Type=possessive Person=third Number=plural Case=allative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Ps3-ptp--------1p | Pronoun Type=possessive Person=third Number=plural Case=allative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Ps3-ptp--------2p | Pronoun Type=possessive Person=third Number=plural Case=allative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Ps3-ptp--------3p | Pronoun Type=possessive Person=third Number=plural Case=allative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Ps3-p3s--------1p | Pronoun Type=possessive Person=third Number=plural Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Ps3-p3s--------2p | Pronoun Type=possessive Person=third Number=plural Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Ps3-p3s--------3p | Pronoun Type=possessive Person=third Number=plural Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Ps3-p3p--------1p | Pronoun Type=possessive Person=third Number=plural Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Ps3-p3p--------2p | Pronoun Type=possessive Person=third Number=plural Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Ps3-p3p--------3p | Pronoun Type=possessive Person=third Number=plural Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Ps3-pbs--------1p | Pronoun Type=possessive Person=third Number=plural Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Ps3-pbs--------2p | Pronoun Type=possessive Person=third Number=plural Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Ps3-pbs--------3p | Pronoun Type=possessive Person=third Number=plural Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Ps3-pbp--------1p | Pronoun Type=possessive Person=third Number=plural Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Ps3-pbp--------2p | Pronoun Type=possessive Person=third Number=plural Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Ps3-pbp--------3p | Pronoun Type=possessive Person=third Number=plural Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Ps3-p9s--------1p | Pronoun Type=possessive Person=third Number=plural Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Ps3-p9s--------2p | Pronoun Type=possessive Person=third Number=plural Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Ps3-p9s--------3p | Pronoun Type=possessive Person=third Number=plural Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Ps3-p9p--------1p | Pronoun Type=possessive Person=third Number=plural Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Ps3-p9p--------2p | Pronoun Type=possessive Person=third Number=plural Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Ps3-p9p--------3p | Pronoun Type=possessive Person=third Number=plural Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Ps3-pws--------1p | Pronoun Type=possessive Person=third Number=plural Case=essive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Ps3-pws--------2p | Pronoun Type=possessive Person=third Number=plural Case=essive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Ps3-pws--------3p | Pronoun Type=possessive Person=third Number=plural Case=essive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Ps3-pwp--------1p | Pronoun Type=possessive Person=third Number=plural Case=essive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Ps3-pwp--------2p | Pronoun Type=possessive Person=third Number=plural Case=essive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Ps3-pwp--------3p | Pronoun Type=possessive Person=third Number=plural Case=essive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Ps3-pms--------1p | Pronoun Type=possessive Person=third Number=plural Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Ps3-pms--------2p | Pronoun Type=possessive Person=third Number=plural Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Ps3-pms--------3p | Pronoun Type=possessive Person=third Number=plural Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Ps3-pmp--------1p | Pronoun Type=possessive Person=third Number=plural Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Ps3-pmp--------2p | Pronoun Type=possessive Person=third Number=plural Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Ps3-pmp--------3p | Pronoun Type=possessive Person=third Number=plural Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Ps3-pcs--------1p | Pronoun Type=possessive Person=third Number=plural Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Ps3-pcs--------2p | Pronoun Type=possessive Person=third Number=plural Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Ps3-pcs--------3p | Pronoun Type=possessive Person=third Number=plural Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Ps3-pcp--------1p | Pronoun Type=possessive Person=third Number=plural Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Ps3-pcp--------2p | Pronoun Type=possessive Person=third Number=plural Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Ps3-pcp--------3p | Pronoun Type=possessive Person=third Number=plural Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Ps3-pss--------1p | Pronoun Type=possessive Person=third Number=plural Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Ps3-pss--------2p | Pronoun Type=possessive Person=third Number=plural Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Ps3-pss--------3p | Pronoun Type=possessive Person=third Number=plural Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Ps3-psp--------1p | Pronoun Type=possessive Person=third Number=plural Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Ps3-psp--------2p | Pronoun Type=possessive Person=third Number=plural Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Ps3-psp--------3p | Pronoun Type=possessive Person=third Number=plural Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Ps3-phs--------1p | Pronoun Type=possessive Person=third Number=plural Case=delative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Ps3-phs--------2p | Pronoun Type=possessive Person=third Number=plural Case=delative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Ps3-phs--------3p | Pronoun Type=possessive Person=third Number=plural Case=delative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Ps3-php--------1p | Pronoun Type=possessive Person=third Number=plural Case=delative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Ps3-php--------2p | Pronoun Type=possessive Person=third Number=plural Case=delative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Ps3-php--------3p | Pronoun Type=possessive Person=third Number=plural Case=delative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Ps3-pqs--------1p | Pronoun Type=possessive Person=third Number=plural Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Ps3-pqs--------2p | Pronoun Type=possessive Person=third Number=plural Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Ps3-pqs--------3p | Pronoun Type=possessive Person=third Number=plural Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Ps3-pqp--------1p | Pronoun Type=possessive Person=third Number=plural Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Ps3-pqp--------2p | Pronoun Type=possessive Person=third Number=plural Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Ps3-pqp--------3p | Pronoun Type=possessive Person=third Number=plural Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Ps3-pys--------1p | Pronoun Type=possessive Person=third Number=plural Case=factive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Ps3-pys--------2p | Pronoun Type=possessive Person=third Number=plural Case=factive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Ps3-pys--------3p | Pronoun Type=possessive Person=third Number=plural Case=factive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Ps3-pyp--------1p | Pronoun Type=possessive Person=third Number=plural Case=factive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Ps3-pyp--------2p | Pronoun Type=possessive Person=third Number=plural Case=factive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Ps3-pyp--------3p | Pronoun Type=possessive Person=third Number=plural Case=factive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Ps3-pps--------1p | Pronoun Type=possessive Person=third Number=plural Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Ps3-pps--------2p | Pronoun Type=possessive Person=third Number=plural Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Ps3-pps--------3p | Pronoun Type=possessive Person=third Number=plural Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Ps3-ppp--------1p | Pronoun Type=possessive Person=third Number=plural Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Ps3-ppp--------2p | Pronoun Type=possessive Person=third Number=plural Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Ps3-ppp--------3p | Pronoun Type=possessive Person=third Number=plural Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Ps3-pus--------1p | Pronoun Type=possessive Person=third Number=plural Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Ps3-pus--------2p | Pronoun Type=possessive Person=third Number=plural Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Ps3-pus--------3p | Pronoun Type=possessive Person=third Number=plural Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Ps3-pup--------1p | Pronoun Type=possessive Person=third Number=plural Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Ps3-pup--------2p | Pronoun Type=possessive Person=third Number=plural Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Ps3-pup--------3p | Pronoun Type=possessive Person=third Number=plural Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Ps3-pfs--------1p | Pronoun Type=possessive Person=third Number=plural Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Ps3-pfs--------2p | Pronoun Type=possessive Person=third Number=plural Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Ps3-pfs--------3p | Pronoun Type=possessive Person=third Number=plural Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Ps3-pfp--------1p | Pronoun Type=possessive Person=third Number=plural Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Ps3-pfp--------2p | Pronoun Type=possessive Person=third Number=plural Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Ps3-pfp--------3p | Pronoun Type=possessive Person=third Number=plural Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-sn | Pronoun Type=interrogative Person=third Number=singular Case=nominative | 12 | mi, milyen, mennyire, mennyi, melyikük |
Pq3-sn----------s | Pronoun Type=interrogative Person=third Number=singular Case=nominative Owned_Number=singular | 1 | kié/ki |
Pq3-sn----------p | Pronoun Type=interrogative Person=third Number=singular Case=nominative Owned_Number=plural | 1 |  |
Pq3-sns--------1 | Pronoun Type=interrogative Person=third Number=singular Case=nominative Owner_Number=singular Owner_Person=first | 1 |  |
Pq3-sns--------1s | Pronoun Type=interrogative Person=third Number=singular Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-sns--------1p | Pronoun Type=interrogative Person=third Number=singular Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-sns--------2 | Pronoun Type=interrogative Person=third Number=singular Case=nominative Owner_Number=singular Owner_Person=second | 2 | mid/mi, hányad/hány |
Pq3-sns--------2s | Pronoun Type=interrogative Person=third Number=singular Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-sns--------2p | Pronoun Type=interrogative Person=third Number=singular Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-sns--------3 | Pronoun Type=interrogative Person=third Number=singular Case=nominative Owner_Number=singular Owner_Person=third | 1 |  |
Pq3-sns--------3s | Pronoun Type=interrogative Person=third Number=singular Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-sns--------3p | Pronoun Type=interrogative Person=third Number=singular Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-snp--------1 | Pronoun Type=interrogative Person=third Number=singular Case=nominative Owner_Number=plural Owner_Person=first | 2 | mink/mi, melyikünk/melyik |
Pq3-snp--------1s | Pronoun Type=interrogative Person=third Number=singular Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-snp--------1p | Pronoun Type=interrogative Person=third Number=singular Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-snp--------2 | Pronoun Type=interrogative Person=third Number=singular Case=nominative Owner_Number=plural Owner_Person=second | 1 |  |
Pq3-snp--------2s | Pronoun Type=interrogative Person=third Number=singular Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-snp--------2p | Pronoun Type=interrogative Person=third Number=singular Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-snp--------3 | Pronoun Type=interrogative Person=third Number=singular Case=nominative Owner_Number=plural Owner_Person=third | 1 | melyikük/melyik |
Pq3-snp--------3s | Pronoun Type=interrogative Person=third Number=singular Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-snp--------3p | Pronoun Type=interrogative Person=third Number=singular Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-sg | Pronoun Type=interrogative Person=third Number=singular Case=genitive | 1 |  |
Pq3-sg----------s | Pronoun Type=interrogative Person=third Number=singular Case=genitive Owned_Number=singular | 1 |  |
Pq3-sg----------p | Pronoun Type=interrogative Person=third Number=singular Case=genitive Owned_Number=plural | 1 |  |
Pq3-sgs--------1 | Pronoun Type=interrogative Person=third Number=singular Case=genitive Owner_Number=singular Owner_Person=first | 1 |  |
Pq3-sgs--------1s | Pronoun Type=interrogative Person=third Number=singular Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-sgs--------1p | Pronoun Type=interrogative Person=third Number=singular Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-sgs--------2 | Pronoun Type=interrogative Person=third Number=singular Case=genitive Owner_Number=singular Owner_Person=second | 1 |  |
Pq3-sgs--------2s | Pronoun Type=interrogative Person=third Number=singular Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-sgs--------2p | Pronoun Type=interrogative Person=third Number=singular Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-sgs--------3 | Pronoun Type=interrogative Person=third Number=singular Case=genitive Owner_Number=singular Owner_Person=third | 1 |  |
Pq3-sgs--------3s | Pronoun Type=interrogative Person=third Number=singular Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-sgs--------3p | Pronoun Type=interrogative Person=third Number=singular Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-sgp--------1 | Pronoun Type=interrogative Person=third Number=singular Case=genitive Owner_Number=plural Owner_Person=first | 1 |  |
Pq3-sgp--------1s | Pronoun Type=interrogative Person=third Number=singular Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-sgp--------1p | Pronoun Type=interrogative Person=third Number=singular Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-sgp--------2 | Pronoun Type=interrogative Person=third Number=singular Case=genitive Owner_Number=plural Owner_Person=second | 1 |  |
Pq3-sgp--------2s | Pronoun Type=interrogative Person=third Number=singular Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-sgp--------2p | Pronoun Type=interrogative Person=third Number=singular Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-sgp--------3 | Pronoun Type=interrogative Person=third Number=singular Case=genitive Owner_Number=plural Owner_Person=third | 1 |  |
Pq3-sgp--------3s | Pronoun Type=interrogative Person=third Number=singular Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-sgp--------3p | Pronoun Type=interrogative Person=third Number=singular Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-sd | Pronoun Type=interrogative Person=third Number=singular Case=dative | 2 | minek/mi, kinek/ki |
Pq3-sd----------s | Pronoun Type=interrogative Person=third Number=singular Case=dative Owned_Number=singular | 1 |  |
Pq3-sd----------p | Pronoun Type=interrogative Person=third Number=singular Case=dative Owned_Number=plural | 1 |  |
Pq3-sds--------1 | Pronoun Type=interrogative Person=third Number=singular Case=dative Owner_Number=singular Owner_Person=first | 1 |  |
Pq3-sds--------1s | Pronoun Type=interrogative Person=third Number=singular Case=dative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-sds--------1p | Pronoun Type=interrogative Person=third Number=singular Case=dative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-sds--------2 | Pronoun Type=interrogative Person=third Number=singular Case=dative Owner_Number=singular Owner_Person=second | 1 |  |
Pq3-sds--------2s | Pronoun Type=interrogative Person=third Number=singular Case=dative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-sds--------2p | Pronoun Type=interrogative Person=third Number=singular Case=dative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-sds--------3 | Pronoun Type=interrogative Person=third Number=singular Case=dative Owner_Number=singular Owner_Person=third | 1 |  |
Pq3-sds--------3s | Pronoun Type=interrogative Person=third Number=singular Case=dative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-sds--------3p | Pronoun Type=interrogative Person=third Number=singular Case=dative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-sdp--------1 | Pronoun Type=interrogative Person=third Number=singular Case=dative Owner_Number=plural Owner_Person=first | 1 |  |
Pq3-sdp--------1s | Pronoun Type=interrogative Person=third Number=singular Case=dative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-sdp--------1p | Pronoun Type=interrogative Person=third Number=singular Case=dative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-sdp--------2 | Pronoun Type=interrogative Person=third Number=singular Case=dative Owner_Number=plural Owner_Person=second | 1 |  |
Pq3-sdp--------2s | Pronoun Type=interrogative Person=third Number=singular Case=dative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-sdp--------2p | Pronoun Type=interrogative Person=third Number=singular Case=dative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-sdp--------3 | Pronoun Type=interrogative Person=third Number=singular Case=dative Owner_Number=plural Owner_Person=third | 1 |  |
Pq3-sdp--------3s | Pronoun Type=interrogative Person=third Number=singular Case=dative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-sdp--------3p | Pronoun Type=interrogative Person=third Number=singular Case=dative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-sa | Pronoun Type=interrogative Person=third Number=singular Case=accusative | 5 | mit/mi, mennyit/mennyi, melyiket/melyik, kit/ki, hányat/hány |
Pq3-sa----------s | Pronoun Type=interrogative Person=third Number=singular Case=accusative Owned_Number=singular | 1 |  |
Pq3-sa----------p | Pronoun Type=interrogative Person=third Number=singular Case=accusative Owned_Number=plural | 1 |  |
Pq3-sas--------1 | Pronoun Type=interrogative Person=third Number=singular Case=accusative Owner_Number=singular Owner_Person=first | 1 |  |
Pq3-sas--------1s | Pronoun Type=interrogative Person=third Number=singular Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-sas--------1p | Pronoun Type=interrogative Person=third Number=singular Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-sas--------2 | Pronoun Type=interrogative Person=third Number=singular Case=accusative Owner_Number=singular Owner_Person=second | 1 |  |
Pq3-sas--------2s | Pronoun Type=interrogative Person=third Number=singular Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-sas--------2p | Pronoun Type=interrogative Person=third Number=singular Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-sas--------3 | Pronoun Type=interrogative Person=third Number=singular Case=accusative Owner_Number=singular Owner_Person=third | 1 |  |
Pq3-sas--------3s | Pronoun Type=interrogative Person=third Number=singular Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-sas--------3p | Pronoun Type=interrogative Person=third Number=singular Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-sap--------1 | Pronoun Type=interrogative Person=third Number=singular Case=accusative Owner_Number=plural Owner_Person=first | 1 | minket/mi |
Pq3-sap--------1s | Pronoun Type=interrogative Person=third Number=singular Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-sap--------1p | Pronoun Type=interrogative Person=third Number=singular Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-sap--------2 | Pronoun Type=interrogative Person=third Number=singular Case=accusative Owner_Number=plural Owner_Person=second | 1 |  |
Pq3-sap--------2s | Pronoun Type=interrogative Person=third Number=singular Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-sap--------2p | Pronoun Type=interrogative Person=third Number=singular Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-sap--------3 | Pronoun Type=interrogative Person=third Number=singular Case=accusative Owner_Number=plural Owner_Person=third | 1 |  |
Pq3-sap--------3s | Pronoun Type=interrogative Person=third Number=singular Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-sap--------3p | Pronoun Type=interrogative Person=third Number=singular Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-si | Pronoun Type=interrogative Person=third Number=singular Case=instrumental | 4 | mivel/mi, mennyivel/mennyi, melyikkel/melyik, kivel/ki |
Pq3-si----------s | Pronoun Type=interrogative Person=third Number=singular Case=instrumental Owned_Number=singular | 1 |  |
Pq3-si----------p | Pronoun Type=interrogative Person=third Number=singular Case=instrumental Owned_Number=plural | 1 |  |
Pq3-sis--------1 | Pronoun Type=interrogative Person=third Number=singular Case=instrumental Owner_Number=singular Owner_Person=first | 1 |  |
Pq3-sis--------1s | Pronoun Type=interrogative Person=third Number=singular Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-sis--------1p | Pronoun Type=interrogative Person=third Number=singular Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-sis--------2 | Pronoun Type=interrogative Person=third Number=singular Case=instrumental Owner_Number=singular Owner_Person=second | 1 | hányaddal/hány |
Pq3-sis--------2s | Pronoun Type=interrogative Person=third Number=singular Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-sis--------2p | Pronoun Type=interrogative Person=third Number=singular Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-sis--------3 | Pronoun Type=interrogative Person=third Number=singular Case=instrumental Owner_Number=singular Owner_Person=third | 1 |  |
Pq3-sis--------3s | Pronoun Type=interrogative Person=third Number=singular Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-sis--------3p | Pronoun Type=interrogative Person=third Number=singular Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-sip--------1 | Pronoun Type=interrogative Person=third Number=singular Case=instrumental Owner_Number=plural Owner_Person=first | 1 |  |
Pq3-sip--------1s | Pronoun Type=interrogative Person=third Number=singular Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-sip--------1p | Pronoun Type=interrogative Person=third Number=singular Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-sip--------2 | Pronoun Type=interrogative Person=third Number=singular Case=instrumental Owner_Number=plural Owner_Person=second | 1 |  |
Pq3-sip--------2s | Pronoun Type=interrogative Person=third Number=singular Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-sip--------2p | Pronoun Type=interrogative Person=third Number=singular Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-sip--------3 | Pronoun Type=interrogative Person=third Number=singular Case=instrumental Owner_Number=plural Owner_Person=third | 1 |  |
Pq3-sip--------3s | Pronoun Type=interrogative Person=third Number=singular Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-sip--------3p | Pronoun Type=interrogative Person=third Number=singular Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-sx | Pronoun Type=interrogative Person=third Number=singular Case=illative | 2 | mibe/mi, mennyibe/mennyi |
Pq3-sx----------s | Pronoun Type=interrogative Person=third Number=singular Case=illative Owned_Number=singular | 1 |  |
Pq3-sx----------p | Pronoun Type=interrogative Person=third Number=singular Case=illative Owned_Number=plural | 1 |  |
Pq3-sxs--------1 | Pronoun Type=interrogative Person=third Number=singular Case=illative Owner_Number=singular Owner_Person=first | 1 |  |
Pq3-sxs--------1s | Pronoun Type=interrogative Person=third Number=singular Case=illative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-sxs--------1p | Pronoun Type=interrogative Person=third Number=singular Case=illative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-sxs--------2 | Pronoun Type=interrogative Person=third Number=singular Case=illative Owner_Number=singular Owner_Person=second | 1 |  |
Pq3-sxs--------2s | Pronoun Type=interrogative Person=third Number=singular Case=illative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-sxs--------2p | Pronoun Type=interrogative Person=third Number=singular Case=illative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-sxs--------3 | Pronoun Type=interrogative Person=third Number=singular Case=illative Owner_Number=singular Owner_Person=third | 1 |  |
Pq3-sxs--------3s | Pronoun Type=interrogative Person=third Number=singular Case=illative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-sxs--------3p | Pronoun Type=interrogative Person=third Number=singular Case=illative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-sxp--------1 | Pronoun Type=interrogative Person=third Number=singular Case=illative Owner_Number=plural Owner_Person=first | 1 |  |
Pq3-sxp--------1s | Pronoun Type=interrogative Person=third Number=singular Case=illative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-sxp--------1p | Pronoun Type=interrogative Person=third Number=singular Case=illative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-sxp--------2 | Pronoun Type=interrogative Person=third Number=singular Case=illative Owner_Number=plural Owner_Person=second | 1 |  |
Pq3-sxp--------2s | Pronoun Type=interrogative Person=third Number=singular Case=illative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-sxp--------2p | Pronoun Type=interrogative Person=third Number=singular Case=illative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-sxp--------3 | Pronoun Type=interrogative Person=third Number=singular Case=illative Owner_Number=plural Owner_Person=third | 1 |  |
Pq3-sxp--------3s | Pronoun Type=interrogative Person=third Number=singular Case=illative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-sxp--------3p | Pronoun Type=interrogative Person=third Number=singular Case=illative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-s2 | Pronoun Type=interrogative Person=third Number=singular Case=inessive | 3 | miben/mi, mennyiben/mennyi, melyikben/melyik |
Pq3-s2----------s | Pronoun Type=interrogative Person=third Number=singular Case=inessive Owned_Number=singular | 1 |  |
Pq3-s2----------p | Pronoun Type=interrogative Person=third Number=singular Case=inessive Owned_Number=plural | 1 |  |
Pq3-s2s--------1 | Pronoun Type=interrogative Person=third Number=singular Case=inessive Owner_Number=singular Owner_Person=first | 1 |  |
Pq3-s2s--------1s | Pronoun Type=interrogative Person=third Number=singular Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-s2s--------1p | Pronoun Type=interrogative Person=third Number=singular Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-s2s--------2 | Pronoun Type=interrogative Person=third Number=singular Case=inessive Owner_Number=singular Owner_Person=second | 1 |  |
Pq3-s2s--------2s | Pronoun Type=interrogative Person=third Number=singular Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-s2s--------2p | Pronoun Type=interrogative Person=third Number=singular Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-s2s--------3 | Pronoun Type=interrogative Person=third Number=singular Case=inessive Owner_Number=singular Owner_Person=third | 1 |  |
Pq3-s2s--------3s | Pronoun Type=interrogative Person=third Number=singular Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-s2s--------3p | Pronoun Type=interrogative Person=third Number=singular Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-s2p--------1 | Pronoun Type=interrogative Person=third Number=singular Case=inessive Owner_Number=plural Owner_Person=first | 1 |  |
Pq3-s2p--------1s | Pronoun Type=interrogative Person=third Number=singular Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-s2p--------1p | Pronoun Type=interrogative Person=third Number=singular Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-s2p--------2 | Pronoun Type=interrogative Person=third Number=singular Case=inessive Owner_Number=plural Owner_Person=second | 1 |  |
Pq3-s2p--------2s | Pronoun Type=interrogative Person=third Number=singular Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-s2p--------2p | Pronoun Type=interrogative Person=third Number=singular Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-s2p--------3 | Pronoun Type=interrogative Person=third Number=singular Case=inessive Owner_Number=plural Owner_Person=third | 1 |  |
Pq3-s2p--------3s | Pronoun Type=interrogative Person=third Number=singular Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-s2p--------3p | Pronoun Type=interrogative Person=third Number=singular Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-se | Pronoun Type=interrogative Person=third Number=singular Case=elative | 1 | miből/mi |
Pq3-se----------s | Pronoun Type=interrogative Person=third Number=singular Case=elative Owned_Number=singular | 1 |  |
Pq3-se----------p | Pronoun Type=interrogative Person=third Number=singular Case=elative Owned_Number=plural | 1 |  |
Pq3-ses--------1 | Pronoun Type=interrogative Person=third Number=singular Case=elative Owner_Number=singular Owner_Person=first | 1 |  |
Pq3-ses--------1s | Pronoun Type=interrogative Person=third Number=singular Case=elative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-ses--------1p | Pronoun Type=interrogative Person=third Number=singular Case=elative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-ses--------2 | Pronoun Type=interrogative Person=third Number=singular Case=elative Owner_Number=singular Owner_Person=second | 1 |  |
Pq3-ses--------2s | Pronoun Type=interrogative Person=third Number=singular Case=elative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-ses--------2p | Pronoun Type=interrogative Person=third Number=singular Case=elative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-ses--------3 | Pronoun Type=interrogative Person=third Number=singular Case=elative Owner_Number=singular Owner_Person=third | 1 |  |
Pq3-ses--------3s | Pronoun Type=interrogative Person=third Number=singular Case=elative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-ses--------3p | Pronoun Type=interrogative Person=third Number=singular Case=elative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-sep--------1 | Pronoun Type=interrogative Person=third Number=singular Case=elative Owner_Number=plural Owner_Person=first | 1 |  |
Pq3-sep--------1s | Pronoun Type=interrogative Person=third Number=singular Case=elative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-sep--------1p | Pronoun Type=interrogative Person=third Number=singular Case=elative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-sep--------2 | Pronoun Type=interrogative Person=third Number=singular Case=elative Owner_Number=plural Owner_Person=second | 1 |  |
Pq3-sep--------2s | Pronoun Type=interrogative Person=third Number=singular Case=elative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-sep--------2p | Pronoun Type=interrogative Person=third Number=singular Case=elative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-sep--------3 | Pronoun Type=interrogative Person=third Number=singular Case=elative Owner_Number=plural Owner_Person=third | 1 |  |
Pq3-sep--------3s | Pronoun Type=interrogative Person=third Number=singular Case=elative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-sep--------3p | Pronoun Type=interrogative Person=third Number=singular Case=elative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-st | Pronoun Type=interrogative Person=third Number=singular Case=allative | 2 | mihez/mi, kihez/ki |
Pq3-st----------s | Pronoun Type=interrogative Person=third Number=singular Case=allative Owned_Number=singular | 1 |  |
Pq3-st----------p | Pronoun Type=interrogative Person=third Number=singular Case=allative Owned_Number=plural | 1 |  |
Pq3-sts--------1 | Pronoun Type=interrogative Person=third Number=singular Case=allative Owner_Number=singular Owner_Person=first | 1 |  |
Pq3-sts--------1s | Pronoun Type=interrogative Person=third Number=singular Case=allative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-sts--------1p | Pronoun Type=interrogative Person=third Number=singular Case=allative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-sts--------2 | Pronoun Type=interrogative Person=third Number=singular Case=allative Owner_Number=singular Owner_Person=second | 1 |  |
Pq3-sts--------2s | Pronoun Type=interrogative Person=third Number=singular Case=allative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-sts--------2p | Pronoun Type=interrogative Person=third Number=singular Case=allative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-sts--------3 | Pronoun Type=interrogative Person=third Number=singular Case=allative Owner_Number=singular Owner_Person=third | 1 |  |
Pq3-sts--------3s | Pronoun Type=interrogative Person=third Number=singular Case=allative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-sts--------3p | Pronoun Type=interrogative Person=third Number=singular Case=allative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-stp--------1 | Pronoun Type=interrogative Person=third Number=singular Case=allative Owner_Number=plural Owner_Person=first | 1 |  |
Pq3-stp--------1s | Pronoun Type=interrogative Person=third Number=singular Case=allative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-stp--------1p | Pronoun Type=interrogative Person=third Number=singular Case=allative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-stp--------2 | Pronoun Type=interrogative Person=third Number=singular Case=allative Owner_Number=plural Owner_Person=second | 1 |  |
Pq3-stp--------2s | Pronoun Type=interrogative Person=third Number=singular Case=allative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-stp--------2p | Pronoun Type=interrogative Person=third Number=singular Case=allative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-stp--------3 | Pronoun Type=interrogative Person=third Number=singular Case=allative Owner_Number=plural Owner_Person=third | 1 |  |
Pq3-stp--------3s | Pronoun Type=interrogative Person=third Number=singular Case=allative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-stp--------3p | Pronoun Type=interrogative Person=third Number=singular Case=allative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-s3 | Pronoun Type=interrogative Person=third Number=singular Case=adessive | 2 | minél/mi, kinél/ki |
Pq3-s3----------s | Pronoun Type=interrogative Person=third Number=singular Case=adessive Owned_Number=singular | 1 |  |
Pq3-s3----------p | Pronoun Type=interrogative Person=third Number=singular Case=adessive Owned_Number=plural | 1 |  |
Pq3-s3s--------1 | Pronoun Type=interrogative Person=third Number=singular Case=adessive Owner_Number=singular Owner_Person=first | 1 |  |
Pq3-s3s--------1s | Pronoun Type=interrogative Person=third Number=singular Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-s3s--------1p | Pronoun Type=interrogative Person=third Number=singular Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-s3s--------2 | Pronoun Type=interrogative Person=third Number=singular Case=adessive Owner_Number=singular Owner_Person=second | 1 |  |
Pq3-s3s--------2s | Pronoun Type=interrogative Person=third Number=singular Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-s3s--------2p | Pronoun Type=interrogative Person=third Number=singular Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-s3s--------3 | Pronoun Type=interrogative Person=third Number=singular Case=adessive Owner_Number=singular Owner_Person=third | 1 |  |
Pq3-s3s--------3s | Pronoun Type=interrogative Person=third Number=singular Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-s3s--------3p | Pronoun Type=interrogative Person=third Number=singular Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-s3p--------1 | Pronoun Type=interrogative Person=third Number=singular Case=adessive Owner_Number=plural Owner_Person=first | 1 |  |
Pq3-s3p--------1s | Pronoun Type=interrogative Person=third Number=singular Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-s3p--------1p | Pronoun Type=interrogative Person=third Number=singular Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-s3p--------2 | Pronoun Type=interrogative Person=third Number=singular Case=adessive Owner_Number=plural Owner_Person=second | 1 |  |
Pq3-s3p--------2s | Pronoun Type=interrogative Person=third Number=singular Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-s3p--------2p | Pronoun Type=interrogative Person=third Number=singular Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-s3p--------3 | Pronoun Type=interrogative Person=third Number=singular Case=adessive Owner_Number=plural Owner_Person=third | 1 |  |
Pq3-s3p--------3s | Pronoun Type=interrogative Person=third Number=singular Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-s3p--------3p | Pronoun Type=interrogative Person=third Number=singular Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-sb | Pronoun Type=interrogative Person=third Number=singular Case=ablative | 2 | mitől/mi, kitől/ki |
Pq3-sb----------s | Pronoun Type=interrogative Person=third Number=singular Case=ablative Owned_Number=singular | 1 |  |
Pq3-sb----------p | Pronoun Type=interrogative Person=third Number=singular Case=ablative Owned_Number=plural | 1 |  |
Pq3-sbs--------1 | Pronoun Type=interrogative Person=third Number=singular Case=ablative Owner_Number=singular Owner_Person=first | 1 |  |
Pq3-sbs--------1s | Pronoun Type=interrogative Person=third Number=singular Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-sbs--------1p | Pronoun Type=interrogative Person=third Number=singular Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-sbs--------2 | Pronoun Type=interrogative Person=third Number=singular Case=ablative Owner_Number=singular Owner_Person=second | 1 |  |
Pq3-sbs--------2s | Pronoun Type=interrogative Person=third Number=singular Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-sbs--------2p | Pronoun Type=interrogative Person=third Number=singular Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-sbs--------3 | Pronoun Type=interrogative Person=third Number=singular Case=ablative Owner_Number=singular Owner_Person=third | 1 |  |
Pq3-sbs--------3s | Pronoun Type=interrogative Person=third Number=singular Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-sbs--------3p | Pronoun Type=interrogative Person=third Number=singular Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-sbp--------1 | Pronoun Type=interrogative Person=third Number=singular Case=ablative Owner_Number=plural Owner_Person=first | 1 |  |
Pq3-sbp--------1s | Pronoun Type=interrogative Person=third Number=singular Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-sbp--------1p | Pronoun Type=interrogative Person=third Number=singular Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-sbp--------2 | Pronoun Type=interrogative Person=third Number=singular Case=ablative Owner_Number=plural Owner_Person=second | 1 |  |
Pq3-sbp--------2s | Pronoun Type=interrogative Person=third Number=singular Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-sbp--------2p | Pronoun Type=interrogative Person=third Number=singular Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-sbp--------3 | Pronoun Type=interrogative Person=third Number=singular Case=ablative Owner_Number=plural Owner_Person=third | 1 |  |
Pq3-sbp--------3s | Pronoun Type=interrogative Person=third Number=singular Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-sbp--------3p | Pronoun Type=interrogative Person=third Number=singular Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-s9 | Pronoun Type=interrogative Person=third Number=singular Case=terminative | 1 |  |
Pq3-s9----------s | Pronoun Type=interrogative Person=third Number=singular Case=terminative Owned_Number=singular | 1 |  |
Pq3-s9----------p | Pronoun Type=interrogative Person=third Number=singular Case=terminative Owned_Number=plural | 1 |  |
Pq3-s9s--------1 | Pronoun Type=interrogative Person=third Number=singular Case=terminative Owner_Number=singular Owner_Person=first | 1 |  |
Pq3-s9s--------1s | Pronoun Type=interrogative Person=third Number=singular Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-s9s--------1p | Pronoun Type=interrogative Person=third Number=singular Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-s9s--------2 | Pronoun Type=interrogative Person=third Number=singular Case=terminative Owner_Number=singular Owner_Person=second | 1 |  |
Pq3-s9s--------2s | Pronoun Type=interrogative Person=third Number=singular Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-s9s--------2p | Pronoun Type=interrogative Person=third Number=singular Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-s9s--------3 | Pronoun Type=interrogative Person=third Number=singular Case=terminative Owner_Number=singular Owner_Person=third | 1 |  |
Pq3-s9s--------3s | Pronoun Type=interrogative Person=third Number=singular Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-s9s--------3p | Pronoun Type=interrogative Person=third Number=singular Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-s9p--------1 | Pronoun Type=interrogative Person=third Number=singular Case=terminative Owner_Number=plural Owner_Person=first | 1 |  |
Pq3-s9p--------1s | Pronoun Type=interrogative Person=third Number=singular Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-s9p--------1p | Pronoun Type=interrogative Person=third Number=singular Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-s9p--------2 | Pronoun Type=interrogative Person=third Number=singular Case=terminative Owner_Number=plural Owner_Person=second | 1 |  |
Pq3-s9p--------2s | Pronoun Type=interrogative Person=third Number=singular Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-s9p--------2p | Pronoun Type=interrogative Person=third Number=singular Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-s9p--------3 | Pronoun Type=interrogative Person=third Number=singular Case=terminative Owner_Number=plural Owner_Person=third | 1 |  |
Pq3-s9p--------3s | Pronoun Type=interrogative Person=third Number=singular Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-s9p--------3p | Pronoun Type=interrogative Person=third Number=singular Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-sw | Pronoun Type=interrogative Person=third Number=singular Case=essive | 1 |  |
Pq3-sw----------s | Pronoun Type=interrogative Person=third Number=singular Case=essive Owned_Number=singular | 1 |  |
Pq3-sw----------p | Pronoun Type=interrogative Person=third Number=singular Case=essive Owned_Number=plural | 1 |  |
Pq3-sws--------1 | Pronoun Type=interrogative Person=third Number=singular Case=essive Owner_Number=singular Owner_Person=first | 1 |  |
Pq3-sws--------1s | Pronoun Type=interrogative Person=third Number=singular Case=essive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-sws--------1p | Pronoun Type=interrogative Person=third Number=singular Case=essive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-sws--------2 | Pronoun Type=interrogative Person=third Number=singular Case=essive Owner_Number=singular Owner_Person=second | 1 |  |
Pq3-sws--------2s | Pronoun Type=interrogative Person=third Number=singular Case=essive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-sws--------2p | Pronoun Type=interrogative Person=third Number=singular Case=essive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-sws--------3 | Pronoun Type=interrogative Person=third Number=singular Case=essive Owner_Number=singular Owner_Person=third | 1 |  |
Pq3-sws--------3s | Pronoun Type=interrogative Person=third Number=singular Case=essive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-sws--------3p | Pronoun Type=interrogative Person=third Number=singular Case=essive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-swp--------1 | Pronoun Type=interrogative Person=third Number=singular Case=essive Owner_Number=plural Owner_Person=first | 1 |  |
Pq3-swp--------1s | Pronoun Type=interrogative Person=third Number=singular Case=essive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-swp--------1p | Pronoun Type=interrogative Person=third Number=singular Case=essive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-swp--------2 | Pronoun Type=interrogative Person=third Number=singular Case=essive Owner_Number=plural Owner_Person=second | 1 |  |
Pq3-swp--------2s | Pronoun Type=interrogative Person=third Number=singular Case=essive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-swp--------2p | Pronoun Type=interrogative Person=third Number=singular Case=essive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-swp--------3 | Pronoun Type=interrogative Person=third Number=singular Case=essive Owner_Number=plural Owner_Person=third | 1 |  |
Pq3-swp--------3s | Pronoun Type=interrogative Person=third Number=singular Case=essive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-swp--------3p | Pronoun Type=interrogative Person=third Number=singular Case=essive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-sm | Pronoun Type=interrogative Person=third Number=singular Case=temporalis | 2 | mikor/mi, hánykor/hány |
Pq3-sm----------s | Pronoun Type=interrogative Person=third Number=singular Case=temporalis Owned_Number=singular | 1 |  |
Pq3-sm----------p | Pronoun Type=interrogative Person=third Number=singular Case=temporalis Owned_Number=plural | 1 |  |
Pq3-sms--------1 | Pronoun Type=interrogative Person=third Number=singular Case=temporalis Owner_Number=singular Owner_Person=first | 1 |  |
Pq3-sms--------1s | Pronoun Type=interrogative Person=third Number=singular Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-sms--------1p | Pronoun Type=interrogative Person=third Number=singular Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-sms--------2 | Pronoun Type=interrogative Person=third Number=singular Case=temporalis Owner_Number=singular Owner_Person=second | 1 |  |
Pq3-sms--------2s | Pronoun Type=interrogative Person=third Number=singular Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-sms--------2p | Pronoun Type=interrogative Person=third Number=singular Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-sms--------3 | Pronoun Type=interrogative Person=third Number=singular Case=temporalis Owner_Number=singular Owner_Person=third | 1 |  |
Pq3-sms--------3s | Pronoun Type=interrogative Person=third Number=singular Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-sms--------3p | Pronoun Type=interrogative Person=third Number=singular Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-smp--------1 | Pronoun Type=interrogative Person=third Number=singular Case=temporalis Owner_Number=plural Owner_Person=first | 1 |  |
Pq3-smp--------1s | Pronoun Type=interrogative Person=third Number=singular Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-smp--------1p | Pronoun Type=interrogative Person=third Number=singular Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-smp--------2 | Pronoun Type=interrogative Person=third Number=singular Case=temporalis Owner_Number=plural Owner_Person=second | 1 |  |
Pq3-smp--------2s | Pronoun Type=interrogative Person=third Number=singular Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-smp--------2p | Pronoun Type=interrogative Person=third Number=singular Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-smp--------3 | Pronoun Type=interrogative Person=third Number=singular Case=temporalis Owner_Number=plural Owner_Person=third | 1 |  |
Pq3-smp--------3s | Pronoun Type=interrogative Person=third Number=singular Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-smp--------3p | Pronoun Type=interrogative Person=third Number=singular Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-sc | Pronoun Type=interrogative Person=third Number=singular Case=causalis | 1 | miért/mi |
Pq3-sc----------s | Pronoun Type=interrogative Person=third Number=singular Case=causalis Owned_Number=singular | 1 |  |
Pq3-sc----------p | Pronoun Type=interrogative Person=third Number=singular Case=causalis Owned_Number=plural | 1 |  |
Pq3-scs--------1 | Pronoun Type=interrogative Person=third Number=singular Case=causalis Owner_Number=singular Owner_Person=first | 1 | kimért/ki |
Pq3-scs--------1s | Pronoun Type=interrogative Person=third Number=singular Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-scs--------1p | Pronoun Type=interrogative Person=third Number=singular Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-scs--------2 | Pronoun Type=interrogative Person=third Number=singular Case=causalis Owner_Number=singular Owner_Person=second | 1 |  |
Pq3-scs--------2s | Pronoun Type=interrogative Person=third Number=singular Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-scs--------2p | Pronoun Type=interrogative Person=third Number=singular Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-scs--------3 | Pronoun Type=interrogative Person=third Number=singular Case=causalis Owner_Number=singular Owner_Person=third | 1 |  |
Pq3-scs--------3s | Pronoun Type=interrogative Person=third Number=singular Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-scs--------3p | Pronoun Type=interrogative Person=third Number=singular Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-scp--------1 | Pronoun Type=interrogative Person=third Number=singular Case=causalis Owner_Number=plural Owner_Person=first | 1 |  |
Pq3-scp--------1s | Pronoun Type=interrogative Person=third Number=singular Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-scp--------1p | Pronoun Type=interrogative Person=third Number=singular Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-scp--------2 | Pronoun Type=interrogative Person=third Number=singular Case=causalis Owner_Number=plural Owner_Person=second | 1 |  |
Pq3-scp--------2s | Pronoun Type=interrogative Person=third Number=singular Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-scp--------2p | Pronoun Type=interrogative Person=third Number=singular Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-scp--------3 | Pronoun Type=interrogative Person=third Number=singular Case=causalis Owner_Number=plural Owner_Person=third | 1 |  |
Pq3-scp--------3s | Pronoun Type=interrogative Person=third Number=singular Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-scp--------3p | Pronoun Type=interrogative Person=third Number=singular Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-ss | Pronoun Type=interrogative Person=third Number=singular Case=sublative | 3 | mire/mi, mennyire/mennyi, kire/ki |
Pq3-ss----------s | Pronoun Type=interrogative Person=third Number=singular Case=sublative Owned_Number=singular | 1 |  |
Pq3-ss----------p | Pronoun Type=interrogative Person=third Number=singular Case=sublative Owned_Number=plural | 1 |  |
Pq3-sss--------1 | Pronoun Type=interrogative Person=third Number=singular Case=sublative Owner_Number=singular Owner_Person=first | 1 |  |
Pq3-sss--------1s | Pronoun Type=interrogative Person=third Number=singular Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-sss--------1p | Pronoun Type=interrogative Person=third Number=singular Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-sss--------2 | Pronoun Type=interrogative Person=third Number=singular Case=sublative Owner_Number=singular Owner_Person=second | 1 |  |
Pq3-sss--------2s | Pronoun Type=interrogative Person=third Number=singular Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-sss--------2p | Pronoun Type=interrogative Person=third Number=singular Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-sss--------3 | Pronoun Type=interrogative Person=third Number=singular Case=sublative Owner_Number=singular Owner_Person=third | 1 |  |
Pq3-sss--------3s | Pronoun Type=interrogative Person=third Number=singular Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-sss--------3p | Pronoun Type=interrogative Person=third Number=singular Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-ssp--------1 | Pronoun Type=interrogative Person=third Number=singular Case=sublative Owner_Number=plural Owner_Person=first | 1 |  |
Pq3-ssp--------1s | Pronoun Type=interrogative Person=third Number=singular Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-ssp--------1p | Pronoun Type=interrogative Person=third Number=singular Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-ssp--------2 | Pronoun Type=interrogative Person=third Number=singular Case=sublative Owner_Number=plural Owner_Person=second | 1 |  |
Pq3-ssp--------2s | Pronoun Type=interrogative Person=third Number=singular Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-ssp--------2p | Pronoun Type=interrogative Person=third Number=singular Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-ssp--------3 | Pronoun Type=interrogative Person=third Number=singular Case=sublative Owner_Number=plural Owner_Person=third | 1 |  |
Pq3-ssp--------3s | Pronoun Type=interrogative Person=third Number=singular Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-ssp--------3p | Pronoun Type=interrogative Person=third Number=singular Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-sh | Pronoun Type=interrogative Person=third Number=singular Case=delative | 1 | miről/mi |
Pq3-sh----------s | Pronoun Type=interrogative Person=third Number=singular Case=delative Owned_Number=singular | 1 |  |
Pq3-sh----------p | Pronoun Type=interrogative Person=third Number=singular Case=delative Owned_Number=plural | 1 |  |
Pq3-shs--------1 | Pronoun Type=interrogative Person=third Number=singular Case=delative Owner_Number=singular Owner_Person=first | 1 |  |
Pq3-shs--------1s | Pronoun Type=interrogative Person=third Number=singular Case=delative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-shs--------1p | Pronoun Type=interrogative Person=third Number=singular Case=delative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-shs--------2 | Pronoun Type=interrogative Person=third Number=singular Case=delative Owner_Number=singular Owner_Person=second | 1 |  |
Pq3-shs--------2s | Pronoun Type=interrogative Person=third Number=singular Case=delative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-shs--------2p | Pronoun Type=interrogative Person=third Number=singular Case=delative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-shs--------3 | Pronoun Type=interrogative Person=third Number=singular Case=delative Owner_Number=singular Owner_Person=third | 1 |  |
Pq3-shs--------3s | Pronoun Type=interrogative Person=third Number=singular Case=delative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-shs--------3p | Pronoun Type=interrogative Person=third Number=singular Case=delative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-shp--------1 | Pronoun Type=interrogative Person=third Number=singular Case=delative Owner_Number=plural Owner_Person=first | 1 |  |
Pq3-shp--------1s | Pronoun Type=interrogative Person=third Number=singular Case=delative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-shp--------1p | Pronoun Type=interrogative Person=third Number=singular Case=delative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-shp--------2 | Pronoun Type=interrogative Person=third Number=singular Case=delative Owner_Number=plural Owner_Person=second | 1 |  |
Pq3-shp--------2s | Pronoun Type=interrogative Person=third Number=singular Case=delative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-shp--------2p | Pronoun Type=interrogative Person=third Number=singular Case=delative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-shp--------3 | Pronoun Type=interrogative Person=third Number=singular Case=delative Owner_Number=plural Owner_Person=third | 1 |  |
Pq3-shp--------3s | Pronoun Type=interrogative Person=third Number=singular Case=delative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-shp--------3p | Pronoun Type=interrogative Person=third Number=singular Case=delative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-sq | Pronoun Type=interrogative Person=third Number=singular Case=sociative | 1 |  |
Pq3-sq----------s | Pronoun Type=interrogative Person=third Number=singular Case=sociative Owned_Number=singular | 1 |  |
Pq3-sq----------p | Pronoun Type=interrogative Person=third Number=singular Case=sociative Owned_Number=plural | 1 |  |
Pq3-sqs--------1 | Pronoun Type=interrogative Person=third Number=singular Case=sociative Owner_Number=singular Owner_Person=first | 1 |  |
Pq3-sqs--------1s | Pronoun Type=interrogative Person=third Number=singular Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-sqs--------1p | Pronoun Type=interrogative Person=third Number=singular Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-sqs--------2 | Pronoun Type=interrogative Person=third Number=singular Case=sociative Owner_Number=singular Owner_Person=second | 1 |  |
Pq3-sqs--------2s | Pronoun Type=interrogative Person=third Number=singular Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-sqs--------2p | Pronoun Type=interrogative Person=third Number=singular Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-sqs--------3 | Pronoun Type=interrogative Person=third Number=singular Case=sociative Owner_Number=singular Owner_Person=third | 1 |  |
Pq3-sqs--------3s | Pronoun Type=interrogative Person=third Number=singular Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-sqs--------3p | Pronoun Type=interrogative Person=third Number=singular Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-sqp--------1 | Pronoun Type=interrogative Person=third Number=singular Case=sociative Owner_Number=plural Owner_Person=first | 1 |  |
Pq3-sqp--------1s | Pronoun Type=interrogative Person=third Number=singular Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-sqp--------1p | Pronoun Type=interrogative Person=third Number=singular Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-sqp--------2 | Pronoun Type=interrogative Person=third Number=singular Case=sociative Owner_Number=plural Owner_Person=second | 1 |  |
Pq3-sqp--------2s | Pronoun Type=interrogative Person=third Number=singular Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-sqp--------2p | Pronoun Type=interrogative Person=third Number=singular Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-sqp--------3 | Pronoun Type=interrogative Person=third Number=singular Case=sociative Owner_Number=plural Owner_Person=third | 1 |  |
Pq3-sqp--------3s | Pronoun Type=interrogative Person=third Number=singular Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-sqp--------3p | Pronoun Type=interrogative Person=third Number=singular Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-sy | Pronoun Type=interrogative Person=third Number=singular Case=factive | 1 | mivé/mi |
Pq3-sy----------s | Pronoun Type=interrogative Person=third Number=singular Case=factive Owned_Number=singular | 1 |  |
Pq3-sy----------p | Pronoun Type=interrogative Person=third Number=singular Case=factive Owned_Number=plural | 1 |  |
Pq3-sys--------1 | Pronoun Type=interrogative Person=third Number=singular Case=factive Owner_Number=singular Owner_Person=first | 1 |  |
Pq3-sys--------1s | Pronoun Type=interrogative Person=third Number=singular Case=factive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-sys--------1p | Pronoun Type=interrogative Person=third Number=singular Case=factive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-sys--------2 | Pronoun Type=interrogative Person=third Number=singular Case=factive Owner_Number=singular Owner_Person=second | 1 |  |
Pq3-sys--------2s | Pronoun Type=interrogative Person=third Number=singular Case=factive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-sys--------2p | Pronoun Type=interrogative Person=third Number=singular Case=factive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-sys--------3 | Pronoun Type=interrogative Person=third Number=singular Case=factive Owner_Number=singular Owner_Person=third | 1 |  |
Pq3-sys--------3s | Pronoun Type=interrogative Person=third Number=singular Case=factive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-sys--------3p | Pronoun Type=interrogative Person=third Number=singular Case=factive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-syp--------1 | Pronoun Type=interrogative Person=third Number=singular Case=factive Owner_Number=plural Owner_Person=first | 1 |  |
Pq3-syp--------1s | Pronoun Type=interrogative Person=third Number=singular Case=factive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-syp--------1p | Pronoun Type=interrogative Person=third Number=singular Case=factive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-syp--------2 | Pronoun Type=interrogative Person=third Number=singular Case=factive Owner_Number=plural Owner_Person=second | 1 |  |
Pq3-syp--------2s | Pronoun Type=interrogative Person=third Number=singular Case=factive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-syp--------2p | Pronoun Type=interrogative Person=third Number=singular Case=factive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-syp--------3 | Pronoun Type=interrogative Person=third Number=singular Case=factive Owner_Number=plural Owner_Person=third | 1 |  |
Pq3-syp--------3s | Pronoun Type=interrogative Person=third Number=singular Case=factive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-syp--------3p | Pronoun Type=interrogative Person=third Number=singular Case=factive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-sp | Pronoun Type=interrogative Person=third Number=singular Case=superessive | 2 | min/mi, milyen/mily |
Pq3-sp----------s | Pronoun Type=interrogative Person=third Number=singular Case=superessive Owned_Number=singular | 1 |  |
Pq3-sp----------p | Pronoun Type=interrogative Person=third Number=singular Case=superessive Owned_Number=plural | 1 |  |
Pq3-sps--------1 | Pronoun Type=interrogative Person=third Number=singular Case=superessive Owner_Number=singular Owner_Person=first | 1 |  |
Pq3-sps--------1s | Pronoun Type=interrogative Person=third Number=singular Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-sps--------1p | Pronoun Type=interrogative Person=third Number=singular Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-sps--------2 | Pronoun Type=interrogative Person=third Number=singular Case=superessive Owner_Number=singular Owner_Person=second | 1 |  |
Pq3-sps--------2s | Pronoun Type=interrogative Person=third Number=singular Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-sps--------2p | Pronoun Type=interrogative Person=third Number=singular Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-sps--------3 | Pronoun Type=interrogative Person=third Number=singular Case=superessive Owner_Number=singular Owner_Person=third | 1 |  |
Pq3-sps--------3s | Pronoun Type=interrogative Person=third Number=singular Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-sps--------3p | Pronoun Type=interrogative Person=third Number=singular Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-spp--------1 | Pronoun Type=interrogative Person=third Number=singular Case=superessive Owner_Number=plural Owner_Person=first | 1 |  |
Pq3-spp--------1s | Pronoun Type=interrogative Person=third Number=singular Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-spp--------1p | Pronoun Type=interrogative Person=third Number=singular Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-spp--------2 | Pronoun Type=interrogative Person=third Number=singular Case=superessive Owner_Number=plural Owner_Person=second | 1 |  |
Pq3-spp--------2s | Pronoun Type=interrogative Person=third Number=singular Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-spp--------2p | Pronoun Type=interrogative Person=third Number=singular Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-spp--------3 | Pronoun Type=interrogative Person=third Number=singular Case=superessive Owner_Number=plural Owner_Person=third | 1 |  |
Pq3-spp--------3s | Pronoun Type=interrogative Person=third Number=singular Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-spp--------3p | Pronoun Type=interrogative Person=third Number=singular Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-su | Pronoun Type=interrogative Person=third Number=singular Case=distributive | 1 |  |
Pq3-su----------s | Pronoun Type=interrogative Person=third Number=singular Case=distributive Owned_Number=singular | 1 |  |
Pq3-su----------p | Pronoun Type=interrogative Person=third Number=singular Case=distributive Owned_Number=plural | 1 |  |
Pq3-sus--------1 | Pronoun Type=interrogative Person=third Number=singular Case=distributive Owner_Number=singular Owner_Person=first | 1 |  |
Pq3-sus--------1s | Pronoun Type=interrogative Person=third Number=singular Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-sus--------1p | Pronoun Type=interrogative Person=third Number=singular Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-sus--------2 | Pronoun Type=interrogative Person=third Number=singular Case=distributive Owner_Number=singular Owner_Person=second | 1 |  |
Pq3-sus--------2s | Pronoun Type=interrogative Person=third Number=singular Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-sus--------2p | Pronoun Type=interrogative Person=third Number=singular Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-sus--------3 | Pronoun Type=interrogative Person=third Number=singular Case=distributive Owner_Number=singular Owner_Person=third | 1 |  |
Pq3-sus--------3s | Pronoun Type=interrogative Person=third Number=singular Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-sus--------3p | Pronoun Type=interrogative Person=third Number=singular Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-sup--------1 | Pronoun Type=interrogative Person=third Number=singular Case=distributive Owner_Number=plural Owner_Person=first | 1 |  |
Pq3-sup--------1s | Pronoun Type=interrogative Person=third Number=singular Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-sup--------1p | Pronoun Type=interrogative Person=third Number=singular Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-sup--------2 | Pronoun Type=interrogative Person=third Number=singular Case=distributive Owner_Number=plural Owner_Person=second | 1 |  |
Pq3-sup--------2s | Pronoun Type=interrogative Person=third Number=singular Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-sup--------2p | Pronoun Type=interrogative Person=third Number=singular Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-sup--------3 | Pronoun Type=interrogative Person=third Number=singular Case=distributive Owner_Number=plural Owner_Person=third | 1 |  |
Pq3-sup--------3s | Pronoun Type=interrogative Person=third Number=singular Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-sup--------3p | Pronoun Type=interrogative Person=third Number=singular Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-sf | Pronoun Type=interrogative Person=third Number=singular Case=essive-formal | 1 | miként/mi |
Pq3-sf----------s | Pronoun Type=interrogative Person=third Number=singular Case=essive-formal Owned_Number=singular | 1 |  |
Pq3-sf----------p | Pronoun Type=interrogative Person=third Number=singular Case=essive-formal Owned_Number=plural | 1 |  |
Pq3-sfs--------1 | Pronoun Type=interrogative Person=third Number=singular Case=essive-formal Owner_Number=singular Owner_Person=first | 1 |  |
Pq3-sfs--------1s | Pronoun Type=interrogative Person=third Number=singular Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-sfs--------1p | Pronoun Type=interrogative Person=third Number=singular Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-sfs--------2 | Pronoun Type=interrogative Person=third Number=singular Case=essive-formal Owner_Number=singular Owner_Person=second | 1 |  |
Pq3-sfs--------2s | Pronoun Type=interrogative Person=third Number=singular Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-sfs--------2p | Pronoun Type=interrogative Person=third Number=singular Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-sfs--------3 | Pronoun Type=interrogative Person=third Number=singular Case=essive-formal Owner_Number=singular Owner_Person=third | 1 |  |
Pq3-sfs--------3s | Pronoun Type=interrogative Person=third Number=singular Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-sfs--------3p | Pronoun Type=interrogative Person=third Number=singular Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-sfp--------1 | Pronoun Type=interrogative Person=third Number=singular Case=essive-formal Owner_Number=plural Owner_Person=first | 1 |  |
Pq3-sfp--------1s | Pronoun Type=interrogative Person=third Number=singular Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-sfp--------1p | Pronoun Type=interrogative Person=third Number=singular Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-sfp--------2 | Pronoun Type=interrogative Person=third Number=singular Case=essive-formal Owner_Number=plural Owner_Person=second | 1 |  |
Pq3-sfp--------2s | Pronoun Type=interrogative Person=third Number=singular Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-sfp--------2p | Pronoun Type=interrogative Person=third Number=singular Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-sfp--------3 | Pronoun Type=interrogative Person=third Number=singular Case=essive-formal Owner_Number=plural Owner_Person=third | 1 |  |
Pq3-sfp--------3s | Pronoun Type=interrogative Person=third Number=singular Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-sfp--------3p | Pronoun Type=interrogative Person=third Number=singular Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-pn | Pronoun Type=interrogative Person=third Number=plural Case=nominative | 4 | milyenek/milyen, mik/mi, kik/ki, kicsodák/kicsoda |
Pq3-pn----------s | Pronoun Type=interrogative Person=third Number=plural Case=nominative Owned_Number=singular | 1 |  |
Pq3-pn----------p | Pronoun Type=interrogative Person=third Number=plural Case=nominative Owned_Number=plural | 1 |  |
Pq3-pns--------1 | Pronoun Type=interrogative Person=third Number=plural Case=nominative Owner_Number=singular Owner_Person=first | 1 |  |
Pq3-pns--------1s | Pronoun Type=interrogative Person=third Number=plural Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-pns--------1p | Pronoun Type=interrogative Person=third Number=plural Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-pns--------2 | Pronoun Type=interrogative Person=third Number=plural Case=nominative Owner_Number=singular Owner_Person=second | 1 |  |
Pq3-pns--------2s | Pronoun Type=interrogative Person=third Number=plural Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-pns--------2p | Pronoun Type=interrogative Person=third Number=plural Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-pns--------3 | Pronoun Type=interrogative Person=third Number=plural Case=nominative Owner_Number=singular Owner_Person=third | 1 |  |
Pq3-pns--------3s | Pronoun Type=interrogative Person=third Number=plural Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-pns--------3p | Pronoun Type=interrogative Person=third Number=plural Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-pnp--------1 | Pronoun Type=interrogative Person=third Number=plural Case=nominative Owner_Number=plural Owner_Person=first | 1 |  |
Pq3-pnp--------1s | Pronoun Type=interrogative Person=third Number=plural Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-pnp--------1p | Pronoun Type=interrogative Person=third Number=plural Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-pnp--------2 | Pronoun Type=interrogative Person=third Number=plural Case=nominative Owner_Number=plural Owner_Person=second | 1 |  |
Pq3-pnp--------2s | Pronoun Type=interrogative Person=third Number=plural Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-pnp--------2p | Pronoun Type=interrogative Person=third Number=plural Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-pnp--------3 | Pronoun Type=interrogative Person=third Number=plural Case=nominative Owner_Number=plural Owner_Person=third | 1 |  |
Pq3-pnp--------3s | Pronoun Type=interrogative Person=third Number=plural Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-pnp--------3p | Pronoun Type=interrogative Person=third Number=plural Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-pg | Pronoun Type=interrogative Person=third Number=plural Case=genitive | 1 |  |
Pq3-pg----------s | Pronoun Type=interrogative Person=third Number=plural Case=genitive Owned_Number=singular | 1 |  |
Pq3-pg----------p | Pronoun Type=interrogative Person=third Number=plural Case=genitive Owned_Number=plural | 1 |  |
Pq3-pgs--------1 | Pronoun Type=interrogative Person=third Number=plural Case=genitive Owner_Number=singular Owner_Person=first | 1 |  |
Pq3-pgs--------1s | Pronoun Type=interrogative Person=third Number=plural Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-pgs--------1p | Pronoun Type=interrogative Person=third Number=plural Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-pgs--------2 | Pronoun Type=interrogative Person=third Number=plural Case=genitive Owner_Number=singular Owner_Person=second | 1 |  |
Pq3-pgs--------2s | Pronoun Type=interrogative Person=third Number=plural Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-pgs--------2p | Pronoun Type=interrogative Person=third Number=plural Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-pgs--------3 | Pronoun Type=interrogative Person=third Number=plural Case=genitive Owner_Number=singular Owner_Person=third | 1 |  |
Pq3-pgs--------3s | Pronoun Type=interrogative Person=third Number=plural Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-pgs--------3p | Pronoun Type=interrogative Person=third Number=plural Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-pgp--------1 | Pronoun Type=interrogative Person=third Number=plural Case=genitive Owner_Number=plural Owner_Person=first | 1 |  |
Pq3-pgp--------1s | Pronoun Type=interrogative Person=third Number=plural Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-pgp--------1p | Pronoun Type=interrogative Person=third Number=plural Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-pgp--------2 | Pronoun Type=interrogative Person=third Number=plural Case=genitive Owner_Number=plural Owner_Person=second | 1 |  |
Pq3-pgp--------2s | Pronoun Type=interrogative Person=third Number=plural Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-pgp--------2p | Pronoun Type=interrogative Person=third Number=plural Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-pgp--------3 | Pronoun Type=interrogative Person=third Number=plural Case=genitive Owner_Number=plural Owner_Person=third | 1 |  |
Pq3-pgp--------3s | Pronoun Type=interrogative Person=third Number=plural Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-pgp--------3p | Pronoun Type=interrogative Person=third Number=plural Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-pd | Pronoun Type=interrogative Person=third Number=plural Case=dative | 1 |  |
Pq3-pd----------s | Pronoun Type=interrogative Person=third Number=plural Case=dative Owned_Number=singular | 1 |  |
Pq3-pd----------p | Pronoun Type=interrogative Person=third Number=plural Case=dative Owned_Number=plural | 1 |  |
Pq3-pds--------1 | Pronoun Type=interrogative Person=third Number=plural Case=dative Owner_Number=singular Owner_Person=first | 1 |  |
Pq3-pds--------1s | Pronoun Type=interrogative Person=third Number=plural Case=dative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-pds--------1p | Pronoun Type=interrogative Person=third Number=plural Case=dative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-pds--------2 | Pronoun Type=interrogative Person=third Number=plural Case=dative Owner_Number=singular Owner_Person=second | 1 |  |
Pq3-pds--------2s | Pronoun Type=interrogative Person=third Number=plural Case=dative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-pds--------2p | Pronoun Type=interrogative Person=third Number=plural Case=dative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-pds--------3 | Pronoun Type=interrogative Person=third Number=plural Case=dative Owner_Number=singular Owner_Person=third | 1 |  |
Pq3-pds--------3s | Pronoun Type=interrogative Person=third Number=plural Case=dative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-pds--------3p | Pronoun Type=interrogative Person=third Number=plural Case=dative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-pdp--------1 | Pronoun Type=interrogative Person=third Number=plural Case=dative Owner_Number=plural Owner_Person=first | 1 |  |
Pq3-pdp--------1s | Pronoun Type=interrogative Person=third Number=plural Case=dative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-pdp--------1p | Pronoun Type=interrogative Person=third Number=plural Case=dative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-pdp--------2 | Pronoun Type=interrogative Person=third Number=plural Case=dative Owner_Number=plural Owner_Person=second | 1 |  |
Pq3-pdp--------2s | Pronoun Type=interrogative Person=third Number=plural Case=dative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-pdp--------2p | Pronoun Type=interrogative Person=third Number=plural Case=dative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-pdp--------3 | Pronoun Type=interrogative Person=third Number=plural Case=dative Owner_Number=plural Owner_Person=third | 1 |  |
Pq3-pdp--------3s | Pronoun Type=interrogative Person=third Number=plural Case=dative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-pdp--------3p | Pronoun Type=interrogative Person=third Number=plural Case=dative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-pa | Pronoun Type=interrogative Person=third Number=plural Case=accusative | 2 | miket/mi, kiket/ki |
Pq3-pa----------s | Pronoun Type=interrogative Person=third Number=plural Case=accusative Owned_Number=singular | 1 |  |
Pq3-pa----------p | Pronoun Type=interrogative Person=third Number=plural Case=accusative Owned_Number=plural | 1 |  |
Pq3-pas--------1 | Pronoun Type=interrogative Person=third Number=plural Case=accusative Owner_Number=singular Owner_Person=first | 1 |  |
Pq3-pas--------1s | Pronoun Type=interrogative Person=third Number=plural Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-pas--------1p | Pronoun Type=interrogative Person=third Number=plural Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-pas--------2 | Pronoun Type=interrogative Person=third Number=plural Case=accusative Owner_Number=singular Owner_Person=second | 1 |  |
Pq3-pas--------2s | Pronoun Type=interrogative Person=third Number=plural Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-pas--------2p | Pronoun Type=interrogative Person=third Number=plural Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-pas--------3 | Pronoun Type=interrogative Person=third Number=plural Case=accusative Owner_Number=singular Owner_Person=third | 1 |  |
Pq3-pas--------3s | Pronoun Type=interrogative Person=third Number=plural Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-pas--------3p | Pronoun Type=interrogative Person=third Number=plural Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-pap--------1 | Pronoun Type=interrogative Person=third Number=plural Case=accusative Owner_Number=plural Owner_Person=first | 1 |  |
Pq3-pap--------1s | Pronoun Type=interrogative Person=third Number=plural Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-pap--------1p | Pronoun Type=interrogative Person=third Number=plural Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-pap--------2 | Pronoun Type=interrogative Person=third Number=plural Case=accusative Owner_Number=plural Owner_Person=second | 1 |  |
Pq3-pap--------2s | Pronoun Type=interrogative Person=third Number=plural Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-pap--------2p | Pronoun Type=interrogative Person=third Number=plural Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-pap--------3 | Pronoun Type=interrogative Person=third Number=plural Case=accusative Owner_Number=plural Owner_Person=third | 1 |  |
Pq3-pap--------3s | Pronoun Type=interrogative Person=third Number=plural Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-pap--------3p | Pronoun Type=interrogative Person=third Number=plural Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-pi | Pronoun Type=interrogative Person=third Number=plural Case=instrumental | 2 | mikkel/mi, kikkel/ki |
Pq3-pi----------s | Pronoun Type=interrogative Person=third Number=plural Case=instrumental Owned_Number=singular | 1 |  |
Pq3-pi----------p | Pronoun Type=interrogative Person=third Number=plural Case=instrumental Owned_Number=plural | 1 |  |
Pq3-pis--------1 | Pronoun Type=interrogative Person=third Number=plural Case=instrumental Owner_Number=singular Owner_Person=first | 1 |  |
Pq3-pis--------1s | Pronoun Type=interrogative Person=third Number=plural Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-pis--------1p | Pronoun Type=interrogative Person=third Number=plural Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-pis--------2 | Pronoun Type=interrogative Person=third Number=plural Case=instrumental Owner_Number=singular Owner_Person=second | 1 |  |
Pq3-pis--------2s | Pronoun Type=interrogative Person=third Number=plural Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-pis--------2p | Pronoun Type=interrogative Person=third Number=plural Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-pis--------3 | Pronoun Type=interrogative Person=third Number=plural Case=instrumental Owner_Number=singular Owner_Person=third | 1 |  |
Pq3-pis--------3s | Pronoun Type=interrogative Person=third Number=plural Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-pis--------3p | Pronoun Type=interrogative Person=third Number=plural Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-pip--------1 | Pronoun Type=interrogative Person=third Number=plural Case=instrumental Owner_Number=plural Owner_Person=first | 1 |  |
Pq3-pip--------1s | Pronoun Type=interrogative Person=third Number=plural Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-pip--------1p | Pronoun Type=interrogative Person=third Number=plural Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-pip--------2 | Pronoun Type=interrogative Person=third Number=plural Case=instrumental Owner_Number=plural Owner_Person=second | 1 |  |
Pq3-pip--------2s | Pronoun Type=interrogative Person=third Number=plural Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-pip--------2p | Pronoun Type=interrogative Person=third Number=plural Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-pip--------3 | Pronoun Type=interrogative Person=third Number=plural Case=instrumental Owner_Number=plural Owner_Person=third | 1 |  |
Pq3-pip--------3s | Pronoun Type=interrogative Person=third Number=plural Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-pip--------3p | Pronoun Type=interrogative Person=third Number=plural Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-px | Pronoun Type=interrogative Person=third Number=plural Case=illative | 1 |  |
Pq3-px----------s | Pronoun Type=interrogative Person=third Number=plural Case=illative Owned_Number=singular | 1 |  |
Pq3-px----------p | Pronoun Type=interrogative Person=third Number=plural Case=illative Owned_Number=plural | 1 |  |
Pq3-pxs--------1 | Pronoun Type=interrogative Person=third Number=plural Case=illative Owner_Number=singular Owner_Person=first | 1 |  |
Pq3-pxs--------1s | Pronoun Type=interrogative Person=third Number=plural Case=illative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-pxs--------1p | Pronoun Type=interrogative Person=third Number=plural Case=illative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-pxs--------2 | Pronoun Type=interrogative Person=third Number=plural Case=illative Owner_Number=singular Owner_Person=second | 1 |  |
Pq3-pxs--------2s | Pronoun Type=interrogative Person=third Number=plural Case=illative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-pxs--------2p | Pronoun Type=interrogative Person=third Number=plural Case=illative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-pxs--------3 | Pronoun Type=interrogative Person=third Number=plural Case=illative Owner_Number=singular Owner_Person=third | 1 |  |
Pq3-pxs--------3s | Pronoun Type=interrogative Person=third Number=plural Case=illative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-pxs--------3p | Pronoun Type=interrogative Person=third Number=plural Case=illative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-pxp--------1 | Pronoun Type=interrogative Person=third Number=plural Case=illative Owner_Number=plural Owner_Person=first | 1 |  |
Pq3-pxp--------1s | Pronoun Type=interrogative Person=third Number=plural Case=illative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-pxp--------1p | Pronoun Type=interrogative Person=third Number=plural Case=illative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-pxp--------2 | Pronoun Type=interrogative Person=third Number=plural Case=illative Owner_Number=plural Owner_Person=second | 1 |  |
Pq3-pxp--------2s | Pronoun Type=interrogative Person=third Number=plural Case=illative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-pxp--------2p | Pronoun Type=interrogative Person=third Number=plural Case=illative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-pxp--------3 | Pronoun Type=interrogative Person=third Number=plural Case=illative Owner_Number=plural Owner_Person=third | 1 |  |
Pq3-pxp--------3s | Pronoun Type=interrogative Person=third Number=plural Case=illative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-pxp--------3p | Pronoun Type=interrogative Person=third Number=plural Case=illative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-p2 | Pronoun Type=interrogative Person=third Number=plural Case=inessive | 1 |  |
Pq3-p2----------s | Pronoun Type=interrogative Person=third Number=plural Case=inessive Owned_Number=singular | 1 |  |
Pq3-p2----------p | Pronoun Type=interrogative Person=third Number=plural Case=inessive Owned_Number=plural | 1 |  |
Pq3-p2s--------1 | Pronoun Type=interrogative Person=third Number=plural Case=inessive Owner_Number=singular Owner_Person=first | 1 |  |
Pq3-p2s--------1s | Pronoun Type=interrogative Person=third Number=plural Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-p2s--------1p | Pronoun Type=interrogative Person=third Number=plural Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-p2s--------2 | Pronoun Type=interrogative Person=third Number=plural Case=inessive Owner_Number=singular Owner_Person=second | 1 |  |
Pq3-p2s--------2s | Pronoun Type=interrogative Person=third Number=plural Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-p2s--------2p | Pronoun Type=interrogative Person=third Number=plural Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-p2s--------3 | Pronoun Type=interrogative Person=third Number=plural Case=inessive Owner_Number=singular Owner_Person=third | 1 |  |
Pq3-p2s--------3s | Pronoun Type=interrogative Person=third Number=plural Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-p2s--------3p | Pronoun Type=interrogative Person=third Number=plural Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-p2p--------1 | Pronoun Type=interrogative Person=third Number=plural Case=inessive Owner_Number=plural Owner_Person=first | 1 |  |
Pq3-p2p--------1s | Pronoun Type=interrogative Person=third Number=plural Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-p2p--------1p | Pronoun Type=interrogative Person=third Number=plural Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-p2p--------2 | Pronoun Type=interrogative Person=third Number=plural Case=inessive Owner_Number=plural Owner_Person=second | 1 |  |
Pq3-p2p--------2s | Pronoun Type=interrogative Person=third Number=plural Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-p2p--------2p | Pronoun Type=interrogative Person=third Number=plural Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-p2p--------3 | Pronoun Type=interrogative Person=third Number=plural Case=inessive Owner_Number=plural Owner_Person=third | 1 |  |
Pq3-p2p--------3s | Pronoun Type=interrogative Person=third Number=plural Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-p2p--------3p | Pronoun Type=interrogative Person=third Number=plural Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-pe | Pronoun Type=interrogative Person=third Number=plural Case=elative | 1 |  |
Pq3-pe----------s | Pronoun Type=interrogative Person=third Number=plural Case=elative Owned_Number=singular | 1 |  |
Pq3-pe----------p | Pronoun Type=interrogative Person=third Number=plural Case=elative Owned_Number=plural | 1 |  |
Pq3-pes--------1 | Pronoun Type=interrogative Person=third Number=plural Case=elative Owner_Number=singular Owner_Person=first | 1 |  |
Pq3-pes--------1s | Pronoun Type=interrogative Person=third Number=plural Case=elative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-pes--------1p | Pronoun Type=interrogative Person=third Number=plural Case=elative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-pes--------2 | Pronoun Type=interrogative Person=third Number=plural Case=elative Owner_Number=singular Owner_Person=second | 1 |  |
Pq3-pes--------2s | Pronoun Type=interrogative Person=third Number=plural Case=elative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-pes--------2p | Pronoun Type=interrogative Person=third Number=plural Case=elative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-pes--------3 | Pronoun Type=interrogative Person=third Number=plural Case=elative Owner_Number=singular Owner_Person=third | 1 |  |
Pq3-pes--------3s | Pronoun Type=interrogative Person=third Number=plural Case=elative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-pes--------3p | Pronoun Type=interrogative Person=third Number=plural Case=elative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-pep--------1 | Pronoun Type=interrogative Person=third Number=plural Case=elative Owner_Number=plural Owner_Person=first | 1 |  |
Pq3-pep--------1s | Pronoun Type=interrogative Person=third Number=plural Case=elative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-pep--------1p | Pronoun Type=interrogative Person=third Number=plural Case=elative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-pep--------2 | Pronoun Type=interrogative Person=third Number=plural Case=elative Owner_Number=plural Owner_Person=second | 1 |  |
Pq3-pep--------2s | Pronoun Type=interrogative Person=third Number=plural Case=elative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-pep--------2p | Pronoun Type=interrogative Person=third Number=plural Case=elative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-pep--------3 | Pronoun Type=interrogative Person=third Number=plural Case=elative Owner_Number=plural Owner_Person=third | 1 |  |
Pq3-pep--------3s | Pronoun Type=interrogative Person=third Number=plural Case=elative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-pep--------3p | Pronoun Type=interrogative Person=third Number=plural Case=elative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-pt | Pronoun Type=interrogative Person=third Number=plural Case=allative | 1 |  |
Pq3-pt----------s | Pronoun Type=interrogative Person=third Number=plural Case=allative Owned_Number=singular | 1 |  |
Pq3-pt----------p | Pronoun Type=interrogative Person=third Number=plural Case=allative Owned_Number=plural | 1 |  |
Pq3-pts--------1 | Pronoun Type=interrogative Person=third Number=plural Case=allative Owner_Number=singular Owner_Person=first | 1 |  |
Pq3-pts--------1s | Pronoun Type=interrogative Person=third Number=plural Case=allative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-pts--------1p | Pronoun Type=interrogative Person=third Number=plural Case=allative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-pts--------2 | Pronoun Type=interrogative Person=third Number=plural Case=allative Owner_Number=singular Owner_Person=second | 1 |  |
Pq3-pts--------2s | Pronoun Type=interrogative Person=third Number=plural Case=allative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-pts--------2p | Pronoun Type=interrogative Person=third Number=plural Case=allative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-pts--------3 | Pronoun Type=interrogative Person=third Number=plural Case=allative Owner_Number=singular Owner_Person=third | 1 |  |
Pq3-pts--------3s | Pronoun Type=interrogative Person=third Number=plural Case=allative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-pts--------3p | Pronoun Type=interrogative Person=third Number=plural Case=allative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-ptp--------1 | Pronoun Type=interrogative Person=third Number=plural Case=allative Owner_Number=plural Owner_Person=first | 1 |  |
Pq3-ptp--------1s | Pronoun Type=interrogative Person=third Number=plural Case=allative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-ptp--------1p | Pronoun Type=interrogative Person=third Number=plural Case=allative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-ptp--------2 | Pronoun Type=interrogative Person=third Number=plural Case=allative Owner_Number=plural Owner_Person=second | 1 |  |
Pq3-ptp--------2s | Pronoun Type=interrogative Person=third Number=plural Case=allative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-ptp--------2p | Pronoun Type=interrogative Person=third Number=plural Case=allative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-ptp--------3 | Pronoun Type=interrogative Person=third Number=plural Case=allative Owner_Number=plural Owner_Person=third | 1 |  |
Pq3-ptp--------3s | Pronoun Type=interrogative Person=third Number=plural Case=allative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-ptp--------3p | Pronoun Type=interrogative Person=third Number=plural Case=allative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-p3 | Pronoun Type=interrogative Person=third Number=plural Case=adessive | 1 |  |
Pq3-p3----------s | Pronoun Type=interrogative Person=third Number=plural Case=adessive Owned_Number=singular | 1 |  |
Pq3-p3----------p | Pronoun Type=interrogative Person=third Number=plural Case=adessive Owned_Number=plural | 1 |  |
Pq3-p3s--------1 | Pronoun Type=interrogative Person=third Number=plural Case=adessive Owner_Number=singular Owner_Person=first | 1 |  |
Pq3-p3s--------1s | Pronoun Type=interrogative Person=third Number=plural Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-p3s--------1p | Pronoun Type=interrogative Person=third Number=plural Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-p3s--------2 | Pronoun Type=interrogative Person=third Number=plural Case=adessive Owner_Number=singular Owner_Person=second | 1 |  |
Pq3-p3s--------2s | Pronoun Type=interrogative Person=third Number=plural Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-p3s--------2p | Pronoun Type=interrogative Person=third Number=plural Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-p3s--------3 | Pronoun Type=interrogative Person=third Number=plural Case=adessive Owner_Number=singular Owner_Person=third | 1 |  |
Pq3-p3s--------3s | Pronoun Type=interrogative Person=third Number=plural Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-p3s--------3p | Pronoun Type=interrogative Person=third Number=plural Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-p3p--------1 | Pronoun Type=interrogative Person=third Number=plural Case=adessive Owner_Number=plural Owner_Person=first | 1 |  |
Pq3-p3p--------1s | Pronoun Type=interrogative Person=third Number=plural Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-p3p--------1p | Pronoun Type=interrogative Person=third Number=plural Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-p3p--------2 | Pronoun Type=interrogative Person=third Number=plural Case=adessive Owner_Number=plural Owner_Person=second | 1 |  |
Pq3-p3p--------2s | Pronoun Type=interrogative Person=third Number=plural Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-p3p--------2p | Pronoun Type=interrogative Person=third Number=plural Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-p3p--------3 | Pronoun Type=interrogative Person=third Number=plural Case=adessive Owner_Number=plural Owner_Person=third | 1 |  |
Pq3-p3p--------3s | Pronoun Type=interrogative Person=third Number=plural Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-p3p--------3p | Pronoun Type=interrogative Person=third Number=plural Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-pb | Pronoun Type=interrogative Person=third Number=plural Case=ablative | 1 |  |
Pq3-pb----------s | Pronoun Type=interrogative Person=third Number=plural Case=ablative Owned_Number=singular | 1 |  |
Pq3-pb----------p | Pronoun Type=interrogative Person=third Number=plural Case=ablative Owned_Number=plural | 1 |  |
Pq3-pbs--------1 | Pronoun Type=interrogative Person=third Number=plural Case=ablative Owner_Number=singular Owner_Person=first | 1 |  |
Pq3-pbs--------1s | Pronoun Type=interrogative Person=third Number=plural Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-pbs--------1p | Pronoun Type=interrogative Person=third Number=plural Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-pbs--------2 | Pronoun Type=interrogative Person=third Number=plural Case=ablative Owner_Number=singular Owner_Person=second | 1 |  |
Pq3-pbs--------2s | Pronoun Type=interrogative Person=third Number=plural Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-pbs--------2p | Pronoun Type=interrogative Person=third Number=plural Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-pbs--------3 | Pronoun Type=interrogative Person=third Number=plural Case=ablative Owner_Number=singular Owner_Person=third | 1 |  |
Pq3-pbs--------3s | Pronoun Type=interrogative Person=third Number=plural Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-pbs--------3p | Pronoun Type=interrogative Person=third Number=plural Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-pbp--------1 | Pronoun Type=interrogative Person=third Number=plural Case=ablative Owner_Number=plural Owner_Person=first | 1 |  |
Pq3-pbp--------1s | Pronoun Type=interrogative Person=third Number=plural Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-pbp--------1p | Pronoun Type=interrogative Person=third Number=plural Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-pbp--------2 | Pronoun Type=interrogative Person=third Number=plural Case=ablative Owner_Number=plural Owner_Person=second | 1 |  |
Pq3-pbp--------2s | Pronoun Type=interrogative Person=third Number=plural Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-pbp--------2p | Pronoun Type=interrogative Person=third Number=plural Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-pbp--------3 | Pronoun Type=interrogative Person=third Number=plural Case=ablative Owner_Number=plural Owner_Person=third | 1 |  |
Pq3-pbp--------3s | Pronoun Type=interrogative Person=third Number=plural Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-pbp--------3p | Pronoun Type=interrogative Person=third Number=plural Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-p9 | Pronoun Type=interrogative Person=third Number=plural Case=terminative | 1 |  |
Pq3-p9----------s | Pronoun Type=interrogative Person=third Number=plural Case=terminative Owned_Number=singular | 1 |  |
Pq3-p9----------p | Pronoun Type=interrogative Person=third Number=plural Case=terminative Owned_Number=plural | 1 |  |
Pq3-p9s--------1 | Pronoun Type=interrogative Person=third Number=plural Case=terminative Owner_Number=singular Owner_Person=first | 1 |  |
Pq3-p9s--------1s | Pronoun Type=interrogative Person=third Number=plural Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-p9s--------1p | Pronoun Type=interrogative Person=third Number=plural Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-p9s--------2 | Pronoun Type=interrogative Person=third Number=plural Case=terminative Owner_Number=singular Owner_Person=second | 1 |  |
Pq3-p9s--------2s | Pronoun Type=interrogative Person=third Number=plural Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-p9s--------2p | Pronoun Type=interrogative Person=third Number=plural Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-p9s--------3 | Pronoun Type=interrogative Person=third Number=plural Case=terminative Owner_Number=singular Owner_Person=third | 1 |  |
Pq3-p9s--------3s | Pronoun Type=interrogative Person=third Number=plural Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-p9s--------3p | Pronoun Type=interrogative Person=third Number=plural Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-p9p--------1 | Pronoun Type=interrogative Person=third Number=plural Case=terminative Owner_Number=plural Owner_Person=first | 1 |  |
Pq3-p9p--------1s | Pronoun Type=interrogative Person=third Number=plural Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-p9p--------1p | Pronoun Type=interrogative Person=third Number=plural Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-p9p--------2 | Pronoun Type=interrogative Person=third Number=plural Case=terminative Owner_Number=plural Owner_Person=second | 1 |  |
Pq3-p9p--------2s | Pronoun Type=interrogative Person=third Number=plural Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-p9p--------2p | Pronoun Type=interrogative Person=third Number=plural Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-p9p--------3 | Pronoun Type=interrogative Person=third Number=plural Case=terminative Owner_Number=plural Owner_Person=third | 1 |  |
Pq3-p9p--------3s | Pronoun Type=interrogative Person=third Number=plural Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-p9p--------3p | Pronoun Type=interrogative Person=third Number=plural Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-pw | Pronoun Type=interrogative Person=third Number=plural Case=essive | 1 |  |
Pq3-pw----------s | Pronoun Type=interrogative Person=third Number=plural Case=essive Owned_Number=singular | 1 |  |
Pq3-pw----------p | Pronoun Type=interrogative Person=third Number=plural Case=essive Owned_Number=plural | 1 |  |
Pq3-pws--------1 | Pronoun Type=interrogative Person=third Number=plural Case=essive Owner_Number=singular Owner_Person=first | 1 |  |
Pq3-pws--------1s | Pronoun Type=interrogative Person=third Number=plural Case=essive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-pws--------1p | Pronoun Type=interrogative Person=third Number=plural Case=essive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-pws--------2 | Pronoun Type=interrogative Person=third Number=plural Case=essive Owner_Number=singular Owner_Person=second | 1 |  |
Pq3-pws--------2s | Pronoun Type=interrogative Person=third Number=plural Case=essive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-pws--------2p | Pronoun Type=interrogative Person=third Number=plural Case=essive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-pws--------3 | Pronoun Type=interrogative Person=third Number=plural Case=essive Owner_Number=singular Owner_Person=third | 1 |  |
Pq3-pws--------3s | Pronoun Type=interrogative Person=third Number=plural Case=essive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-pws--------3p | Pronoun Type=interrogative Person=third Number=plural Case=essive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-pwp--------1 | Pronoun Type=interrogative Person=third Number=plural Case=essive Owner_Number=plural Owner_Person=first | 1 |  |
Pq3-pwp--------1s | Pronoun Type=interrogative Person=third Number=plural Case=essive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-pwp--------1p | Pronoun Type=interrogative Person=third Number=plural Case=essive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-pwp--------2 | Pronoun Type=interrogative Person=third Number=plural Case=essive Owner_Number=plural Owner_Person=second | 1 |  |
Pq3-pwp--------2s | Pronoun Type=interrogative Person=third Number=plural Case=essive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-pwp--------2p | Pronoun Type=interrogative Person=third Number=plural Case=essive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-pwp--------3 | Pronoun Type=interrogative Person=third Number=plural Case=essive Owner_Number=plural Owner_Person=third | 1 |  |
Pq3-pwp--------3s | Pronoun Type=interrogative Person=third Number=plural Case=essive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-pwp--------3p | Pronoun Type=interrogative Person=third Number=plural Case=essive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-pm | Pronoun Type=interrogative Person=third Number=plural Case=temporalis | 1 |  |
Pq3-pm----------s | Pronoun Type=interrogative Person=third Number=plural Case=temporalis Owned_Number=singular | 1 |  |
Pq3-pm----------p | Pronoun Type=interrogative Person=third Number=plural Case=temporalis Owned_Number=plural | 1 |  |
Pq3-pms--------1 | Pronoun Type=interrogative Person=third Number=plural Case=temporalis Owner_Number=singular Owner_Person=first | 1 |  |
Pq3-pms--------1s | Pronoun Type=interrogative Person=third Number=plural Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-pms--------1p | Pronoun Type=interrogative Person=third Number=plural Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-pms--------2 | Pronoun Type=interrogative Person=third Number=plural Case=temporalis Owner_Number=singular Owner_Person=second | 1 |  |
Pq3-pms--------2s | Pronoun Type=interrogative Person=third Number=plural Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-pms--------2p | Pronoun Type=interrogative Person=third Number=plural Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-pms--------3 | Pronoun Type=interrogative Person=third Number=plural Case=temporalis Owner_Number=singular Owner_Person=third | 1 |  |
Pq3-pms--------3s | Pronoun Type=interrogative Person=third Number=plural Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-pms--------3p | Pronoun Type=interrogative Person=third Number=plural Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-pmp--------1 | Pronoun Type=interrogative Person=third Number=plural Case=temporalis Owner_Number=plural Owner_Person=first | 1 |  |
Pq3-pmp--------1s | Pronoun Type=interrogative Person=third Number=plural Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-pmp--------1p | Pronoun Type=interrogative Person=third Number=plural Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-pmp--------2 | Pronoun Type=interrogative Person=third Number=plural Case=temporalis Owner_Number=plural Owner_Person=second | 1 |  |
Pq3-pmp--------2s | Pronoun Type=interrogative Person=third Number=plural Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-pmp--------2p | Pronoun Type=interrogative Person=third Number=plural Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-pmp--------3 | Pronoun Type=interrogative Person=third Number=plural Case=temporalis Owner_Number=plural Owner_Person=third | 1 |  |
Pq3-pmp--------3s | Pronoun Type=interrogative Person=third Number=plural Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-pmp--------3p | Pronoun Type=interrogative Person=third Number=plural Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-pc | Pronoun Type=interrogative Person=third Number=plural Case=causalis | 1 |  |
Pq3-pc----------s | Pronoun Type=interrogative Person=third Number=plural Case=causalis Owned_Number=singular | 1 |  |
Pq3-pc----------p | Pronoun Type=interrogative Person=third Number=plural Case=causalis Owned_Number=plural | 1 |  |
Pq3-pcs--------1 | Pronoun Type=interrogative Person=third Number=plural Case=causalis Owner_Number=singular Owner_Person=first | 1 |  |
Pq3-pcs--------1s | Pronoun Type=interrogative Person=third Number=plural Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-pcs--------1p | Pronoun Type=interrogative Person=third Number=plural Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-pcs--------2 | Pronoun Type=interrogative Person=third Number=plural Case=causalis Owner_Number=singular Owner_Person=second | 1 |  |
Pq3-pcs--------2s | Pronoun Type=interrogative Person=third Number=plural Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-pcs--------2p | Pronoun Type=interrogative Person=third Number=plural Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-pcs--------3 | Pronoun Type=interrogative Person=third Number=plural Case=causalis Owner_Number=singular Owner_Person=third | 1 |  |
Pq3-pcs--------3s | Pronoun Type=interrogative Person=third Number=plural Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-pcs--------3p | Pronoun Type=interrogative Person=third Number=plural Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-pcp--------1 | Pronoun Type=interrogative Person=third Number=plural Case=causalis Owner_Number=plural Owner_Person=first | 1 |  |
Pq3-pcp--------1s | Pronoun Type=interrogative Person=third Number=plural Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-pcp--------1p | Pronoun Type=interrogative Person=third Number=plural Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-pcp--------2 | Pronoun Type=interrogative Person=third Number=plural Case=causalis Owner_Number=plural Owner_Person=second | 1 |  |
Pq3-pcp--------2s | Pronoun Type=interrogative Person=third Number=plural Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-pcp--------2p | Pronoun Type=interrogative Person=third Number=plural Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-pcp--------3 | Pronoun Type=interrogative Person=third Number=plural Case=causalis Owner_Number=plural Owner_Person=third | 1 |  |
Pq3-pcp--------3s | Pronoun Type=interrogative Person=third Number=plural Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-pcp--------3p | Pronoun Type=interrogative Person=third Number=plural Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-ps | Pronoun Type=interrogative Person=third Number=plural Case=sublative | 1 |  |
Pq3-ps----------s | Pronoun Type=interrogative Person=third Number=plural Case=sublative Owned_Number=singular | 1 |  |
Pq3-ps----------p | Pronoun Type=interrogative Person=third Number=plural Case=sublative Owned_Number=plural | 1 |  |
Pq3-pss--------1 | Pronoun Type=interrogative Person=third Number=plural Case=sublative Owner_Number=singular Owner_Person=first | 1 |  |
Pq3-pss--------1s | Pronoun Type=interrogative Person=third Number=plural Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-pss--------1p | Pronoun Type=interrogative Person=third Number=plural Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-pss--------2 | Pronoun Type=interrogative Person=third Number=plural Case=sublative Owner_Number=singular Owner_Person=second | 1 |  |
Pq3-pss--------2s | Pronoun Type=interrogative Person=third Number=plural Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-pss--------2p | Pronoun Type=interrogative Person=third Number=plural Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-pss--------3 | Pronoun Type=interrogative Person=third Number=plural Case=sublative Owner_Number=singular Owner_Person=third | 1 |  |
Pq3-pss--------3s | Pronoun Type=interrogative Person=third Number=plural Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-pss--------3p | Pronoun Type=interrogative Person=third Number=plural Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-psp--------1 | Pronoun Type=interrogative Person=third Number=plural Case=sublative Owner_Number=plural Owner_Person=first | 1 |  |
Pq3-psp--------1s | Pronoun Type=interrogative Person=third Number=plural Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-psp--------1p | Pronoun Type=interrogative Person=third Number=plural Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-psp--------2 | Pronoun Type=interrogative Person=third Number=plural Case=sublative Owner_Number=plural Owner_Person=second | 1 |  |
Pq3-psp--------2s | Pronoun Type=interrogative Person=third Number=plural Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-psp--------2p | Pronoun Type=interrogative Person=third Number=plural Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-psp--------3 | Pronoun Type=interrogative Person=third Number=plural Case=sublative Owner_Number=plural Owner_Person=third | 1 |  |
Pq3-psp--------3s | Pronoun Type=interrogative Person=third Number=plural Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-psp--------3p | Pronoun Type=interrogative Person=third Number=plural Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-ph | Pronoun Type=interrogative Person=third Number=plural Case=delative | 1 |  |
Pq3-ph----------s | Pronoun Type=interrogative Person=third Number=plural Case=delative Owned_Number=singular | 1 |  |
Pq3-ph----------p | Pronoun Type=interrogative Person=third Number=plural Case=delative Owned_Number=plural | 1 |  |
Pq3-phs--------1 | Pronoun Type=interrogative Person=third Number=plural Case=delative Owner_Number=singular Owner_Person=first | 1 |  |
Pq3-phs--------1s | Pronoun Type=interrogative Person=third Number=plural Case=delative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-phs--------1p | Pronoun Type=interrogative Person=third Number=plural Case=delative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-phs--------2 | Pronoun Type=interrogative Person=third Number=plural Case=delative Owner_Number=singular Owner_Person=second | 1 |  |
Pq3-phs--------2s | Pronoun Type=interrogative Person=third Number=plural Case=delative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-phs--------2p | Pronoun Type=interrogative Person=third Number=plural Case=delative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-phs--------3 | Pronoun Type=interrogative Person=third Number=plural Case=delative Owner_Number=singular Owner_Person=third | 1 |  |
Pq3-phs--------3s | Pronoun Type=interrogative Person=third Number=plural Case=delative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-phs--------3p | Pronoun Type=interrogative Person=third Number=plural Case=delative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-php--------1 | Pronoun Type=interrogative Person=third Number=plural Case=delative Owner_Number=plural Owner_Person=first | 1 |  |
Pq3-php--------1s | Pronoun Type=interrogative Person=third Number=plural Case=delative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-php--------1p | Pronoun Type=interrogative Person=third Number=plural Case=delative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-php--------2 | Pronoun Type=interrogative Person=third Number=plural Case=delative Owner_Number=plural Owner_Person=second | 1 |  |
Pq3-php--------2s | Pronoun Type=interrogative Person=third Number=plural Case=delative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-php--------2p | Pronoun Type=interrogative Person=third Number=plural Case=delative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-php--------3 | Pronoun Type=interrogative Person=third Number=plural Case=delative Owner_Number=plural Owner_Person=third | 1 |  |
Pq3-php--------3s | Pronoun Type=interrogative Person=third Number=plural Case=delative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-php--------3p | Pronoun Type=interrogative Person=third Number=plural Case=delative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-pq | Pronoun Type=interrogative Person=third Number=plural Case=sociative | 1 |  |
Pq3-pq----------s | Pronoun Type=interrogative Person=third Number=plural Case=sociative Owned_Number=singular | 1 |  |
Pq3-pq----------p | Pronoun Type=interrogative Person=third Number=plural Case=sociative Owned_Number=plural | 1 |  |
Pq3-pqs--------1 | Pronoun Type=interrogative Person=third Number=plural Case=sociative Owner_Number=singular Owner_Person=first | 1 |  |
Pq3-pqs--------1s | Pronoun Type=interrogative Person=third Number=plural Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-pqs--------1p | Pronoun Type=interrogative Person=third Number=plural Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-pqs--------2 | Pronoun Type=interrogative Person=third Number=plural Case=sociative Owner_Number=singular Owner_Person=second | 1 |  |
Pq3-pqs--------2s | Pronoun Type=interrogative Person=third Number=plural Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-pqs--------2p | Pronoun Type=interrogative Person=third Number=plural Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-pqs--------3 | Pronoun Type=interrogative Person=third Number=plural Case=sociative Owner_Number=singular Owner_Person=third | 1 |  |
Pq3-pqs--------3s | Pronoun Type=interrogative Person=third Number=plural Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-pqs--------3p | Pronoun Type=interrogative Person=third Number=plural Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-pqp--------1 | Pronoun Type=interrogative Person=third Number=plural Case=sociative Owner_Number=plural Owner_Person=first | 1 |  |
Pq3-pqp--------1s | Pronoun Type=interrogative Person=third Number=plural Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-pqp--------1p | Pronoun Type=interrogative Person=third Number=plural Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-pqp--------2 | Pronoun Type=interrogative Person=third Number=plural Case=sociative Owner_Number=plural Owner_Person=second | 1 |  |
Pq3-pqp--------2s | Pronoun Type=interrogative Person=third Number=plural Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-pqp--------2p | Pronoun Type=interrogative Person=third Number=plural Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-pqp--------3 | Pronoun Type=interrogative Person=third Number=plural Case=sociative Owner_Number=plural Owner_Person=third | 1 |  |
Pq3-pqp--------3s | Pronoun Type=interrogative Person=third Number=plural Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-pqp--------3p | Pronoun Type=interrogative Person=third Number=plural Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-py | Pronoun Type=interrogative Person=third Number=plural Case=factive | 1 |  |
Pq3-py----------s | Pronoun Type=interrogative Person=third Number=plural Case=factive Owned_Number=singular | 1 |  |
Pq3-py----------p | Pronoun Type=interrogative Person=third Number=plural Case=factive Owned_Number=plural | 1 |  |
Pq3-pys--------1 | Pronoun Type=interrogative Person=third Number=plural Case=factive Owner_Number=singular Owner_Person=first | 1 |  |
Pq3-pys--------1s | Pronoun Type=interrogative Person=third Number=plural Case=factive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-pys--------1p | Pronoun Type=interrogative Person=third Number=plural Case=factive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-pys--------2 | Pronoun Type=interrogative Person=third Number=plural Case=factive Owner_Number=singular Owner_Person=second | 1 |  |
Pq3-pys--------2s | Pronoun Type=interrogative Person=third Number=plural Case=factive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-pys--------2p | Pronoun Type=interrogative Person=third Number=plural Case=factive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-pys--------3 | Pronoun Type=interrogative Person=third Number=plural Case=factive Owner_Number=singular Owner_Person=third | 1 |  |
Pq3-pys--------3s | Pronoun Type=interrogative Person=third Number=plural Case=factive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-pys--------3p | Pronoun Type=interrogative Person=third Number=plural Case=factive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-pyp--------1 | Pronoun Type=interrogative Person=third Number=plural Case=factive Owner_Number=plural Owner_Person=first | 1 |  |
Pq3-pyp--------1s | Pronoun Type=interrogative Person=third Number=plural Case=factive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-pyp--------1p | Pronoun Type=interrogative Person=third Number=plural Case=factive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-pyp--------2 | Pronoun Type=interrogative Person=third Number=plural Case=factive Owner_Number=plural Owner_Person=second | 1 |  |
Pq3-pyp--------2s | Pronoun Type=interrogative Person=third Number=plural Case=factive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-pyp--------2p | Pronoun Type=interrogative Person=third Number=plural Case=factive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-pyp--------3 | Pronoun Type=interrogative Person=third Number=plural Case=factive Owner_Number=plural Owner_Person=third | 1 |  |
Pq3-pyp--------3s | Pronoun Type=interrogative Person=third Number=plural Case=factive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-pyp--------3p | Pronoun Type=interrogative Person=third Number=plural Case=factive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-pp | Pronoun Type=interrogative Person=third Number=plural Case=superessive | 1 |  |
Pq3-pp----------s | Pronoun Type=interrogative Person=third Number=plural Case=superessive Owned_Number=singular | 1 |  |
Pq3-pp----------p | Pronoun Type=interrogative Person=third Number=plural Case=superessive Owned_Number=plural | 1 |  |
Pq3-pps--------1 | Pronoun Type=interrogative Person=third Number=plural Case=superessive Owner_Number=singular Owner_Person=first | 1 |  |
Pq3-pps--------1s | Pronoun Type=interrogative Person=third Number=plural Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-pps--------1p | Pronoun Type=interrogative Person=third Number=plural Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-pps--------2 | Pronoun Type=interrogative Person=third Number=plural Case=superessive Owner_Number=singular Owner_Person=second | 1 |  |
Pq3-pps--------2s | Pronoun Type=interrogative Person=third Number=plural Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-pps--------2p | Pronoun Type=interrogative Person=third Number=plural Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-pps--------3 | Pronoun Type=interrogative Person=third Number=plural Case=superessive Owner_Number=singular Owner_Person=third | 1 |  |
Pq3-pps--------3s | Pronoun Type=interrogative Person=third Number=plural Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-pps--------3p | Pronoun Type=interrogative Person=third Number=plural Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-ppp--------1 | Pronoun Type=interrogative Person=third Number=plural Case=superessive Owner_Number=plural Owner_Person=first | 1 |  |
Pq3-ppp--------1s | Pronoun Type=interrogative Person=third Number=plural Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-ppp--------1p | Pronoun Type=interrogative Person=third Number=plural Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-ppp--------2 | Pronoun Type=interrogative Person=third Number=plural Case=superessive Owner_Number=plural Owner_Person=second | 1 |  |
Pq3-ppp--------2s | Pronoun Type=interrogative Person=third Number=plural Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-ppp--------2p | Pronoun Type=interrogative Person=third Number=plural Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-ppp--------3 | Pronoun Type=interrogative Person=third Number=plural Case=superessive Owner_Number=plural Owner_Person=third | 1 |  |
Pq3-ppp--------3s | Pronoun Type=interrogative Person=third Number=plural Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-ppp--------3p | Pronoun Type=interrogative Person=third Number=plural Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-pu | Pronoun Type=interrogative Person=third Number=plural Case=distributive | 1 |  |
Pq3-pu----------s | Pronoun Type=interrogative Person=third Number=plural Case=distributive Owned_Number=singular | 1 |  |
Pq3-pu----------p | Pronoun Type=interrogative Person=third Number=plural Case=distributive Owned_Number=plural | 1 |  |
Pq3-pus--------1 | Pronoun Type=interrogative Person=third Number=plural Case=distributive Owner_Number=singular Owner_Person=first | 1 |  |
Pq3-pus--------1s | Pronoun Type=interrogative Person=third Number=plural Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-pus--------1p | Pronoun Type=interrogative Person=third Number=plural Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-pus--------2 | Pronoun Type=interrogative Person=third Number=plural Case=distributive Owner_Number=singular Owner_Person=second | 1 |  |
Pq3-pus--------2s | Pronoun Type=interrogative Person=third Number=plural Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-pus--------2p | Pronoun Type=interrogative Person=third Number=plural Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-pus--------3 | Pronoun Type=interrogative Person=third Number=plural Case=distributive Owner_Number=singular Owner_Person=third | 1 |  |
Pq3-pus--------3s | Pronoun Type=interrogative Person=third Number=plural Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-pus--------3p | Pronoun Type=interrogative Person=third Number=plural Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-pup--------1 | Pronoun Type=interrogative Person=third Number=plural Case=distributive Owner_Number=plural Owner_Person=first | 1 |  |
Pq3-pup--------1s | Pronoun Type=interrogative Person=third Number=plural Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-pup--------1p | Pronoun Type=interrogative Person=third Number=plural Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-pup--------2 | Pronoun Type=interrogative Person=third Number=plural Case=distributive Owner_Number=plural Owner_Person=second | 1 |  |
Pq3-pup--------2s | Pronoun Type=interrogative Person=third Number=plural Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-pup--------2p | Pronoun Type=interrogative Person=third Number=plural Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-pup--------3 | Pronoun Type=interrogative Person=third Number=plural Case=distributive Owner_Number=plural Owner_Person=third | 1 |  |
Pq3-pup--------3s | Pronoun Type=interrogative Person=third Number=plural Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-pup--------3p | Pronoun Type=interrogative Person=third Number=plural Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-pf | Pronoun Type=interrogative Person=third Number=plural Case=essive-formal | 1 |  |
Pq3-pf----------s | Pronoun Type=interrogative Person=third Number=plural Case=essive-formal Owned_Number=singular | 1 |  |
Pq3-pf----------p | Pronoun Type=interrogative Person=third Number=plural Case=essive-formal Owned_Number=plural | 1 |  |
Pq3-pfs--------1 | Pronoun Type=interrogative Person=third Number=plural Case=essive-formal Owner_Number=singular Owner_Person=first | 1 |  |
Pq3-pfs--------1s | Pronoun Type=interrogative Person=third Number=plural Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-pfs--------1p | Pronoun Type=interrogative Person=third Number=plural Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-pfs--------2 | Pronoun Type=interrogative Person=third Number=plural Case=essive-formal Owner_Number=singular Owner_Person=second | 1 |  |
Pq3-pfs--------2s | Pronoun Type=interrogative Person=third Number=plural Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-pfs--------2p | Pronoun Type=interrogative Person=third Number=plural Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-pfs--------3 | Pronoun Type=interrogative Person=third Number=plural Case=essive-formal Owner_Number=singular Owner_Person=third | 1 |  |
Pq3-pfs--------3s | Pronoun Type=interrogative Person=third Number=plural Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-pfs--------3p | Pronoun Type=interrogative Person=third Number=plural Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-pfp--------1 | Pronoun Type=interrogative Person=third Number=plural Case=essive-formal Owner_Number=plural Owner_Person=first | 1 |  |
Pq3-pfp--------1s | Pronoun Type=interrogative Person=third Number=plural Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-pfp--------1p | Pronoun Type=interrogative Person=third Number=plural Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-pfp--------2 | Pronoun Type=interrogative Person=third Number=plural Case=essive-formal Owner_Number=plural Owner_Person=second | 1 |  |
Pq3-pfp--------2s | Pronoun Type=interrogative Person=third Number=plural Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-pfp--------2p | Pronoun Type=interrogative Person=third Number=plural Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-pfp--------3 | Pronoun Type=interrogative Person=third Number=plural Case=essive-formal Owner_Number=plural Owner_Person=third | 1 |  |
Pq3-pfp--------3s | Pronoun Type=interrogative Person=third Number=plural Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-pfp--------3p | Pronoun Type=interrogative Person=third Number=plural Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-sn | Pronoun Type=relative Person=third Number=singular Case=nominative | 8 | mely, amilyen, ami, amennyire, amennyi |
Pr3-sn----------s | Pronoun Type=relative Person=third Number=singular Case=nominative Owned_Number=singular | 1 |  |
Pr3-sn----------p | Pronoun Type=relative Person=third Number=singular Case=nominative Owned_Number=plural | 1 |  |
Pr3-sns--------1 | Pronoun Type=relative Person=third Number=singular Case=nominative Owner_Number=singular Owner_Person=first | 1 |  |
Pr3-sns--------1s | Pronoun Type=relative Person=third Number=singular Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-sns--------1p | Pronoun Type=relative Person=third Number=singular Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-sns--------2 | Pronoun Type=relative Person=third Number=singular Case=nominative Owner_Number=singular Owner_Person=second | 1 |  |
Pr3-sns--------2s | Pronoun Type=relative Person=third Number=singular Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-sns--------2p | Pronoun Type=relative Person=third Number=singular Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-sns--------3 | Pronoun Type=relative Person=third Number=singular Case=nominative Owner_Number=singular Owner_Person=third | 1 | amennyije/amennyi |
Pr3-sns--------3s | Pronoun Type=relative Person=third Number=singular Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-sns--------3p | Pronoun Type=relative Person=third Number=singular Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-snp--------1 | Pronoun Type=relative Person=third Number=singular Case=nominative Owner_Number=plural Owner_Person=first | 1 |  |
Pr3-snp--------1s | Pronoun Type=relative Person=third Number=singular Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-snp--------1p | Pronoun Type=relative Person=third Number=singular Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-snp--------2 | Pronoun Type=relative Person=third Number=singular Case=nominative Owner_Number=plural Owner_Person=second | 1 |  |
Pr3-snp--------2s | Pronoun Type=relative Person=third Number=singular Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-snp--------2p | Pronoun Type=relative Person=third Number=singular Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-snp--------3 | Pronoun Type=relative Person=third Number=singular Case=nominative Owner_Number=plural Owner_Person=third | 1 |  |
Pr3-snp--------3s | Pronoun Type=relative Person=third Number=singular Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-snp--------3p | Pronoun Type=relative Person=third Number=singular Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-sg | Pronoun Type=relative Person=third Number=singular Case=genitive | 1 |  |
Pr3-sg----------s | Pronoun Type=relative Person=third Number=singular Case=genitive Owned_Number=singular | 1 |  |
Pr3-sg----------p | Pronoun Type=relative Person=third Number=singular Case=genitive Owned_Number=plural | 1 |  |
Pr3-sgs--------1 | Pronoun Type=relative Person=third Number=singular Case=genitive Owner_Number=singular Owner_Person=first | 1 |  |
Pr3-sgs--------1s | Pronoun Type=relative Person=third Number=singular Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-sgs--------1p | Pronoun Type=relative Person=third Number=singular Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-sgs--------2 | Pronoun Type=relative Person=third Number=singular Case=genitive Owner_Number=singular Owner_Person=second | 1 |  |
Pr3-sgs--------2s | Pronoun Type=relative Person=third Number=singular Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-sgs--------2p | Pronoun Type=relative Person=third Number=singular Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-sgs--------3 | Pronoun Type=relative Person=third Number=singular Case=genitive Owner_Number=singular Owner_Person=third | 1 |  |
Pr3-sgs--------3s | Pronoun Type=relative Person=third Number=singular Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-sgs--------3p | Pronoun Type=relative Person=third Number=singular Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-sgp--------1 | Pronoun Type=relative Person=third Number=singular Case=genitive Owner_Number=plural Owner_Person=first | 1 |  |
Pr3-sgp--------1s | Pronoun Type=relative Person=third Number=singular Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-sgp--------1p | Pronoun Type=relative Person=third Number=singular Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-sgp--------2 | Pronoun Type=relative Person=third Number=singular Case=genitive Owner_Number=plural Owner_Person=second | 1 |  |
Pr3-sgp--------2s | Pronoun Type=relative Person=third Number=singular Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-sgp--------2p | Pronoun Type=relative Person=third Number=singular Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-sgp--------3 | Pronoun Type=relative Person=third Number=singular Case=genitive Owner_Number=plural Owner_Person=third | 1 |  |
Pr3-sgp--------3s | Pronoun Type=relative Person=third Number=singular Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-sgp--------3p | Pronoun Type=relative Person=third Number=singular Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-sd | Pronoun Type=relative Person=third Number=singular Case=dative | 6 | melynek/mely, aminek/ami, amilyennek/amilyen, amelynek/amely, amelyiknek/amelyik |
Pr3-sd----------s | Pronoun Type=relative Person=third Number=singular Case=dative Owned_Number=singular | 1 |  |
Pr3-sd----------p | Pronoun Type=relative Person=third Number=singular Case=dative Owned_Number=plural | 1 |  |
Pr3-sds--------1 | Pronoun Type=relative Person=third Number=singular Case=dative Owner_Number=singular Owner_Person=first | 1 |  |
Pr3-sds--------1s | Pronoun Type=relative Person=third Number=singular Case=dative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-sds--------1p | Pronoun Type=relative Person=third Number=singular Case=dative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-sds--------2 | Pronoun Type=relative Person=third Number=singular Case=dative Owner_Number=singular Owner_Person=second | 1 |  |
Pr3-sds--------2s | Pronoun Type=relative Person=third Number=singular Case=dative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-sds--------2p | Pronoun Type=relative Person=third Number=singular Case=dative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-sds--------3 | Pronoun Type=relative Person=third Number=singular Case=dative Owner_Number=singular Owner_Person=third | 1 |  |
Pr3-sds--------3s | Pronoun Type=relative Person=third Number=singular Case=dative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-sds--------3p | Pronoun Type=relative Person=third Number=singular Case=dative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-sdp--------1 | Pronoun Type=relative Person=third Number=singular Case=dative Owner_Number=plural Owner_Person=first | 1 |  |
Pr3-sdp--------1s | Pronoun Type=relative Person=third Number=singular Case=dative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-sdp--------1p | Pronoun Type=relative Person=third Number=singular Case=dative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-sdp--------2 | Pronoun Type=relative Person=third Number=singular Case=dative Owner_Number=plural Owner_Person=second | 1 |  |
Pr3-sdp--------2s | Pronoun Type=relative Person=third Number=singular Case=dative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-sdp--------2p | Pronoun Type=relative Person=third Number=singular Case=dative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-sdp--------3 | Pronoun Type=relative Person=third Number=singular Case=dative Owner_Number=plural Owner_Person=third | 1 |  |
Pr3-sdp--------3s | Pronoun Type=relative Person=third Number=singular Case=dative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-sdp--------3p | Pronoun Type=relative Person=third Number=singular Case=dative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-sa | Pronoun Type=relative Person=third Number=singular Case=accusative | 7 | melyet/mely, amit/ami, amilyet/amily, amilyent/amilyen, amennyit/amennyi |
Pr3-sa----------s | Pronoun Type=relative Person=third Number=singular Case=accusative Owned_Number=singular | 1 | akiét/aki |
Pr3-sa----------p | Pronoun Type=relative Person=third Number=singular Case=accusative Owned_Number=plural | 1 |  |
Pr3-sas--------1 | Pronoun Type=relative Person=third Number=singular Case=accusative Owner_Number=singular Owner_Person=first | 1 |  |
Pr3-sas--------1s | Pronoun Type=relative Person=third Number=singular Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-sas--------1p | Pronoun Type=relative Person=third Number=singular Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-sas--------2 | Pronoun Type=relative Person=third Number=singular Case=accusative Owner_Number=singular Owner_Person=second | 1 |  |
Pr3-sas--------2s | Pronoun Type=relative Person=third Number=singular Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-sas--------2p | Pronoun Type=relative Person=third Number=singular Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-sas--------3 | Pronoun Type=relative Person=third Number=singular Case=accusative Owner_Number=singular Owner_Person=third | 1 | akiét/aki |
Pr3-sas--------3s | Pronoun Type=relative Person=third Number=singular Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-sas--------3p | Pronoun Type=relative Person=third Number=singular Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-sap--------1 | Pronoun Type=relative Person=third Number=singular Case=accusative Owner_Number=plural Owner_Person=first | 1 |  |
Pr3-sap--------1s | Pronoun Type=relative Person=third Number=singular Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-sap--------1p | Pronoun Type=relative Person=third Number=singular Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-sap--------2 | Pronoun Type=relative Person=third Number=singular Case=accusative Owner_Number=plural Owner_Person=second | 1 |  |
Pr3-sap--------2s | Pronoun Type=relative Person=third Number=singular Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-sap--------2p | Pronoun Type=relative Person=third Number=singular Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-sap--------3 | Pronoun Type=relative Person=third Number=singular Case=accusative Owner_Number=plural Owner_Person=third | 1 |  |
Pr3-sap--------3s | Pronoun Type=relative Person=third Number=singular Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-sap--------3p | Pronoun Type=relative Person=third Number=singular Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-si | Pronoun Type=relative Person=third Number=singular Case=instrumental | 6 | amivel/ami, amilyennel/amilyen, amennyivel/amennyi, amelyikkel/amelyik, amellyel/amely |
Pr3-si----------s | Pronoun Type=relative Person=third Number=singular Case=instrumental Owned_Number=singular | 1 |  |
Pr3-si----------p | Pronoun Type=relative Person=third Number=singular Case=instrumental Owned_Number=plural | 1 |  |
Pr3-sis--------1 | Pronoun Type=relative Person=third Number=singular Case=instrumental Owner_Number=singular Owner_Person=first | 1 |  |
Pr3-sis--------1s | Pronoun Type=relative Person=third Number=singular Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-sis--------1p | Pronoun Type=relative Person=third Number=singular Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-sis--------2 | Pronoun Type=relative Person=third Number=singular Case=instrumental Owner_Number=singular Owner_Person=second | 1 |  |
Pr3-sis--------2s | Pronoun Type=relative Person=third Number=singular Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-sis--------2p | Pronoun Type=relative Person=third Number=singular Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-sis--------3 | Pronoun Type=relative Person=third Number=singular Case=instrumental Owner_Number=singular Owner_Person=third | 1 |  |
Pr3-sis--------3s | Pronoun Type=relative Person=third Number=singular Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-sis--------3p | Pronoun Type=relative Person=third Number=singular Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-sip--------1 | Pronoun Type=relative Person=third Number=singular Case=instrumental Owner_Number=plural Owner_Person=first | 1 |  |
Pr3-sip--------1s | Pronoun Type=relative Person=third Number=singular Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-sip--------1p | Pronoun Type=relative Person=third Number=singular Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-sip--------2 | Pronoun Type=relative Person=third Number=singular Case=instrumental Owner_Number=plural Owner_Person=second | 1 |  |
Pr3-sip--------2s | Pronoun Type=relative Person=third Number=singular Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-sip--------2p | Pronoun Type=relative Person=third Number=singular Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-sip--------3 | Pronoun Type=relative Person=third Number=singular Case=instrumental Owner_Number=plural Owner_Person=third | 1 |  |
Pr3-sip--------3s | Pronoun Type=relative Person=third Number=singular Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-sip--------3p | Pronoun Type=relative Person=third Number=singular Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-sx | Pronoun Type=relative Person=third Number=singular Case=illative | 6 | melybe/mely, amilyenbe/amilyen, amibe/ami, amennyibe/amennyi, amelybe/amely |
Pr3-sx----------s | Pronoun Type=relative Person=third Number=singular Case=illative Owned_Number=singular | 1 |  |
Pr3-sx----------p | Pronoun Type=relative Person=third Number=singular Case=illative Owned_Number=plural | 1 |  |
Pr3-sxs--------1 | Pronoun Type=relative Person=third Number=singular Case=illative Owner_Number=singular Owner_Person=first | 1 |  |
Pr3-sxs--------1s | Pronoun Type=relative Person=third Number=singular Case=illative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-sxs--------1p | Pronoun Type=relative Person=third Number=singular Case=illative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-sxs--------2 | Pronoun Type=relative Person=third Number=singular Case=illative Owner_Number=singular Owner_Person=second | 1 |  |
Pr3-sxs--------2s | Pronoun Type=relative Person=third Number=singular Case=illative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-sxs--------2p | Pronoun Type=relative Person=third Number=singular Case=illative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-sxs--------3 | Pronoun Type=relative Person=third Number=singular Case=illative Owner_Number=singular Owner_Person=third | 1 |  |
Pr3-sxs--------3s | Pronoun Type=relative Person=third Number=singular Case=illative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-sxs--------3p | Pronoun Type=relative Person=third Number=singular Case=illative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-sxp--------1 | Pronoun Type=relative Person=third Number=singular Case=illative Owner_Number=plural Owner_Person=first | 1 |  |
Pr3-sxp--------1s | Pronoun Type=relative Person=third Number=singular Case=illative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-sxp--------1p | Pronoun Type=relative Person=third Number=singular Case=illative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-sxp--------2 | Pronoun Type=relative Person=third Number=singular Case=illative Owner_Number=plural Owner_Person=second | 1 |  |
Pr3-sxp--------2s | Pronoun Type=relative Person=third Number=singular Case=illative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-sxp--------2p | Pronoun Type=relative Person=third Number=singular Case=illative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-sxp--------3 | Pronoun Type=relative Person=third Number=singular Case=illative Owner_Number=plural Owner_Person=third | 1 |  |
Pr3-sxp--------3s | Pronoun Type=relative Person=third Number=singular Case=illative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-sxp--------3p | Pronoun Type=relative Person=third Number=singular Case=illative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-s2 | Pronoun Type=relative Person=third Number=singular Case=inessive | 7 | melyben/mely, amilyenben/amilyen, amiben/ami, amennyiben/amennyi, amelyikben/amelyik |
Pr3-s2----------s | Pronoun Type=relative Person=third Number=singular Case=inessive Owned_Number=singular | 1 |  |
Pr3-s2----------p | Pronoun Type=relative Person=third Number=singular Case=inessive Owned_Number=plural | 1 |  |
Pr3-s2s--------1 | Pronoun Type=relative Person=third Number=singular Case=inessive Owner_Number=singular Owner_Person=first | 1 |  |
Pr3-s2s--------1s | Pronoun Type=relative Person=third Number=singular Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-s2s--------1p | Pronoun Type=relative Person=third Number=singular Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-s2s--------2 | Pronoun Type=relative Person=third Number=singular Case=inessive Owner_Number=singular Owner_Person=second | 1 |  |
Pr3-s2s--------2s | Pronoun Type=relative Person=third Number=singular Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-s2s--------2p | Pronoun Type=relative Person=third Number=singular Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-s2s--------3 | Pronoun Type=relative Person=third Number=singular Case=inessive Owner_Number=singular Owner_Person=third | 1 |  |
Pr3-s2s--------3s | Pronoun Type=relative Person=third Number=singular Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-s2s--------3p | Pronoun Type=relative Person=third Number=singular Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-s2p--------1 | Pronoun Type=relative Person=third Number=singular Case=inessive Owner_Number=plural Owner_Person=first | 1 |  |
Pr3-s2p--------1s | Pronoun Type=relative Person=third Number=singular Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-s2p--------1p | Pronoun Type=relative Person=third Number=singular Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-s2p--------2 | Pronoun Type=relative Person=third Number=singular Case=inessive Owner_Number=plural Owner_Person=second | 1 |  |
Pr3-s2p--------2s | Pronoun Type=relative Person=third Number=singular Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-s2p--------2p | Pronoun Type=relative Person=third Number=singular Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-s2p--------3 | Pronoun Type=relative Person=third Number=singular Case=inessive Owner_Number=plural Owner_Person=third | 1 |  |
Pr3-s2p--------3s | Pronoun Type=relative Person=third Number=singular Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-s2p--------3p | Pronoun Type=relative Person=third Number=singular Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-se | Pronoun Type=relative Person=third Number=singular Case=elative | 4 | melyből/mely, amiből/ami, amelyből/amely, akiből/aki |
Pr3-se----------s | Pronoun Type=relative Person=third Number=singular Case=elative Owned_Number=singular | 1 |  |
Pr3-se----------p | Pronoun Type=relative Person=third Number=singular Case=elative Owned_Number=plural | 1 |  |
Pr3-ses--------1 | Pronoun Type=relative Person=third Number=singular Case=elative Owner_Number=singular Owner_Person=first | 1 |  |
Pr3-ses--------1s | Pronoun Type=relative Person=third Number=singular Case=elative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-ses--------1p | Pronoun Type=relative Person=third Number=singular Case=elative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-ses--------2 | Pronoun Type=relative Person=third Number=singular Case=elative Owner_Number=singular Owner_Person=second | 1 |  |
Pr3-ses--------2s | Pronoun Type=relative Person=third Number=singular Case=elative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-ses--------2p | Pronoun Type=relative Person=third Number=singular Case=elative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-ses--------3 | Pronoun Type=relative Person=third Number=singular Case=elative Owner_Number=singular Owner_Person=third | 1 |  |
Pr3-ses--------3s | Pronoun Type=relative Person=third Number=singular Case=elative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-ses--------3p | Pronoun Type=relative Person=third Number=singular Case=elative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-sep--------1 | Pronoun Type=relative Person=third Number=singular Case=elative Owner_Number=plural Owner_Person=first | 1 |  |
Pr3-sep--------1s | Pronoun Type=relative Person=third Number=singular Case=elative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-sep--------1p | Pronoun Type=relative Person=third Number=singular Case=elative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-sep--------2 | Pronoun Type=relative Person=third Number=singular Case=elative Owner_Number=plural Owner_Person=second | 1 |  |
Pr3-sep--------2s | Pronoun Type=relative Person=third Number=singular Case=elative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-sep--------2p | Pronoun Type=relative Person=third Number=singular Case=elative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-sep--------3 | Pronoun Type=relative Person=third Number=singular Case=elative Owner_Number=plural Owner_Person=third | 1 |  |
Pr3-sep--------3s | Pronoun Type=relative Person=third Number=singular Case=elative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-sep--------3p | Pronoun Type=relative Person=third Number=singular Case=elative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-st | Pronoun Type=relative Person=third Number=singular Case=allative | 4 | melyhez/mely, amihez/ami, amelyhez/amely, akihez/aki |
Pr3-st----------s | Pronoun Type=relative Person=third Number=singular Case=allative Owned_Number=singular | 1 |  |
Pr3-st----------p | Pronoun Type=relative Person=third Number=singular Case=allative Owned_Number=plural | 1 |  |
Pr3-sts--------1 | Pronoun Type=relative Person=third Number=singular Case=allative Owner_Number=singular Owner_Person=first | 1 |  |
Pr3-sts--------1s | Pronoun Type=relative Person=third Number=singular Case=allative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-sts--------1p | Pronoun Type=relative Person=third Number=singular Case=allative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-sts--------2 | Pronoun Type=relative Person=third Number=singular Case=allative Owner_Number=singular Owner_Person=second | 1 |  |
Pr3-sts--------2s | Pronoun Type=relative Person=third Number=singular Case=allative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-sts--------2p | Pronoun Type=relative Person=third Number=singular Case=allative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-sts--------3 | Pronoun Type=relative Person=third Number=singular Case=allative Owner_Number=singular Owner_Person=third | 1 |  |
Pr3-sts--------3s | Pronoun Type=relative Person=third Number=singular Case=allative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-sts--------3p | Pronoun Type=relative Person=third Number=singular Case=allative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-stp--------1 | Pronoun Type=relative Person=third Number=singular Case=allative Owner_Number=plural Owner_Person=first | 1 |  |
Pr3-stp--------1s | Pronoun Type=relative Person=third Number=singular Case=allative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-stp--------1p | Pronoun Type=relative Person=third Number=singular Case=allative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-stp--------2 | Pronoun Type=relative Person=third Number=singular Case=allative Owner_Number=plural Owner_Person=second | 1 |  |
Pr3-stp--------2s | Pronoun Type=relative Person=third Number=singular Case=allative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-stp--------2p | Pronoun Type=relative Person=third Number=singular Case=allative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-stp--------3 | Pronoun Type=relative Person=third Number=singular Case=allative Owner_Number=plural Owner_Person=third | 1 |  |
Pr3-stp--------3s | Pronoun Type=relative Person=third Number=singular Case=allative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-stp--------3p | Pronoun Type=relative Person=third Number=singular Case=allative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-s3 | Pronoun Type=relative Person=third Number=singular Case=adessive | 2 | amelynél/amely, akinél/aki |
Pr3-s3----------s | Pronoun Type=relative Person=third Number=singular Case=adessive Owned_Number=singular | 1 |  |
Pr3-s3----------p | Pronoun Type=relative Person=third Number=singular Case=adessive Owned_Number=plural | 1 |  |
Pr3-s3s--------1 | Pronoun Type=relative Person=third Number=singular Case=adessive Owner_Number=singular Owner_Person=first | 1 |  |
Pr3-s3s--------1s | Pronoun Type=relative Person=third Number=singular Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-s3s--------1p | Pronoun Type=relative Person=third Number=singular Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-s3s--------2 | Pronoun Type=relative Person=third Number=singular Case=adessive Owner_Number=singular Owner_Person=second | 1 |  |
Pr3-s3s--------2s | Pronoun Type=relative Person=third Number=singular Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-s3s--------2p | Pronoun Type=relative Person=third Number=singular Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-s3s--------3 | Pronoun Type=relative Person=third Number=singular Case=adessive Owner_Number=singular Owner_Person=third | 1 |  |
Pr3-s3s--------3s | Pronoun Type=relative Person=third Number=singular Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-s3s--------3p | Pronoun Type=relative Person=third Number=singular Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-s3p--------1 | Pronoun Type=relative Person=third Number=singular Case=adessive Owner_Number=plural Owner_Person=first | 1 |  |
Pr3-s3p--------1s | Pronoun Type=relative Person=third Number=singular Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-s3p--------1p | Pronoun Type=relative Person=third Number=singular Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-s3p--------2 | Pronoun Type=relative Person=third Number=singular Case=adessive Owner_Number=plural Owner_Person=second | 1 |  |
Pr3-s3p--------2s | Pronoun Type=relative Person=third Number=singular Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-s3p--------2p | Pronoun Type=relative Person=third Number=singular Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-s3p--------3 | Pronoun Type=relative Person=third Number=singular Case=adessive Owner_Number=plural Owner_Person=third | 1 |  |
Pr3-s3p--------3s | Pronoun Type=relative Person=third Number=singular Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-s3p--------3p | Pronoun Type=relative Person=third Number=singular Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-sb | Pronoun Type=relative Person=third Number=singular Case=ablative | 2 | amitől/ami, amelytől/amely |
Pr3-sb----------s | Pronoun Type=relative Person=third Number=singular Case=ablative Owned_Number=singular | 1 |  |
Pr3-sb----------p | Pronoun Type=relative Person=third Number=singular Case=ablative Owned_Number=plural | 1 |  |
Pr3-sbs--------1 | Pronoun Type=relative Person=third Number=singular Case=ablative Owner_Number=singular Owner_Person=first | 1 |  |
Pr3-sbs--------1s | Pronoun Type=relative Person=third Number=singular Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-sbs--------1p | Pronoun Type=relative Person=third Number=singular Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-sbs--------2 | Pronoun Type=relative Person=third Number=singular Case=ablative Owner_Number=singular Owner_Person=second | 1 |  |
Pr3-sbs--------2s | Pronoun Type=relative Person=third Number=singular Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-sbs--------2p | Pronoun Type=relative Person=third Number=singular Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-sbs--------3 | Pronoun Type=relative Person=third Number=singular Case=ablative Owner_Number=singular Owner_Person=third | 1 |  |
Pr3-sbs--------3s | Pronoun Type=relative Person=third Number=singular Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-sbs--------3p | Pronoun Type=relative Person=third Number=singular Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-sbp--------1 | Pronoun Type=relative Person=third Number=singular Case=ablative Owner_Number=plural Owner_Person=first | 1 |  |
Pr3-sbp--------1s | Pronoun Type=relative Person=third Number=singular Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-sbp--------1p | Pronoun Type=relative Person=third Number=singular Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-sbp--------2 | Pronoun Type=relative Person=third Number=singular Case=ablative Owner_Number=plural Owner_Person=second | 1 |  |
Pr3-sbp--------2s | Pronoun Type=relative Person=third Number=singular Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-sbp--------2p | Pronoun Type=relative Person=third Number=singular Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-sbp--------3 | Pronoun Type=relative Person=third Number=singular Case=ablative Owner_Number=plural Owner_Person=third | 1 |  |
Pr3-sbp--------3s | Pronoun Type=relative Person=third Number=singular Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-sbp--------3p | Pronoun Type=relative Person=third Number=singular Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-s9 | Pronoun Type=relative Person=third Number=singular Case=terminative | 1 |  |
Pr3-s9----------s | Pronoun Type=relative Person=third Number=singular Case=terminative Owned_Number=singular | 1 |  |
Pr3-s9----------p | Pronoun Type=relative Person=third Number=singular Case=terminative Owned_Number=plural | 1 |  |
Pr3-s9s--------1 | Pronoun Type=relative Person=third Number=singular Case=terminative Owner_Number=singular Owner_Person=first | 1 |  |
Pr3-s9s--------1s | Pronoun Type=relative Person=third Number=singular Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-s9s--------1p | Pronoun Type=relative Person=third Number=singular Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-s9s--------2 | Pronoun Type=relative Person=third Number=singular Case=terminative Owner_Number=singular Owner_Person=second | 1 |  |
Pr3-s9s--------2s | Pronoun Type=relative Person=third Number=singular Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-s9s--------2p | Pronoun Type=relative Person=third Number=singular Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-s9s--------3 | Pronoun Type=relative Person=third Number=singular Case=terminative Owner_Number=singular Owner_Person=third | 1 |  |
Pr3-s9s--------3s | Pronoun Type=relative Person=third Number=singular Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-s9s--------3p | Pronoun Type=relative Person=third Number=singular Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-s9p--------1 | Pronoun Type=relative Person=third Number=singular Case=terminative Owner_Number=plural Owner_Person=first | 1 |  |
Pr3-s9p--------1s | Pronoun Type=relative Person=third Number=singular Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-s9p--------1p | Pronoun Type=relative Person=third Number=singular Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-s9p--------2 | Pronoun Type=relative Person=third Number=singular Case=terminative Owner_Number=plural Owner_Person=second | 1 |  |
Pr3-s9p--------2s | Pronoun Type=relative Person=third Number=singular Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-s9p--------2p | Pronoun Type=relative Person=third Number=singular Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-s9p--------3 | Pronoun Type=relative Person=third Number=singular Case=terminative Owner_Number=plural Owner_Person=third | 1 |  |
Pr3-s9p--------3s | Pronoun Type=relative Person=third Number=singular Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-s9p--------3p | Pronoun Type=relative Person=third Number=singular Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-sw | Pronoun Type=relative Person=third Number=singular Case=essive | 1 |  |
Pr3-sw----------s | Pronoun Type=relative Person=third Number=singular Case=essive Owned_Number=singular | 1 |  |
Pr3-sw----------p | Pronoun Type=relative Person=third Number=singular Case=essive Owned_Number=plural | 1 |  |
Pr3-sws--------1 | Pronoun Type=relative Person=third Number=singular Case=essive Owner_Number=singular Owner_Person=first | 1 |  |
Pr3-sws--------1s | Pronoun Type=relative Person=third Number=singular Case=essive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-sws--------1p | Pronoun Type=relative Person=third Number=singular Case=essive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-sws--------2 | Pronoun Type=relative Person=third Number=singular Case=essive Owner_Number=singular Owner_Person=second | 1 |  |
Pr3-sws--------2s | Pronoun Type=relative Person=third Number=singular Case=essive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-sws--------2p | Pronoun Type=relative Person=third Number=singular Case=essive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-sws--------3 | Pronoun Type=relative Person=third Number=singular Case=essive Owner_Number=singular Owner_Person=third | 1 |  |
Pr3-sws--------3s | Pronoun Type=relative Person=third Number=singular Case=essive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-sws--------3p | Pronoun Type=relative Person=third Number=singular Case=essive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-swp--------1 | Pronoun Type=relative Person=third Number=singular Case=essive Owner_Number=plural Owner_Person=first | 1 |  |
Pr3-swp--------1s | Pronoun Type=relative Person=third Number=singular Case=essive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-swp--------1p | Pronoun Type=relative Person=third Number=singular Case=essive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-swp--------2 | Pronoun Type=relative Person=third Number=singular Case=essive Owner_Number=plural Owner_Person=second | 1 |  |
Pr3-swp--------2s | Pronoun Type=relative Person=third Number=singular Case=essive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-swp--------2p | Pronoun Type=relative Person=third Number=singular Case=essive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-swp--------3 | Pronoun Type=relative Person=third Number=singular Case=essive Owner_Number=plural Owner_Person=third | 1 |  |
Pr3-swp--------3s | Pronoun Type=relative Person=third Number=singular Case=essive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-swp--------3p | Pronoun Type=relative Person=third Number=singular Case=essive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-sm | Pronoun Type=relative Person=third Number=singular Case=temporalis | 1 | amikor/ami |
Pr3-sm----------s | Pronoun Type=relative Person=third Number=singular Case=temporalis Owned_Number=singular | 1 |  |
Pr3-sm----------p | Pronoun Type=relative Person=third Number=singular Case=temporalis Owned_Number=plural | 1 |  |
Pr3-sms--------1 | Pronoun Type=relative Person=third Number=singular Case=temporalis Owner_Number=singular Owner_Person=first | 1 |  |
Pr3-sms--------1s | Pronoun Type=relative Person=third Number=singular Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-sms--------1p | Pronoun Type=relative Person=third Number=singular Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-sms--------2 | Pronoun Type=relative Person=third Number=singular Case=temporalis Owner_Number=singular Owner_Person=second | 1 |  |
Pr3-sms--------2s | Pronoun Type=relative Person=third Number=singular Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-sms--------2p | Pronoun Type=relative Person=third Number=singular Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-sms--------3 | Pronoun Type=relative Person=third Number=singular Case=temporalis Owner_Number=singular Owner_Person=third | 1 |  |
Pr3-sms--------3s | Pronoun Type=relative Person=third Number=singular Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-sms--------3p | Pronoun Type=relative Person=third Number=singular Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-smp--------1 | Pronoun Type=relative Person=third Number=singular Case=temporalis Owner_Number=plural Owner_Person=first | 1 |  |
Pr3-smp--------1s | Pronoun Type=relative Person=third Number=singular Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-smp--------1p | Pronoun Type=relative Person=third Number=singular Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-smp--------2 | Pronoun Type=relative Person=third Number=singular Case=temporalis Owner_Number=plural Owner_Person=second | 1 |  |
Pr3-smp--------2s | Pronoun Type=relative Person=third Number=singular Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-smp--------2p | Pronoun Type=relative Person=third Number=singular Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-smp--------3 | Pronoun Type=relative Person=third Number=singular Case=temporalis Owner_Number=plural Owner_Person=third | 1 |  |
Pr3-smp--------3s | Pronoun Type=relative Person=third Number=singular Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-smp--------3p | Pronoun Type=relative Person=third Number=singular Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-sc | Pronoun Type=relative Person=third Number=singular Case=causalis | 4 | melyért/mely, amiért/ami, amelyikért/amelyik, amelyért/amely |
Pr3-sc----------s | Pronoun Type=relative Person=third Number=singular Case=causalis Owned_Number=singular | 1 |  |
Pr3-sc----------p | Pronoun Type=relative Person=third Number=singular Case=causalis Owned_Number=plural | 1 |  |
Pr3-scs--------1 | Pronoun Type=relative Person=third Number=singular Case=causalis Owner_Number=singular Owner_Person=first | 1 |  |
Pr3-scs--------1s | Pronoun Type=relative Person=third Number=singular Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-scs--------1p | Pronoun Type=relative Person=third Number=singular Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-scs--------2 | Pronoun Type=relative Person=third Number=singular Case=causalis Owner_Number=singular Owner_Person=second | 1 |  |
Pr3-scs--------2s | Pronoun Type=relative Person=third Number=singular Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-scs--------2p | Pronoun Type=relative Person=third Number=singular Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-scs--------3 | Pronoun Type=relative Person=third Number=singular Case=causalis Owner_Number=singular Owner_Person=third | 1 |  |
Pr3-scs--------3s | Pronoun Type=relative Person=third Number=singular Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-scs--------3p | Pronoun Type=relative Person=third Number=singular Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-scp--------1 | Pronoun Type=relative Person=third Number=singular Case=causalis Owner_Number=plural Owner_Person=first | 1 |  |
Pr3-scp--------1s | Pronoun Type=relative Person=third Number=singular Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-scp--------1p | Pronoun Type=relative Person=third Number=singular Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-scp--------2 | Pronoun Type=relative Person=third Number=singular Case=causalis Owner_Number=plural Owner_Person=second | 1 |  |
Pr3-scp--------2s | Pronoun Type=relative Person=third Number=singular Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-scp--------2p | Pronoun Type=relative Person=third Number=singular Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-scp--------3 | Pronoun Type=relative Person=third Number=singular Case=causalis Owner_Number=plural Owner_Person=third | 1 |  |
Pr3-scp--------3s | Pronoun Type=relative Person=third Number=singular Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-scp--------3p | Pronoun Type=relative Person=third Number=singular Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-ss | Pronoun Type=relative Person=third Number=singular Case=sublative | 7 | melyre/mely, amire/ami, amilyenre/amilyen, amennyire/amennyi, amelyre/amely |
Pr3-ss----------s | Pronoun Type=relative Person=third Number=singular Case=sublative Owned_Number=singular | 1 |  |
Pr3-ss----------p | Pronoun Type=relative Person=third Number=singular Case=sublative Owned_Number=plural | 1 |  |
Pr3-sss--------1 | Pronoun Type=relative Person=third Number=singular Case=sublative Owner_Number=singular Owner_Person=first | 1 |  |
Pr3-sss--------1s | Pronoun Type=relative Person=third Number=singular Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-sss--------1p | Pronoun Type=relative Person=third Number=singular Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-sss--------2 | Pronoun Type=relative Person=third Number=singular Case=sublative Owner_Number=singular Owner_Person=second | 1 |  |
Pr3-sss--------2s | Pronoun Type=relative Person=third Number=singular Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-sss--------2p | Pronoun Type=relative Person=third Number=singular Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-sss--------3 | Pronoun Type=relative Person=third Number=singular Case=sublative Owner_Number=singular Owner_Person=third | 1 |  |
Pr3-sss--------3s | Pronoun Type=relative Person=third Number=singular Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-sss--------3p | Pronoun Type=relative Person=third Number=singular Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-ssp--------1 | Pronoun Type=relative Person=third Number=singular Case=sublative Owner_Number=plural Owner_Person=first | 1 |  |
Pr3-ssp--------1s | Pronoun Type=relative Person=third Number=singular Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-ssp--------1p | Pronoun Type=relative Person=third Number=singular Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-ssp--------2 | Pronoun Type=relative Person=third Number=singular Case=sublative Owner_Number=plural Owner_Person=second | 1 |  |
Pr3-ssp--------2s | Pronoun Type=relative Person=third Number=singular Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-ssp--------2p | Pronoun Type=relative Person=third Number=singular Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-ssp--------3 | Pronoun Type=relative Person=third Number=singular Case=sublative Owner_Number=plural Owner_Person=third | 1 |  |
Pr3-ssp--------3s | Pronoun Type=relative Person=third Number=singular Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-ssp--------3p | Pronoun Type=relative Person=third Number=singular Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-sh | Pronoun Type=relative Person=third Number=singular Case=delative | 5 | melyről/mely, amiről/ami, amelyről/amely, amelyikről/amelyik, akiről/aki |
Pr3-sh----------s | Pronoun Type=relative Person=third Number=singular Case=delative Owned_Number=singular | 1 |  |
Pr3-sh----------p | Pronoun Type=relative Person=third Number=singular Case=delative Owned_Number=plural | 1 |  |
Pr3-shs--------1 | Pronoun Type=relative Person=third Number=singular Case=delative Owner_Number=singular Owner_Person=first | 1 |  |
Pr3-shs--------1s | Pronoun Type=relative Person=third Number=singular Case=delative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-shs--------1p | Pronoun Type=relative Person=third Number=singular Case=delative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-shs--------2 | Pronoun Type=relative Person=third Number=singular Case=delative Owner_Number=singular Owner_Person=second | 1 |  |
Pr3-shs--------2s | Pronoun Type=relative Person=third Number=singular Case=delative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-shs--------2p | Pronoun Type=relative Person=third Number=singular Case=delative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-shs--------3 | Pronoun Type=relative Person=third Number=singular Case=delative Owner_Number=singular Owner_Person=third | 1 |  |
Pr3-shs--------3s | Pronoun Type=relative Person=third Number=singular Case=delative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-shs--------3p | Pronoun Type=relative Person=third Number=singular Case=delative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-shp--------1 | Pronoun Type=relative Person=third Number=singular Case=delative Owner_Number=plural Owner_Person=first | 1 |  |
Pr3-shp--------1s | Pronoun Type=relative Person=third Number=singular Case=delative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-shp--------1p | Pronoun Type=relative Person=third Number=singular Case=delative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-shp--------2 | Pronoun Type=relative Person=third Number=singular Case=delative Owner_Number=plural Owner_Person=second | 1 |  |
Pr3-shp--------2s | Pronoun Type=relative Person=third Number=singular Case=delative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-shp--------2p | Pronoun Type=relative Person=third Number=singular Case=delative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-shp--------3 | Pronoun Type=relative Person=third Number=singular Case=delative Owner_Number=plural Owner_Person=third | 1 |  |
Pr3-shp--------3s | Pronoun Type=relative Person=third Number=singular Case=delative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-shp--------3p | Pronoun Type=relative Person=third Number=singular Case=delative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-sq | Pronoun Type=relative Person=third Number=singular Case=sociative | 1 |  |
Pr3-sq----------s | Pronoun Type=relative Person=third Number=singular Case=sociative Owned_Number=singular | 1 |  |
Pr3-sq----------p | Pronoun Type=relative Person=third Number=singular Case=sociative Owned_Number=plural | 1 |  |
Pr3-sqs--------1 | Pronoun Type=relative Person=third Number=singular Case=sociative Owner_Number=singular Owner_Person=first | 1 |  |
Pr3-sqs--------1s | Pronoun Type=relative Person=third Number=singular Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-sqs--------1p | Pronoun Type=relative Person=third Number=singular Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-sqs--------2 | Pronoun Type=relative Person=third Number=singular Case=sociative Owner_Number=singular Owner_Person=second | 1 |  |
Pr3-sqs--------2s | Pronoun Type=relative Person=third Number=singular Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-sqs--------2p | Pronoun Type=relative Person=third Number=singular Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-sqs--------3 | Pronoun Type=relative Person=third Number=singular Case=sociative Owner_Number=singular Owner_Person=third | 1 |  |
Pr3-sqs--------3s | Pronoun Type=relative Person=third Number=singular Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-sqs--------3p | Pronoun Type=relative Person=third Number=singular Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-sqp--------1 | Pronoun Type=relative Person=third Number=singular Case=sociative Owner_Number=plural Owner_Person=first | 1 |  |
Pr3-sqp--------1s | Pronoun Type=relative Person=third Number=singular Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-sqp--------1p | Pronoun Type=relative Person=third Number=singular Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-sqp--------2 | Pronoun Type=relative Person=third Number=singular Case=sociative Owner_Number=plural Owner_Person=second | 1 |  |
Pr3-sqp--------2s | Pronoun Type=relative Person=third Number=singular Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-sqp--------2p | Pronoun Type=relative Person=third Number=singular Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-sqp--------3 | Pronoun Type=relative Person=third Number=singular Case=sociative Owner_Number=plural Owner_Person=third | 1 |  |
Pr3-sqp--------3s | Pronoun Type=relative Person=third Number=singular Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-sqp--------3p | Pronoun Type=relative Person=third Number=singular Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-sy | Pronoun Type=relative Person=third Number=singular Case=factive | 1 | amilyenné/amilyen |
Pr3-sy----------s | Pronoun Type=relative Person=third Number=singular Case=factive Owned_Number=singular | 1 |  |
Pr3-sy----------p | Pronoun Type=relative Person=third Number=singular Case=factive Owned_Number=plural | 1 |  |
Pr3-sys--------1 | Pronoun Type=relative Person=third Number=singular Case=factive Owner_Number=singular Owner_Person=first | 1 |  |
Pr3-sys--------1s | Pronoun Type=relative Person=third Number=singular Case=factive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-sys--------1p | Pronoun Type=relative Person=third Number=singular Case=factive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-sys--------2 | Pronoun Type=relative Person=third Number=singular Case=factive Owner_Number=singular Owner_Person=second | 1 |  |
Pr3-sys--------2s | Pronoun Type=relative Person=third Number=singular Case=factive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-sys--------2p | Pronoun Type=relative Person=third Number=singular Case=factive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-sys--------3 | Pronoun Type=relative Person=third Number=singular Case=factive Owner_Number=singular Owner_Person=third | 1 |  |
Pr3-sys--------3s | Pronoun Type=relative Person=third Number=singular Case=factive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-sys--------3p | Pronoun Type=relative Person=third Number=singular Case=factive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-syp--------1 | Pronoun Type=relative Person=third Number=singular Case=factive Owner_Number=plural Owner_Person=first | 1 |  |
Pr3-syp--------1s | Pronoun Type=relative Person=third Number=singular Case=factive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-syp--------1p | Pronoun Type=relative Person=third Number=singular Case=factive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-syp--------2 | Pronoun Type=relative Person=third Number=singular Case=factive Owner_Number=plural Owner_Person=second | 1 |  |
Pr3-syp--------2s | Pronoun Type=relative Person=third Number=singular Case=factive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-syp--------2p | Pronoun Type=relative Person=third Number=singular Case=factive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-syp--------3 | Pronoun Type=relative Person=third Number=singular Case=factive Owner_Number=plural Owner_Person=third | 1 |  |
Pr3-syp--------3s | Pronoun Type=relative Person=third Number=singular Case=factive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-syp--------3p | Pronoun Type=relative Person=third Number=singular Case=factive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-sp | Pronoun Type=relative Person=third Number=singular Case=superessive | 6 | melyen/mely, amin/ami, amilyen/amily, amelyiken/amelyik, amelyen/amely |
Pr3-sp----------s | Pronoun Type=relative Person=third Number=singular Case=superessive Owned_Number=singular | 1 |  |
Pr3-sp----------p | Pronoun Type=relative Person=third Number=singular Case=superessive Owned_Number=plural | 1 |  |
Pr3-sps--------1 | Pronoun Type=relative Person=third Number=singular Case=superessive Owner_Number=singular Owner_Person=first | 1 |  |
Pr3-sps--------1s | Pronoun Type=relative Person=third Number=singular Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-sps--------1p | Pronoun Type=relative Person=third Number=singular Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-sps--------2 | Pronoun Type=relative Person=third Number=singular Case=superessive Owner_Number=singular Owner_Person=second | 1 |  |
Pr3-sps--------2s | Pronoun Type=relative Person=third Number=singular Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-sps--------2p | Pronoun Type=relative Person=third Number=singular Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-sps--------3 | Pronoun Type=relative Person=third Number=singular Case=superessive Owner_Number=singular Owner_Person=third | 1 |  |
Pr3-sps--------3s | Pronoun Type=relative Person=third Number=singular Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-sps--------3p | Pronoun Type=relative Person=third Number=singular Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-spp--------1 | Pronoun Type=relative Person=third Number=singular Case=superessive Owner_Number=plural Owner_Person=first | 1 |  |
Pr3-spp--------1s | Pronoun Type=relative Person=third Number=singular Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-spp--------1p | Pronoun Type=relative Person=third Number=singular Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-spp--------2 | Pronoun Type=relative Person=third Number=singular Case=superessive Owner_Number=plural Owner_Person=second | 1 |  |
Pr3-spp--------2s | Pronoun Type=relative Person=third Number=singular Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-spp--------2p | Pronoun Type=relative Person=third Number=singular Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-spp--------3 | Pronoun Type=relative Person=third Number=singular Case=superessive Owner_Number=plural Owner_Person=third | 1 |  |
Pr3-spp--------3s | Pronoun Type=relative Person=third Number=singular Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-spp--------3p | Pronoun Type=relative Person=third Number=singular Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-su | Pronoun Type=relative Person=third Number=singular Case=distributive | 1 |  |
Pr3-su----------s | Pronoun Type=relative Person=third Number=singular Case=distributive Owned_Number=singular | 1 |  |
Pr3-su----------p | Pronoun Type=relative Person=third Number=singular Case=distributive Owned_Number=plural | 1 |  |
Pr3-sus--------1 | Pronoun Type=relative Person=third Number=singular Case=distributive Owner_Number=singular Owner_Person=first | 1 |  |
Pr3-sus--------1s | Pronoun Type=relative Person=third Number=singular Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-sus--------1p | Pronoun Type=relative Person=third Number=singular Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-sus--------2 | Pronoun Type=relative Person=third Number=singular Case=distributive Owner_Number=singular Owner_Person=second | 1 |  |
Pr3-sus--------2s | Pronoun Type=relative Person=third Number=singular Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-sus--------2p | Pronoun Type=relative Person=third Number=singular Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-sus--------3 | Pronoun Type=relative Person=third Number=singular Case=distributive Owner_Number=singular Owner_Person=third | 1 |  |
Pr3-sus--------3s | Pronoun Type=relative Person=third Number=singular Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-sus--------3p | Pronoun Type=relative Person=third Number=singular Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-sup--------1 | Pronoun Type=relative Person=third Number=singular Case=distributive Owner_Number=plural Owner_Person=first | 1 |  |
Pr3-sup--------1s | Pronoun Type=relative Person=third Number=singular Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-sup--------1p | Pronoun Type=relative Person=third Number=singular Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-sup--------2 | Pronoun Type=relative Person=third Number=singular Case=distributive Owner_Number=plural Owner_Person=second | 1 |  |
Pr3-sup--------2s | Pronoun Type=relative Person=third Number=singular Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-sup--------2p | Pronoun Type=relative Person=third Number=singular Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-sup--------3 | Pronoun Type=relative Person=third Number=singular Case=distributive Owner_Number=plural Owner_Person=third | 1 |  |
Pr3-sup--------3s | Pronoun Type=relative Person=third Number=singular Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-sup--------3p | Pronoun Type=relative Person=third Number=singular Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-sf | Pronoun Type=relative Person=third Number=singular Case=essive-formal | 1 | amiként/ami |
Pr3-sf----------s | Pronoun Type=relative Person=third Number=singular Case=essive-formal Owned_Number=singular | 1 |  |
Pr3-sf----------p | Pronoun Type=relative Person=third Number=singular Case=essive-formal Owned_Number=plural | 1 |  |
Pr3-sfs--------1 | Pronoun Type=relative Person=third Number=singular Case=essive-formal Owner_Number=singular Owner_Person=first | 1 |  |
Pr3-sfs--------1s | Pronoun Type=relative Person=third Number=singular Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-sfs--------1p | Pronoun Type=relative Person=third Number=singular Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-sfs--------2 | Pronoun Type=relative Person=third Number=singular Case=essive-formal Owner_Number=singular Owner_Person=second | 1 |  |
Pr3-sfs--------2s | Pronoun Type=relative Person=third Number=singular Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-sfs--------2p | Pronoun Type=relative Person=third Number=singular Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-sfs--------3 | Pronoun Type=relative Person=third Number=singular Case=essive-formal Owner_Number=singular Owner_Person=third | 1 |  |
Pr3-sfs--------3s | Pronoun Type=relative Person=third Number=singular Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-sfs--------3p | Pronoun Type=relative Person=third Number=singular Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-sfp--------1 | Pronoun Type=relative Person=third Number=singular Case=essive-formal Owner_Number=plural Owner_Person=first | 1 |  |
Pr3-sfp--------1s | Pronoun Type=relative Person=third Number=singular Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-sfp--------1p | Pronoun Type=relative Person=third Number=singular Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-sfp--------2 | Pronoun Type=relative Person=third Number=singular Case=essive-formal Owner_Number=plural Owner_Person=second | 1 |  |
Pr3-sfp--------2s | Pronoun Type=relative Person=third Number=singular Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-sfp--------2p | Pronoun Type=relative Person=third Number=singular Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-sfp--------3 | Pronoun Type=relative Person=third Number=singular Case=essive-formal Owner_Number=plural Owner_Person=third | 1 |  |
Pr3-sfp--------3s | Pronoun Type=relative Person=third Number=singular Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-sfp--------3p | Pronoun Type=relative Person=third Number=singular Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-pn | Pronoun Type=relative Person=third Number=plural Case=nominative | 6 | melyek/mely, amilyenek/amilyen, amik/ami, amelyek/amely, amekkorák/amekkora |
Pr3-pn----------s | Pronoun Type=relative Person=third Number=plural Case=nominative Owned_Number=singular | 1 |  |
Pr3-pn----------p | Pronoun Type=relative Person=third Number=plural Case=nominative Owned_Number=plural | 1 |  |
Pr3-pns--------1 | Pronoun Type=relative Person=third Number=plural Case=nominative Owner_Number=singular Owner_Person=first | 1 |  |
Pr3-pns--------1s | Pronoun Type=relative Person=third Number=plural Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-pns--------1p | Pronoun Type=relative Person=third Number=plural Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-pns--------2 | Pronoun Type=relative Person=third Number=plural Case=nominative Owner_Number=singular Owner_Person=second | 1 |  |
Pr3-pns--------2s | Pronoun Type=relative Person=third Number=plural Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-pns--------2p | Pronoun Type=relative Person=third Number=plural Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-pns--------3 | Pronoun Type=relative Person=third Number=plural Case=nominative Owner_Number=singular Owner_Person=third | 1 |  |
Pr3-pns--------3s | Pronoun Type=relative Person=third Number=plural Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-pns--------3p | Pronoun Type=relative Person=third Number=plural Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-pnp--------1 | Pronoun Type=relative Person=third Number=plural Case=nominative Owner_Number=plural Owner_Person=first | 1 |  |
Pr3-pnp--------1s | Pronoun Type=relative Person=third Number=plural Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-pnp--------1p | Pronoun Type=relative Person=third Number=plural Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-pnp--------2 | Pronoun Type=relative Person=third Number=plural Case=nominative Owner_Number=plural Owner_Person=second | 1 |  |
Pr3-pnp--------2s | Pronoun Type=relative Person=third Number=plural Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-pnp--------2p | Pronoun Type=relative Person=third Number=plural Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-pnp--------3 | Pronoun Type=relative Person=third Number=plural Case=nominative Owner_Number=plural Owner_Person=third | 1 |  |
Pr3-pnp--------3s | Pronoun Type=relative Person=third Number=plural Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-pnp--------3p | Pronoun Type=relative Person=third Number=plural Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-pg | Pronoun Type=relative Person=third Number=plural Case=genitive | 1 |  |
Pr3-pg----------s | Pronoun Type=relative Person=third Number=plural Case=genitive Owned_Number=singular | 1 |  |
Pr3-pg----------p | Pronoun Type=relative Person=third Number=plural Case=genitive Owned_Number=plural | 1 |  |
Pr3-pgs--------1 | Pronoun Type=relative Person=third Number=plural Case=genitive Owner_Number=singular Owner_Person=first | 1 |  |
Pr3-pgs--------1s | Pronoun Type=relative Person=third Number=plural Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-pgs--------1p | Pronoun Type=relative Person=third Number=plural Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-pgs--------2 | Pronoun Type=relative Person=third Number=plural Case=genitive Owner_Number=singular Owner_Person=second | 1 |  |
Pr3-pgs--------2s | Pronoun Type=relative Person=third Number=plural Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-pgs--------2p | Pronoun Type=relative Person=third Number=plural Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-pgs--------3 | Pronoun Type=relative Person=third Number=plural Case=genitive Owner_Number=singular Owner_Person=third | 1 |  |
Pr3-pgs--------3s | Pronoun Type=relative Person=third Number=plural Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-pgs--------3p | Pronoun Type=relative Person=third Number=plural Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-pgp--------1 | Pronoun Type=relative Person=third Number=plural Case=genitive Owner_Number=plural Owner_Person=first | 1 |  |
Pr3-pgp--------1s | Pronoun Type=relative Person=third Number=plural Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-pgp--------1p | Pronoun Type=relative Person=third Number=plural Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-pgp--------2 | Pronoun Type=relative Person=third Number=plural Case=genitive Owner_Number=plural Owner_Person=second | 1 |  |
Pr3-pgp--------2s | Pronoun Type=relative Person=third Number=plural Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-pgp--------2p | Pronoun Type=relative Person=third Number=plural Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-pgp--------3 | Pronoun Type=relative Person=third Number=plural Case=genitive Owner_Number=plural Owner_Person=third | 1 |  |
Pr3-pgp--------3s | Pronoun Type=relative Person=third Number=plural Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-pgp--------3p | Pronoun Type=relative Person=third Number=plural Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-pd | Pronoun Type=relative Person=third Number=plural Case=dative | 3 | melyeknek/mely, amelyeknek/amely, akiknek/aki |
Pr3-pd----------s | Pronoun Type=relative Person=third Number=plural Case=dative Owned_Number=singular | 1 |  |
Pr3-pd----------p | Pronoun Type=relative Person=third Number=plural Case=dative Owned_Number=plural | 1 |  |
Pr3-pds--------1 | Pronoun Type=relative Person=third Number=plural Case=dative Owner_Number=singular Owner_Person=first | 1 |  |
Pr3-pds--------1s | Pronoun Type=relative Person=third Number=plural Case=dative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-pds--------1p | Pronoun Type=relative Person=third Number=plural Case=dative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-pds--------2 | Pronoun Type=relative Person=third Number=plural Case=dative Owner_Number=singular Owner_Person=second | 1 |  |
Pr3-pds--------2s | Pronoun Type=relative Person=third Number=plural Case=dative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-pds--------2p | Pronoun Type=relative Person=third Number=plural Case=dative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-pds--------3 | Pronoun Type=relative Person=third Number=plural Case=dative Owner_Number=singular Owner_Person=third | 1 |  |
Pr3-pds--------3s | Pronoun Type=relative Person=third Number=plural Case=dative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-pds--------3p | Pronoun Type=relative Person=third Number=plural Case=dative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-pdp--------1 | Pronoun Type=relative Person=third Number=plural Case=dative Owner_Number=plural Owner_Person=first | 1 |  |
Pr3-pdp--------1s | Pronoun Type=relative Person=third Number=plural Case=dative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-pdp--------1p | Pronoun Type=relative Person=third Number=plural Case=dative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-pdp--------2 | Pronoun Type=relative Person=third Number=plural Case=dative Owner_Number=plural Owner_Person=second | 1 |  |
Pr3-pdp--------2s | Pronoun Type=relative Person=third Number=plural Case=dative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-pdp--------2p | Pronoun Type=relative Person=third Number=plural Case=dative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-pdp--------3 | Pronoun Type=relative Person=third Number=plural Case=dative Owner_Number=plural Owner_Person=third | 1 |  |
Pr3-pdp--------3s | Pronoun Type=relative Person=third Number=plural Case=dative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-pdp--------3p | Pronoun Type=relative Person=third Number=plural Case=dative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-pa | Pronoun Type=relative Person=third Number=plural Case=accusative | 5 | melyeket/mely, amilyeneket/amilyen, amiket/ami, amelyeket/amely, akiket/aki |
Pr3-pa----------s | Pronoun Type=relative Person=third Number=plural Case=accusative Owned_Number=singular | 1 |  |
Pr3-pa----------p | Pronoun Type=relative Person=third Number=plural Case=accusative Owned_Number=plural | 1 |  |
Pr3-pas--------1 | Pronoun Type=relative Person=third Number=plural Case=accusative Owner_Number=singular Owner_Person=first | 1 |  |
Pr3-pas--------1s | Pronoun Type=relative Person=third Number=plural Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-pas--------1p | Pronoun Type=relative Person=third Number=plural Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-pas--------2 | Pronoun Type=relative Person=third Number=plural Case=accusative Owner_Number=singular Owner_Person=second | 1 |  |
Pr3-pas--------2s | Pronoun Type=relative Person=third Number=plural Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-pas--------2p | Pronoun Type=relative Person=third Number=plural Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-pas--------3 | Pronoun Type=relative Person=third Number=plural Case=accusative Owner_Number=singular Owner_Person=third | 1 |  |
Pr3-pas--------3s | Pronoun Type=relative Person=third Number=plural Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-pas--------3p | Pronoun Type=relative Person=third Number=plural Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-pap--------1 | Pronoun Type=relative Person=third Number=plural Case=accusative Owner_Number=plural Owner_Person=first | 1 |  |
Pr3-pap--------1s | Pronoun Type=relative Person=third Number=plural Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-pap--------1p | Pronoun Type=relative Person=third Number=plural Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-pap--------2 | Pronoun Type=relative Person=third Number=plural Case=accusative Owner_Number=plural Owner_Person=second | 1 |  |
Pr3-pap--------2s | Pronoun Type=relative Person=third Number=plural Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-pap--------2p | Pronoun Type=relative Person=third Number=plural Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-pap--------3 | Pronoun Type=relative Person=third Number=plural Case=accusative Owner_Number=plural Owner_Person=third | 1 |  |
Pr3-pap--------3s | Pronoun Type=relative Person=third Number=plural Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-pap--------3p | Pronoun Type=relative Person=third Number=plural Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-pi | Pronoun Type=relative Person=third Number=plural Case=instrumental | 3 | melyekkel/mely, amelyekkel/amely, akikkel/aki |
Pr3-pi----------s | Pronoun Type=relative Person=third Number=plural Case=instrumental Owned_Number=singular | 1 |  |
Pr3-pi----------p | Pronoun Type=relative Person=third Number=plural Case=instrumental Owned_Number=plural | 1 |  |
Pr3-pis--------1 | Pronoun Type=relative Person=third Number=plural Case=instrumental Owner_Number=singular Owner_Person=first | 1 |  |
Pr3-pis--------1s | Pronoun Type=relative Person=third Number=plural Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-pis--------1p | Pronoun Type=relative Person=third Number=plural Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-pis--------2 | Pronoun Type=relative Person=third Number=plural Case=instrumental Owner_Number=singular Owner_Person=second | 1 |  |
Pr3-pis--------2s | Pronoun Type=relative Person=third Number=plural Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-pis--------2p | Pronoun Type=relative Person=third Number=plural Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-pis--------3 | Pronoun Type=relative Person=third Number=plural Case=instrumental Owner_Number=singular Owner_Person=third | 1 |  |
Pr3-pis--------3s | Pronoun Type=relative Person=third Number=plural Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-pis--------3p | Pronoun Type=relative Person=third Number=plural Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-pip--------1 | Pronoun Type=relative Person=third Number=plural Case=instrumental Owner_Number=plural Owner_Person=first | 1 |  |
Pr3-pip--------1s | Pronoun Type=relative Person=third Number=plural Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-pip--------1p | Pronoun Type=relative Person=third Number=plural Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-pip--------2 | Pronoun Type=relative Person=third Number=plural Case=instrumental Owner_Number=plural Owner_Person=second | 1 |  |
Pr3-pip--------2s | Pronoun Type=relative Person=third Number=plural Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-pip--------2p | Pronoun Type=relative Person=third Number=plural Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-pip--------3 | Pronoun Type=relative Person=third Number=plural Case=instrumental Owner_Number=plural Owner_Person=third | 1 |  |
Pr3-pip--------3s | Pronoun Type=relative Person=third Number=plural Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-pip--------3p | Pronoun Type=relative Person=third Number=plural Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-px | Pronoun Type=relative Person=third Number=plural Case=illative | 1 |  |
Pr3-px----------s | Pronoun Type=relative Person=third Number=plural Case=illative Owned_Number=singular | 1 |  |
Pr3-px----------p | Pronoun Type=relative Person=third Number=plural Case=illative Owned_Number=plural | 1 |  |
Pr3-pxs--------1 | Pronoun Type=relative Person=third Number=plural Case=illative Owner_Number=singular Owner_Person=first | 1 |  |
Pr3-pxs--------1s | Pronoun Type=relative Person=third Number=plural Case=illative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-pxs--------1p | Pronoun Type=relative Person=third Number=plural Case=illative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-pxs--------2 | Pronoun Type=relative Person=third Number=plural Case=illative Owner_Number=singular Owner_Person=second | 1 |  |
Pr3-pxs--------2s | Pronoun Type=relative Person=third Number=plural Case=illative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-pxs--------2p | Pronoun Type=relative Person=third Number=plural Case=illative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-pxs--------3 | Pronoun Type=relative Person=third Number=plural Case=illative Owner_Number=singular Owner_Person=third | 1 |  |
Pr3-pxs--------3s | Pronoun Type=relative Person=third Number=plural Case=illative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-pxs--------3p | Pronoun Type=relative Person=third Number=plural Case=illative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-pxp--------1 | Pronoun Type=relative Person=third Number=plural Case=illative Owner_Number=plural Owner_Person=first | 1 |  |
Pr3-pxp--------1s | Pronoun Type=relative Person=third Number=plural Case=illative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-pxp--------1p | Pronoun Type=relative Person=third Number=plural Case=illative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-pxp--------2 | Pronoun Type=relative Person=third Number=plural Case=illative Owner_Number=plural Owner_Person=second | 1 |  |
Pr3-pxp--------2s | Pronoun Type=relative Person=third Number=plural Case=illative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-pxp--------2p | Pronoun Type=relative Person=third Number=plural Case=illative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-pxp--------3 | Pronoun Type=relative Person=third Number=plural Case=illative Owner_Number=plural Owner_Person=third | 1 |  |
Pr3-pxp--------3s | Pronoun Type=relative Person=third Number=plural Case=illative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-pxp--------3p | Pronoun Type=relative Person=third Number=plural Case=illative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-p2 | Pronoun Type=relative Person=third Number=plural Case=inessive | 2 | amelyekben/amely, akikben/aki |
Pr3-p2----------s | Pronoun Type=relative Person=third Number=plural Case=inessive Owned_Number=singular | 1 |  |
Pr3-p2----------p | Pronoun Type=relative Person=third Number=plural Case=inessive Owned_Number=plural | 1 |  |
Pr3-p2s--------1 | Pronoun Type=relative Person=third Number=plural Case=inessive Owner_Number=singular Owner_Person=first | 1 |  |
Pr3-p2s--------1s | Pronoun Type=relative Person=third Number=plural Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-p2s--------1p | Pronoun Type=relative Person=third Number=plural Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-p2s--------2 | Pronoun Type=relative Person=third Number=plural Case=inessive Owner_Number=singular Owner_Person=second | 1 |  |
Pr3-p2s--------2s | Pronoun Type=relative Person=third Number=plural Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-p2s--------2p | Pronoun Type=relative Person=third Number=plural Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-p2s--------3 | Pronoun Type=relative Person=third Number=plural Case=inessive Owner_Number=singular Owner_Person=third | 1 |  |
Pr3-p2s--------3s | Pronoun Type=relative Person=third Number=plural Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-p2s--------3p | Pronoun Type=relative Person=third Number=plural Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-p2p--------1 | Pronoun Type=relative Person=third Number=plural Case=inessive Owner_Number=plural Owner_Person=first | 1 |  |
Pr3-p2p--------1s | Pronoun Type=relative Person=third Number=plural Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-p2p--------1p | Pronoun Type=relative Person=third Number=plural Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-p2p--------2 | Pronoun Type=relative Person=third Number=plural Case=inessive Owner_Number=plural Owner_Person=second | 1 |  |
Pr3-p2p--------2s | Pronoun Type=relative Person=third Number=plural Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-p2p--------2p | Pronoun Type=relative Person=third Number=plural Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-p2p--------3 | Pronoun Type=relative Person=third Number=plural Case=inessive Owner_Number=plural Owner_Person=third | 1 |  |
Pr3-p2p--------3s | Pronoun Type=relative Person=third Number=plural Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-p2p--------3p | Pronoun Type=relative Person=third Number=plural Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-pe | Pronoun Type=relative Person=third Number=plural Case=elative | 1 | amelyekből/amely |
Pr3-pe----------s | Pronoun Type=relative Person=third Number=plural Case=elative Owned_Number=singular | 1 |  |
Pr3-pe----------p | Pronoun Type=relative Person=third Number=plural Case=elative Owned_Number=plural | 1 |  |
Pr3-pes--------1 | Pronoun Type=relative Person=third Number=plural Case=elative Owner_Number=singular Owner_Person=first | 1 |  |
Pr3-pes--------1s | Pronoun Type=relative Person=third Number=plural Case=elative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-pes--------1p | Pronoun Type=relative Person=third Number=plural Case=elative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-pes--------2 | Pronoun Type=relative Person=third Number=plural Case=elative Owner_Number=singular Owner_Person=second | 1 |  |
Pr3-pes--------2s | Pronoun Type=relative Person=third Number=plural Case=elative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-pes--------2p | Pronoun Type=relative Person=third Number=plural Case=elative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-pes--------3 | Pronoun Type=relative Person=third Number=plural Case=elative Owner_Number=singular Owner_Person=third | 1 |  |
Pr3-pes--------3s | Pronoun Type=relative Person=third Number=plural Case=elative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-pes--------3p | Pronoun Type=relative Person=third Number=plural Case=elative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-pep--------1 | Pronoun Type=relative Person=third Number=plural Case=elative Owner_Number=plural Owner_Person=first | 1 |  |
Pr3-pep--------1s | Pronoun Type=relative Person=third Number=plural Case=elative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-pep--------1p | Pronoun Type=relative Person=third Number=plural Case=elative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-pep--------2 | Pronoun Type=relative Person=third Number=plural Case=elative Owner_Number=plural Owner_Person=second | 1 |  |
Pr3-pep--------2s | Pronoun Type=relative Person=third Number=plural Case=elative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-pep--------2p | Pronoun Type=relative Person=third Number=plural Case=elative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-pep--------3 | Pronoun Type=relative Person=third Number=plural Case=elative Owner_Number=plural Owner_Person=third | 1 |  |
Pr3-pep--------3s | Pronoun Type=relative Person=third Number=plural Case=elative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-pep--------3p | Pronoun Type=relative Person=third Number=plural Case=elative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-pt | Pronoun Type=relative Person=third Number=plural Case=allative | 3 | melyekhez/mely, amelyekhez/amely, akikhez/aki |
Pr3-pt----------s | Pronoun Type=relative Person=third Number=plural Case=allative Owned_Number=singular | 1 |  |
Pr3-pt----------p | Pronoun Type=relative Person=third Number=plural Case=allative Owned_Number=plural | 1 |  |
Pr3-pts--------1 | Pronoun Type=relative Person=third Number=plural Case=allative Owner_Number=singular Owner_Person=first | 1 |  |
Pr3-pts--------1s | Pronoun Type=relative Person=third Number=plural Case=allative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-pts--------1p | Pronoun Type=relative Person=third Number=plural Case=allative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-pts--------2 | Pronoun Type=relative Person=third Number=plural Case=allative Owner_Number=singular Owner_Person=second | 1 |  |
Pr3-pts--------2s | Pronoun Type=relative Person=third Number=plural Case=allative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-pts--------2p | Pronoun Type=relative Person=third Number=plural Case=allative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-pts--------3 | Pronoun Type=relative Person=third Number=plural Case=allative Owner_Number=singular Owner_Person=third | 1 |  |
Pr3-pts--------3s | Pronoun Type=relative Person=third Number=plural Case=allative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-pts--------3p | Pronoun Type=relative Person=third Number=plural Case=allative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-ptp--------1 | Pronoun Type=relative Person=third Number=plural Case=allative Owner_Number=plural Owner_Person=first | 1 |  |
Pr3-ptp--------1s | Pronoun Type=relative Person=third Number=plural Case=allative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-ptp--------1p | Pronoun Type=relative Person=third Number=plural Case=allative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-ptp--------2 | Pronoun Type=relative Person=third Number=plural Case=allative Owner_Number=plural Owner_Person=second | 1 |  |
Pr3-ptp--------2s | Pronoun Type=relative Person=third Number=plural Case=allative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-ptp--------2p | Pronoun Type=relative Person=third Number=plural Case=allative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-ptp--------3 | Pronoun Type=relative Person=third Number=plural Case=allative Owner_Number=plural Owner_Person=third | 1 |  |
Pr3-ptp--------3s | Pronoun Type=relative Person=third Number=plural Case=allative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-ptp--------3p | Pronoun Type=relative Person=third Number=plural Case=allative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-p3 | Pronoun Type=relative Person=third Number=plural Case=adessive | 1 |  |
Pr3-p3----------s | Pronoun Type=relative Person=third Number=plural Case=adessive Owned_Number=singular | 1 |  |
Pr3-p3----------p | Pronoun Type=relative Person=third Number=plural Case=adessive Owned_Number=plural | 1 |  |
Pr3-p3s--------1 | Pronoun Type=relative Person=third Number=plural Case=adessive Owner_Number=singular Owner_Person=first | 1 |  |
Pr3-p3s--------1s | Pronoun Type=relative Person=third Number=plural Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-p3s--------1p | Pronoun Type=relative Person=third Number=plural Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-p3s--------2 | Pronoun Type=relative Person=third Number=plural Case=adessive Owner_Number=singular Owner_Person=second | 1 |  |
Pr3-p3s--------2s | Pronoun Type=relative Person=third Number=plural Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-p3s--------2p | Pronoun Type=relative Person=third Number=plural Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-p3s--------3 | Pronoun Type=relative Person=third Number=plural Case=adessive Owner_Number=singular Owner_Person=third | 1 |  |
Pr3-p3s--------3s | Pronoun Type=relative Person=third Number=plural Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-p3s--------3p | Pronoun Type=relative Person=third Number=plural Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-p3p--------1 | Pronoun Type=relative Person=third Number=plural Case=adessive Owner_Number=plural Owner_Person=first | 1 |  |
Pr3-p3p--------1s | Pronoun Type=relative Person=third Number=plural Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-p3p--------1p | Pronoun Type=relative Person=third Number=plural Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-p3p--------2 | Pronoun Type=relative Person=third Number=plural Case=adessive Owner_Number=plural Owner_Person=second | 1 |  |
Pr3-p3p--------2s | Pronoun Type=relative Person=third Number=plural Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-p3p--------2p | Pronoun Type=relative Person=third Number=plural Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-p3p--------3 | Pronoun Type=relative Person=third Number=plural Case=adessive Owner_Number=plural Owner_Person=third | 1 |  |
Pr3-p3p--------3s | Pronoun Type=relative Person=third Number=plural Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-p3p--------3p | Pronoun Type=relative Person=third Number=plural Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-pb | Pronoun Type=relative Person=third Number=plural Case=ablative | 2 | melyektől/mely, akiktől/aki |
Pr3-pb----------s | Pronoun Type=relative Person=third Number=plural Case=ablative Owned_Number=singular | 1 |  |
Pr3-pb----------p | Pronoun Type=relative Person=third Number=plural Case=ablative Owned_Number=plural | 1 |  |
Pr3-pbs--------1 | Pronoun Type=relative Person=third Number=plural Case=ablative Owner_Number=singular Owner_Person=first | 1 |  |
Pr3-pbs--------1s | Pronoun Type=relative Person=third Number=plural Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-pbs--------1p | Pronoun Type=relative Person=third Number=plural Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-pbs--------2 | Pronoun Type=relative Person=third Number=plural Case=ablative Owner_Number=singular Owner_Person=second | 1 |  |
Pr3-pbs--------2s | Pronoun Type=relative Person=third Number=plural Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-pbs--------2p | Pronoun Type=relative Person=third Number=plural Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-pbs--------3 | Pronoun Type=relative Person=third Number=plural Case=ablative Owner_Number=singular Owner_Person=third | 1 |  |
Pr3-pbs--------3s | Pronoun Type=relative Person=third Number=plural Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-pbs--------3p | Pronoun Type=relative Person=third Number=plural Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-pbp--------1 | Pronoun Type=relative Person=third Number=plural Case=ablative Owner_Number=plural Owner_Person=first | 1 |  |
Pr3-pbp--------1s | Pronoun Type=relative Person=third Number=plural Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-pbp--------1p | Pronoun Type=relative Person=third Number=plural Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-pbp--------2 | Pronoun Type=relative Person=third Number=plural Case=ablative Owner_Number=plural Owner_Person=second | 1 |  |
Pr3-pbp--------2s | Pronoun Type=relative Person=third Number=plural Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-pbp--------2p | Pronoun Type=relative Person=third Number=plural Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-pbp--------3 | Pronoun Type=relative Person=third Number=plural Case=ablative Owner_Number=plural Owner_Person=third | 1 |  |
Pr3-pbp--------3s | Pronoun Type=relative Person=third Number=plural Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-pbp--------3p | Pronoun Type=relative Person=third Number=plural Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-p9 | Pronoun Type=relative Person=third Number=plural Case=terminative | 1 |  |
Pr3-p9----------s | Pronoun Type=relative Person=third Number=plural Case=terminative Owned_Number=singular | 1 |  |
Pr3-p9----------p | Pronoun Type=relative Person=third Number=plural Case=terminative Owned_Number=plural | 1 |  |
Pr3-p9s--------1 | Pronoun Type=relative Person=third Number=plural Case=terminative Owner_Number=singular Owner_Person=first | 1 |  |
Pr3-p9s--------1s | Pronoun Type=relative Person=third Number=plural Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-p9s--------1p | Pronoun Type=relative Person=third Number=plural Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-p9s--------2 | Pronoun Type=relative Person=third Number=plural Case=terminative Owner_Number=singular Owner_Person=second | 1 |  |
Pr3-p9s--------2s | Pronoun Type=relative Person=third Number=plural Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-p9s--------2p | Pronoun Type=relative Person=third Number=plural Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-p9s--------3 | Pronoun Type=relative Person=third Number=plural Case=terminative Owner_Number=singular Owner_Person=third | 1 |  |
Pr3-p9s--------3s | Pronoun Type=relative Person=third Number=plural Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-p9s--------3p | Pronoun Type=relative Person=third Number=plural Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-p9p--------1 | Pronoun Type=relative Person=third Number=plural Case=terminative Owner_Number=plural Owner_Person=first | 1 |  |
Pr3-p9p--------1s | Pronoun Type=relative Person=third Number=plural Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-p9p--------1p | Pronoun Type=relative Person=third Number=plural Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-p9p--------2 | Pronoun Type=relative Person=third Number=plural Case=terminative Owner_Number=plural Owner_Person=second | 1 |  |
Pr3-p9p--------2s | Pronoun Type=relative Person=third Number=plural Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-p9p--------2p | Pronoun Type=relative Person=third Number=plural Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-p9p--------3 | Pronoun Type=relative Person=third Number=plural Case=terminative Owner_Number=plural Owner_Person=third | 1 |  |
Pr3-p9p--------3s | Pronoun Type=relative Person=third Number=plural Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-p9p--------3p | Pronoun Type=relative Person=third Number=plural Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-pw | Pronoun Type=relative Person=third Number=plural Case=essive | 1 |  |
Pr3-pw----------s | Pronoun Type=relative Person=third Number=plural Case=essive Owned_Number=singular | 1 |  |
Pr3-pw----------p | Pronoun Type=relative Person=third Number=plural Case=essive Owned_Number=plural | 1 |  |
Pr3-pws--------1 | Pronoun Type=relative Person=third Number=plural Case=essive Owner_Number=singular Owner_Person=first | 1 |  |
Pr3-pws--------1s | Pronoun Type=relative Person=third Number=plural Case=essive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-pws--------1p | Pronoun Type=relative Person=third Number=plural Case=essive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-pws--------2 | Pronoun Type=relative Person=third Number=plural Case=essive Owner_Number=singular Owner_Person=second | 1 |  |
Pr3-pws--------2s | Pronoun Type=relative Person=third Number=plural Case=essive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-pws--------2p | Pronoun Type=relative Person=third Number=plural Case=essive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-pws--------3 | Pronoun Type=relative Person=third Number=plural Case=essive Owner_Number=singular Owner_Person=third | 1 |  |
Pr3-pws--------3s | Pronoun Type=relative Person=third Number=plural Case=essive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-pws--------3p | Pronoun Type=relative Person=third Number=plural Case=essive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-pwp--------1 | Pronoun Type=relative Person=third Number=plural Case=essive Owner_Number=plural Owner_Person=first | 1 |  |
Pr3-pwp--------1s | Pronoun Type=relative Person=third Number=plural Case=essive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-pwp--------1p | Pronoun Type=relative Person=third Number=plural Case=essive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-pwp--------2 | Pronoun Type=relative Person=third Number=plural Case=essive Owner_Number=plural Owner_Person=second | 1 |  |
Pr3-pwp--------2s | Pronoun Type=relative Person=third Number=plural Case=essive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-pwp--------2p | Pronoun Type=relative Person=third Number=plural Case=essive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-pwp--------3 | Pronoun Type=relative Person=third Number=plural Case=essive Owner_Number=plural Owner_Person=third | 1 |  |
Pr3-pwp--------3s | Pronoun Type=relative Person=third Number=plural Case=essive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-pwp--------3p | Pronoun Type=relative Person=third Number=plural Case=essive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-pm | Pronoun Type=relative Person=third Number=plural Case=temporalis | 1 |  |
Pr3-pm----------s | Pronoun Type=relative Person=third Number=plural Case=temporalis Owned_Number=singular | 1 |  |
Pr3-pm----------p | Pronoun Type=relative Person=third Number=plural Case=temporalis Owned_Number=plural | 1 |  |
Pr3-pms--------1 | Pronoun Type=relative Person=third Number=plural Case=temporalis Owner_Number=singular Owner_Person=first | 1 |  |
Pr3-pms--------1s | Pronoun Type=relative Person=third Number=plural Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-pms--------1p | Pronoun Type=relative Person=third Number=plural Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-pms--------2 | Pronoun Type=relative Person=third Number=plural Case=temporalis Owner_Number=singular Owner_Person=second | 1 |  |
Pr3-pms--------2s | Pronoun Type=relative Person=third Number=plural Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-pms--------2p | Pronoun Type=relative Person=third Number=plural Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-pms--------3 | Pronoun Type=relative Person=third Number=plural Case=temporalis Owner_Number=singular Owner_Person=third | 1 |  |
Pr3-pms--------3s | Pronoun Type=relative Person=third Number=plural Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-pms--------3p | Pronoun Type=relative Person=third Number=plural Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-pmp--------1 | Pronoun Type=relative Person=third Number=plural Case=temporalis Owner_Number=plural Owner_Person=first | 1 |  |
Pr3-pmp--------1s | Pronoun Type=relative Person=third Number=plural Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-pmp--------1p | Pronoun Type=relative Person=third Number=plural Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-pmp--------2 | Pronoun Type=relative Person=third Number=plural Case=temporalis Owner_Number=plural Owner_Person=second | 1 |  |
Pr3-pmp--------2s | Pronoun Type=relative Person=third Number=plural Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-pmp--------2p | Pronoun Type=relative Person=third Number=plural Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-pmp--------3 | Pronoun Type=relative Person=third Number=plural Case=temporalis Owner_Number=plural Owner_Person=third | 1 |  |
Pr3-pmp--------3s | Pronoun Type=relative Person=third Number=plural Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-pmp--------3p | Pronoun Type=relative Person=third Number=plural Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-pc | Pronoun Type=relative Person=third Number=plural Case=causalis | 1 | amelyekért/amely |
Pr3-pc----------s | Pronoun Type=relative Person=third Number=plural Case=causalis Owned_Number=singular | 1 |  |
Pr3-pc----------p | Pronoun Type=relative Person=third Number=plural Case=causalis Owned_Number=plural | 1 |  |
Pr3-pcs--------1 | Pronoun Type=relative Person=third Number=plural Case=causalis Owner_Number=singular Owner_Person=first | 1 |  |
Pr3-pcs--------1s | Pronoun Type=relative Person=third Number=plural Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-pcs--------1p | Pronoun Type=relative Person=third Number=plural Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-pcs--------2 | Pronoun Type=relative Person=third Number=plural Case=causalis Owner_Number=singular Owner_Person=second | 1 |  |
Pr3-pcs--------2s | Pronoun Type=relative Person=third Number=plural Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-pcs--------2p | Pronoun Type=relative Person=third Number=plural Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-pcs--------3 | Pronoun Type=relative Person=third Number=plural Case=causalis Owner_Number=singular Owner_Person=third | 1 |  |
Pr3-pcs--------3s | Pronoun Type=relative Person=third Number=plural Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-pcs--------3p | Pronoun Type=relative Person=third Number=plural Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-pcp--------1 | Pronoun Type=relative Person=third Number=plural Case=causalis Owner_Number=plural Owner_Person=first | 1 |  |
Pr3-pcp--------1s | Pronoun Type=relative Person=third Number=plural Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-pcp--------1p | Pronoun Type=relative Person=third Number=plural Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-pcp--------2 | Pronoun Type=relative Person=third Number=plural Case=causalis Owner_Number=plural Owner_Person=second | 1 |  |
Pr3-pcp--------2s | Pronoun Type=relative Person=third Number=plural Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-pcp--------2p | Pronoun Type=relative Person=third Number=plural Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-pcp--------3 | Pronoun Type=relative Person=third Number=plural Case=causalis Owner_Number=plural Owner_Person=third | 1 |  |
Pr3-pcp--------3s | Pronoun Type=relative Person=third Number=plural Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-pcp--------3p | Pronoun Type=relative Person=third Number=plural Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-ps | Pronoun Type=relative Person=third Number=plural Case=sublative | 2 | amelyekre/amely, akikre/aki |
Pr3-ps----------s | Pronoun Type=relative Person=third Number=plural Case=sublative Owned_Number=singular | 1 |  |
Pr3-ps----------p | Pronoun Type=relative Person=third Number=plural Case=sublative Owned_Number=plural | 1 |  |
Pr3-pss--------1 | Pronoun Type=relative Person=third Number=plural Case=sublative Owner_Number=singular Owner_Person=first | 1 |  |
Pr3-pss--------1s | Pronoun Type=relative Person=third Number=plural Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-pss--------1p | Pronoun Type=relative Person=third Number=plural Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-pss--------2 | Pronoun Type=relative Person=third Number=plural Case=sublative Owner_Number=singular Owner_Person=second | 1 |  |
Pr3-pss--------2s | Pronoun Type=relative Person=third Number=plural Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-pss--------2p | Pronoun Type=relative Person=third Number=plural Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-pss--------3 | Pronoun Type=relative Person=third Number=plural Case=sublative Owner_Number=singular Owner_Person=third | 1 |  |
Pr3-pss--------3s | Pronoun Type=relative Person=third Number=plural Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-pss--------3p | Pronoun Type=relative Person=third Number=plural Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-psp--------1 | Pronoun Type=relative Person=third Number=plural Case=sublative Owner_Number=plural Owner_Person=first | 1 |  |
Pr3-psp--------1s | Pronoun Type=relative Person=third Number=plural Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-psp--------1p | Pronoun Type=relative Person=third Number=plural Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-psp--------2 | Pronoun Type=relative Person=third Number=plural Case=sublative Owner_Number=plural Owner_Person=second | 1 |  |
Pr3-psp--------2s | Pronoun Type=relative Person=third Number=plural Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-psp--------2p | Pronoun Type=relative Person=third Number=plural Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-psp--------3 | Pronoun Type=relative Person=third Number=plural Case=sublative Owner_Number=plural Owner_Person=third | 1 |  |
Pr3-psp--------3s | Pronoun Type=relative Person=third Number=plural Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-psp--------3p | Pronoun Type=relative Person=third Number=plural Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-ph | Pronoun Type=relative Person=third Number=plural Case=delative | 3 | melyekről/mely, amelyekről/amely, akikről/aki |
Pr3-ph----------s | Pronoun Type=relative Person=third Number=plural Case=delative Owned_Number=singular | 1 |  |
Pr3-ph----------p | Pronoun Type=relative Person=third Number=plural Case=delative Owned_Number=plural | 1 |  |
Pr3-phs--------1 | Pronoun Type=relative Person=third Number=plural Case=delative Owner_Number=singular Owner_Person=first | 1 |  |
Pr3-phs--------1s | Pronoun Type=relative Person=third Number=plural Case=delative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-phs--------1p | Pronoun Type=relative Person=third Number=plural Case=delative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-phs--------2 | Pronoun Type=relative Person=third Number=plural Case=delative Owner_Number=singular Owner_Person=second | 1 |  |
Pr3-phs--------2s | Pronoun Type=relative Person=third Number=plural Case=delative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-phs--------2p | Pronoun Type=relative Person=third Number=plural Case=delative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-phs--------3 | Pronoun Type=relative Person=third Number=plural Case=delative Owner_Number=singular Owner_Person=third | 1 |  |
Pr3-phs--------3s | Pronoun Type=relative Person=third Number=plural Case=delative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-phs--------3p | Pronoun Type=relative Person=third Number=plural Case=delative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-php--------1 | Pronoun Type=relative Person=third Number=plural Case=delative Owner_Number=plural Owner_Person=first | 1 |  |
Pr3-php--------1s | Pronoun Type=relative Person=third Number=plural Case=delative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-php--------1p | Pronoun Type=relative Person=third Number=plural Case=delative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-php--------2 | Pronoun Type=relative Person=third Number=plural Case=delative Owner_Number=plural Owner_Person=second | 1 |  |
Pr3-php--------2s | Pronoun Type=relative Person=third Number=plural Case=delative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-php--------2p | Pronoun Type=relative Person=third Number=plural Case=delative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-php--------3 | Pronoun Type=relative Person=third Number=plural Case=delative Owner_Number=plural Owner_Person=third | 1 |  |
Pr3-php--------3s | Pronoun Type=relative Person=third Number=plural Case=delative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-php--------3p | Pronoun Type=relative Person=third Number=plural Case=delative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-pq | Pronoun Type=relative Person=third Number=plural Case=sociative | 1 |  |
Pr3-pq----------s | Pronoun Type=relative Person=third Number=plural Case=sociative Owned_Number=singular | 1 |  |
Pr3-pq----------p | Pronoun Type=relative Person=third Number=plural Case=sociative Owned_Number=plural | 1 |  |
Pr3-pqs--------1 | Pronoun Type=relative Person=third Number=plural Case=sociative Owner_Number=singular Owner_Person=first | 1 |  |
Pr3-pqs--------1s | Pronoun Type=relative Person=third Number=plural Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-pqs--------1p | Pronoun Type=relative Person=third Number=plural Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-pqs--------2 | Pronoun Type=relative Person=third Number=plural Case=sociative Owner_Number=singular Owner_Person=second | 1 |  |
Pr3-pqs--------2s | Pronoun Type=relative Person=third Number=plural Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-pqs--------2p | Pronoun Type=relative Person=third Number=plural Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-pqs--------3 | Pronoun Type=relative Person=third Number=plural Case=sociative Owner_Number=singular Owner_Person=third | 1 |  |
Pr3-pqs--------3s | Pronoun Type=relative Person=third Number=plural Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-pqs--------3p | Pronoun Type=relative Person=third Number=plural Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-pqp--------1 | Pronoun Type=relative Person=third Number=plural Case=sociative Owner_Number=plural Owner_Person=first | 1 |  |
Pr3-pqp--------1s | Pronoun Type=relative Person=third Number=plural Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-pqp--------1p | Pronoun Type=relative Person=third Number=plural Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-pqp--------2 | Pronoun Type=relative Person=third Number=plural Case=sociative Owner_Number=plural Owner_Person=second | 1 |  |
Pr3-pqp--------2s | Pronoun Type=relative Person=third Number=plural Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-pqp--------2p | Pronoun Type=relative Person=third Number=plural Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-pqp--------3 | Pronoun Type=relative Person=third Number=plural Case=sociative Owner_Number=plural Owner_Person=third | 1 |  |
Pr3-pqp--------3s | Pronoun Type=relative Person=third Number=plural Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-pqp--------3p | Pronoun Type=relative Person=third Number=plural Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-py | Pronoun Type=relative Person=third Number=plural Case=factive | 1 |  |
Pr3-py----------s | Pronoun Type=relative Person=third Number=plural Case=factive Owned_Number=singular | 1 |  |
Pr3-py----------p | Pronoun Type=relative Person=third Number=plural Case=factive Owned_Number=plural | 1 |  |
Pr3-pys--------1 | Pronoun Type=relative Person=third Number=plural Case=factive Owner_Number=singular Owner_Person=first | 1 |  |
Pr3-pys--------1s | Pronoun Type=relative Person=third Number=plural Case=factive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-pys--------1p | Pronoun Type=relative Person=third Number=plural Case=factive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-pys--------2 | Pronoun Type=relative Person=third Number=plural Case=factive Owner_Number=singular Owner_Person=second | 1 |  |
Pr3-pys--------2s | Pronoun Type=relative Person=third Number=plural Case=factive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-pys--------2p | Pronoun Type=relative Person=third Number=plural Case=factive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-pys--------3 | Pronoun Type=relative Person=third Number=plural Case=factive Owner_Number=singular Owner_Person=third | 1 |  |
Pr3-pys--------3s | Pronoun Type=relative Person=third Number=plural Case=factive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-pys--------3p | Pronoun Type=relative Person=third Number=plural Case=factive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-pyp--------1 | Pronoun Type=relative Person=third Number=plural Case=factive Owner_Number=plural Owner_Person=first | 1 |  |
Pr3-pyp--------1s | Pronoun Type=relative Person=third Number=plural Case=factive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-pyp--------1p | Pronoun Type=relative Person=third Number=plural Case=factive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-pyp--------2 | Pronoun Type=relative Person=third Number=plural Case=factive Owner_Number=plural Owner_Person=second | 1 |  |
Pr3-pyp--------2s | Pronoun Type=relative Person=third Number=plural Case=factive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-pyp--------2p | Pronoun Type=relative Person=third Number=plural Case=factive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-pyp--------3 | Pronoun Type=relative Person=third Number=plural Case=factive Owner_Number=plural Owner_Person=third | 1 |  |
Pr3-pyp--------3s | Pronoun Type=relative Person=third Number=plural Case=factive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-pyp--------3p | Pronoun Type=relative Person=third Number=plural Case=factive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-pp | Pronoun Type=relative Person=third Number=plural Case=superessive | 2 | amelyeken/amely, akiken/aki |
Pr3-pp----------s | Pronoun Type=relative Person=third Number=plural Case=superessive Owned_Number=singular | 1 |  |
Pr3-pp----------p | Pronoun Type=relative Person=third Number=plural Case=superessive Owned_Number=plural | 1 |  |
Pr3-pps--------1 | Pronoun Type=relative Person=third Number=plural Case=superessive Owner_Number=singular Owner_Person=first | 1 |  |
Pr3-pps--------1s | Pronoun Type=relative Person=third Number=plural Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-pps--------1p | Pronoun Type=relative Person=third Number=plural Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-pps--------2 | Pronoun Type=relative Person=third Number=plural Case=superessive Owner_Number=singular Owner_Person=second | 1 |  |
Pr3-pps--------2s | Pronoun Type=relative Person=third Number=plural Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-pps--------2p | Pronoun Type=relative Person=third Number=plural Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-pps--------3 | Pronoun Type=relative Person=third Number=plural Case=superessive Owner_Number=singular Owner_Person=third | 1 |  |
Pr3-pps--------3s | Pronoun Type=relative Person=third Number=plural Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-pps--------3p | Pronoun Type=relative Person=third Number=plural Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-ppp--------1 | Pronoun Type=relative Person=third Number=plural Case=superessive Owner_Number=plural Owner_Person=first | 1 |  |
Pr3-ppp--------1s | Pronoun Type=relative Person=third Number=plural Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-ppp--------1p | Pronoun Type=relative Person=third Number=plural Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-ppp--------2 | Pronoun Type=relative Person=third Number=plural Case=superessive Owner_Number=plural Owner_Person=second | 1 |  |
Pr3-ppp--------2s | Pronoun Type=relative Person=third Number=plural Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-ppp--------2p | Pronoun Type=relative Person=third Number=plural Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-ppp--------3 | Pronoun Type=relative Person=third Number=plural Case=superessive Owner_Number=plural Owner_Person=third | 1 |  |
Pr3-ppp--------3s | Pronoun Type=relative Person=third Number=plural Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-ppp--------3p | Pronoun Type=relative Person=third Number=plural Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-pu | Pronoun Type=relative Person=third Number=plural Case=distributive | 1 |  |
Pr3-pu----------s | Pronoun Type=relative Person=third Number=plural Case=distributive Owned_Number=singular | 1 |  |
Pr3-pu----------p | Pronoun Type=relative Person=third Number=plural Case=distributive Owned_Number=plural | 1 |  |
Pr3-pus--------1 | Pronoun Type=relative Person=third Number=plural Case=distributive Owner_Number=singular Owner_Person=first | 1 |  |
Pr3-pus--------1s | Pronoun Type=relative Person=third Number=plural Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-pus--------1p | Pronoun Type=relative Person=third Number=plural Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-pus--------2 | Pronoun Type=relative Person=third Number=plural Case=distributive Owner_Number=singular Owner_Person=second | 1 |  |
Pr3-pus--------2s | Pronoun Type=relative Person=third Number=plural Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-pus--------2p | Pronoun Type=relative Person=third Number=plural Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-pus--------3 | Pronoun Type=relative Person=third Number=plural Case=distributive Owner_Number=singular Owner_Person=third | 1 |  |
Pr3-pus--------3s | Pronoun Type=relative Person=third Number=plural Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-pus--------3p | Pronoun Type=relative Person=third Number=plural Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-pup--------1 | Pronoun Type=relative Person=third Number=plural Case=distributive Owner_Number=plural Owner_Person=first | 1 |  |
Pr3-pup--------1s | Pronoun Type=relative Person=third Number=plural Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-pup--------1p | Pronoun Type=relative Person=third Number=plural Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-pup--------2 | Pronoun Type=relative Person=third Number=plural Case=distributive Owner_Number=plural Owner_Person=second | 1 |  |
Pr3-pup--------2s | Pronoun Type=relative Person=third Number=plural Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-pup--------2p | Pronoun Type=relative Person=third Number=plural Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-pup--------3 | Pronoun Type=relative Person=third Number=plural Case=distributive Owner_Number=plural Owner_Person=third | 1 |  |
Pr3-pup--------3s | Pronoun Type=relative Person=third Number=plural Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-pup--------3p | Pronoun Type=relative Person=third Number=plural Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-pf | Pronoun Type=relative Person=third Number=plural Case=essive-formal | 1 |  |
Pr3-pf----------s | Pronoun Type=relative Person=third Number=plural Case=essive-formal Owned_Number=singular | 1 |  |
Pr3-pf----------p | Pronoun Type=relative Person=third Number=plural Case=essive-formal Owned_Number=plural | 1 |  |
Pr3-pfs--------1 | Pronoun Type=relative Person=third Number=plural Case=essive-formal Owner_Number=singular Owner_Person=first | 1 |  |
Pr3-pfs--------1s | Pronoun Type=relative Person=third Number=plural Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-pfs--------1p | Pronoun Type=relative Person=third Number=plural Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-pfs--------2 | Pronoun Type=relative Person=third Number=plural Case=essive-formal Owner_Number=singular Owner_Person=second | 1 |  |
Pr3-pfs--------2s | Pronoun Type=relative Person=third Number=plural Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-pfs--------2p | Pronoun Type=relative Person=third Number=plural Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-pfs--------3 | Pronoun Type=relative Person=third Number=plural Case=essive-formal Owner_Number=singular Owner_Person=third | 1 |  |
Pr3-pfs--------3s | Pronoun Type=relative Person=third Number=plural Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-pfs--------3p | Pronoun Type=relative Person=third Number=plural Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-pfp--------1 | Pronoun Type=relative Person=third Number=plural Case=essive-formal Owner_Number=plural Owner_Person=first | 1 |  |
Pr3-pfp--------1s | Pronoun Type=relative Person=third Number=plural Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-pfp--------1p | Pronoun Type=relative Person=third Number=plural Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-pfp--------2 | Pronoun Type=relative Person=third Number=plural Case=essive-formal Owner_Number=plural Owner_Person=second | 1 |  |
Pr3-pfp--------2s | Pronoun Type=relative Person=third Number=plural Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-pfp--------2p | Pronoun Type=relative Person=third Number=plural Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-pfp--------3 | Pronoun Type=relative Person=third Number=plural Case=essive-formal Owner_Number=plural Owner_Person=third | 1 |  |
Pr3-pfp--------3s | Pronoun Type=relative Person=third Number=plural Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-pfp--------3p | Pronoun Type=relative Person=third Number=plural Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Px1-sn | Pronoun Type=reflexive Person=first Number=singular Case=nominative | 1 | magam/maga |
Px1-sn----------s | Pronoun Type=reflexive Person=first Number=singular Case=nominative Owned_Number=singular | 1 |  |
Px1-sn----------p | Pronoun Type=reflexive Person=first Number=singular Case=nominative Owned_Number=plural | 1 |  |
Px1-sg | Pronoun Type=reflexive Person=first Number=singular Case=genitive | 1 |  |
Px1-sg----------s | Pronoun Type=reflexive Person=first Number=singular Case=genitive Owned_Number=singular | 1 |  |
Px1-sg----------p | Pronoun Type=reflexive Person=first Number=singular Case=genitive Owned_Number=plural | 1 |  |
Px1-sd | Pronoun Type=reflexive Person=first Number=singular Case=dative | 1 | magamnak/maga |
Px1-sd----------s | Pronoun Type=reflexive Person=first Number=singular Case=dative Owned_Number=singular | 1 |  |
Px1-sd----------p | Pronoun Type=reflexive Person=first Number=singular Case=dative Owned_Number=plural | 1 |  |
Px1-sa | Pronoun Type=reflexive Person=first Number=singular Case=accusative | 1 | magamat/maga |
Px1-sa----------s | Pronoun Type=reflexive Person=first Number=singular Case=accusative Owned_Number=singular | 1 | magamét/maga |
Px1-sa----------p | Pronoun Type=reflexive Person=first Number=singular Case=accusative Owned_Number=plural | 1 |  |
Px1-si | Pronoun Type=reflexive Person=first Number=singular Case=instrumental | 1 |  |
Px1-si----------s | Pronoun Type=reflexive Person=first Number=singular Case=instrumental Owned_Number=singular | 1 |  |
Px1-si----------p | Pronoun Type=reflexive Person=first Number=singular Case=instrumental Owned_Number=plural | 1 |  |
Px1-sx | Pronoun Type=reflexive Person=first Number=singular Case=illative | 1 |  |
Px1-sx----------s | Pronoun Type=reflexive Person=first Number=singular Case=illative Owned_Number=singular | 1 |  |
Px1-sx----------p | Pronoun Type=reflexive Person=first Number=singular Case=illative Owned_Number=plural | 1 |  |
Px1-s2 | Pronoun Type=reflexive Person=first Number=singular Case=inessive | 1 |  |
Px1-s2----------s | Pronoun Type=reflexive Person=first Number=singular Case=inessive Owned_Number=singular | 1 |  |
Px1-s2----------p | Pronoun Type=reflexive Person=first Number=singular Case=inessive Owned_Number=plural | 1 |  |
Px1-se | Pronoun Type=reflexive Person=first Number=singular Case=elative | 1 |  |
Px1-se----------s | Pronoun Type=reflexive Person=first Number=singular Case=elative Owned_Number=singular | 1 |  |
Px1-se----------p | Pronoun Type=reflexive Person=first Number=singular Case=elative Owned_Number=plural | 1 |  |
Px1-st | Pronoun Type=reflexive Person=first Number=singular Case=allative | 1 |  |
Px1-st----------s | Pronoun Type=reflexive Person=first Number=singular Case=allative Owned_Number=singular | 1 |  |
Px1-st----------p | Pronoun Type=reflexive Person=first Number=singular Case=allative Owned_Number=plural | 1 |  |
Px1-s3 | Pronoun Type=reflexive Person=first Number=singular Case=adessive | 1 |  |
Px1-s3----------s | Pronoun Type=reflexive Person=first Number=singular Case=adessive Owned_Number=singular | 1 |  |
Px1-s3----------p | Pronoun Type=reflexive Person=first Number=singular Case=adessive Owned_Number=plural | 1 |  |
Px1-sb | Pronoun Type=reflexive Person=first Number=singular Case=ablative | 1 |  |
Px1-sb----------s | Pronoun Type=reflexive Person=first Number=singular Case=ablative Owned_Number=singular | 1 |  |
Px1-sb----------p | Pronoun Type=reflexive Person=first Number=singular Case=ablative Owned_Number=plural | 1 |  |
Px1-s9 | Pronoun Type=reflexive Person=first Number=singular Case=terminative | 1 |  |
Px1-s9----------s | Pronoun Type=reflexive Person=first Number=singular Case=terminative Owned_Number=singular | 1 |  |
Px1-s9----------p | Pronoun Type=reflexive Person=first Number=singular Case=terminative Owned_Number=plural | 1 |  |
Px1-sw | Pronoun Type=reflexive Person=first Number=singular Case=essive | 1 |  |
Px1-sw----------s | Pronoun Type=reflexive Person=first Number=singular Case=essive Owned_Number=singular | 1 |  |
Px1-sw----------p | Pronoun Type=reflexive Person=first Number=singular Case=essive Owned_Number=plural | 1 |  |
Px1-sm | Pronoun Type=reflexive Person=first Number=singular Case=temporalis | 1 |  |
Px1-sm----------s | Pronoun Type=reflexive Person=first Number=singular Case=temporalis Owned_Number=singular | 1 |  |
Px1-sm----------p | Pronoun Type=reflexive Person=first Number=singular Case=temporalis Owned_Number=plural | 1 |  |
Px1-sc | Pronoun Type=reflexive Person=first Number=singular Case=causalis | 1 |  |
Px1-sc----------s | Pronoun Type=reflexive Person=first Number=singular Case=causalis Owned_Number=singular | 1 |  |
Px1-sc----------p | Pronoun Type=reflexive Person=first Number=singular Case=causalis Owned_Number=plural | 1 |  |
Px1-ss | Pronoun Type=reflexive Person=first Number=singular Case=sublative | 1 |  |
Px1-ss----------s | Pronoun Type=reflexive Person=first Number=singular Case=sublative Owned_Number=singular | 1 |  |
Px1-ss----------p | Pronoun Type=reflexive Person=first Number=singular Case=sublative Owned_Number=plural | 1 |  |
Px1-sh | Pronoun Type=reflexive Person=first Number=singular Case=delative | 1 |  |
Px1-sh----------s | Pronoun Type=reflexive Person=first Number=singular Case=delative Owned_Number=singular | 1 |  |
Px1-sh----------p | Pronoun Type=reflexive Person=first Number=singular Case=delative Owned_Number=plural | 1 |  |
Px1-sq | Pronoun Type=reflexive Person=first Number=singular Case=sociative | 1 |  |
Px1-sq----------s | Pronoun Type=reflexive Person=first Number=singular Case=sociative Owned_Number=singular | 1 |  |
Px1-sq----------p | Pronoun Type=reflexive Person=first Number=singular Case=sociative Owned_Number=plural | 1 |  |
Px1-sy | Pronoun Type=reflexive Person=first Number=singular Case=factive | 1 |  |
Px1-sy----------s | Pronoun Type=reflexive Person=first Number=singular Case=factive Owned_Number=singular | 1 |  |
Px1-sy----------p | Pronoun Type=reflexive Person=first Number=singular Case=factive Owned_Number=plural | 1 |  |
Px1-sp | Pronoun Type=reflexive Person=first Number=singular Case=superessive | 1 |  |
Px1-sp----------s | Pronoun Type=reflexive Person=first Number=singular Case=superessive Owned_Number=singular | 1 |  |
Px1-sp----------p | Pronoun Type=reflexive Person=first Number=singular Case=superessive Owned_Number=plural | 1 |  |
Px1-su | Pronoun Type=reflexive Person=first Number=singular Case=distributive | 1 |  |
Px1-su----------s | Pronoun Type=reflexive Person=first Number=singular Case=distributive Owned_Number=singular | 1 |  |
Px1-su----------p | Pronoun Type=reflexive Person=first Number=singular Case=distributive Owned_Number=plural | 1 |  |
Px1-sf | Pronoun Type=reflexive Person=first Number=singular Case=essive-formal | 1 |  |
Px1-sf----------s | Pronoun Type=reflexive Person=first Number=singular Case=essive-formal Owned_Number=singular | 1 |  |
Px1-sf----------p | Pronoun Type=reflexive Person=first Number=singular Case=essive-formal Owned_Number=plural | 1 |  |
Px1-pn | Pronoun Type=reflexive Person=first Number=plural Case=nominative | 2 | önmagunk, magunk/maga |
Px1-pn----------s | Pronoun Type=reflexive Person=first Number=plural Case=nominative Owned_Number=singular | 1 | önmagunk/önmaga |
Px1-pn----------p | Pronoun Type=reflexive Person=first Number=plural Case=nominative Owned_Number=plural | 1 |  |
Px1-pg | Pronoun Type=reflexive Person=first Number=plural Case=genitive | 1 |  |
Px1-pg----------s | Pronoun Type=reflexive Person=first Number=plural Case=genitive Owned_Number=singular | 1 |  |
Px1-pg----------p | Pronoun Type=reflexive Person=first Number=plural Case=genitive Owned_Number=plural | 1 |  |
Px1-pd | Pronoun Type=reflexive Person=first Number=plural Case=dative | 1 | magunknak/maga |
Px1-pd----------s | Pronoun Type=reflexive Person=first Number=plural Case=dative Owned_Number=singular | 1 |  |
Px1-pd----------p | Pronoun Type=reflexive Person=first Number=plural Case=dative Owned_Number=plural | 1 |  |
Px1-pa | Pronoun Type=reflexive Person=first Number=plural Case=accusative | 1 | magunkat/maga |
Px1-pa----------s | Pronoun Type=reflexive Person=first Number=plural Case=accusative Owned_Number=singular | 1 |  |
Px1-pa----------p | Pronoun Type=reflexive Person=first Number=plural Case=accusative Owned_Number=plural | 1 |  |
Px1-pi | Pronoun Type=reflexive Person=first Number=plural Case=instrumental | 2 | önmagunkkal/önmagunk, magunkkal/maga |
Px1-pi----------s | Pronoun Type=reflexive Person=first Number=plural Case=instrumental Owned_Number=singular | 1 | önmagunkkal/önmaga |
Px1-pi----------p | Pronoun Type=reflexive Person=first Number=plural Case=instrumental Owned_Number=plural | 1 |  |
Px1-px | Pronoun Type=reflexive Person=first Number=plural Case=illative | 1 |  |
Px1-px----------s | Pronoun Type=reflexive Person=first Number=plural Case=illative Owned_Number=singular | 1 |  |
Px1-px----------p | Pronoun Type=reflexive Person=first Number=plural Case=illative Owned_Number=plural | 1 |  |
Px1-p2 | Pronoun Type=reflexive Person=first Number=plural Case=inessive | 1 |  |
Px1-p2----------s | Pronoun Type=reflexive Person=first Number=plural Case=inessive Owned_Number=singular | 1 |  |
Px1-p2----------p | Pronoun Type=reflexive Person=first Number=plural Case=inessive Owned_Number=plural | 1 |  |
Px1-pe | Pronoun Type=reflexive Person=first Number=plural Case=elative | 1 |  |
Px1-pe----------s | Pronoun Type=reflexive Person=first Number=plural Case=elative Owned_Number=singular | 1 |  |
Px1-pe----------p | Pronoun Type=reflexive Person=first Number=plural Case=elative Owned_Number=plural | 1 |  |
Px1-pt | Pronoun Type=reflexive Person=first Number=plural Case=allative | 1 | magunkhoz/maga |
Px1-pt----------s | Pronoun Type=reflexive Person=first Number=plural Case=allative Owned_Number=singular | 1 |  |
Px1-pt----------p | Pronoun Type=reflexive Person=first Number=plural Case=allative Owned_Number=plural | 1 |  |
Px1-p3 | Pronoun Type=reflexive Person=first Number=plural Case=adessive | 1 |  |
Px1-p3----------s | Pronoun Type=reflexive Person=first Number=plural Case=adessive Owned_Number=singular | 1 |  |
Px1-p3----------p | Pronoun Type=reflexive Person=first Number=plural Case=adessive Owned_Number=plural | 1 |  |
Px1-pb | Pronoun Type=reflexive Person=first Number=plural Case=ablative | 1 |  |
Px1-pb----------s | Pronoun Type=reflexive Person=first Number=plural Case=ablative Owned_Number=singular | 1 |  |
Px1-pb----------p | Pronoun Type=reflexive Person=first Number=plural Case=ablative Owned_Number=plural | 1 |  |
Px1-p9 | Pronoun Type=reflexive Person=first Number=plural Case=terminative | 1 |  |
Px1-p9----------s | Pronoun Type=reflexive Person=first Number=plural Case=terminative Owned_Number=singular | 1 |  |
Px1-p9----------p | Pronoun Type=reflexive Person=first Number=plural Case=terminative Owned_Number=plural | 1 |  |
Px1-pw | Pronoun Type=reflexive Person=first Number=plural Case=essive | 1 |  |
Px1-pw----------s | Pronoun Type=reflexive Person=first Number=plural Case=essive Owned_Number=singular | 1 |  |
Px1-pw----------p | Pronoun Type=reflexive Person=first Number=plural Case=essive Owned_Number=plural | 1 |  |
Px1-pm | Pronoun Type=reflexive Person=first Number=plural Case=temporalis | 1 |  |
Px1-pm----------s | Pronoun Type=reflexive Person=first Number=plural Case=temporalis Owned_Number=singular | 1 |  |
Px1-pm----------p | Pronoun Type=reflexive Person=first Number=plural Case=temporalis Owned_Number=plural | 1 |  |
Px1-pc | Pronoun Type=reflexive Person=first Number=plural Case=causalis | 1 |  |
Px1-pc----------s | Pronoun Type=reflexive Person=first Number=plural Case=causalis Owned_Number=singular | 1 |  |
Px1-pc----------p | Pronoun Type=reflexive Person=first Number=plural Case=causalis Owned_Number=plural | 1 |  |
Px1-ps | Pronoun Type=reflexive Person=first Number=plural Case=sublative | 1 | magunkra/maga |
Px1-ps----------s | Pronoun Type=reflexive Person=first Number=plural Case=sublative Owned_Number=singular | 1 |  |
Px1-ps----------p | Pronoun Type=reflexive Person=first Number=plural Case=sublative Owned_Number=plural | 1 |  |
Px1-ph | Pronoun Type=reflexive Person=first Number=plural Case=delative | 1 | magunkról/maga |
Px1-ph----------s | Pronoun Type=reflexive Person=first Number=plural Case=delative Owned_Number=singular | 1 |  |
Px1-ph----------p | Pronoun Type=reflexive Person=first Number=plural Case=delative Owned_Number=plural | 1 |  |
Px1-pq | Pronoun Type=reflexive Person=first Number=plural Case=sociative | 1 |  |
Px1-pq----------s | Pronoun Type=reflexive Person=first Number=plural Case=sociative Owned_Number=singular | 1 |  |
Px1-pq----------p | Pronoun Type=reflexive Person=first Number=plural Case=sociative Owned_Number=plural | 1 |  |
Px1-py | Pronoun Type=reflexive Person=first Number=plural Case=factive | 1 |  |
Px1-py----------s | Pronoun Type=reflexive Person=first Number=plural Case=factive Owned_Number=singular | 1 |  |
Px1-py----------p | Pronoun Type=reflexive Person=first Number=plural Case=factive Owned_Number=plural | 1 |  |
Px1-pp | Pronoun Type=reflexive Person=first Number=plural Case=superessive | 1 |  |
Px1-pp----------s | Pronoun Type=reflexive Person=first Number=plural Case=superessive Owned_Number=singular | 1 |  |
Px1-pp----------p | Pronoun Type=reflexive Person=first Number=plural Case=superessive Owned_Number=plural | 1 |  |
Px1-pu | Pronoun Type=reflexive Person=first Number=plural Case=distributive | 1 |  |
Px1-pu----------s | Pronoun Type=reflexive Person=first Number=plural Case=distributive Owned_Number=singular | 1 |  |
Px1-pu----------p | Pronoun Type=reflexive Person=first Number=plural Case=distributive Owned_Number=plural | 1 |  |
Px1-pf | Pronoun Type=reflexive Person=first Number=plural Case=essive-formal | 1 |  |
Px1-pf----------s | Pronoun Type=reflexive Person=first Number=plural Case=essive-formal Owned_Number=singular | 1 |  |
Px1-pf----------p | Pronoun Type=reflexive Person=first Number=plural Case=essive-formal Owned_Number=plural | 1 |  |
Px2-sn | Pronoun Type=reflexive Person=second Number=singular Case=nominative | 2 | önmagad, magad/maga |
Px2-sn----------s | Pronoun Type=reflexive Person=second Number=singular Case=nominative Owned_Number=singular | 1 |  |
Px2-sn----------p | Pronoun Type=reflexive Person=second Number=singular Case=nominative Owned_Number=plural | 1 |  |
Px2-sg | Pronoun Type=reflexive Person=second Number=singular Case=genitive | 1 |  |
Px2-sg----------s | Pronoun Type=reflexive Person=second Number=singular Case=genitive Owned_Number=singular | 1 |  |
Px2-sg----------p | Pronoun Type=reflexive Person=second Number=singular Case=genitive Owned_Number=plural | 1 |  |
Px2-sd | Pronoun Type=reflexive Person=second Number=singular Case=dative | 1 | magadnak/maga |
Px2-sd----------s | Pronoun Type=reflexive Person=second Number=singular Case=dative Owned_Number=singular | 1 |  |
Px2-sd----------p | Pronoun Type=reflexive Person=second Number=singular Case=dative Owned_Number=plural | 1 |  |
Px2-sa | Pronoun Type=reflexive Person=second Number=singular Case=accusative | 1 | magadat/maga |
Px2-sa----------s | Pronoun Type=reflexive Person=second Number=singular Case=accusative Owned_Number=singular | 1 |  |
Px2-sa----------p | Pronoun Type=reflexive Person=second Number=singular Case=accusative Owned_Number=plural | 1 |  |
Px2-si | Pronoun Type=reflexive Person=second Number=singular Case=instrumental | 1 | magaddal/maga |
Px2-si----------s | Pronoun Type=reflexive Person=second Number=singular Case=instrumental Owned_Number=singular | 1 |  |
Px2-si----------p | Pronoun Type=reflexive Person=second Number=singular Case=instrumental Owned_Number=plural | 1 |  |
Px2-sx | Pronoun Type=reflexive Person=second Number=singular Case=illative | 1 |  |
Px2-sx----------s | Pronoun Type=reflexive Person=second Number=singular Case=illative Owned_Number=singular | 1 |  |
Px2-sx----------p | Pronoun Type=reflexive Person=second Number=singular Case=illative Owned_Number=plural | 1 |  |
Px2-s2 | Pronoun Type=reflexive Person=second Number=singular Case=inessive | 1 | magadban/maga |
Px2-s2----------s | Pronoun Type=reflexive Person=second Number=singular Case=inessive Owned_Number=singular | 1 |  |
Px2-s2----------p | Pronoun Type=reflexive Person=second Number=singular Case=inessive Owned_Number=plural | 1 |  |
Px2-se | Pronoun Type=reflexive Person=second Number=singular Case=elative | 1 | magadból/maga |
Px2-se----------s | Pronoun Type=reflexive Person=second Number=singular Case=elative Owned_Number=singular | 1 |  |
Px2-se----------p | Pronoun Type=reflexive Person=second Number=singular Case=elative Owned_Number=plural | 1 |  |
Px2-st | Pronoun Type=reflexive Person=second Number=singular Case=allative | 1 |  |
Px2-st----------s | Pronoun Type=reflexive Person=second Number=singular Case=allative Owned_Number=singular | 1 |  |
Px2-st----------p | Pronoun Type=reflexive Person=second Number=singular Case=allative Owned_Number=plural | 1 |  |
Px2-s3 | Pronoun Type=reflexive Person=second Number=singular Case=adessive | 1 |  |
Px2-s3----------s | Pronoun Type=reflexive Person=second Number=singular Case=adessive Owned_Number=singular | 1 |  |
Px2-s3----------p | Pronoun Type=reflexive Person=second Number=singular Case=adessive Owned_Number=plural | 1 |  |
Px2-sb | Pronoun Type=reflexive Person=second Number=singular Case=ablative | 1 |  |
Px2-sb----------s | Pronoun Type=reflexive Person=second Number=singular Case=ablative Owned_Number=singular | 1 |  |
Px2-sb----------p | Pronoun Type=reflexive Person=second Number=singular Case=ablative Owned_Number=plural | 1 |  |
Px2-s9 | Pronoun Type=reflexive Person=second Number=singular Case=terminative | 1 |  |
Px2-s9----------s | Pronoun Type=reflexive Person=second Number=singular Case=terminative Owned_Number=singular | 1 |  |
Px2-s9----------p | Pronoun Type=reflexive Person=second Number=singular Case=terminative Owned_Number=plural | 1 |  |
Px2-sw | Pronoun Type=reflexive Person=second Number=singular Case=essive | 1 |  |
Px2-sw----------s | Pronoun Type=reflexive Person=second Number=singular Case=essive Owned_Number=singular | 1 |  |
Px2-sw----------p | Pronoun Type=reflexive Person=second Number=singular Case=essive Owned_Number=plural | 1 |  |
Px2-sm | Pronoun Type=reflexive Person=second Number=singular Case=temporalis | 1 |  |
Px2-sm----------s | Pronoun Type=reflexive Person=second Number=singular Case=temporalis Owned_Number=singular | 1 |  |
Px2-sm----------p | Pronoun Type=reflexive Person=second Number=singular Case=temporalis Owned_Number=plural | 1 |  |
Px2-sc | Pronoun Type=reflexive Person=second Number=singular Case=causalis | 1 |  |
Px2-sc----------s | Pronoun Type=reflexive Person=second Number=singular Case=causalis Owned_Number=singular | 1 |  |
Px2-sc----------p | Pronoun Type=reflexive Person=second Number=singular Case=causalis Owned_Number=plural | 1 |  |
Px2-ss | Pronoun Type=reflexive Person=second Number=singular Case=sublative | 1 |  |
Px2-ss----------s | Pronoun Type=reflexive Person=second Number=singular Case=sublative Owned_Number=singular | 1 |  |
Px2-ss----------p | Pronoun Type=reflexive Person=second Number=singular Case=sublative Owned_Number=plural | 1 |  |
Px2-sh | Pronoun Type=reflexive Person=second Number=singular Case=delative | 1 |  |
Px2-sh----------s | Pronoun Type=reflexive Person=second Number=singular Case=delative Owned_Number=singular | 1 |  |
Px2-sh----------p | Pronoun Type=reflexive Person=second Number=singular Case=delative Owned_Number=plural | 1 |  |
Px2-sq | Pronoun Type=reflexive Person=second Number=singular Case=sociative | 1 |  |
Px2-sq----------s | Pronoun Type=reflexive Person=second Number=singular Case=sociative Owned_Number=singular | 1 |  |
Px2-sq----------p | Pronoun Type=reflexive Person=second Number=singular Case=sociative Owned_Number=plural | 1 |  |
Px2-sy | Pronoun Type=reflexive Person=second Number=singular Case=factive | 1 |  |
Px2-sy----------s | Pronoun Type=reflexive Person=second Number=singular Case=factive Owned_Number=singular | 1 |  |
Px2-sy----------p | Pronoun Type=reflexive Person=second Number=singular Case=factive Owned_Number=plural | 1 |  |
Px2-sp | Pronoun Type=reflexive Person=second Number=singular Case=superessive | 1 |  |
Px2-sp----------s | Pronoun Type=reflexive Person=second Number=singular Case=superessive Owned_Number=singular | 1 |  |
Px2-sp----------p | Pronoun Type=reflexive Person=second Number=singular Case=superessive Owned_Number=plural | 1 |  |
Px2-su | Pronoun Type=reflexive Person=second Number=singular Case=distributive | 1 |  |
Px2-su----------s | Pronoun Type=reflexive Person=second Number=singular Case=distributive Owned_Number=singular | 1 |  |
Px2-su----------p | Pronoun Type=reflexive Person=second Number=singular Case=distributive Owned_Number=plural | 1 |  |
Px2-sf | Pronoun Type=reflexive Person=second Number=singular Case=essive-formal | 1 |  |
Px2-sf----------s | Pronoun Type=reflexive Person=second Number=singular Case=essive-formal Owned_Number=singular | 1 |  |
Px2-sf----------p | Pronoun Type=reflexive Person=second Number=singular Case=essive-formal Owned_Number=plural | 1 |  |
Px2-pn | Pronoun Type=reflexive Person=second Number=plural Case=nominative | 1 |  |
Px2-pn----------s | Pronoun Type=reflexive Person=second Number=plural Case=nominative Owned_Number=singular | 1 |  |
Px2-pn----------p | Pronoun Type=reflexive Person=second Number=plural Case=nominative Owned_Number=plural | 1 |  |
Px2-pg | Pronoun Type=reflexive Person=second Number=plural Case=genitive | 1 |  |
Px2-pg----------s | Pronoun Type=reflexive Person=second Number=plural Case=genitive Owned_Number=singular | 1 |  |
Px2-pg----------p | Pronoun Type=reflexive Person=second Number=plural Case=genitive Owned_Number=plural | 1 |  |
Px2-pd | Pronoun Type=reflexive Person=second Number=plural Case=dative | 1 |  |
Px2-pd----------s | Pronoun Type=reflexive Person=second Number=plural Case=dative Owned_Number=singular | 1 |  |
Px2-pd----------p | Pronoun Type=reflexive Person=second Number=plural Case=dative Owned_Number=plural | 1 |  |
Px2-pa | Pronoun Type=reflexive Person=second Number=plural Case=accusative | 1 | magatokat/maga |
Px2-pa----------s | Pronoun Type=reflexive Person=second Number=plural Case=accusative Owned_Number=singular | 1 |  |
Px2-pa----------p | Pronoun Type=reflexive Person=second Number=plural Case=accusative Owned_Number=plural | 1 |  |
Px2-pi | Pronoun Type=reflexive Person=second Number=plural Case=instrumental | 1 |  |
Px2-pi----------s | Pronoun Type=reflexive Person=second Number=plural Case=instrumental Owned_Number=singular | 1 |  |
Px2-pi----------p | Pronoun Type=reflexive Person=second Number=plural Case=instrumental Owned_Number=plural | 1 |  |
Px2-px | Pronoun Type=reflexive Person=second Number=plural Case=illative | 1 |  |
Px2-px----------s | Pronoun Type=reflexive Person=second Number=plural Case=illative Owned_Number=singular | 1 |  |
Px2-px----------p | Pronoun Type=reflexive Person=second Number=plural Case=illative Owned_Number=plural | 1 |  |
Px2-p2 | Pronoun Type=reflexive Person=second Number=plural Case=inessive | 1 |  |
Px2-p2----------s | Pronoun Type=reflexive Person=second Number=plural Case=inessive Owned_Number=singular | 1 |  |
Px2-p2----------p | Pronoun Type=reflexive Person=second Number=plural Case=inessive Owned_Number=plural | 1 |  |
Px2-pe | Pronoun Type=reflexive Person=second Number=plural Case=elative | 1 |  |
Px2-pe----------s | Pronoun Type=reflexive Person=second Number=plural Case=elative Owned_Number=singular | 1 |  |
Px2-pe----------p | Pronoun Type=reflexive Person=second Number=plural Case=elative Owned_Number=plural | 1 |  |
Px2-pt | Pronoun Type=reflexive Person=second Number=plural Case=allative | 1 |  |
Px2-pt----------s | Pronoun Type=reflexive Person=second Number=plural Case=allative Owned_Number=singular | 1 |  |
Px2-pt----------p | Pronoun Type=reflexive Person=second Number=plural Case=allative Owned_Number=plural | 1 |  |
Px2-p3 | Pronoun Type=reflexive Person=second Number=plural Case=adessive | 1 |  |
Px2-p3----------s | Pronoun Type=reflexive Person=second Number=plural Case=adessive Owned_Number=singular | 1 |  |
Px2-p3----------p | Pronoun Type=reflexive Person=second Number=plural Case=adessive Owned_Number=plural | 1 |  |
Px2-pb | Pronoun Type=reflexive Person=second Number=plural Case=ablative | 1 |  |
Px2-pb----------s | Pronoun Type=reflexive Person=second Number=plural Case=ablative Owned_Number=singular | 1 |  |
Px2-pb----------p | Pronoun Type=reflexive Person=second Number=plural Case=ablative Owned_Number=plural | 1 |  |
Px2-p9 | Pronoun Type=reflexive Person=second Number=plural Case=terminative | 1 |  |
Px2-p9----------s | Pronoun Type=reflexive Person=second Number=plural Case=terminative Owned_Number=singular | 1 |  |
Px2-p9----------p | Pronoun Type=reflexive Person=second Number=plural Case=terminative Owned_Number=plural | 1 |  |
Px2-pw | Pronoun Type=reflexive Person=second Number=plural Case=essive | 1 |  |
Px2-pw----------s | Pronoun Type=reflexive Person=second Number=plural Case=essive Owned_Number=singular | 1 |  |
Px2-pw----------p | Pronoun Type=reflexive Person=second Number=plural Case=essive Owned_Number=plural | 1 |  |
Px2-pm | Pronoun Type=reflexive Person=second Number=plural Case=temporalis | 1 |  |
Px2-pm----------s | Pronoun Type=reflexive Person=second Number=plural Case=temporalis Owned_Number=singular | 1 |  |
Px2-pm----------p | Pronoun Type=reflexive Person=second Number=plural Case=temporalis Owned_Number=plural | 1 |  |
Px2-pc | Pronoun Type=reflexive Person=second Number=plural Case=causalis | 1 |  |
Px2-pc----------s | Pronoun Type=reflexive Person=second Number=plural Case=causalis Owned_Number=singular | 1 |  |
Px2-pc----------p | Pronoun Type=reflexive Person=second Number=plural Case=causalis Owned_Number=plural | 1 |  |
Px2-ps | Pronoun Type=reflexive Person=second Number=plural Case=sublative | 1 |  |
Px2-ps----------s | Pronoun Type=reflexive Person=second Number=plural Case=sublative Owned_Number=singular | 1 |  |
Px2-ps----------p | Pronoun Type=reflexive Person=second Number=plural Case=sublative Owned_Number=plural | 1 |  |
Px2-ph | Pronoun Type=reflexive Person=second Number=plural Case=delative | 1 |  |
Px2-ph----------s | Pronoun Type=reflexive Person=second Number=plural Case=delative Owned_Number=singular | 1 |  |
Px2-ph----------p | Pronoun Type=reflexive Person=second Number=plural Case=delative Owned_Number=plural | 1 |  |
Px2-pq | Pronoun Type=reflexive Person=second Number=plural Case=sociative | 1 |  |
Px2-pq----------s | Pronoun Type=reflexive Person=second Number=plural Case=sociative Owned_Number=singular | 1 |  |
Px2-pq----------p | Pronoun Type=reflexive Person=second Number=plural Case=sociative Owned_Number=plural | 1 |  |
Px2-py | Pronoun Type=reflexive Person=second Number=plural Case=factive | 1 |  |
Px2-py----------s | Pronoun Type=reflexive Person=second Number=plural Case=factive Owned_Number=singular | 1 |  |
Px2-py----------p | Pronoun Type=reflexive Person=second Number=plural Case=factive Owned_Number=plural | 1 |  |
Px2-pp | Pronoun Type=reflexive Person=second Number=plural Case=superessive | 1 |  |
Px2-pp----------s | Pronoun Type=reflexive Person=second Number=plural Case=superessive Owned_Number=singular | 1 |  |
Px2-pp----------p | Pronoun Type=reflexive Person=second Number=plural Case=superessive Owned_Number=plural | 1 |  |
Px2-pu | Pronoun Type=reflexive Person=second Number=plural Case=distributive | 1 |  |
Px2-pu----------s | Pronoun Type=reflexive Person=second Number=plural Case=distributive Owned_Number=singular | 1 |  |
Px2-pu----------p | Pronoun Type=reflexive Person=second Number=plural Case=distributive Owned_Number=plural | 1 |  |
Px2-pf | Pronoun Type=reflexive Person=second Number=plural Case=essive-formal | 1 |  |
Px2-pf----------s | Pronoun Type=reflexive Person=second Number=plural Case=essive-formal Owned_Number=singular | 1 |  |
Px2-pf----------p | Pronoun Type=reflexive Person=second Number=plural Case=essive-formal Owned_Number=plural | 1 |  |
Px3-sn | Pronoun Type=reflexive Person=third Number=singular Case=nominative | 3 | önmaga, maga, egymaga |
Px3-sn----------s | Pronoun Type=reflexive Person=third Number=singular Case=nominative Owned_Number=singular | 1 | magáé/maga |
Px3-sn----------p | Pronoun Type=reflexive Person=third Number=singular Case=nominative Owned_Number=plural | 1 |  |
Px3-sg | Pronoun Type=reflexive Person=third Number=singular Case=genitive | 1 |  |
Px3-sg----------s | Pronoun Type=reflexive Person=third Number=singular Case=genitive Owned_Number=singular | 1 |  |
Px3-sg----------p | Pronoun Type=reflexive Person=third Number=singular Case=genitive Owned_Number=plural | 1 |  |
Px3-sd | Pronoun Type=reflexive Person=third Number=singular Case=dative | 2 | önmagának/önmaga, magának/maga |
Px3-sd----------s | Pronoun Type=reflexive Person=third Number=singular Case=dative Owned_Number=singular | 1 | magáénak/maga |
Px3-sd----------p | Pronoun Type=reflexive Person=third Number=singular Case=dative Owned_Number=plural | 1 |  |
Px3-sa | Pronoun Type=reflexive Person=third Number=singular Case=accusative | 2 | önmagát/önmaga, magát/maga |
Px3-sa----------s | Pronoun Type=reflexive Person=third Number=singular Case=accusative Owned_Number=singular | 1 | magáét/maga |
Px3-sa----------p | Pronoun Type=reflexive Person=third Number=singular Case=accusative Owned_Number=plural | 1 |  |
Px3-si | Pronoun Type=reflexive Person=third Number=singular Case=instrumental | 2 | önmagával/önmaga, magával/maga |
Px3-si----------s | Pronoun Type=reflexive Person=third Number=singular Case=instrumental Owned_Number=singular | 1 |  |
Px3-si----------p | Pronoun Type=reflexive Person=third Number=singular Case=instrumental Owned_Number=plural | 1 |  |
Px3-sx | Pronoun Type=reflexive Person=third Number=singular Case=illative | 3 | önmagukba/önmaguk, önmagába/önmaga, magába/maga |
Px3-sx----------s | Pronoun Type=reflexive Person=third Number=singular Case=illative Owned_Number=singular | 1 |  |
Px3-sx----------p | Pronoun Type=reflexive Person=third Number=singular Case=illative Owned_Number=plural | 1 |  |
Px3-s2 | Pronoun Type=reflexive Person=third Number=singular Case=inessive | 3 | önmagukban/önmaguk, önmagában/önmaga, magában/maga |
Px3-s2----------s | Pronoun Type=reflexive Person=third Number=singular Case=inessive Owned_Number=singular | 1 |  |
Px3-s2----------p | Pronoun Type=reflexive Person=third Number=singular Case=inessive Owned_Number=plural | 1 |  |
Px3-se | Pronoun Type=reflexive Person=third Number=singular Case=elative | 1 | magából/maga |
Px3-se----------s | Pronoun Type=reflexive Person=third Number=singular Case=elative Owned_Number=singular | 1 |  |
Px3-se----------p | Pronoun Type=reflexive Person=third Number=singular Case=elative Owned_Number=plural | 1 |  |
Px3-st | Pronoun Type=reflexive Person=third Number=singular Case=allative | 1 | magához/maga |
Px3-st----------s | Pronoun Type=reflexive Person=third Number=singular Case=allative Owned_Number=singular | 1 |  |
Px3-st----------p | Pronoun Type=reflexive Person=third Number=singular Case=allative Owned_Number=plural | 1 |  |
Px3-s3 | Pronoun Type=reflexive Person=third Number=singular Case=adessive | 1 |  |
Px3-s3----------s | Pronoun Type=reflexive Person=third Number=singular Case=adessive Owned_Number=singular | 1 |  |
Px3-s3----------p | Pronoun Type=reflexive Person=third Number=singular Case=adessive Owned_Number=plural | 1 |  |
Px3-sb | Pronoun Type=reflexive Person=third Number=singular Case=ablative | 2 | önmagától/önmaga, magától/maga |
Px3-sb----------s | Pronoun Type=reflexive Person=third Number=singular Case=ablative Owned_Number=singular | 1 |  |
Px3-sb----------p | Pronoun Type=reflexive Person=third Number=singular Case=ablative Owned_Number=plural | 1 |  |
Px3-s9 | Pronoun Type=reflexive Person=third Number=singular Case=terminative | 1 |  |
Px3-s9----------s | Pronoun Type=reflexive Person=third Number=singular Case=terminative Owned_Number=singular | 1 |  |
Px3-s9----------p | Pronoun Type=reflexive Person=third Number=singular Case=terminative Owned_Number=plural | 1 |  |
Px3-sw | Pronoun Type=reflexive Person=third Number=singular Case=essive | 1 |  |
Px3-sw----------s | Pronoun Type=reflexive Person=third Number=singular Case=essive Owned_Number=singular | 1 |  |
Px3-sw----------p | Pronoun Type=reflexive Person=third Number=singular Case=essive Owned_Number=plural | 1 |  |
Px3-sm | Pronoun Type=reflexive Person=third Number=singular Case=temporalis | 1 |  |
Px3-sm----------s | Pronoun Type=reflexive Person=third Number=singular Case=temporalis Owned_Number=singular | 1 |  |
Px3-sm----------p | Pronoun Type=reflexive Person=third Number=singular Case=temporalis Owned_Number=plural | 1 |  |
Px3-sc | Pronoun Type=reflexive Person=third Number=singular Case=causalis | 2 | önmagáért/önmaga, magáért/maga |
Px3-sc----------s | Pronoun Type=reflexive Person=third Number=singular Case=causalis Owned_Number=singular | 1 |  |
Px3-sc----------p | Pronoun Type=reflexive Person=third Number=singular Case=causalis Owned_Number=plural | 1 |  |
Px3-ss | Pronoun Type=reflexive Person=third Number=singular Case=sublative | 1 | magára/maga |
Px3-ss----------s | Pronoun Type=reflexive Person=third Number=singular Case=sublative Owned_Number=singular | 1 |  |
Px3-ss----------p | Pronoun Type=reflexive Person=third Number=singular Case=sublative Owned_Number=plural | 1 |  |
Px3-sh | Pronoun Type=reflexive Person=third Number=singular Case=delative | 2 | önmagáról/önmaga, magáról/maga |
Px3-sh----------s | Pronoun Type=reflexive Person=third Number=singular Case=delative Owned_Number=singular | 1 |  |
Px3-sh----------p | Pronoun Type=reflexive Person=third Number=singular Case=delative Owned_Number=plural | 1 |  |
Px3-sq | Pronoun Type=reflexive Person=third Number=singular Case=sociative | 1 |  |
Px3-sq----------s | Pronoun Type=reflexive Person=third Number=singular Case=sociative Owned_Number=singular | 1 |  |
Px3-sq----------p | Pronoun Type=reflexive Person=third Number=singular Case=sociative Owned_Number=plural | 1 |  |
Px3-sy | Pronoun Type=reflexive Person=third Number=singular Case=factive | 1 | önmagává/önmaga |
Px3-sy----------s | Pronoun Type=reflexive Person=third Number=singular Case=factive Owned_Number=singular | 1 |  |
Px3-sy----------p | Pronoun Type=reflexive Person=third Number=singular Case=factive Owned_Number=plural | 1 |  |
Px3-sp | Pronoun Type=reflexive Person=third Number=singular Case=superessive | 2 | önmagán/önmaga, magán/maga |
Px3-sp----------s | Pronoun Type=reflexive Person=third Number=singular Case=superessive Owned_Number=singular | 1 |  |
Px3-sp----------p | Pronoun Type=reflexive Person=third Number=singular Case=superessive Owned_Number=plural | 1 |  |
Px3-su | Pronoun Type=reflexive Person=third Number=singular Case=distributive | 1 |  |
Px3-su----------s | Pronoun Type=reflexive Person=third Number=singular Case=distributive Owned_Number=singular | 1 |  |
Px3-su----------p | Pronoun Type=reflexive Person=third Number=singular Case=distributive Owned_Number=plural | 1 |  |
Px3-sf | Pronoun Type=reflexive Person=third Number=singular Case=essive-formal | 1 |  |
Px3-sf----------s | Pronoun Type=reflexive Person=third Number=singular Case=essive-formal Owned_Number=singular | 1 |  |
Px3-sf----------p | Pronoun Type=reflexive Person=third Number=singular Case=essive-formal Owned_Number=plural | 1 |  |
Px3-pn | Pronoun Type=reflexive Person=third Number=plural Case=nominative | 2 | önmaguk, maguk/maga |
Px3-pn----------s | Pronoun Type=reflexive Person=third Number=plural Case=nominative Owned_Number=singular | 1 |  |
Px3-pn----------p | Pronoun Type=reflexive Person=third Number=plural Case=nominative Owned_Number=plural | 1 |  |
Px3-pg | Pronoun Type=reflexive Person=third Number=plural Case=genitive | 1 |  |
Px3-pg----------s | Pronoun Type=reflexive Person=third Number=plural Case=genitive Owned_Number=singular | 1 |  |
Px3-pg----------p | Pronoun Type=reflexive Person=third Number=plural Case=genitive Owned_Number=plural | 1 |  |
Px3-pd | Pronoun Type=reflexive Person=third Number=plural Case=dative | 1 | maguknak/maga |
Px3-pd----------s | Pronoun Type=reflexive Person=third Number=plural Case=dative Owned_Number=singular | 1 | magukénak/maga |
Px3-pd----------p | Pronoun Type=reflexive Person=third Number=plural Case=dative Owned_Number=plural | 1 |  |
Px3-pa | Pronoun Type=reflexive Person=third Number=plural Case=accusative | 2 | önmagukat/önmaguk, magukat/maga |
Px3-pa----------s | Pronoun Type=reflexive Person=third Number=plural Case=accusative Owned_Number=singular | 1 | magukét/maga |
Px3-pa----------p | Pronoun Type=reflexive Person=third Number=plural Case=accusative Owned_Number=plural | 1 | magukéit/maga |
Px3-pi | Pronoun Type=reflexive Person=third Number=plural Case=instrumental | 1 | magukkal/maga |
Px3-pi----------s | Pronoun Type=reflexive Person=third Number=plural Case=instrumental Owned_Number=singular | 1 |  |
Px3-pi----------p | Pronoun Type=reflexive Person=third Number=plural Case=instrumental Owned_Number=plural | 1 |  |
Px3-px | Pronoun Type=reflexive Person=third Number=plural Case=illative | 1 | magukba/maga |
Px3-px----------s | Pronoun Type=reflexive Person=third Number=plural Case=illative Owned_Number=singular | 1 |  |
Px3-px----------p | Pronoun Type=reflexive Person=third Number=plural Case=illative Owned_Number=plural | 1 |  |
Px3-p2 | Pronoun Type=reflexive Person=third Number=plural Case=inessive | 1 | magukban/maga |
Px3-p2----------s | Pronoun Type=reflexive Person=third Number=plural Case=inessive Owned_Number=singular | 1 |  |
Px3-p2----------p | Pronoun Type=reflexive Person=third Number=plural Case=inessive Owned_Number=plural | 1 |  |
Px3-pe | Pronoun Type=reflexive Person=third Number=plural Case=elative | 1 |  |
Px3-pe----------s | Pronoun Type=reflexive Person=third Number=plural Case=elative Owned_Number=singular | 1 |  |
Px3-pe----------p | Pronoun Type=reflexive Person=third Number=plural Case=elative Owned_Number=plural | 1 |  |
Px3-pt | Pronoun Type=reflexive Person=third Number=plural Case=allative | 1 | magukhoz/maga |
Px3-pt----------s | Pronoun Type=reflexive Person=third Number=plural Case=allative Owned_Number=singular | 1 | magukéhoz/maga |
Px3-pt----------p | Pronoun Type=reflexive Person=third Number=plural Case=allative Owned_Number=plural | 1 |  |
Px3-p3 | Pronoun Type=reflexive Person=third Number=plural Case=adessive | 1 | maguknál/maga |
Px3-p3----------s | Pronoun Type=reflexive Person=third Number=plural Case=adessive Owned_Number=singular | 1 |  |
Px3-p3----------p | Pronoun Type=reflexive Person=third Number=plural Case=adessive Owned_Number=plural | 1 |  |
Px3-pb | Pronoun Type=reflexive Person=third Number=plural Case=ablative | 1 | maguktól/maga |
Px3-pb----------s | Pronoun Type=reflexive Person=third Number=plural Case=ablative Owned_Number=singular | 1 |  |
Px3-pb----------p | Pronoun Type=reflexive Person=third Number=plural Case=ablative Owned_Number=plural | 1 |  |
Px3-p9 | Pronoun Type=reflexive Person=third Number=plural Case=terminative | 1 |  |
Px3-p9----------s | Pronoun Type=reflexive Person=third Number=plural Case=terminative Owned_Number=singular | 1 |  |
Px3-p9----------p | Pronoun Type=reflexive Person=third Number=plural Case=terminative Owned_Number=plural | 1 |  |
Px3-pw | Pronoun Type=reflexive Person=third Number=plural Case=essive | 1 |  |
Px3-pw----------s | Pronoun Type=reflexive Person=third Number=plural Case=essive Owned_Number=singular | 1 |  |
Px3-pw----------p | Pronoun Type=reflexive Person=third Number=plural Case=essive Owned_Number=plural | 1 |  |
Px3-pm | Pronoun Type=reflexive Person=third Number=plural Case=temporalis | 1 |  |
Px3-pm----------s | Pronoun Type=reflexive Person=third Number=plural Case=temporalis Owned_Number=singular | 1 |  |
Px3-pm----------p | Pronoun Type=reflexive Person=third Number=plural Case=temporalis Owned_Number=plural | 1 |  |
Px3-pc | Pronoun Type=reflexive Person=third Number=plural Case=causalis | 1 |  |
Px3-pc----------s | Pronoun Type=reflexive Person=third Number=plural Case=causalis Owned_Number=singular | 1 |  |
Px3-pc----------p | Pronoun Type=reflexive Person=third Number=plural Case=causalis Owned_Number=plural | 1 |  |
Px3-ps | Pronoun Type=reflexive Person=third Number=plural Case=sublative | 1 | magukra/maga |
Px3-ps----------s | Pronoun Type=reflexive Person=third Number=plural Case=sublative Owned_Number=singular | 1 |  |
Px3-ps----------p | Pronoun Type=reflexive Person=third Number=plural Case=sublative Owned_Number=plural | 1 |  |
Px3-ph | Pronoun Type=reflexive Person=third Number=plural Case=delative | 1 | magukról/maga |
Px3-ph----------s | Pronoun Type=reflexive Person=third Number=plural Case=delative Owned_Number=singular | 1 |  |
Px3-ph----------p | Pronoun Type=reflexive Person=third Number=plural Case=delative Owned_Number=plural | 1 |  |
Px3-pq | Pronoun Type=reflexive Person=third Number=plural Case=sociative | 1 |  |
Px3-pq----------s | Pronoun Type=reflexive Person=third Number=plural Case=sociative Owned_Number=singular | 1 |  |
Px3-pq----------p | Pronoun Type=reflexive Person=third Number=plural Case=sociative Owned_Number=plural | 1 |  |
Px3-py | Pronoun Type=reflexive Person=third Number=plural Case=factive | 1 |  |
Px3-py----------s | Pronoun Type=reflexive Person=third Number=plural Case=factive Owned_Number=singular | 1 | magukévá/maga |
Px3-py----------p | Pronoun Type=reflexive Person=third Number=plural Case=factive Owned_Number=plural | 1 |  |
Px3-pp | Pronoun Type=reflexive Person=third Number=plural Case=superessive | 1 | magukon/maga |
Px3-pp----------s | Pronoun Type=reflexive Person=third Number=plural Case=superessive Owned_Number=singular | 1 |  |
Px3-pp----------p | Pronoun Type=reflexive Person=third Number=plural Case=superessive Owned_Number=plural | 1 |  |
Px3-pu | Pronoun Type=reflexive Person=third Number=plural Case=distributive | 1 |  |
Px3-pu----------s | Pronoun Type=reflexive Person=third Number=plural Case=distributive Owned_Number=singular | 1 |  |
Px3-pu----------p | Pronoun Type=reflexive Person=third Number=plural Case=distributive Owned_Number=plural | 1 |  |
Px3-pf | Pronoun Type=reflexive Person=third Number=plural Case=essive-formal | 1 |  |
Px3-pf----------s | Pronoun Type=reflexive Person=third Number=plural Case=essive-formal Owned_Number=singular | 1 |  |
Px3-pf----------p | Pronoun Type=reflexive Person=third Number=plural Case=essive-formal Owned_Number=plural | 1 |  |
Py3-sn | Pronoun Type=reciprocal Person=third Number=singular Case=nominative | 1 | egymás |
Py3-sn----------s | Pronoun Type=reciprocal Person=third Number=singular Case=nominative Owned_Number=singular | 1 |  |
Py3-sn----------p | Pronoun Type=reciprocal Person=third Number=singular Case=nominative Owned_Number=plural | 1 |  |
Py3-sg | Pronoun Type=reciprocal Person=third Number=singular Case=genitive | 1 |  |
Py3-sg----------s | Pronoun Type=reciprocal Person=third Number=singular Case=genitive Owned_Number=singular | 1 |  |
Py3-sg----------p | Pronoun Type=reciprocal Person=third Number=singular Case=genitive Owned_Number=plural | 1 |  |
Py3-sd | Pronoun Type=reciprocal Person=third Number=singular Case=dative | 1 | egymásnak/egymás |
Py3-sd----------s | Pronoun Type=reciprocal Person=third Number=singular Case=dative Owned_Number=singular | 1 |  |
Py3-sd----------p | Pronoun Type=reciprocal Person=third Number=singular Case=dative Owned_Number=plural | 1 |  |
Py3-sa | Pronoun Type=reciprocal Person=third Number=singular Case=accusative | 1 | egymást/egymás |
Py3-sa----------s | Pronoun Type=reciprocal Person=third Number=singular Case=accusative Owned_Number=singular | 1 |  |
Py3-sa----------p | Pronoun Type=reciprocal Person=third Number=singular Case=accusative Owned_Number=plural | 1 |  |
Py3-si | Pronoun Type=reciprocal Person=third Number=singular Case=instrumental | 1 | egymással/egymás |
Py3-si----------s | Pronoun Type=reciprocal Person=third Number=singular Case=instrumental Owned_Number=singular | 1 |  |
Py3-si----------p | Pronoun Type=reciprocal Person=third Number=singular Case=instrumental Owned_Number=plural | 1 |  |
Py3-sx | Pronoun Type=reciprocal Person=third Number=singular Case=illative | 1 | egymásba/egymás |
Py3-sx----------s | Pronoun Type=reciprocal Person=third Number=singular Case=illative Owned_Number=singular | 1 |  |
Py3-sx----------p | Pronoun Type=reciprocal Person=third Number=singular Case=illative Owned_Number=plural | 1 |  |
Py3-s2 | Pronoun Type=reciprocal Person=third Number=singular Case=inessive | 1 |  |
Py3-s2----------s | Pronoun Type=reciprocal Person=third Number=singular Case=inessive Owned_Number=singular | 1 |  |
Py3-s2----------p | Pronoun Type=reciprocal Person=third Number=singular Case=inessive Owned_Number=plural | 1 |  |
Py3-se | Pronoun Type=reciprocal Person=third Number=singular Case=elative | 1 |  |
Py3-se----------s | Pronoun Type=reciprocal Person=third Number=singular Case=elative Owned_Number=singular | 1 |  |
Py3-se----------p | Pronoun Type=reciprocal Person=third Number=singular Case=elative Owned_Number=plural | 1 |  |
Py3-st | Pronoun Type=reciprocal Person=third Number=singular Case=allative | 1 | egymáshoz/egymás |
Py3-st----------s | Pronoun Type=reciprocal Person=third Number=singular Case=allative Owned_Number=singular | 1 |  |
Py3-st----------p | Pronoun Type=reciprocal Person=third Number=singular Case=allative Owned_Number=plural | 1 |  |
Py3-s3 | Pronoun Type=reciprocal Person=third Number=singular Case=adessive | 1 | egymásnál/egymás |
Py3-s3----------s | Pronoun Type=reciprocal Person=third Number=singular Case=adessive Owned_Number=singular | 1 |  |
Py3-s3----------p | Pronoun Type=reciprocal Person=third Number=singular Case=adessive Owned_Number=plural | 1 |  |
Py3-sb | Pronoun Type=reciprocal Person=third Number=singular Case=ablative | 1 | egymástól/egymás |
Py3-sb----------s | Pronoun Type=reciprocal Person=third Number=singular Case=ablative Owned_Number=singular | 1 |  |
Py3-sb----------p | Pronoun Type=reciprocal Person=third Number=singular Case=ablative Owned_Number=plural | 1 |  |
Py3-s9 | Pronoun Type=reciprocal Person=third Number=singular Case=terminative | 1 |  |
Py3-s9----------s | Pronoun Type=reciprocal Person=third Number=singular Case=terminative Owned_Number=singular | 1 |  |
Py3-s9----------p | Pronoun Type=reciprocal Person=third Number=singular Case=terminative Owned_Number=plural | 1 |  |
Py3-sw | Pronoun Type=reciprocal Person=third Number=singular Case=essive | 1 |  |
Py3-sw----------s | Pronoun Type=reciprocal Person=third Number=singular Case=essive Owned_Number=singular | 1 |  |
Py3-sw----------p | Pronoun Type=reciprocal Person=third Number=singular Case=essive Owned_Number=plural | 1 |  |
Py3-sm | Pronoun Type=reciprocal Person=third Number=singular Case=temporalis | 1 |  |
Py3-sm----------s | Pronoun Type=reciprocal Person=third Number=singular Case=temporalis Owned_Number=singular | 1 |  |
Py3-sm----------p | Pronoun Type=reciprocal Person=third Number=singular Case=temporalis Owned_Number=plural | 1 |  |
Py3-sc | Pronoun Type=reciprocal Person=third Number=singular Case=causalis | 1 |  |
Py3-sc----------s | Pronoun Type=reciprocal Person=third Number=singular Case=causalis Owned_Number=singular | 1 |  |
Py3-sc----------p | Pronoun Type=reciprocal Person=third Number=singular Case=causalis Owned_Number=plural | 1 |  |
Py3-ss | Pronoun Type=reciprocal Person=third Number=singular Case=sublative | 1 | egymásra/egymás |
Py3-ss----------s | Pronoun Type=reciprocal Person=third Number=singular Case=sublative Owned_Number=singular | 1 |  |
Py3-ss----------p | Pronoun Type=reciprocal Person=third Number=singular Case=sublative Owned_Number=plural | 1 |  |
Py3-sh | Pronoun Type=reciprocal Person=third Number=singular Case=delative | 1 | egymásról/egymás |
Py3-sh----------s | Pronoun Type=reciprocal Person=third Number=singular Case=delative Owned_Number=singular | 1 |  |
Py3-sh----------p | Pronoun Type=reciprocal Person=third Number=singular Case=delative Owned_Number=plural | 1 |  |
Py3-sq | Pronoun Type=reciprocal Person=third Number=singular Case=sociative | 1 |  |
Py3-sq----------s | Pronoun Type=reciprocal Person=third Number=singular Case=sociative Owned_Number=singular | 1 |  |
Py3-sq----------p | Pronoun Type=reciprocal Person=third Number=singular Case=sociative Owned_Number=plural | 1 |  |
Py3-sy | Pronoun Type=reciprocal Person=third Number=singular Case=factive | 1 |  |
Py3-sy----------s | Pronoun Type=reciprocal Person=third Number=singular Case=factive Owned_Number=singular | 1 |  |
Py3-sy----------p | Pronoun Type=reciprocal Person=third Number=singular Case=factive Owned_Number=plural | 1 |  |
Py3-sp | Pronoun Type=reciprocal Person=third Number=singular Case=superessive | 1 |  |
Py3-sp----------s | Pronoun Type=reciprocal Person=third Number=singular Case=superessive Owned_Number=singular | 1 |  |
Py3-sp----------p | Pronoun Type=reciprocal Person=third Number=singular Case=superessive Owned_Number=plural | 1 |  |
Py3-su | Pronoun Type=reciprocal Person=third Number=singular Case=distributive | 1 |  |
Py3-su----------s | Pronoun Type=reciprocal Person=third Number=singular Case=distributive Owned_Number=singular | 1 |  |
Py3-su----------p | Pronoun Type=reciprocal Person=third Number=singular Case=distributive Owned_Number=plural | 1 |  |
Py3-sf | Pronoun Type=reciprocal Person=third Number=singular Case=essive-formal | 1 |  |
Py3-sf----------s | Pronoun Type=reciprocal Person=third Number=singular Case=essive-formal Owned_Number=singular | 1 |  |
Py3-sf----------p | Pronoun Type=reciprocal Person=third Number=singular Case=essive-formal Owned_Number=plural | 1 |  |
Py3-pn | Pronoun Type=reciprocal Person=third Number=plural Case=nominative | 1 |  |
Py3-pn----------s | Pronoun Type=reciprocal Person=third Number=plural Case=nominative Owned_Number=singular | 1 |  |
Py3-pn----------p | Pronoun Type=reciprocal Person=third Number=plural Case=nominative Owned_Number=plural | 1 |  |
Py3-pg | Pronoun Type=reciprocal Person=third Number=plural Case=genitive | 1 |  |
Py3-pg----------s | Pronoun Type=reciprocal Person=third Number=plural Case=genitive Owned_Number=singular | 1 |  |
Py3-pg----------p | Pronoun Type=reciprocal Person=third Number=plural Case=genitive Owned_Number=plural | 1 |  |
Py3-pd | Pronoun Type=reciprocal Person=third Number=plural Case=dative | 1 |  |
Py3-pd----------s | Pronoun Type=reciprocal Person=third Number=plural Case=dative Owned_Number=singular | 1 |  |
Py3-pd----------p | Pronoun Type=reciprocal Person=third Number=plural Case=dative Owned_Number=plural | 1 |  |
Py3-pa | Pronoun Type=reciprocal Person=third Number=plural Case=accusative | 1 |  |
Py3-pa----------s | Pronoun Type=reciprocal Person=third Number=plural Case=accusative Owned_Number=singular | 1 |  |
Py3-pa----------p | Pronoun Type=reciprocal Person=third Number=plural Case=accusative Owned_Number=plural | 1 |  |
Py3-pi | Pronoun Type=reciprocal Person=third Number=plural Case=instrumental | 1 |  |
Py3-pi----------s | Pronoun Type=reciprocal Person=third Number=plural Case=instrumental Owned_Number=singular | 1 |  |
Py3-pi----------p | Pronoun Type=reciprocal Person=third Number=plural Case=instrumental Owned_Number=plural | 1 |  |
Py3-px | Pronoun Type=reciprocal Person=third Number=plural Case=illative | 1 |  |
Py3-px----------s | Pronoun Type=reciprocal Person=third Number=plural Case=illative Owned_Number=singular | 1 |  |
Py3-px----------p | Pronoun Type=reciprocal Person=third Number=plural Case=illative Owned_Number=plural | 1 |  |
Py3-p2 | Pronoun Type=reciprocal Person=third Number=plural Case=inessive | 1 |  |
Py3-p2----------s | Pronoun Type=reciprocal Person=third Number=plural Case=inessive Owned_Number=singular | 1 |  |
Py3-p2----------p | Pronoun Type=reciprocal Person=third Number=plural Case=inessive Owned_Number=plural | 1 |  |
Py3-pe | Pronoun Type=reciprocal Person=third Number=plural Case=elative | 1 |  |
Py3-pe----------s | Pronoun Type=reciprocal Person=third Number=plural Case=elative Owned_Number=singular | 1 |  |
Py3-pe----------p | Pronoun Type=reciprocal Person=third Number=plural Case=elative Owned_Number=plural | 1 |  |
Py3-pt | Pronoun Type=reciprocal Person=third Number=plural Case=allative | 1 |  |
Py3-pt----------s | Pronoun Type=reciprocal Person=third Number=plural Case=allative Owned_Number=singular | 1 |  |
Py3-pt----------p | Pronoun Type=reciprocal Person=third Number=plural Case=allative Owned_Number=plural | 1 |  |
Py3-p3 | Pronoun Type=reciprocal Person=third Number=plural Case=adessive | 1 |  |
Py3-p3----------s | Pronoun Type=reciprocal Person=third Number=plural Case=adessive Owned_Number=singular | 1 |  |
Py3-p3----------p | Pronoun Type=reciprocal Person=third Number=plural Case=adessive Owned_Number=plural | 1 |  |
Py3-pb | Pronoun Type=reciprocal Person=third Number=plural Case=ablative | 1 |  |
Py3-pb----------s | Pronoun Type=reciprocal Person=third Number=plural Case=ablative Owned_Number=singular | 1 |  |
Py3-pb----------p | Pronoun Type=reciprocal Person=third Number=plural Case=ablative Owned_Number=plural | 1 |  |
Py3-p9 | Pronoun Type=reciprocal Person=third Number=plural Case=terminative | 1 |  |
Py3-p9----------s | Pronoun Type=reciprocal Person=third Number=plural Case=terminative Owned_Number=singular | 1 |  |
Py3-p9----------p | Pronoun Type=reciprocal Person=third Number=plural Case=terminative Owned_Number=plural | 1 |  |
Py3-pw | Pronoun Type=reciprocal Person=third Number=plural Case=essive | 1 |  |
Py3-pw----------s | Pronoun Type=reciprocal Person=third Number=plural Case=essive Owned_Number=singular | 1 |  |
Py3-pw----------p | Pronoun Type=reciprocal Person=third Number=plural Case=essive Owned_Number=plural | 1 |  |
Py3-pm | Pronoun Type=reciprocal Person=third Number=plural Case=temporalis | 1 |  |
Py3-pm----------s | Pronoun Type=reciprocal Person=third Number=plural Case=temporalis Owned_Number=singular | 1 |  |
Py3-pm----------p | Pronoun Type=reciprocal Person=third Number=plural Case=temporalis Owned_Number=plural | 1 |  |
Py3-pc | Pronoun Type=reciprocal Person=third Number=plural Case=causalis | 1 |  |
Py3-pc----------s | Pronoun Type=reciprocal Person=third Number=plural Case=causalis Owned_Number=singular | 1 |  |
Py3-pc----------p | Pronoun Type=reciprocal Person=third Number=plural Case=causalis Owned_Number=plural | 1 |  |
Py3-ps | Pronoun Type=reciprocal Person=third Number=plural Case=sublative | 1 |  |
Py3-ps----------s | Pronoun Type=reciprocal Person=third Number=plural Case=sublative Owned_Number=singular | 1 |  |
Py3-ps----------p | Pronoun Type=reciprocal Person=third Number=plural Case=sublative Owned_Number=plural | 1 |  |
Py3-ph | Pronoun Type=reciprocal Person=third Number=plural Case=delative | 1 |  |
Py3-ph----------s | Pronoun Type=reciprocal Person=third Number=plural Case=delative Owned_Number=singular | 1 |  |
Py3-ph----------p | Pronoun Type=reciprocal Person=third Number=plural Case=delative Owned_Number=plural | 1 |  |
Py3-pq | Pronoun Type=reciprocal Person=third Number=plural Case=sociative | 1 |  |
Py3-pq----------s | Pronoun Type=reciprocal Person=third Number=plural Case=sociative Owned_Number=singular | 1 |  |
Py3-pq----------p | Pronoun Type=reciprocal Person=third Number=plural Case=sociative Owned_Number=plural | 1 |  |
Py3-py | Pronoun Type=reciprocal Person=third Number=plural Case=factive | 1 |  |
Py3-py----------s | Pronoun Type=reciprocal Person=third Number=plural Case=factive Owned_Number=singular | 1 |  |
Py3-py----------p | Pronoun Type=reciprocal Person=third Number=plural Case=factive Owned_Number=plural | 1 |  |
Py3-pp | Pronoun Type=reciprocal Person=third Number=plural Case=superessive | 1 |  |
Py3-pp----------s | Pronoun Type=reciprocal Person=third Number=plural Case=superessive Owned_Number=singular | 1 |  |
Py3-pp----------p | Pronoun Type=reciprocal Person=third Number=plural Case=superessive Owned_Number=plural | 1 |  |
Py3-pu | Pronoun Type=reciprocal Person=third Number=plural Case=distributive | 1 |  |
Py3-pu----------s | Pronoun Type=reciprocal Person=third Number=plural Case=distributive Owned_Number=singular | 1 |  |
Py3-pu----------p | Pronoun Type=reciprocal Person=third Number=plural Case=distributive Owned_Number=plural | 1 |  |
Py3-pf | Pronoun Type=reciprocal Person=third Number=plural Case=essive-formal | 1 |  |
Py3-pf----------s | Pronoun Type=reciprocal Person=third Number=plural Case=essive-formal Owned_Number=singular | 1 |  |
Py3-pf----------p | Pronoun Type=reciprocal Person=third Number=plural Case=essive-formal Owned_Number=plural | 1 |  |
P | Attribute (en) | Value (en) | Code (en) |
0 | CATEGORY | Article | T |
1 | Type | definite | f |
indefinite | i |
We have tree articles: a, az and egy. These may not have number and case. The word 'az' may have but that is a pronoun in those cases.
Pos | Type |
T | [fi] |
This index gives the list of morphosyntactic descriptions (MSDs) and their features. In the table below, the first column gives the MSD, the second its expansion into a feature-structure, the third gives the number of entries in the lexicon (64,003 entries), and the fourth gives some examples as word-form/lemma. The list was extracted form the Hungarian MULTEXT-East lexicon.
Note that for Hungarian, the number of theoretically possible MSDs represented in this index is much greater than those found in the lexicon.
MSD | Features | Types | Examples |
Tf | Article Type=definite | 2 | az, a |
Ti | Article Type=indefinite | 1 | egy |
P | Attribute (en) | Value (en) | Code (en) |
0 | CATEGORY | Adverb | R |
1 | Type | general | g |
particle | p | ||
causal | o | ||
verbal | v | ||
modifier | m | ||
interrogative | q | ||
2 | Degree | positive | p |
comparative | c | ||
superlative | s | ||
3 | Clitic | no | n |
yes | y | ||
4 | Number | singular | s |
plural | p | ||
5 | Person | first | 1 |
second | 2 | ||
third | 3 |
1. The modifier -e question word (the only Hungarian clitic) is attached to the preceding word with a hyphen.
2. Some adverbs may have degree, but these do not formulate a special class. Presently we cannot give a criteria for this.
Pos | Type | Degree | Clitic | Number | Person |
R | [vmp] | - | - | - | - |
R | g | [pcs] | - | - | - |
R | q | - | y | - | - |
R | o | - | - | [sp] | [123] |
This index gives the list of morphosyntactic descriptions (MSDs) and their features. In the table below, the first column gives the MSD, the second its expansion into a feature-structure, the third gives the number of entries in the lexicon (64,003 entries), and the fourth gives some examples as word-form/lemma. The list was extracted form the Hungarian MULTEXT-East lexicon.
Note that for Hungarian, the number of theoretically possible MSDs represented in this index is much greater than those found in the lexicon.
MSD | Features | Types | Examples |
Rg | Adverb Type=general | 1090 | zászlóként/zászló, záróakkordjaként/záróakkord, zárásaként/zárás, zálogként/zálog, vonatkozólag |
Rgp | Adverb Type=general Degree=positive | 1 |  |
Rgc | Adverb Type=general Degree=comparative | 1 |  |
Rgs | Adverb Type=general Degree=superlative | 1 |  |
Rp | Adverb Type=particle | 75 | viszont, vissza, végre, végig, véghez |
Ro | Adverb Type=causal | 1 |  |
Ro--s1 | Adverb Type=causal Number=singular Person=first | 1 |  |
Ro--s2 | Adverb Type=causal Number=singular Person=second | 1 |  |
Ro--s3 | Adverb Type=causal Number=singular Person=third | 1 |  |
Ro--p1 | Adverb Type=causal Number=plural Person=first | 1 |  |
Ro--p2 | Adverb Type=causal Number=plural Person=second | 1 |  |
Ro--p3 | Adverb Type=causal Number=plural Person=third | 1 |  |
Rv | Adverb Type=verbal | 475 | zörrenve, zihálva, zárva, vonva, viszonyítva |
Rm | Adverb Type=modifier | 1 |  |
Rq-y | Adverb Type=interrogative Clitic=yes | 2 | e, -e |
P | Attribute (en) | Value (en) | Code (en) |
0 | CATEGORY | Adposition | S |
1 | Type | postposition | t |
1. Some of them require a suffix on the preceding noun (e.g. asztal+on túl[S]) while others do not (e.g. asztal[N] mellett[S]). This feature is not represented here.
Pos | Type |
S | t |
This index gives the list of morphosyntactic descriptions (MSDs) and their features. In the table below, the first column gives the MSD, the second its expansion into a feature-structure, the third gives the number of entries in the lexicon (64,003 entries), and the fourth gives some examples as word-form/lemma. The list was extracted form the Hungarian MULTEXT-East lexicon.
Note that for Hungarian, the number of theoretically possible MSDs represented in this index is much greater than those found in the lexicon.
MSD | Features | Types | Examples |
St | Adposition Type=postposition | 163 | végett, útján, után, utánunk/után, utánuk/után |
P | Attribute (en) | Value (en) | Code (en) |
0 | CATEGORY | Conjunction | C |
1 | Type | coordinating | c |
subordinating | s | ||
2 | Formation | simple | s |
compound | c | ||
3 | Coord_Type | sentence | p |
words | w |
Pos | Type | Formation | Coord_Type |
C | [cs] | [sc] | [pw] |
This index gives the list of morphosyntactic descriptions (MSDs) and their features. In the table below, the first column gives the MSD, the second its expansion into a feature-structure, the third gives the number of entries in the lexicon (64,003 entries), and the fourth gives some examples as word-form/lemma. The list was extracted form the Hungarian MULTEXT-East lexicon.
Note that for Hungarian, the number of theoretically possible MSDs represented in this index is much greater than those found in the lexicon.
MSD | Features | Types | Examples |
Ccsp | Conjunction Type=coordinating Formation=simple Coord_Type=sentence | 1 |  |
Ccsw | Conjunction Type=coordinating Formation=simple Coord_Type=words | 62 | vajon, vajmi, vagy, vagyis, úgymint |
Cccp | Conjunction Type=coordinating Formation=compound Coord_Type=sentence | 1 |  |
Cccw | Conjunction Type=coordinating Formation=compound Coord_Type=words | 1 |  |
Cssp | Conjunction Type=subordinating Formation=simple Coord_Type=sentence | 1 |  |
Cssw | Conjunction Type=subordinating Formation=simple Coord_Type=words | 1 |  |
Cscp | Conjunction Type=subordinating Formation=compound Coord_Type=sentence | 1 |  |
Cscw | Conjunction Type=subordinating Formation=compound Coord_Type=words | 1 |  |
P | Attribute (en) | Value (en) | Code (en) |
0 | CATEGORY | Numeral | M |
1 | Type | cardinal | c |
ordinal | o | ||
fractal | f | ||
3 | Number | singular | s |
plural | p | ||
4 | Case | nominative | n |
genitive | g | ||
dative | d | ||
accusative | a | ||
instrumental | i | ||
illative | x | ||
inessive | 2 | ||
elative | e | ||
allative | t | ||
adessive | 3 | ||
ablative | b | ||
terminative | 9 | ||
essive | w | ||
temporalis | m | ||
causalis | c | ||
sublative | s | ||
delative | h | ||
sociative | q | ||
factive | y | ||
superessive | p | ||
distributive | u | ||
essive-formal | f | ||
multiplicative | 6 | ||
5 | Form | digit | d |
roman | r | ||
letter | l | ||
10 | Owner_Number | singular | s |
plural | p | ||
11 | Owner_Person | first | 1 |
second | 2 | ||
third | 3 | ||
12 | Owned_Number | singular | s |
plural | p |
Pos | Type | Num | Case | Form | OwnerNum | OwnerPers | OwnedNum |
M | [cof] | [sp] | [ngdaix2et3b9mcshqypuf] | [dlr] | [sp] | [123] | [sp] |
M | c | s | [w6] | [dlr] | - | - | - |
This index gives the list of morphosyntactic descriptions (MSDs) and their features. In the table below, the first column gives the MSD, the second its expansion into a feature-structure, the third gives the number of entries in the lexicon (64,003 entries), and the fourth gives some examples as word-form/lemma. The list was extracted form the Hungarian MULTEXT-East lexicon.
Note that for Hungarian, the number of theoretically possible MSDs represented in this index is much greater than those found in the lexicon.
MSD | Features | Types | Examples |
Mc-snd | Numeral Type=cardinal Number=singular Case=nominative Form=digit | 12 | 83, 6079, 2713, 2050, 1984 |
Mc-snd------s | Numeral Type=cardinal Number=singular Case=nominative Form=digit Owned_Number=singular | 1 |  |
Mc-snd------p | Numeral Type=cardinal Number=singular Case=nominative Form=digit Owned_Number=plural | 1 |  |
Mc-snd----s1 | Numeral Type=cardinal Number=singular Case=nominative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mc-snd----s1s | Numeral Type=cardinal Number=singular Case=nominative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-snd----s1p | Numeral Type=cardinal Number=singular Case=nominative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-snd----s2 | Numeral Type=cardinal Number=singular Case=nominative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mc-snd----s2s | Numeral Type=cardinal Number=singular Case=nominative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-snd----s2p | Numeral Type=cardinal Number=singular Case=nominative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-snd----s3 | Numeral Type=cardinal Number=singular Case=nominative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mc-snd----s3s | Numeral Type=cardinal Number=singular Case=nominative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-snd----s3p | Numeral Type=cardinal Number=singular Case=nominative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-snd----p1 | Numeral Type=cardinal Number=singular Case=nominative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mc-snd----p1s | Numeral Type=cardinal Number=singular Case=nominative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-snd----p1p | Numeral Type=cardinal Number=singular Case=nominative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-snd----p2 | Numeral Type=cardinal Number=singular Case=nominative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mc-snd----p2s | Numeral Type=cardinal Number=singular Case=nominative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-snd----p2p | Numeral Type=cardinal Number=singular Case=nominative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-snd----p3 | Numeral Type=cardinal Number=singular Case=nominative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mc-snd----p3s | Numeral Type=cardinal Number=singular Case=nominative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-snd----p3p | Numeral Type=cardinal Number=singular Case=nominative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-snr | Numeral Type=cardinal Number=singular Case=nominative Form=roman | 1 |  |
Mc-snr------s | Numeral Type=cardinal Number=singular Case=nominative Form=roman Owned_Number=singular | 1 |  |
Mc-snr------p | Numeral Type=cardinal Number=singular Case=nominative Form=roman Owned_Number=plural | 1 |  |
Mc-snr----s1 | Numeral Type=cardinal Number=singular Case=nominative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mc-snr----s1s | Numeral Type=cardinal Number=singular Case=nominative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-snr----s1p | Numeral Type=cardinal Number=singular Case=nominative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-snr----s2 | Numeral Type=cardinal Number=singular Case=nominative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mc-snr----s2s | Numeral Type=cardinal Number=singular Case=nominative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-snr----s2p | Numeral Type=cardinal Number=singular Case=nominative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-snr----s3 | Numeral Type=cardinal Number=singular Case=nominative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mc-snr----s3s | Numeral Type=cardinal Number=singular Case=nominative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-snr----s3p | Numeral Type=cardinal Number=singular Case=nominative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-snr----p1 | Numeral Type=cardinal Number=singular Case=nominative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mc-snr----p1s | Numeral Type=cardinal Number=singular Case=nominative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-snr----p1p | Numeral Type=cardinal Number=singular Case=nominative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-snr----p2 | Numeral Type=cardinal Number=singular Case=nominative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mc-snr----p2s | Numeral Type=cardinal Number=singular Case=nominative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-snr----p2p | Numeral Type=cardinal Number=singular Case=nominative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-snr----p3 | Numeral Type=cardinal Number=singular Case=nominative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mc-snr----p3s | Numeral Type=cardinal Number=singular Case=nominative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-snr----p3p | Numeral Type=cardinal Number=singular Case=nominative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-snl | Numeral Type=cardinal Number=singular Case=nominative Form=letter | 229 | ugyanannyi, tömérdek, töméntelen, több, tíz |
Mc-snl------s | Numeral Type=cardinal Number=singular Case=nominative Form=letter Owned_Number=singular | 1 | többé/több |
Mc-snl------p | Numeral Type=cardinal Number=singular Case=nominative Form=letter Owned_Number=plural | 1 |  |
Mc-snl----s1 | Numeral Type=cardinal Number=singular Case=nominative Form=letter Owner_Number=singular Owner_Person=first | 1 | egyem/egy |
Mc-snl----s1s | Numeral Type=cardinal Number=singular Case=nominative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-snl----s1p | Numeral Type=cardinal Number=singular Case=nominative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-snl----s2 | Numeral Type=cardinal Number=singular Case=nominative Form=letter Owner_Number=singular Owner_Person=second | 4 | század/száz, ötöd/öt, félszázad/félszáz, ezred/ezer |
Mc-snl----s2s | Numeral Type=cardinal Number=singular Case=nominative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-snl----s2p | Numeral Type=cardinal Number=singular Case=nominative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-snl----s3 | Numeral Type=cardinal Number=singular Case=nominative Form=letter Owner_Number=singular Owner_Person=third | 12 | ötöde/ötöd, öthatoda/öthatod, negyede/negyed, másfele/másfél, kétszerese/kétszeres |
Mc-snl----s3s | Numeral Type=cardinal Number=singular Case=nominative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-snl----s3p | Numeral Type=cardinal Number=singular Case=nominative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-snl----p1 | Numeral Type=cardinal Number=singular Case=nominative Form=letter Owner_Number=plural Owner_Person=first | 2 | századunk/század, kettőnk/kettő |
Mc-snl----p1s | Numeral Type=cardinal Number=singular Case=nominative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-snl----p1p | Numeral Type=cardinal Number=singular Case=nominative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-snl----p2 | Numeral Type=cardinal Number=singular Case=nominative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mc-snl----p2s | Numeral Type=cardinal Number=singular Case=nominative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-snl----p2p | Numeral Type=cardinal Number=singular Case=nominative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-snl----p3 | Numeral Type=cardinal Number=singular Case=nominative Form=letter Owner_Number=plural Owner_Person=third | 3 | mindkettőjük/mindkettő, legtöbbjük/több, hármuk/három |
Mc-snl----p3s | Numeral Type=cardinal Number=singular Case=nominative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-snl----p3p | Numeral Type=cardinal Number=singular Case=nominative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sgd | Numeral Type=cardinal Number=singular Case=genitive Form=digit | 1 |  |
Mc-sgd------s | Numeral Type=cardinal Number=singular Case=genitive Form=digit Owned_Number=singular | 1 |  |
Mc-sgd------p | Numeral Type=cardinal Number=singular Case=genitive Form=digit Owned_Number=plural | 1 |  |
Mc-sgd----s1 | Numeral Type=cardinal Number=singular Case=genitive Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mc-sgd----s1s | Numeral Type=cardinal Number=singular Case=genitive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sgd----s1p | Numeral Type=cardinal Number=singular Case=genitive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sgd----s2 | Numeral Type=cardinal Number=singular Case=genitive Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mc-sgd----s2s | Numeral Type=cardinal Number=singular Case=genitive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sgd----s2p | Numeral Type=cardinal Number=singular Case=genitive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sgd----s3 | Numeral Type=cardinal Number=singular Case=genitive Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mc-sgd----s3s | Numeral Type=cardinal Number=singular Case=genitive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sgd----s3p | Numeral Type=cardinal Number=singular Case=genitive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sgd----p1 | Numeral Type=cardinal Number=singular Case=genitive Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mc-sgd----p1s | Numeral Type=cardinal Number=singular Case=genitive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sgd----p1p | Numeral Type=cardinal Number=singular Case=genitive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sgd----p2 | Numeral Type=cardinal Number=singular Case=genitive Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mc-sgd----p2s | Numeral Type=cardinal Number=singular Case=genitive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sgd----p2p | Numeral Type=cardinal Number=singular Case=genitive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sgd----p3 | Numeral Type=cardinal Number=singular Case=genitive Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mc-sgd----p3s | Numeral Type=cardinal Number=singular Case=genitive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sgd----p3p | Numeral Type=cardinal Number=singular Case=genitive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sgr | Numeral Type=cardinal Number=singular Case=genitive Form=roman | 1 |  |
Mc-sgr------s | Numeral Type=cardinal Number=singular Case=genitive Form=roman Owned_Number=singular | 1 |  |
Mc-sgr------p | Numeral Type=cardinal Number=singular Case=genitive Form=roman Owned_Number=plural | 1 |  |
Mc-sgr----s1 | Numeral Type=cardinal Number=singular Case=genitive Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mc-sgr----s1s | Numeral Type=cardinal Number=singular Case=genitive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sgr----s1p | Numeral Type=cardinal Number=singular Case=genitive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sgr----s2 | Numeral Type=cardinal Number=singular Case=genitive Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mc-sgr----s2s | Numeral Type=cardinal Number=singular Case=genitive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sgr----s2p | Numeral Type=cardinal Number=singular Case=genitive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sgr----s3 | Numeral Type=cardinal Number=singular Case=genitive Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mc-sgr----s3s | Numeral Type=cardinal Number=singular Case=genitive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sgr----s3p | Numeral Type=cardinal Number=singular Case=genitive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sgr----p1 | Numeral Type=cardinal Number=singular Case=genitive Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mc-sgr----p1s | Numeral Type=cardinal Number=singular Case=genitive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sgr----p1p | Numeral Type=cardinal Number=singular Case=genitive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sgr----p2 | Numeral Type=cardinal Number=singular Case=genitive Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mc-sgr----p2s | Numeral Type=cardinal Number=singular Case=genitive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sgr----p2p | Numeral Type=cardinal Number=singular Case=genitive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sgr----p3 | Numeral Type=cardinal Number=singular Case=genitive Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mc-sgr----p3s | Numeral Type=cardinal Number=singular Case=genitive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sgr----p3p | Numeral Type=cardinal Number=singular Case=genitive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sgl | Numeral Type=cardinal Number=singular Case=genitive Form=letter | 1 |  |
Mc-sgl------s | Numeral Type=cardinal Number=singular Case=genitive Form=letter Owned_Number=singular | 1 |  |
Mc-sgl------p | Numeral Type=cardinal Number=singular Case=genitive Form=letter Owned_Number=plural | 1 |  |
Mc-sgl----s1 | Numeral Type=cardinal Number=singular Case=genitive Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mc-sgl----s1s | Numeral Type=cardinal Number=singular Case=genitive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sgl----s1p | Numeral Type=cardinal Number=singular Case=genitive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sgl----s2 | Numeral Type=cardinal Number=singular Case=genitive Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mc-sgl----s2s | Numeral Type=cardinal Number=singular Case=genitive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sgl----s2p | Numeral Type=cardinal Number=singular Case=genitive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sgl----s3 | Numeral Type=cardinal Number=singular Case=genitive Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mc-sgl----s3s | Numeral Type=cardinal Number=singular Case=genitive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sgl----s3p | Numeral Type=cardinal Number=singular Case=genitive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sgl----p1 | Numeral Type=cardinal Number=singular Case=genitive Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mc-sgl----p1s | Numeral Type=cardinal Number=singular Case=genitive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sgl----p1p | Numeral Type=cardinal Number=singular Case=genitive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sgl----p2 | Numeral Type=cardinal Number=singular Case=genitive Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mc-sgl----p2s | Numeral Type=cardinal Number=singular Case=genitive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sgl----p2p | Numeral Type=cardinal Number=singular Case=genitive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sgl----p3 | Numeral Type=cardinal Number=singular Case=genitive Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mc-sgl----p3s | Numeral Type=cardinal Number=singular Case=genitive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sgl----p3p | Numeral Type=cardinal Number=singular Case=genitive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sdd | Numeral Type=cardinal Number=singular Case=dative Form=digit | 1 |  |
Mc-sdd------s | Numeral Type=cardinal Number=singular Case=dative Form=digit Owned_Number=singular | 1 |  |
Mc-sdd------p | Numeral Type=cardinal Number=singular Case=dative Form=digit Owned_Number=plural | 1 |  |
Mc-sdd----s1 | Numeral Type=cardinal Number=singular Case=dative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mc-sdd----s1s | Numeral Type=cardinal Number=singular Case=dative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sdd----s1p | Numeral Type=cardinal Number=singular Case=dative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sdd----s2 | Numeral Type=cardinal Number=singular Case=dative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mc-sdd----s2s | Numeral Type=cardinal Number=singular Case=dative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sdd----s2p | Numeral Type=cardinal Number=singular Case=dative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sdd----s3 | Numeral Type=cardinal Number=singular Case=dative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mc-sdd----s3s | Numeral Type=cardinal Number=singular Case=dative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sdd----s3p | Numeral Type=cardinal Number=singular Case=dative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sdd----p1 | Numeral Type=cardinal Number=singular Case=dative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mc-sdd----p1s | Numeral Type=cardinal Number=singular Case=dative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sdd----p1p | Numeral Type=cardinal Number=singular Case=dative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sdd----p2 | Numeral Type=cardinal Number=singular Case=dative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mc-sdd----p2s | Numeral Type=cardinal Number=singular Case=dative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sdd----p2p | Numeral Type=cardinal Number=singular Case=dative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sdd----p3 | Numeral Type=cardinal Number=singular Case=dative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mc-sdd----p3s | Numeral Type=cardinal Number=singular Case=dative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sdd----p3p | Numeral Type=cardinal Number=singular Case=dative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sdr | Numeral Type=cardinal Number=singular Case=dative Form=roman | 1 |  |
Mc-sdr------s | Numeral Type=cardinal Number=singular Case=dative Form=roman Owned_Number=singular | 1 |  |
Mc-sdr------p | Numeral Type=cardinal Number=singular Case=dative Form=roman Owned_Number=plural | 1 |  |
Mc-sdr----s1 | Numeral Type=cardinal Number=singular Case=dative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mc-sdr----s1s | Numeral Type=cardinal Number=singular Case=dative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sdr----s1p | Numeral Type=cardinal Number=singular Case=dative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sdr----s2 | Numeral Type=cardinal Number=singular Case=dative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mc-sdr----s2s | Numeral Type=cardinal Number=singular Case=dative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sdr----s2p | Numeral Type=cardinal Number=singular Case=dative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sdr----s3 | Numeral Type=cardinal Number=singular Case=dative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mc-sdr----s3s | Numeral Type=cardinal Number=singular Case=dative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sdr----s3p | Numeral Type=cardinal Number=singular Case=dative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sdr----p1 | Numeral Type=cardinal Number=singular Case=dative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mc-sdr----p1s | Numeral Type=cardinal Number=singular Case=dative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sdr----p1p | Numeral Type=cardinal Number=singular Case=dative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sdr----p2 | Numeral Type=cardinal Number=singular Case=dative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mc-sdr----p2s | Numeral Type=cardinal Number=singular Case=dative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sdr----p2p | Numeral Type=cardinal Number=singular Case=dative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sdr----p3 | Numeral Type=cardinal Number=singular Case=dative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mc-sdr----p3s | Numeral Type=cardinal Number=singular Case=dative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sdr----p3p | Numeral Type=cardinal Number=singular Case=dative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sdl | Numeral Type=cardinal Number=singular Case=dative Form=letter | 10 | tizediknek/tizedik, ötnek/öt, négynek/négy, kevésnek/kevés, hétnek/hét |
Mc-sdl------s | Numeral Type=cardinal Number=singular Case=dative Form=letter Owned_Number=singular | 2 | egytizedének/egytized, egyének/egy |
Mc-sdl------p | Numeral Type=cardinal Number=singular Case=dative Form=letter Owned_Number=plural | 1 |  |
Mc-sdl----s1 | Numeral Type=cardinal Number=singular Case=dative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mc-sdl----s1s | Numeral Type=cardinal Number=singular Case=dative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sdl----s1p | Numeral Type=cardinal Number=singular Case=dative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sdl----s2 | Numeral Type=cardinal Number=singular Case=dative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mc-sdl----s2s | Numeral Type=cardinal Number=singular Case=dative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sdl----s2p | Numeral Type=cardinal Number=singular Case=dative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sdl----s3 | Numeral Type=cardinal Number=singular Case=dative Form=letter Owner_Number=singular Owner_Person=third | 5 | századának/század, hetének/hét, felének/fél, egytizedének/egytized, egyének/egy |
Mc-sdl----s3s | Numeral Type=cardinal Number=singular Case=dative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sdl----s3p | Numeral Type=cardinal Number=singular Case=dative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sdl----p1 | Numeral Type=cardinal Number=singular Case=dative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mc-sdl----p1s | Numeral Type=cardinal Number=singular Case=dative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sdl----p1p | Numeral Type=cardinal Number=singular Case=dative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sdl----p2 | Numeral Type=cardinal Number=singular Case=dative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mc-sdl----p2s | Numeral Type=cardinal Number=singular Case=dative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sdl----p2p | Numeral Type=cardinal Number=singular Case=dative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sdl----p3 | Numeral Type=cardinal Number=singular Case=dative Form=letter Owner_Number=plural Owner_Person=third | 1 | sokuknak/sok |
Mc-sdl----p3s | Numeral Type=cardinal Number=singular Case=dative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sdl----p3p | Numeral Type=cardinal Number=singular Case=dative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sad | Numeral Type=cardinal Number=singular Case=accusative Form=digit | 1 |  |
Mc-sad------s | Numeral Type=cardinal Number=singular Case=accusative Form=digit Owned_Number=singular | 1 |  |
Mc-sad------p | Numeral Type=cardinal Number=singular Case=accusative Form=digit Owned_Number=plural | 1 |  |
Mc-sad----s1 | Numeral Type=cardinal Number=singular Case=accusative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mc-sad----s1s | Numeral Type=cardinal Number=singular Case=accusative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sad----s1p | Numeral Type=cardinal Number=singular Case=accusative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sad----s2 | Numeral Type=cardinal Number=singular Case=accusative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mc-sad----s2s | Numeral Type=cardinal Number=singular Case=accusative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sad----s2p | Numeral Type=cardinal Number=singular Case=accusative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sad----s3 | Numeral Type=cardinal Number=singular Case=accusative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mc-sad----s3s | Numeral Type=cardinal Number=singular Case=accusative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sad----s3p | Numeral Type=cardinal Number=singular Case=accusative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sad----p1 | Numeral Type=cardinal Number=singular Case=accusative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mc-sad----p1s | Numeral Type=cardinal Number=singular Case=accusative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sad----p1p | Numeral Type=cardinal Number=singular Case=accusative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sad----p2 | Numeral Type=cardinal Number=singular Case=accusative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mc-sad----p2s | Numeral Type=cardinal Number=singular Case=accusative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sad----p2p | Numeral Type=cardinal Number=singular Case=accusative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sad----p3 | Numeral Type=cardinal Number=singular Case=accusative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mc-sad----p3s | Numeral Type=cardinal Number=singular Case=accusative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sad----p3p | Numeral Type=cardinal Number=singular Case=accusative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sar | Numeral Type=cardinal Number=singular Case=accusative Form=roman | 1 |  |
Mc-sar------s | Numeral Type=cardinal Number=singular Case=accusative Form=roman Owned_Number=singular | 1 |  |
Mc-sar------p | Numeral Type=cardinal Number=singular Case=accusative Form=roman Owned_Number=plural | 1 |  |
Mc-sar----s1 | Numeral Type=cardinal Number=singular Case=accusative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mc-sar----s1s | Numeral Type=cardinal Number=singular Case=accusative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sar----s1p | Numeral Type=cardinal Number=singular Case=accusative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sar----s2 | Numeral Type=cardinal Number=singular Case=accusative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mc-sar----s2s | Numeral Type=cardinal Number=singular Case=accusative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sar----s2p | Numeral Type=cardinal Number=singular Case=accusative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sar----s3 | Numeral Type=cardinal Number=singular Case=accusative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mc-sar----s3s | Numeral Type=cardinal Number=singular Case=accusative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sar----s3p | Numeral Type=cardinal Number=singular Case=accusative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sar----p1 | Numeral Type=cardinal Number=singular Case=accusative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mc-sar----p1s | Numeral Type=cardinal Number=singular Case=accusative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sar----p1p | Numeral Type=cardinal Number=singular Case=accusative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sar----p2 | Numeral Type=cardinal Number=singular Case=accusative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mc-sar----p2s | Numeral Type=cardinal Number=singular Case=accusative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sar----p2p | Numeral Type=cardinal Number=singular Case=accusative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sar----p3 | Numeral Type=cardinal Number=singular Case=accusative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mc-sar----p3s | Numeral Type=cardinal Number=singular Case=accusative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sar----p3p | Numeral Type=cardinal Number=singular Case=accusative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sal | Numeral Type=cardinal Number=singular Case=accusative Form=letter | 39 | többet/több, tizenötöt/tizenöt, tizennyolcat/tizennyolc, tizenkettőt/tizenkettő, tizenhármat/tizenhárom |
Mc-sal------s | Numeral Type=cardinal Number=singular Case=accusative Form=letter Owned_Number=singular | 2 | negyedét/negyed, egynegyedét/egynegyed |
Mc-sal------p | Numeral Type=cardinal Number=singular Case=accusative Form=letter Owned_Number=plural | 1 |  |
Mc-sal----s1 | Numeral Type=cardinal Number=singular Case=accusative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mc-sal----s1s | Numeral Type=cardinal Number=singular Case=accusative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sal----s1p | Numeral Type=cardinal Number=singular Case=accusative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sal----s2 | Numeral Type=cardinal Number=singular Case=accusative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mc-sal----s2s | Numeral Type=cardinal Number=singular Case=accusative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sal----s2p | Numeral Type=cardinal Number=singular Case=accusative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sal----s3 | Numeral Type=cardinal Number=singular Case=accusative Form=letter Owner_Number=singular Owner_Person=third | 6 | századát/század, párját/pár, negyedét/negyed, harmadát/harmad, felét/fél |
Mc-sal----s3s | Numeral Type=cardinal Number=singular Case=accusative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sal----s3p | Numeral Type=cardinal Number=singular Case=accusative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sal----p1 | Numeral Type=cardinal Number=singular Case=accusative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mc-sal----p1s | Numeral Type=cardinal Number=singular Case=accusative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sal----p1p | Numeral Type=cardinal Number=singular Case=accusative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sal----p2 | Numeral Type=cardinal Number=singular Case=accusative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mc-sal----p2s | Numeral Type=cardinal Number=singular Case=accusative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sal----p2p | Numeral Type=cardinal Number=singular Case=accusative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sal----p3 | Numeral Type=cardinal Number=singular Case=accusative Form=letter Owner_Number=plural Owner_Person=third | 3 | sokukat/sok, mindkettőjüket/mindkettő, mindhármukat/mindhárom |
Mc-sal----p3s | Numeral Type=cardinal Number=singular Case=accusative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sal----p3p | Numeral Type=cardinal Number=singular Case=accusative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sid | Numeral Type=cardinal Number=singular Case=instrumental Form=digit | 1 |  |
Mc-sid------s | Numeral Type=cardinal Number=singular Case=instrumental Form=digit Owned_Number=singular | 1 |  |
Mc-sid------p | Numeral Type=cardinal Number=singular Case=instrumental Form=digit Owned_Number=plural | 1 |  |
Mc-sid----s1 | Numeral Type=cardinal Number=singular Case=instrumental Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mc-sid----s1s | Numeral Type=cardinal Number=singular Case=instrumental Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sid----s1p | Numeral Type=cardinal Number=singular Case=instrumental Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sid----s2 | Numeral Type=cardinal Number=singular Case=instrumental Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mc-sid----s2s | Numeral Type=cardinal Number=singular Case=instrumental Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sid----s2p | Numeral Type=cardinal Number=singular Case=instrumental Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sid----s3 | Numeral Type=cardinal Number=singular Case=instrumental Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mc-sid----s3s | Numeral Type=cardinal Number=singular Case=instrumental Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sid----s3p | Numeral Type=cardinal Number=singular Case=instrumental Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sid----p1 | Numeral Type=cardinal Number=singular Case=instrumental Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mc-sid----p1s | Numeral Type=cardinal Number=singular Case=instrumental Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sid----p1p | Numeral Type=cardinal Number=singular Case=instrumental Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sid----p2 | Numeral Type=cardinal Number=singular Case=instrumental Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mc-sid----p2s | Numeral Type=cardinal Number=singular Case=instrumental Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sid----p2p | Numeral Type=cardinal Number=singular Case=instrumental Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sid----p3 | Numeral Type=cardinal Number=singular Case=instrumental Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mc-sid----p3s | Numeral Type=cardinal Number=singular Case=instrumental Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sid----p3p | Numeral Type=cardinal Number=singular Case=instrumental Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sir | Numeral Type=cardinal Number=singular Case=instrumental Form=roman | 1 |  |
Mc-sir------s | Numeral Type=cardinal Number=singular Case=instrumental Form=roman Owned_Number=singular | 1 |  |
Mc-sir------p | Numeral Type=cardinal Number=singular Case=instrumental Form=roman Owned_Number=plural | 1 |  |
Mc-sir----s1 | Numeral Type=cardinal Number=singular Case=instrumental Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mc-sir----s1s | Numeral Type=cardinal Number=singular Case=instrumental Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sir----s1p | Numeral Type=cardinal Number=singular Case=instrumental Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sir----s2 | Numeral Type=cardinal Number=singular Case=instrumental Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mc-sir----s2s | Numeral Type=cardinal Number=singular Case=instrumental Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sir----s2p | Numeral Type=cardinal Number=singular Case=instrumental Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sir----s3 | Numeral Type=cardinal Number=singular Case=instrumental Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mc-sir----s3s | Numeral Type=cardinal Number=singular Case=instrumental Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sir----s3p | Numeral Type=cardinal Number=singular Case=instrumental Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sir----p1 | Numeral Type=cardinal Number=singular Case=instrumental Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mc-sir----p1s | Numeral Type=cardinal Number=singular Case=instrumental Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sir----p1p | Numeral Type=cardinal Number=singular Case=instrumental Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sir----p2 | Numeral Type=cardinal Number=singular Case=instrumental Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mc-sir----p2s | Numeral Type=cardinal Number=singular Case=instrumental Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sir----p2p | Numeral Type=cardinal Number=singular Case=instrumental Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sir----p3 | Numeral Type=cardinal Number=singular Case=instrumental Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mc-sir----p3s | Numeral Type=cardinal Number=singular Case=instrumental Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sir----p3p | Numeral Type=cardinal Number=singular Case=instrumental Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sil | Numeral Type=cardinal Number=singular Case=instrumental Form=letter | 14 | többel/több, tízzel/tíz, tizeddel/tized, százzal/száz, sokkal/sok |
Mc-sil------s | Numeral Type=cardinal Number=singular Case=instrumental Form=letter Owned_Number=singular | 3 | tízezrével/tízezer, negyedével/negyed, ezrével/ezer |
Mc-sil------p | Numeral Type=cardinal Number=singular Case=instrumental Form=letter Owned_Number=plural | 1 |  |
Mc-sil----s1 | Numeral Type=cardinal Number=singular Case=instrumental Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mc-sil----s1s | Numeral Type=cardinal Number=singular Case=instrumental Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sil----s1p | Numeral Type=cardinal Number=singular Case=instrumental Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sil----s2 | Numeral Type=cardinal Number=singular Case=instrumental Form=letter Owner_Number=singular Owner_Person=second | 1 | tizeddel/tíz |
Mc-sil----s2s | Numeral Type=cardinal Number=singular Case=instrumental Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sil----s2p | Numeral Type=cardinal Number=singular Case=instrumental Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sil----s3 | Numeral Type=cardinal Number=singular Case=instrumental Form=letter Owner_Number=singular Owner_Person=third | 4 | tízezrével/tízezer, százával/száz, negyedével/negyed, ezrével/ezer |
Mc-sil----s3s | Numeral Type=cardinal Number=singular Case=instrumental Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sil----s3p | Numeral Type=cardinal Number=singular Case=instrumental Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sil----p1 | Numeral Type=cardinal Number=singular Case=instrumental Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mc-sil----p1s | Numeral Type=cardinal Number=singular Case=instrumental Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sil----p1p | Numeral Type=cardinal Number=singular Case=instrumental Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sil----p2 | Numeral Type=cardinal Number=singular Case=instrumental Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mc-sil----p2s | Numeral Type=cardinal Number=singular Case=instrumental Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sil----p2p | Numeral Type=cardinal Number=singular Case=instrumental Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sil----p3 | Numeral Type=cardinal Number=singular Case=instrumental Form=letter Owner_Number=plural Owner_Person=third | 1 | hármukkal/három |
Mc-sil----p3s | Numeral Type=cardinal Number=singular Case=instrumental Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sil----p3p | Numeral Type=cardinal Number=singular Case=instrumental Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sxd | Numeral Type=cardinal Number=singular Case=illative Form=digit | 1 |  |
Mc-sxd------s | Numeral Type=cardinal Number=singular Case=illative Form=digit Owned_Number=singular | 1 |  |
Mc-sxd------p | Numeral Type=cardinal Number=singular Case=illative Form=digit Owned_Number=plural | 1 |  |
Mc-sxd----s1 | Numeral Type=cardinal Number=singular Case=illative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mc-sxd----s1s | Numeral Type=cardinal Number=singular Case=illative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sxd----s1p | Numeral Type=cardinal Number=singular Case=illative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sxd----s2 | Numeral Type=cardinal Number=singular Case=illative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mc-sxd----s2s | Numeral Type=cardinal Number=singular Case=illative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sxd----s2p | Numeral Type=cardinal Number=singular Case=illative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sxd----s3 | Numeral Type=cardinal Number=singular Case=illative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mc-sxd----s3s | Numeral Type=cardinal Number=singular Case=illative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sxd----s3p | Numeral Type=cardinal Number=singular Case=illative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sxd----p1 | Numeral Type=cardinal Number=singular Case=illative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mc-sxd----p1s | Numeral Type=cardinal Number=singular Case=illative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sxd----p1p | Numeral Type=cardinal Number=singular Case=illative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sxd----p2 | Numeral Type=cardinal Number=singular Case=illative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mc-sxd----p2s | Numeral Type=cardinal Number=singular Case=illative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sxd----p2p | Numeral Type=cardinal Number=singular Case=illative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sxd----p3 | Numeral Type=cardinal Number=singular Case=illative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mc-sxd----p3s | Numeral Type=cardinal Number=singular Case=illative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sxd----p3p | Numeral Type=cardinal Number=singular Case=illative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sxr | Numeral Type=cardinal Number=singular Case=illative Form=roman | 1 |  |
Mc-sxr------s | Numeral Type=cardinal Number=singular Case=illative Form=roman Owned_Number=singular | 1 |  |
Mc-sxr------p | Numeral Type=cardinal Number=singular Case=illative Form=roman Owned_Number=plural | 1 |  |
Mc-sxr----s1 | Numeral Type=cardinal Number=singular Case=illative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mc-sxr----s1s | Numeral Type=cardinal Number=singular Case=illative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sxr----s1p | Numeral Type=cardinal Number=singular Case=illative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sxr----s2 | Numeral Type=cardinal Number=singular Case=illative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mc-sxr----s2s | Numeral Type=cardinal Number=singular Case=illative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sxr----s2p | Numeral Type=cardinal Number=singular Case=illative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sxr----s3 | Numeral Type=cardinal Number=singular Case=illative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mc-sxr----s3s | Numeral Type=cardinal Number=singular Case=illative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sxr----s3p | Numeral Type=cardinal Number=singular Case=illative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sxr----p1 | Numeral Type=cardinal Number=singular Case=illative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mc-sxr----p1s | Numeral Type=cardinal Number=singular Case=illative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sxr----p1p | Numeral Type=cardinal Number=singular Case=illative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sxr----p2 | Numeral Type=cardinal Number=singular Case=illative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mc-sxr----p2s | Numeral Type=cardinal Number=singular Case=illative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sxr----p2p | Numeral Type=cardinal Number=singular Case=illative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sxr----p3 | Numeral Type=cardinal Number=singular Case=illative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mc-sxr----p3s | Numeral Type=cardinal Number=singular Case=illative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sxr----p3p | Numeral Type=cardinal Number=singular Case=illative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sxl | Numeral Type=cardinal Number=singular Case=illative Form=letter | 7 | többe/több, tengerbe/tenger, sokba/sok, millióba/millió, másodikba/második |
Mc-sxl------s | Numeral Type=cardinal Number=singular Case=illative Form=letter Owned_Number=singular | 1 |  |
Mc-sxl------p | Numeral Type=cardinal Number=singular Case=illative Form=letter Owned_Number=plural | 1 |  |
Mc-sxl----s1 | Numeral Type=cardinal Number=singular Case=illative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mc-sxl----s1s | Numeral Type=cardinal Number=singular Case=illative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sxl----s1p | Numeral Type=cardinal Number=singular Case=illative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sxl----s2 | Numeral Type=cardinal Number=singular Case=illative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mc-sxl----s2s | Numeral Type=cardinal Number=singular Case=illative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sxl----s2p | Numeral Type=cardinal Number=singular Case=illative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sxl----s3 | Numeral Type=cardinal Number=singular Case=illative Form=letter Owner_Number=singular Owner_Person=third | 1 | felébe/fél |
Mc-sxl----s3s | Numeral Type=cardinal Number=singular Case=illative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sxl----s3p | Numeral Type=cardinal Number=singular Case=illative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sxl----p1 | Numeral Type=cardinal Number=singular Case=illative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mc-sxl----p1s | Numeral Type=cardinal Number=singular Case=illative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sxl----p1p | Numeral Type=cardinal Number=singular Case=illative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sxl----p2 | Numeral Type=cardinal Number=singular Case=illative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mc-sxl----p2s | Numeral Type=cardinal Number=singular Case=illative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sxl----p2p | Numeral Type=cardinal Number=singular Case=illative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sxl----p3 | Numeral Type=cardinal Number=singular Case=illative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mc-sxl----p3s | Numeral Type=cardinal Number=singular Case=illative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sxl----p3p | Numeral Type=cardinal Number=singular Case=illative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-s2d | Numeral Type=cardinal Number=singular Case=inessive Form=digit | 7 | 1984-ben/1984, 1973-ben/1973, 1965-ben/1965, 1945-ben/1945, 1944-ben/1944 |
Mc-s2d------s | Numeral Type=cardinal Number=singular Case=inessive Form=digit Owned_Number=singular | 1 |  |
Mc-s2d------p | Numeral Type=cardinal Number=singular Case=inessive Form=digit Owned_Number=plural | 1 |  |
Mc-s2d----s1 | Numeral Type=cardinal Number=singular Case=inessive Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mc-s2d----s1s | Numeral Type=cardinal Number=singular Case=inessive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-s2d----s1p | Numeral Type=cardinal Number=singular Case=inessive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-s2d----s2 | Numeral Type=cardinal Number=singular Case=inessive Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mc-s2d----s2s | Numeral Type=cardinal Number=singular Case=inessive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-s2d----s2p | Numeral Type=cardinal Number=singular Case=inessive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-s2d----s3 | Numeral Type=cardinal Number=singular Case=inessive Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mc-s2d----s3s | Numeral Type=cardinal Number=singular Case=inessive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-s2d----s3p | Numeral Type=cardinal Number=singular Case=inessive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-s2d----p1 | Numeral Type=cardinal Number=singular Case=inessive Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mc-s2d----p1s | Numeral Type=cardinal Number=singular Case=inessive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-s2d----p1p | Numeral Type=cardinal Number=singular Case=inessive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-s2d----p2 | Numeral Type=cardinal Number=singular Case=inessive Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mc-s2d----p2s | Numeral Type=cardinal Number=singular Case=inessive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-s2d----p2p | Numeral Type=cardinal Number=singular Case=inessive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-s2d----p3 | Numeral Type=cardinal Number=singular Case=inessive Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mc-s2d----p3s | Numeral Type=cardinal Number=singular Case=inessive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-s2d----p3p | Numeral Type=cardinal Number=singular Case=inessive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-s2r | Numeral Type=cardinal Number=singular Case=inessive Form=roman | 1 |  |
Mc-s2r------s | Numeral Type=cardinal Number=singular Case=inessive Form=roman Owned_Number=singular | 1 |  |
Mc-s2r------p | Numeral Type=cardinal Number=singular Case=inessive Form=roman Owned_Number=plural | 1 |  |
Mc-s2r----s1 | Numeral Type=cardinal Number=singular Case=inessive Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mc-s2r----s1s | Numeral Type=cardinal Number=singular Case=inessive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-s2r----s1p | Numeral Type=cardinal Number=singular Case=inessive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-s2r----s2 | Numeral Type=cardinal Number=singular Case=inessive Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mc-s2r----s2s | Numeral Type=cardinal Number=singular Case=inessive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-s2r----s2p | Numeral Type=cardinal Number=singular Case=inessive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-s2r----s3 | Numeral Type=cardinal Number=singular Case=inessive Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mc-s2r----s3s | Numeral Type=cardinal Number=singular Case=inessive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-s2r----s3p | Numeral Type=cardinal Number=singular Case=inessive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-s2r----p1 | Numeral Type=cardinal Number=singular Case=inessive Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mc-s2r----p1s | Numeral Type=cardinal Number=singular Case=inessive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-s2r----p1p | Numeral Type=cardinal Number=singular Case=inessive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-s2r----p2 | Numeral Type=cardinal Number=singular Case=inessive Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mc-s2r----p2s | Numeral Type=cardinal Number=singular Case=inessive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-s2r----p2p | Numeral Type=cardinal Number=singular Case=inessive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-s2r----p3 | Numeral Type=cardinal Number=singular Case=inessive Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mc-s2r----p3s | Numeral Type=cardinal Number=singular Case=inessive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-s2r----p3p | Numeral Type=cardinal Number=singular Case=inessive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-s2l | Numeral Type=cardinal Number=singular Case=inessive Form=letter | 13 | többen/több, tizenkilencben/tizenkilenc, században/század, párban/pár, nyolcban/nyolc |
Mc-s2l------s | Numeral Type=cardinal Number=singular Case=inessive Form=letter Owned_Number=singular | 1 | negyedében/negyed |
Mc-s2l------p | Numeral Type=cardinal Number=singular Case=inessive Form=letter Owned_Number=plural | 1 |  |
Mc-s2l----s1 | Numeral Type=cardinal Number=singular Case=inessive Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mc-s2l----s1s | Numeral Type=cardinal Number=singular Case=inessive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-s2l----s1p | Numeral Type=cardinal Number=singular Case=inessive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-s2l----s2 | Numeral Type=cardinal Number=singular Case=inessive Form=letter Owner_Number=singular Owner_Person=second | 1 | században/száz |
Mc-s2l----s2s | Numeral Type=cardinal Number=singular Case=inessive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-s2l----s2p | Numeral Type=cardinal Number=singular Case=inessive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-s2l----s3 | Numeral Type=cardinal Number=singular Case=inessive Form=letter Owner_Number=singular Owner_Person=third | 4 | negyedében/negyed, hetében/hét, harmadában/harmad, felében/fél |
Mc-s2l----s3s | Numeral Type=cardinal Number=singular Case=inessive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-s2l----s3p | Numeral Type=cardinal Number=singular Case=inessive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-s2l----p1 | Numeral Type=cardinal Number=singular Case=inessive Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mc-s2l----p1s | Numeral Type=cardinal Number=singular Case=inessive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-s2l----p1p | Numeral Type=cardinal Number=singular Case=inessive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-s2l----p2 | Numeral Type=cardinal Number=singular Case=inessive Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mc-s2l----p2s | Numeral Type=cardinal Number=singular Case=inessive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-s2l----p2p | Numeral Type=cardinal Number=singular Case=inessive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-s2l----p3 | Numeral Type=cardinal Number=singular Case=inessive Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mc-s2l----p3s | Numeral Type=cardinal Number=singular Case=inessive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-s2l----p3p | Numeral Type=cardinal Number=singular Case=inessive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sed | Numeral Type=cardinal Number=singular Case=elative Form=digit | 1 |  |
Mc-sed------s | Numeral Type=cardinal Number=singular Case=elative Form=digit Owned_Number=singular | 1 |  |
Mc-sed------p | Numeral Type=cardinal Number=singular Case=elative Form=digit Owned_Number=plural | 1 |  |
Mc-sed----s1 | Numeral Type=cardinal Number=singular Case=elative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mc-sed----s1s | Numeral Type=cardinal Number=singular Case=elative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sed----s1p | Numeral Type=cardinal Number=singular Case=elative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sed----s2 | Numeral Type=cardinal Number=singular Case=elative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mc-sed----s2s | Numeral Type=cardinal Number=singular Case=elative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sed----s2p | Numeral Type=cardinal Number=singular Case=elative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sed----s3 | Numeral Type=cardinal Number=singular Case=elative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mc-sed----s3s | Numeral Type=cardinal Number=singular Case=elative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sed----s3p | Numeral Type=cardinal Number=singular Case=elative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sed----p1 | Numeral Type=cardinal Number=singular Case=elative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mc-sed----p1s | Numeral Type=cardinal Number=singular Case=elative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sed----p1p | Numeral Type=cardinal Number=singular Case=elative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sed----p2 | Numeral Type=cardinal Number=singular Case=elative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mc-sed----p2s | Numeral Type=cardinal Number=singular Case=elative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sed----p2p | Numeral Type=cardinal Number=singular Case=elative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sed----p3 | Numeral Type=cardinal Number=singular Case=elative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mc-sed----p3s | Numeral Type=cardinal Number=singular Case=elative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sed----p3p | Numeral Type=cardinal Number=singular Case=elative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-ser | Numeral Type=cardinal Number=singular Case=elative Form=roman | 1 |  |
Mc-ser------s | Numeral Type=cardinal Number=singular Case=elative Form=roman Owned_Number=singular | 1 |  |
Mc-ser------p | Numeral Type=cardinal Number=singular Case=elative Form=roman Owned_Number=plural | 1 |  |
Mc-ser----s1 | Numeral Type=cardinal Number=singular Case=elative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mc-ser----s1s | Numeral Type=cardinal Number=singular Case=elative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-ser----s1p | Numeral Type=cardinal Number=singular Case=elative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-ser----s2 | Numeral Type=cardinal Number=singular Case=elative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mc-ser----s2s | Numeral Type=cardinal Number=singular Case=elative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-ser----s2p | Numeral Type=cardinal Number=singular Case=elative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-ser----s3 | Numeral Type=cardinal Number=singular Case=elative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mc-ser----s3s | Numeral Type=cardinal Number=singular Case=elative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-ser----s3p | Numeral Type=cardinal Number=singular Case=elative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-ser----p1 | Numeral Type=cardinal Number=singular Case=elative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mc-ser----p1s | Numeral Type=cardinal Number=singular Case=elative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-ser----p1p | Numeral Type=cardinal Number=singular Case=elative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-ser----p2 | Numeral Type=cardinal Number=singular Case=elative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mc-ser----p2s | Numeral Type=cardinal Number=singular Case=elative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-ser----p2p | Numeral Type=cardinal Number=singular Case=elative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-ser----p3 | Numeral Type=cardinal Number=singular Case=elative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mc-ser----p3s | Numeral Type=cardinal Number=singular Case=elative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-ser----p3p | Numeral Type=cardinal Number=singular Case=elative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sel | Numeral Type=cardinal Number=singular Case=elative Form=letter | 9 | tizenötből/tizenöt, századból/század, ötvenből/ötven, mindkettőből/mindkettő, másodikból/második |
Mc-sel------s | Numeral Type=cardinal Number=singular Case=elative Form=letter Owned_Number=singular | 1 |  |
Mc-sel------p | Numeral Type=cardinal Number=singular Case=elative Form=letter Owned_Number=plural | 1 |  |
Mc-sel----s1 | Numeral Type=cardinal Number=singular Case=elative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mc-sel----s1s | Numeral Type=cardinal Number=singular Case=elative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sel----s1p | Numeral Type=cardinal Number=singular Case=elative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sel----s2 | Numeral Type=cardinal Number=singular Case=elative Form=letter Owner_Number=singular Owner_Person=second | 1 | századból/száz |
Mc-sel----s2s | Numeral Type=cardinal Number=singular Case=elative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sel----s2p | Numeral Type=cardinal Number=singular Case=elative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sel----s3 | Numeral Type=cardinal Number=singular Case=elative Form=letter Owner_Number=singular Owner_Person=third | 1 | feléből/fél |
Mc-sel----s3s | Numeral Type=cardinal Number=singular Case=elative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sel----s3p | Numeral Type=cardinal Number=singular Case=elative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sel----p1 | Numeral Type=cardinal Number=singular Case=elative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mc-sel----p1s | Numeral Type=cardinal Number=singular Case=elative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sel----p1p | Numeral Type=cardinal Number=singular Case=elative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sel----p2 | Numeral Type=cardinal Number=singular Case=elative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mc-sel----p2s | Numeral Type=cardinal Number=singular Case=elative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sel----p2p | Numeral Type=cardinal Number=singular Case=elative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sel----p3 | Numeral Type=cardinal Number=singular Case=elative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mc-sel----p3s | Numeral Type=cardinal Number=singular Case=elative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sel----p3p | Numeral Type=cardinal Number=singular Case=elative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-std | Numeral Type=cardinal Number=singular Case=allative Form=digit | 1 |  |
Mc-std------s | Numeral Type=cardinal Number=singular Case=allative Form=digit Owned_Number=singular | 1 |  |
Mc-std------p | Numeral Type=cardinal Number=singular Case=allative Form=digit Owned_Number=plural | 1 |  |
Mc-std----s1 | Numeral Type=cardinal Number=singular Case=allative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mc-std----s1s | Numeral Type=cardinal Number=singular Case=allative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-std----s1p | Numeral Type=cardinal Number=singular Case=allative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-std----s2 | Numeral Type=cardinal Number=singular Case=allative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mc-std----s2s | Numeral Type=cardinal Number=singular Case=allative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-std----s2p | Numeral Type=cardinal Number=singular Case=allative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-std----s3 | Numeral Type=cardinal Number=singular Case=allative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mc-std----s3s | Numeral Type=cardinal Number=singular Case=allative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-std----s3p | Numeral Type=cardinal Number=singular Case=allative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-std----p1 | Numeral Type=cardinal Number=singular Case=allative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mc-std----p1s | Numeral Type=cardinal Number=singular Case=allative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-std----p1p | Numeral Type=cardinal Number=singular Case=allative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-std----p2 | Numeral Type=cardinal Number=singular Case=allative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mc-std----p2s | Numeral Type=cardinal Number=singular Case=allative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-std----p2p | Numeral Type=cardinal Number=singular Case=allative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-std----p3 | Numeral Type=cardinal Number=singular Case=allative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mc-std----p3s | Numeral Type=cardinal Number=singular Case=allative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-std----p3p | Numeral Type=cardinal Number=singular Case=allative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-str | Numeral Type=cardinal Number=singular Case=allative Form=roman | 1 |  |
Mc-str------s | Numeral Type=cardinal Number=singular Case=allative Form=roman Owned_Number=singular | 1 |  |
Mc-str------p | Numeral Type=cardinal Number=singular Case=allative Form=roman Owned_Number=plural | 1 |  |
Mc-str----s1 | Numeral Type=cardinal Number=singular Case=allative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mc-str----s1s | Numeral Type=cardinal Number=singular Case=allative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-str----s1p | Numeral Type=cardinal Number=singular Case=allative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-str----s2 | Numeral Type=cardinal Number=singular Case=allative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mc-str----s2s | Numeral Type=cardinal Number=singular Case=allative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-str----s2p | Numeral Type=cardinal Number=singular Case=allative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-str----s3 | Numeral Type=cardinal Number=singular Case=allative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mc-str----s3s | Numeral Type=cardinal Number=singular Case=allative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-str----s3p | Numeral Type=cardinal Number=singular Case=allative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-str----p1 | Numeral Type=cardinal Number=singular Case=allative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mc-str----p1s | Numeral Type=cardinal Number=singular Case=allative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-str----p1p | Numeral Type=cardinal Number=singular Case=allative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-str----p2 | Numeral Type=cardinal Number=singular Case=allative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mc-str----p2s | Numeral Type=cardinal Number=singular Case=allative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-str----p2p | Numeral Type=cardinal Number=singular Case=allative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-str----p3 | Numeral Type=cardinal Number=singular Case=allative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mc-str----p3s | Numeral Type=cardinal Number=singular Case=allative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-str----p3p | Numeral Type=cardinal Number=singular Case=allative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-stl | Numeral Type=cardinal Number=singular Case=allative Form=letter | 1 | ezerhez/ezer |
Mc-stl------s | Numeral Type=cardinal Number=singular Case=allative Form=letter Owned_Number=singular | 1 |  |
Mc-stl------p | Numeral Type=cardinal Number=singular Case=allative Form=letter Owned_Number=plural | 1 |  |
Mc-stl----s1 | Numeral Type=cardinal Number=singular Case=allative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mc-stl----s1s | Numeral Type=cardinal Number=singular Case=allative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-stl----s1p | Numeral Type=cardinal Number=singular Case=allative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-stl----s2 | Numeral Type=cardinal Number=singular Case=allative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mc-stl----s2s | Numeral Type=cardinal Number=singular Case=allative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-stl----s2p | Numeral Type=cardinal Number=singular Case=allative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-stl----s3 | Numeral Type=cardinal Number=singular Case=allative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mc-stl----s3s | Numeral Type=cardinal Number=singular Case=allative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-stl----s3p | Numeral Type=cardinal Number=singular Case=allative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-stl----p1 | Numeral Type=cardinal Number=singular Case=allative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mc-stl----p1s | Numeral Type=cardinal Number=singular Case=allative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-stl----p1p | Numeral Type=cardinal Number=singular Case=allative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-stl----p2 | Numeral Type=cardinal Number=singular Case=allative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mc-stl----p2s | Numeral Type=cardinal Number=singular Case=allative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-stl----p2p | Numeral Type=cardinal Number=singular Case=allative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-stl----p3 | Numeral Type=cardinal Number=singular Case=allative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mc-stl----p3s | Numeral Type=cardinal Number=singular Case=allative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-stl----p3p | Numeral Type=cardinal Number=singular Case=allative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-s3d | Numeral Type=cardinal Number=singular Case=adessive Form=digit | 1 |  |
Mc-s3d------s | Numeral Type=cardinal Number=singular Case=adessive Form=digit Owned_Number=singular | 1 |  |
Mc-s3d------p | Numeral Type=cardinal Number=singular Case=adessive Form=digit Owned_Number=plural | 1 |  |
Mc-s3d----s1 | Numeral Type=cardinal Number=singular Case=adessive Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mc-s3d----s1s | Numeral Type=cardinal Number=singular Case=adessive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-s3d----s1p | Numeral Type=cardinal Number=singular Case=adessive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-s3d----s2 | Numeral Type=cardinal Number=singular Case=adessive Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mc-s3d----s2s | Numeral Type=cardinal Number=singular Case=adessive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-s3d----s2p | Numeral Type=cardinal Number=singular Case=adessive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-s3d----s3 | Numeral Type=cardinal Number=singular Case=adessive Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mc-s3d----s3s | Numeral Type=cardinal Number=singular Case=adessive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-s3d----s3p | Numeral Type=cardinal Number=singular Case=adessive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-s3d----p1 | Numeral Type=cardinal Number=singular Case=adessive Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mc-s3d----p1s | Numeral Type=cardinal Number=singular Case=adessive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-s3d----p1p | Numeral Type=cardinal Number=singular Case=adessive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-s3d----p2 | Numeral Type=cardinal Number=singular Case=adessive Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mc-s3d----p2s | Numeral Type=cardinal Number=singular Case=adessive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-s3d----p2p | Numeral Type=cardinal Number=singular Case=adessive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-s3d----p3 | Numeral Type=cardinal Number=singular Case=adessive Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mc-s3d----p3s | Numeral Type=cardinal Number=singular Case=adessive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-s3d----p3p | Numeral Type=cardinal Number=singular Case=adessive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-s3r | Numeral Type=cardinal Number=singular Case=adessive Form=roman | 1 |  |
Mc-s3r------s | Numeral Type=cardinal Number=singular Case=adessive Form=roman Owned_Number=singular | 1 |  |
Mc-s3r------p | Numeral Type=cardinal Number=singular Case=adessive Form=roman Owned_Number=plural | 1 |  |
Mc-s3r----s1 | Numeral Type=cardinal Number=singular Case=adessive Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mc-s3r----s1s | Numeral Type=cardinal Number=singular Case=adessive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-s3r----s1p | Numeral Type=cardinal Number=singular Case=adessive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-s3r----s2 | Numeral Type=cardinal Number=singular Case=adessive Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mc-s3r----s2s | Numeral Type=cardinal Number=singular Case=adessive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-s3r----s2p | Numeral Type=cardinal Number=singular Case=adessive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-s3r----s3 | Numeral Type=cardinal Number=singular Case=adessive Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mc-s3r----s3s | Numeral Type=cardinal Number=singular Case=adessive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-s3r----s3p | Numeral Type=cardinal Number=singular Case=adessive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-s3r----p1 | Numeral Type=cardinal Number=singular Case=adessive Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mc-s3r----p1s | Numeral Type=cardinal Number=singular Case=adessive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-s3r----p1p | Numeral Type=cardinal Number=singular Case=adessive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-s3r----p2 | Numeral Type=cardinal Number=singular Case=adessive Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mc-s3r----p2s | Numeral Type=cardinal Number=singular Case=adessive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-s3r----p2p | Numeral Type=cardinal Number=singular Case=adessive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-s3r----p3 | Numeral Type=cardinal Number=singular Case=adessive Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mc-s3r----p3s | Numeral Type=cardinal Number=singular Case=adessive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-s3r----p3p | Numeral Type=cardinal Number=singular Case=adessive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-s3l | Numeral Type=cardinal Number=singular Case=adessive Form=letter | 6 | negyvennél/negyven, milliónál/millió, kettőnél/kettő, húsznál/húsz, hétnél/hét |
Mc-s3l------s | Numeral Type=cardinal Number=singular Case=adessive Form=letter Owned_Number=singular | 1 |  |
Mc-s3l------p | Numeral Type=cardinal Number=singular Case=adessive Form=letter Owned_Number=plural | 1 |  |
Mc-s3l----s1 | Numeral Type=cardinal Number=singular Case=adessive Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mc-s3l----s1s | Numeral Type=cardinal Number=singular Case=adessive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-s3l----s1p | Numeral Type=cardinal Number=singular Case=adessive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-s3l----s2 | Numeral Type=cardinal Number=singular Case=adessive Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mc-s3l----s2s | Numeral Type=cardinal Number=singular Case=adessive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-s3l----s2p | Numeral Type=cardinal Number=singular Case=adessive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-s3l----s3 | Numeral Type=cardinal Number=singular Case=adessive Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mc-s3l----s3s | Numeral Type=cardinal Number=singular Case=adessive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-s3l----s3p | Numeral Type=cardinal Number=singular Case=adessive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-s3l----p1 | Numeral Type=cardinal Number=singular Case=adessive Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mc-s3l----p1s | Numeral Type=cardinal Number=singular Case=adessive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-s3l----p1p | Numeral Type=cardinal Number=singular Case=adessive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-s3l----p2 | Numeral Type=cardinal Number=singular Case=adessive Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mc-s3l----p2s | Numeral Type=cardinal Number=singular Case=adessive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-s3l----p2p | Numeral Type=cardinal Number=singular Case=adessive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-s3l----p3 | Numeral Type=cardinal Number=singular Case=adessive Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mc-s3l----p3s | Numeral Type=cardinal Number=singular Case=adessive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-s3l----p3p | Numeral Type=cardinal Number=singular Case=adessive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sbd | Numeral Type=cardinal Number=singular Case=ablative Form=digit | 2 | 2050-től/2050, 1900-tól/1900 |
Mc-sbd------s | Numeral Type=cardinal Number=singular Case=ablative Form=digit Owned_Number=singular | 1 |  |
Mc-sbd------p | Numeral Type=cardinal Number=singular Case=ablative Form=digit Owned_Number=plural | 1 |  |
Mc-sbd----s1 | Numeral Type=cardinal Number=singular Case=ablative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mc-sbd----s1s | Numeral Type=cardinal Number=singular Case=ablative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sbd----s1p | Numeral Type=cardinal Number=singular Case=ablative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sbd----s2 | Numeral Type=cardinal Number=singular Case=ablative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mc-sbd----s2s | Numeral Type=cardinal Number=singular Case=ablative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sbd----s2p | Numeral Type=cardinal Number=singular Case=ablative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sbd----s3 | Numeral Type=cardinal Number=singular Case=ablative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mc-sbd----s3s | Numeral Type=cardinal Number=singular Case=ablative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sbd----s3p | Numeral Type=cardinal Number=singular Case=ablative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sbd----p1 | Numeral Type=cardinal Number=singular Case=ablative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mc-sbd----p1s | Numeral Type=cardinal Number=singular Case=ablative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sbd----p1p | Numeral Type=cardinal Number=singular Case=ablative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sbd----p2 | Numeral Type=cardinal Number=singular Case=ablative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mc-sbd----p2s | Numeral Type=cardinal Number=singular Case=ablative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sbd----p2p | Numeral Type=cardinal Number=singular Case=ablative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sbd----p3 | Numeral Type=cardinal Number=singular Case=ablative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mc-sbd----p3s | Numeral Type=cardinal Number=singular Case=ablative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sbd----p3p | Numeral Type=cardinal Number=singular Case=ablative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sbr | Numeral Type=cardinal Number=singular Case=ablative Form=roman | 1 |  |
Mc-sbr------s | Numeral Type=cardinal Number=singular Case=ablative Form=roman Owned_Number=singular | 1 |  |
Mc-sbr------p | Numeral Type=cardinal Number=singular Case=ablative Form=roman Owned_Number=plural | 1 |  |
Mc-sbr----s1 | Numeral Type=cardinal Number=singular Case=ablative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mc-sbr----s1s | Numeral Type=cardinal Number=singular Case=ablative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sbr----s1p | Numeral Type=cardinal Number=singular Case=ablative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sbr----s2 | Numeral Type=cardinal Number=singular Case=ablative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mc-sbr----s2s | Numeral Type=cardinal Number=singular Case=ablative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sbr----s2p | Numeral Type=cardinal Number=singular Case=ablative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sbr----s3 | Numeral Type=cardinal Number=singular Case=ablative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mc-sbr----s3s | Numeral Type=cardinal Number=singular Case=ablative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sbr----s3p | Numeral Type=cardinal Number=singular Case=ablative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sbr----p1 | Numeral Type=cardinal Number=singular Case=ablative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mc-sbr----p1s | Numeral Type=cardinal Number=singular Case=ablative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sbr----p1p | Numeral Type=cardinal Number=singular Case=ablative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sbr----p2 | Numeral Type=cardinal Number=singular Case=ablative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mc-sbr----p2s | Numeral Type=cardinal Number=singular Case=ablative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sbr----p2p | Numeral Type=cardinal Number=singular Case=ablative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sbr----p3 | Numeral Type=cardinal Number=singular Case=ablative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mc-sbr----p3s | Numeral Type=cardinal Number=singular Case=ablative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sbr----p3p | Numeral Type=cardinal Number=singular Case=ablative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sbl | Numeral Type=cardinal Number=singular Case=ablative Form=letter | 5 | tengertől/tenger, kettőtől/kettő, héttől/hét, harminctól/harminc, egytől/egy |
Mc-sbl------s | Numeral Type=cardinal Number=singular Case=ablative Form=letter Owned_Number=singular | 1 |  |
Mc-sbl------p | Numeral Type=cardinal Number=singular Case=ablative Form=letter Owned_Number=plural | 1 |  |
Mc-sbl----s1 | Numeral Type=cardinal Number=singular Case=ablative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mc-sbl----s1s | Numeral Type=cardinal Number=singular Case=ablative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sbl----s1p | Numeral Type=cardinal Number=singular Case=ablative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sbl----s2 | Numeral Type=cardinal Number=singular Case=ablative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mc-sbl----s2s | Numeral Type=cardinal Number=singular Case=ablative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sbl----s2p | Numeral Type=cardinal Number=singular Case=ablative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sbl----s3 | Numeral Type=cardinal Number=singular Case=ablative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mc-sbl----s3s | Numeral Type=cardinal Number=singular Case=ablative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sbl----s3p | Numeral Type=cardinal Number=singular Case=ablative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sbl----p1 | Numeral Type=cardinal Number=singular Case=ablative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mc-sbl----p1s | Numeral Type=cardinal Number=singular Case=ablative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sbl----p1p | Numeral Type=cardinal Number=singular Case=ablative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sbl----p2 | Numeral Type=cardinal Number=singular Case=ablative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mc-sbl----p2s | Numeral Type=cardinal Number=singular Case=ablative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sbl----p2p | Numeral Type=cardinal Number=singular Case=ablative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sbl----p3 | Numeral Type=cardinal Number=singular Case=ablative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mc-sbl----p3s | Numeral Type=cardinal Number=singular Case=ablative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sbl----p3p | Numeral Type=cardinal Number=singular Case=ablative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-s9d | Numeral Type=cardinal Number=singular Case=terminative Form=digit | 1 | 2050-ig/2050 |
Mc-s9d------s | Numeral Type=cardinal Number=singular Case=terminative Form=digit Owned_Number=singular | 1 |  |
Mc-s9d------p | Numeral Type=cardinal Number=singular Case=terminative Form=digit Owned_Number=plural | 1 |  |
Mc-s9d----s1 | Numeral Type=cardinal Number=singular Case=terminative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mc-s9d----s1s | Numeral Type=cardinal Number=singular Case=terminative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-s9d----s1p | Numeral Type=cardinal Number=singular Case=terminative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-s9d----s2 | Numeral Type=cardinal Number=singular Case=terminative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mc-s9d----s2s | Numeral Type=cardinal Number=singular Case=terminative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-s9d----s2p | Numeral Type=cardinal Number=singular Case=terminative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-s9d----s3 | Numeral Type=cardinal Number=singular Case=terminative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mc-s9d----s3s | Numeral Type=cardinal Number=singular Case=terminative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-s9d----s3p | Numeral Type=cardinal Number=singular Case=terminative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-s9d----p1 | Numeral Type=cardinal Number=singular Case=terminative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mc-s9d----p1s | Numeral Type=cardinal Number=singular Case=terminative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-s9d----p1p | Numeral Type=cardinal Number=singular Case=terminative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-s9d----p2 | Numeral Type=cardinal Number=singular Case=terminative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mc-s9d----p2s | Numeral Type=cardinal Number=singular Case=terminative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-s9d----p2p | Numeral Type=cardinal Number=singular Case=terminative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-s9d----p3 | Numeral Type=cardinal Number=singular Case=terminative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mc-s9d----p3s | Numeral Type=cardinal Number=singular Case=terminative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-s9d----p3p | Numeral Type=cardinal Number=singular Case=terminative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-s9r | Numeral Type=cardinal Number=singular Case=terminative Form=roman | 1 |  |
Mc-s9r------s | Numeral Type=cardinal Number=singular Case=terminative Form=roman Owned_Number=singular | 1 |  |
Mc-s9r------p | Numeral Type=cardinal Number=singular Case=terminative Form=roman Owned_Number=plural | 1 |  |
Mc-s9r----s1 | Numeral Type=cardinal Number=singular Case=terminative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mc-s9r----s1s | Numeral Type=cardinal Number=singular Case=terminative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-s9r----s1p | Numeral Type=cardinal Number=singular Case=terminative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-s9r----s2 | Numeral Type=cardinal Number=singular Case=terminative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mc-s9r----s2s | Numeral Type=cardinal Number=singular Case=terminative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-s9r----s2p | Numeral Type=cardinal Number=singular Case=terminative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-s9r----s3 | Numeral Type=cardinal Number=singular Case=terminative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mc-s9r----s3s | Numeral Type=cardinal Number=singular Case=terminative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-s9r----s3p | Numeral Type=cardinal Number=singular Case=terminative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-s9r----p1 | Numeral Type=cardinal Number=singular Case=terminative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mc-s9r----p1s | Numeral Type=cardinal Number=singular Case=terminative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-s9r----p1p | Numeral Type=cardinal Number=singular Case=terminative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-s9r----p2 | Numeral Type=cardinal Number=singular Case=terminative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mc-s9r----p2s | Numeral Type=cardinal Number=singular Case=terminative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-s9r----p2p | Numeral Type=cardinal Number=singular Case=terminative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-s9r----p3 | Numeral Type=cardinal Number=singular Case=terminative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mc-s9r----p3s | Numeral Type=cardinal Number=singular Case=terminative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-s9r----p3p | Numeral Type=cardinal Number=singular Case=terminative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-s9l | Numeral Type=cardinal Number=singular Case=terminative Form=letter | 6 | százig/száz, negyvenig/negyven, hétig/hét, félig/fél, egytől-egyig |
Mc-s9l------s | Numeral Type=cardinal Number=singular Case=terminative Form=letter Owned_Number=singular | 1 |  |
Mc-s9l------p | Numeral Type=cardinal Number=singular Case=terminative Form=letter Owned_Number=plural | 1 |  |
Mc-s9l----s1 | Numeral Type=cardinal Number=singular Case=terminative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mc-s9l----s1s | Numeral Type=cardinal Number=singular Case=terminative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-s9l----s1p | Numeral Type=cardinal Number=singular Case=terminative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-s9l----s2 | Numeral Type=cardinal Number=singular Case=terminative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mc-s9l----s2s | Numeral Type=cardinal Number=singular Case=terminative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-s9l----s2p | Numeral Type=cardinal Number=singular Case=terminative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-s9l----s3 | Numeral Type=cardinal Number=singular Case=terminative Form=letter Owner_Number=singular Owner_Person=third | 1 | sokáig/sok |
Mc-s9l----s3s | Numeral Type=cardinal Number=singular Case=terminative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-s9l----s3p | Numeral Type=cardinal Number=singular Case=terminative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-s9l----p1 | Numeral Type=cardinal Number=singular Case=terminative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mc-s9l----p1s | Numeral Type=cardinal Number=singular Case=terminative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-s9l----p1p | Numeral Type=cardinal Number=singular Case=terminative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-s9l----p2 | Numeral Type=cardinal Number=singular Case=terminative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mc-s9l----p2s | Numeral Type=cardinal Number=singular Case=terminative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-s9l----p2p | Numeral Type=cardinal Number=singular Case=terminative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-s9l----p3 | Numeral Type=cardinal Number=singular Case=terminative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mc-s9l----p3s | Numeral Type=cardinal Number=singular Case=terminative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-s9l----p3p | Numeral Type=cardinal Number=singular Case=terminative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-swd | Numeral Type=cardinal Number=singular Case=essive Form=digit | 1 |  |
Mc-swr | Numeral Type=cardinal Number=singular Case=essive Form=roman | 1 |  |
Mc-swl | Numeral Type=cardinal Number=singular Case=essive Form=letter | 14 | többen/több, tízen/tíz, sokan/sok, ötvenen/ötven, négyen/négy |
Mc-smd | Numeral Type=cardinal Number=singular Case=temporalis Form=digit | 1 |  |
Mc-smd------s | Numeral Type=cardinal Number=singular Case=temporalis Form=digit Owned_Number=singular | 1 |  |
Mc-smd------p | Numeral Type=cardinal Number=singular Case=temporalis Form=digit Owned_Number=plural | 1 |  |
Mc-smd----s1 | Numeral Type=cardinal Number=singular Case=temporalis Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mc-smd----s1s | Numeral Type=cardinal Number=singular Case=temporalis Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-smd----s1p | Numeral Type=cardinal Number=singular Case=temporalis Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-smd----s2 | Numeral Type=cardinal Number=singular Case=temporalis Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mc-smd----s2s | Numeral Type=cardinal Number=singular Case=temporalis Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-smd----s2p | Numeral Type=cardinal Number=singular Case=temporalis Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-smd----s3 | Numeral Type=cardinal Number=singular Case=temporalis Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mc-smd----s3s | Numeral Type=cardinal Number=singular Case=temporalis Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-smd----s3p | Numeral Type=cardinal Number=singular Case=temporalis Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-smd----p1 | Numeral Type=cardinal Number=singular Case=temporalis Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mc-smd----p1s | Numeral Type=cardinal Number=singular Case=temporalis Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-smd----p1p | Numeral Type=cardinal Number=singular Case=temporalis Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-smd----p2 | Numeral Type=cardinal Number=singular Case=temporalis Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mc-smd----p2s | Numeral Type=cardinal Number=singular Case=temporalis Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-smd----p2p | Numeral Type=cardinal Number=singular Case=temporalis Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-smd----p3 | Numeral Type=cardinal Number=singular Case=temporalis Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mc-smd----p3s | Numeral Type=cardinal Number=singular Case=temporalis Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-smd----p3p | Numeral Type=cardinal Number=singular Case=temporalis Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-smr | Numeral Type=cardinal Number=singular Case=temporalis Form=roman | 1 |  |
Mc-smr------s | Numeral Type=cardinal Number=singular Case=temporalis Form=roman Owned_Number=singular | 1 |  |
Mc-smr------p | Numeral Type=cardinal Number=singular Case=temporalis Form=roman Owned_Number=plural | 1 |  |
Mc-smr----s1 | Numeral Type=cardinal Number=singular Case=temporalis Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mc-smr----s1s | Numeral Type=cardinal Number=singular Case=temporalis Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-smr----s1p | Numeral Type=cardinal Number=singular Case=temporalis Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-smr----s2 | Numeral Type=cardinal Number=singular Case=temporalis Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mc-smr----s2s | Numeral Type=cardinal Number=singular Case=temporalis Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-smr----s2p | Numeral Type=cardinal Number=singular Case=temporalis Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-smr----s3 | Numeral Type=cardinal Number=singular Case=temporalis Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mc-smr----s3s | Numeral Type=cardinal Number=singular Case=temporalis Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-smr----s3p | Numeral Type=cardinal Number=singular Case=temporalis Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-smr----p1 | Numeral Type=cardinal Number=singular Case=temporalis Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mc-smr----p1s | Numeral Type=cardinal Number=singular Case=temporalis Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-smr----p1p | Numeral Type=cardinal Number=singular Case=temporalis Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-smr----p2 | Numeral Type=cardinal Number=singular Case=temporalis Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mc-smr----p2s | Numeral Type=cardinal Number=singular Case=temporalis Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-smr----p2p | Numeral Type=cardinal Number=singular Case=temporalis Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-smr----p3 | Numeral Type=cardinal Number=singular Case=temporalis Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mc-smr----p3s | Numeral Type=cardinal Number=singular Case=temporalis Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-smr----p3p | Numeral Type=cardinal Number=singular Case=temporalis Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sml | Numeral Type=cardinal Number=singular Case=temporalis Form=letter | 7 | tízkor/tíz, tizenkilenckor/tizenkilenc, ötkor/öt, kilenckor/kilenc, huszonháromkor/huszonhárom |
Mc-sml------s | Numeral Type=cardinal Number=singular Case=temporalis Form=letter Owned_Number=singular | 1 |  |
Mc-sml------p | Numeral Type=cardinal Number=singular Case=temporalis Form=letter Owned_Number=plural | 1 |  |
Mc-sml----s1 | Numeral Type=cardinal Number=singular Case=temporalis Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mc-sml----s1s | Numeral Type=cardinal Number=singular Case=temporalis Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sml----s1p | Numeral Type=cardinal Number=singular Case=temporalis Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sml----s2 | Numeral Type=cardinal Number=singular Case=temporalis Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mc-sml----s2s | Numeral Type=cardinal Number=singular Case=temporalis Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sml----s2p | Numeral Type=cardinal Number=singular Case=temporalis Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sml----s3 | Numeral Type=cardinal Number=singular Case=temporalis Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mc-sml----s3s | Numeral Type=cardinal Number=singular Case=temporalis Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sml----s3p | Numeral Type=cardinal Number=singular Case=temporalis Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sml----p1 | Numeral Type=cardinal Number=singular Case=temporalis Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mc-sml----p1s | Numeral Type=cardinal Number=singular Case=temporalis Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sml----p1p | Numeral Type=cardinal Number=singular Case=temporalis Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sml----p2 | Numeral Type=cardinal Number=singular Case=temporalis Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mc-sml----p2s | Numeral Type=cardinal Number=singular Case=temporalis Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sml----p2p | Numeral Type=cardinal Number=singular Case=temporalis Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sml----p3 | Numeral Type=cardinal Number=singular Case=temporalis Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mc-sml----p3s | Numeral Type=cardinal Number=singular Case=temporalis Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sml----p3p | Numeral Type=cardinal Number=singular Case=temporalis Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-scd | Numeral Type=cardinal Number=singular Case=causalis Form=digit | 1 |  |
Mc-scd------s | Numeral Type=cardinal Number=singular Case=causalis Form=digit Owned_Number=singular | 1 |  |
Mc-scd------p | Numeral Type=cardinal Number=singular Case=causalis Form=digit Owned_Number=plural | 1 |  |
Mc-scd----s1 | Numeral Type=cardinal Number=singular Case=causalis Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mc-scd----s1s | Numeral Type=cardinal Number=singular Case=causalis Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-scd----s1p | Numeral Type=cardinal Number=singular Case=causalis Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-scd----s2 | Numeral Type=cardinal Number=singular Case=causalis Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mc-scd----s2s | Numeral Type=cardinal Number=singular Case=causalis Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-scd----s2p | Numeral Type=cardinal Number=singular Case=causalis Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-scd----s3 | Numeral Type=cardinal Number=singular Case=causalis Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mc-scd----s3s | Numeral Type=cardinal Number=singular Case=causalis Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-scd----s3p | Numeral Type=cardinal Number=singular Case=causalis Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-scd----p1 | Numeral Type=cardinal Number=singular Case=causalis Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mc-scd----p1s | Numeral Type=cardinal Number=singular Case=causalis Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-scd----p1p | Numeral Type=cardinal Number=singular Case=causalis Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-scd----p2 | Numeral Type=cardinal Number=singular Case=causalis Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mc-scd----p2s | Numeral Type=cardinal Number=singular Case=causalis Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-scd----p2p | Numeral Type=cardinal Number=singular Case=causalis Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-scd----p3 | Numeral Type=cardinal Number=singular Case=causalis Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mc-scd----p3s | Numeral Type=cardinal Number=singular Case=causalis Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-scd----p3p | Numeral Type=cardinal Number=singular Case=causalis Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-scr | Numeral Type=cardinal Number=singular Case=causalis Form=roman | 1 |  |
Mc-scr------s | Numeral Type=cardinal Number=singular Case=causalis Form=roman Owned_Number=singular | 1 |  |
Mc-scr------p | Numeral Type=cardinal Number=singular Case=causalis Form=roman Owned_Number=plural | 1 |  |
Mc-scr----s1 | Numeral Type=cardinal Number=singular Case=causalis Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mc-scr----s1s | Numeral Type=cardinal Number=singular Case=causalis Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-scr----s1p | Numeral Type=cardinal Number=singular Case=causalis Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-scr----s2 | Numeral Type=cardinal Number=singular Case=causalis Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mc-scr----s2s | Numeral Type=cardinal Number=singular Case=causalis Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-scr----s2p | Numeral Type=cardinal Number=singular Case=causalis Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-scr----s3 | Numeral Type=cardinal Number=singular Case=causalis Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mc-scr----s3s | Numeral Type=cardinal Number=singular Case=causalis Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-scr----s3p | Numeral Type=cardinal Number=singular Case=causalis Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-scr----p1 | Numeral Type=cardinal Number=singular Case=causalis Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mc-scr----p1s | Numeral Type=cardinal Number=singular Case=causalis Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-scr----p1p | Numeral Type=cardinal Number=singular Case=causalis Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-scr----p2 | Numeral Type=cardinal Number=singular Case=causalis Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mc-scr----p2s | Numeral Type=cardinal Number=singular Case=causalis Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-scr----p2p | Numeral Type=cardinal Number=singular Case=causalis Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-scr----p3 | Numeral Type=cardinal Number=singular Case=causalis Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mc-scr----p3s | Numeral Type=cardinal Number=singular Case=causalis Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-scr----p3p | Numeral Type=cardinal Number=singular Case=causalis Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-scl | Numeral Type=cardinal Number=singular Case=causalis Form=letter | 3 | ötvenért/ötven, milliárdért/milliárd, ezerért/ezer |
Mc-scl------s | Numeral Type=cardinal Number=singular Case=causalis Form=letter Owned_Number=singular | 1 |  |
Mc-scl------p | Numeral Type=cardinal Number=singular Case=causalis Form=letter Owned_Number=plural | 1 |  |
Mc-scl----s1 | Numeral Type=cardinal Number=singular Case=causalis Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mc-scl----s1s | Numeral Type=cardinal Number=singular Case=causalis Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-scl----s1p | Numeral Type=cardinal Number=singular Case=causalis Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-scl----s2 | Numeral Type=cardinal Number=singular Case=causalis Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mc-scl----s2s | Numeral Type=cardinal Number=singular Case=causalis Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-scl----s2p | Numeral Type=cardinal Number=singular Case=causalis Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-scl----s3 | Numeral Type=cardinal Number=singular Case=causalis Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mc-scl----s3s | Numeral Type=cardinal Number=singular Case=causalis Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-scl----s3p | Numeral Type=cardinal Number=singular Case=causalis Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-scl----p1 | Numeral Type=cardinal Number=singular Case=causalis Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mc-scl----p1s | Numeral Type=cardinal Number=singular Case=causalis Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-scl----p1p | Numeral Type=cardinal Number=singular Case=causalis Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-scl----p2 | Numeral Type=cardinal Number=singular Case=causalis Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mc-scl----p2s | Numeral Type=cardinal Number=singular Case=causalis Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-scl----p2p | Numeral Type=cardinal Number=singular Case=causalis Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-scl----p3 | Numeral Type=cardinal Number=singular Case=causalis Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mc-scl----p3s | Numeral Type=cardinal Number=singular Case=causalis Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-scl----p3p | Numeral Type=cardinal Number=singular Case=causalis Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-ssd | Numeral Type=cardinal Number=singular Case=sublative Form=digit | 2 | 2050-re/2050, 1970-re/1970 |
Mc-ssd------s | Numeral Type=cardinal Number=singular Case=sublative Form=digit Owned_Number=singular | 1 |  |
Mc-ssd------p | Numeral Type=cardinal Number=singular Case=sublative Form=digit Owned_Number=plural | 1 |  |
Mc-ssd----s1 | Numeral Type=cardinal Number=singular Case=sublative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mc-ssd----s1s | Numeral Type=cardinal Number=singular Case=sublative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-ssd----s1p | Numeral Type=cardinal Number=singular Case=sublative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-ssd----s2 | Numeral Type=cardinal Number=singular Case=sublative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mc-ssd----s2s | Numeral Type=cardinal Number=singular Case=sublative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-ssd----s2p | Numeral Type=cardinal Number=singular Case=sublative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-ssd----s3 | Numeral Type=cardinal Number=singular Case=sublative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mc-ssd----s3s | Numeral Type=cardinal Number=singular Case=sublative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-ssd----s3p | Numeral Type=cardinal Number=singular Case=sublative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-ssd----p1 | Numeral Type=cardinal Number=singular Case=sublative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mc-ssd----p1s | Numeral Type=cardinal Number=singular Case=sublative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-ssd----p1p | Numeral Type=cardinal Number=singular Case=sublative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-ssd----p2 | Numeral Type=cardinal Number=singular Case=sublative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mc-ssd----p2s | Numeral Type=cardinal Number=singular Case=sublative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-ssd----p2p | Numeral Type=cardinal Number=singular Case=sublative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-ssd----p3 | Numeral Type=cardinal Number=singular Case=sublative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mc-ssd----p3s | Numeral Type=cardinal Number=singular Case=sublative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-ssd----p3p | Numeral Type=cardinal Number=singular Case=sublative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-ssr | Numeral Type=cardinal Number=singular Case=sublative Form=roman | 1 |  |
Mc-ssr------s | Numeral Type=cardinal Number=singular Case=sublative Form=roman Owned_Number=singular | 1 |  |
Mc-ssr------p | Numeral Type=cardinal Number=singular Case=sublative Form=roman Owned_Number=plural | 1 |  |
Mc-ssr----s1 | Numeral Type=cardinal Number=singular Case=sublative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mc-ssr----s1s | Numeral Type=cardinal Number=singular Case=sublative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-ssr----s1p | Numeral Type=cardinal Number=singular Case=sublative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-ssr----s2 | Numeral Type=cardinal Number=singular Case=sublative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mc-ssr----s2s | Numeral Type=cardinal Number=singular Case=sublative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-ssr----s2p | Numeral Type=cardinal Number=singular Case=sublative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-ssr----s3 | Numeral Type=cardinal Number=singular Case=sublative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mc-ssr----s3s | Numeral Type=cardinal Number=singular Case=sublative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-ssr----s3p | Numeral Type=cardinal Number=singular Case=sublative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-ssr----p1 | Numeral Type=cardinal Number=singular Case=sublative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mc-ssr----p1s | Numeral Type=cardinal Number=singular Case=sublative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-ssr----p1p | Numeral Type=cardinal Number=singular Case=sublative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-ssr----p2 | Numeral Type=cardinal Number=singular Case=sublative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mc-ssr----p2s | Numeral Type=cardinal Number=singular Case=sublative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-ssr----p2p | Numeral Type=cardinal Number=singular Case=sublative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-ssr----p3 | Numeral Type=cardinal Number=singular Case=sublative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mc-ssr----p3s | Numeral Type=cardinal Number=singular Case=sublative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-ssr----p3p | Numeral Type=cardinal Number=singular Case=sublative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-ssl | Numeral Type=cardinal Number=singular Case=sublative Form=letter | 33 | ugyanennyire/ugyanennyi, többre/több, tizenkettőre/tizenkettő, tizenegyre/tizenegy, sokra/sok |
Mc-ssl------s | Numeral Type=cardinal Number=singular Case=sublative Form=letter Owned_Number=singular | 3 | ötödére/ötöd, kétszeresére/kétszeres, egytizedére/egytized |
Mc-ssl------p | Numeral Type=cardinal Number=singular Case=sublative Form=letter Owned_Number=plural | 1 |  |
Mc-ssl----s1 | Numeral Type=cardinal Number=singular Case=sublative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mc-ssl----s1s | Numeral Type=cardinal Number=singular Case=sublative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-ssl----s1p | Numeral Type=cardinal Number=singular Case=sublative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-ssl----s2 | Numeral Type=cardinal Number=singular Case=sublative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mc-ssl----s2s | Numeral Type=cardinal Number=singular Case=sublative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 | ötödére/öt |
Mc-ssl----s2p | Numeral Type=cardinal Number=singular Case=sublative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-ssl----s3 | Numeral Type=cardinal Number=singular Case=sublative Form=letter Owner_Number=singular Owner_Person=third | 7 | sokára/sok, ötödére/ötöd, kétszeresére/kétszeres, hetére/hét, felére/fél |
Mc-ssl----s3s | Numeral Type=cardinal Number=singular Case=sublative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-ssl----s3p | Numeral Type=cardinal Number=singular Case=sublative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-ssl----p1 | Numeral Type=cardinal Number=singular Case=sublative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mc-ssl----p1s | Numeral Type=cardinal Number=singular Case=sublative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-ssl----p1p | Numeral Type=cardinal Number=singular Case=sublative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-ssl----p2 | Numeral Type=cardinal Number=singular Case=sublative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mc-ssl----p2s | Numeral Type=cardinal Number=singular Case=sublative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-ssl----p2p | Numeral Type=cardinal Number=singular Case=sublative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-ssl----p3 | Numeral Type=cardinal Number=singular Case=sublative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mc-ssl----p3s | Numeral Type=cardinal Number=singular Case=sublative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-ssl----p3p | Numeral Type=cardinal Number=singular Case=sublative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-shd | Numeral Type=cardinal Number=singular Case=delative Form=digit | 1 |  |
Mc-shd------s | Numeral Type=cardinal Number=singular Case=delative Form=digit Owned_Number=singular | 1 |  |
Mc-shd------p | Numeral Type=cardinal Number=singular Case=delative Form=digit Owned_Number=plural | 1 |  |
Mc-shd----s1 | Numeral Type=cardinal Number=singular Case=delative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mc-shd----s1s | Numeral Type=cardinal Number=singular Case=delative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-shd----s1p | Numeral Type=cardinal Number=singular Case=delative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-shd----s2 | Numeral Type=cardinal Number=singular Case=delative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mc-shd----s2s | Numeral Type=cardinal Number=singular Case=delative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-shd----s2p | Numeral Type=cardinal Number=singular Case=delative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-shd----s3 | Numeral Type=cardinal Number=singular Case=delative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mc-shd----s3s | Numeral Type=cardinal Number=singular Case=delative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-shd----s3p | Numeral Type=cardinal Number=singular Case=delative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-shd----p1 | Numeral Type=cardinal Number=singular Case=delative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mc-shd----p1s | Numeral Type=cardinal Number=singular Case=delative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-shd----p1p | Numeral Type=cardinal Number=singular Case=delative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-shd----p2 | Numeral Type=cardinal Number=singular Case=delative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mc-shd----p2s | Numeral Type=cardinal Number=singular Case=delative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-shd----p2p | Numeral Type=cardinal Number=singular Case=delative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-shd----p3 | Numeral Type=cardinal Number=singular Case=delative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mc-shd----p3s | Numeral Type=cardinal Number=singular Case=delative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-shd----p3p | Numeral Type=cardinal Number=singular Case=delative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-shr | Numeral Type=cardinal Number=singular Case=delative Form=roman | 1 |  |
Mc-shr------s | Numeral Type=cardinal Number=singular Case=delative Form=roman Owned_Number=singular | 1 |  |
Mc-shr------p | Numeral Type=cardinal Number=singular Case=delative Form=roman Owned_Number=plural | 1 |  |
Mc-shr----s1 | Numeral Type=cardinal Number=singular Case=delative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mc-shr----s1s | Numeral Type=cardinal Number=singular Case=delative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-shr----s1p | Numeral Type=cardinal Number=singular Case=delative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-shr----s2 | Numeral Type=cardinal Number=singular Case=delative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mc-shr----s2s | Numeral Type=cardinal Number=singular Case=delative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-shr----s2p | Numeral Type=cardinal Number=singular Case=delative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-shr----s3 | Numeral Type=cardinal Number=singular Case=delative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mc-shr----s3s | Numeral Type=cardinal Number=singular Case=delative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-shr----s3p | Numeral Type=cardinal Number=singular Case=delative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-shr----p1 | Numeral Type=cardinal Number=singular Case=delative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mc-shr----p1s | Numeral Type=cardinal Number=singular Case=delative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-shr----p1p | Numeral Type=cardinal Number=singular Case=delative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-shr----p2 | Numeral Type=cardinal Number=singular Case=delative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mc-shr----p2s | Numeral Type=cardinal Number=singular Case=delative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-shr----p2p | Numeral Type=cardinal Number=singular Case=delative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-shr----p3 | Numeral Type=cardinal Number=singular Case=delative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mc-shr----p3s | Numeral Type=cardinal Number=singular Case=delative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-shr----p3p | Numeral Type=cardinal Number=singular Case=delative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-shl | Numeral Type=cardinal Number=singular Case=delative Form=letter | 6 | párról/pár, milliárdról/milliárd, hétről/hét, harmadikról/harmadik, ezerről/ezer |
Mc-shl------s | Numeral Type=cardinal Number=singular Case=delative Form=letter Owned_Number=singular | 1 |  |
Mc-shl------p | Numeral Type=cardinal Number=singular Case=delative Form=letter Owned_Number=plural | 1 |  |
Mc-shl----s1 | Numeral Type=cardinal Number=singular Case=delative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mc-shl----s1s | Numeral Type=cardinal Number=singular Case=delative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-shl----s1p | Numeral Type=cardinal Number=singular Case=delative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-shl----s2 | Numeral Type=cardinal Number=singular Case=delative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mc-shl----s2s | Numeral Type=cardinal Number=singular Case=delative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-shl----s2p | Numeral Type=cardinal Number=singular Case=delative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-shl----s3 | Numeral Type=cardinal Number=singular Case=delative Form=letter Owner_Number=singular Owner_Person=third | 1 | feléről/fél |
Mc-shl----s3s | Numeral Type=cardinal Number=singular Case=delative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-shl----s3p | Numeral Type=cardinal Number=singular Case=delative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-shl----p1 | Numeral Type=cardinal Number=singular Case=delative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mc-shl----p1s | Numeral Type=cardinal Number=singular Case=delative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-shl----p1p | Numeral Type=cardinal Number=singular Case=delative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-shl----p2 | Numeral Type=cardinal Number=singular Case=delative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mc-shl----p2s | Numeral Type=cardinal Number=singular Case=delative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-shl----p2p | Numeral Type=cardinal Number=singular Case=delative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-shl----p3 | Numeral Type=cardinal Number=singular Case=delative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mc-shl----p3s | Numeral Type=cardinal Number=singular Case=delative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-shl----p3p | Numeral Type=cardinal Number=singular Case=delative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sqd | Numeral Type=cardinal Number=singular Case=sociative Form=digit | 1 |  |
Mc-sqd------s | Numeral Type=cardinal Number=singular Case=sociative Form=digit Owned_Number=singular | 1 |  |
Mc-sqd------p | Numeral Type=cardinal Number=singular Case=sociative Form=digit Owned_Number=plural | 1 |  |
Mc-sqd----s1 | Numeral Type=cardinal Number=singular Case=sociative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mc-sqd----s1s | Numeral Type=cardinal Number=singular Case=sociative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sqd----s1p | Numeral Type=cardinal Number=singular Case=sociative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sqd----s2 | Numeral Type=cardinal Number=singular Case=sociative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mc-sqd----s2s | Numeral Type=cardinal Number=singular Case=sociative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sqd----s2p | Numeral Type=cardinal Number=singular Case=sociative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sqd----s3 | Numeral Type=cardinal Number=singular Case=sociative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mc-sqd----s3s | Numeral Type=cardinal Number=singular Case=sociative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sqd----s3p | Numeral Type=cardinal Number=singular Case=sociative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sqd----p1 | Numeral Type=cardinal Number=singular Case=sociative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mc-sqd----p1s | Numeral Type=cardinal Number=singular Case=sociative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sqd----p1p | Numeral Type=cardinal Number=singular Case=sociative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sqd----p2 | Numeral Type=cardinal Number=singular Case=sociative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mc-sqd----p2s | Numeral Type=cardinal Number=singular Case=sociative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sqd----p2p | Numeral Type=cardinal Number=singular Case=sociative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sqd----p3 | Numeral Type=cardinal Number=singular Case=sociative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mc-sqd----p3s | Numeral Type=cardinal Number=singular Case=sociative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sqd----p3p | Numeral Type=cardinal Number=singular Case=sociative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sqr | Numeral Type=cardinal Number=singular Case=sociative Form=roman | 1 |  |
Mc-sqr------s | Numeral Type=cardinal Number=singular Case=sociative Form=roman Owned_Number=singular | 1 |  |
Mc-sqr------p | Numeral Type=cardinal Number=singular Case=sociative Form=roman Owned_Number=plural | 1 |  |
Mc-sqr----s1 | Numeral Type=cardinal Number=singular Case=sociative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mc-sqr----s1s | Numeral Type=cardinal Number=singular Case=sociative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sqr----s1p | Numeral Type=cardinal Number=singular Case=sociative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sqr----s2 | Numeral Type=cardinal Number=singular Case=sociative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mc-sqr----s2s | Numeral Type=cardinal Number=singular Case=sociative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sqr----s2p | Numeral Type=cardinal Number=singular Case=sociative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sqr----s3 | Numeral Type=cardinal Number=singular Case=sociative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mc-sqr----s3s | Numeral Type=cardinal Number=singular Case=sociative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sqr----s3p | Numeral Type=cardinal Number=singular Case=sociative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sqr----p1 | Numeral Type=cardinal Number=singular Case=sociative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mc-sqr----p1s | Numeral Type=cardinal Number=singular Case=sociative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sqr----p1p | Numeral Type=cardinal Number=singular Case=sociative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sqr----p2 | Numeral Type=cardinal Number=singular Case=sociative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mc-sqr----p2s | Numeral Type=cardinal Number=singular Case=sociative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sqr----p2p | Numeral Type=cardinal Number=singular Case=sociative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sqr----p3 | Numeral Type=cardinal Number=singular Case=sociative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mc-sqr----p3s | Numeral Type=cardinal Number=singular Case=sociative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sqr----p3p | Numeral Type=cardinal Number=singular Case=sociative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sql | Numeral Type=cardinal Number=singular Case=sociative Form=letter | 1 |  |
Mc-sql------s | Numeral Type=cardinal Number=singular Case=sociative Form=letter Owned_Number=singular | 1 |  |
Mc-sql------p | Numeral Type=cardinal Number=singular Case=sociative Form=letter Owned_Number=plural | 1 |  |
Mc-sql----s1 | Numeral Type=cardinal Number=singular Case=sociative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mc-sql----s1s | Numeral Type=cardinal Number=singular Case=sociative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sql----s1p | Numeral Type=cardinal Number=singular Case=sociative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sql----s2 | Numeral Type=cardinal Number=singular Case=sociative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mc-sql----s2s | Numeral Type=cardinal Number=singular Case=sociative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sql----s2p | Numeral Type=cardinal Number=singular Case=sociative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sql----s3 | Numeral Type=cardinal Number=singular Case=sociative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mc-sql----s3s | Numeral Type=cardinal Number=singular Case=sociative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sql----s3p | Numeral Type=cardinal Number=singular Case=sociative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sql----p1 | Numeral Type=cardinal Number=singular Case=sociative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mc-sql----p1s | Numeral Type=cardinal Number=singular Case=sociative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sql----p1p | Numeral Type=cardinal Number=singular Case=sociative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sql----p2 | Numeral Type=cardinal Number=singular Case=sociative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mc-sql----p2s | Numeral Type=cardinal Number=singular Case=sociative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sql----p2p | Numeral Type=cardinal Number=singular Case=sociative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sql----p3 | Numeral Type=cardinal Number=singular Case=sociative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mc-sql----p3s | Numeral Type=cardinal Number=singular Case=sociative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sql----p3p | Numeral Type=cardinal Number=singular Case=sociative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-syd | Numeral Type=cardinal Number=singular Case=factive Form=digit | 1 |  |
Mc-syd------s | Numeral Type=cardinal Number=singular Case=factive Form=digit Owned_Number=singular | 1 |  |
Mc-syd------p | Numeral Type=cardinal Number=singular Case=factive Form=digit Owned_Number=plural | 1 |  |
Mc-syd----s1 | Numeral Type=cardinal Number=singular Case=factive Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mc-syd----s1s | Numeral Type=cardinal Number=singular Case=factive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-syd----s1p | Numeral Type=cardinal Number=singular Case=factive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-syd----s2 | Numeral Type=cardinal Number=singular Case=factive Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mc-syd----s2s | Numeral Type=cardinal Number=singular Case=factive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-syd----s2p | Numeral Type=cardinal Number=singular Case=factive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-syd----s3 | Numeral Type=cardinal Number=singular Case=factive Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mc-syd----s3s | Numeral Type=cardinal Number=singular Case=factive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-syd----s3p | Numeral Type=cardinal Number=singular Case=factive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-syd----p1 | Numeral Type=cardinal Number=singular Case=factive Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mc-syd----p1s | Numeral Type=cardinal Number=singular Case=factive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-syd----p1p | Numeral Type=cardinal Number=singular Case=factive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-syd----p2 | Numeral Type=cardinal Number=singular Case=factive Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mc-syd----p2s | Numeral Type=cardinal Number=singular Case=factive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-syd----p2p | Numeral Type=cardinal Number=singular Case=factive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-syd----p3 | Numeral Type=cardinal Number=singular Case=factive Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mc-syd----p3s | Numeral Type=cardinal Number=singular Case=factive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-syd----p3p | Numeral Type=cardinal Number=singular Case=factive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-syr | Numeral Type=cardinal Number=singular Case=factive Form=roman | 1 |  |
Mc-syr------s | Numeral Type=cardinal Number=singular Case=factive Form=roman Owned_Number=singular | 1 |  |
Mc-syr------p | Numeral Type=cardinal Number=singular Case=factive Form=roman Owned_Number=plural | 1 |  |
Mc-syr----s1 | Numeral Type=cardinal Number=singular Case=factive Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mc-syr----s1s | Numeral Type=cardinal Number=singular Case=factive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-syr----s1p | Numeral Type=cardinal Number=singular Case=factive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-syr----s2 | Numeral Type=cardinal Number=singular Case=factive Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mc-syr----s2s | Numeral Type=cardinal Number=singular Case=factive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-syr----s2p | Numeral Type=cardinal Number=singular Case=factive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-syr----s3 | Numeral Type=cardinal Number=singular Case=factive Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mc-syr----s3s | Numeral Type=cardinal Number=singular Case=factive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-syr----s3p | Numeral Type=cardinal Number=singular Case=factive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-syr----p1 | Numeral Type=cardinal Number=singular Case=factive Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mc-syr----p1s | Numeral Type=cardinal Number=singular Case=factive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-syr----p1p | Numeral Type=cardinal Number=singular Case=factive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-syr----p2 | Numeral Type=cardinal Number=singular Case=factive Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mc-syr----p2s | Numeral Type=cardinal Number=singular Case=factive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-syr----p2p | Numeral Type=cardinal Number=singular Case=factive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-syr----p3 | Numeral Type=cardinal Number=singular Case=factive Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mc-syr----p3s | Numeral Type=cardinal Number=singular Case=factive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-syr----p3p | Numeral Type=cardinal Number=singular Case=factive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-syl | Numeral Type=cardinal Number=singular Case=factive Form=letter | 2 | többé/több, kevéssé/kevés |
Mc-syl------s | Numeral Type=cardinal Number=singular Case=factive Form=letter Owned_Number=singular | 1 |  |
Mc-syl------p | Numeral Type=cardinal Number=singular Case=factive Form=letter Owned_Number=plural | 1 |  |
Mc-syl----s1 | Numeral Type=cardinal Number=singular Case=factive Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mc-syl----s1s | Numeral Type=cardinal Number=singular Case=factive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-syl----s1p | Numeral Type=cardinal Number=singular Case=factive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-syl----s2 | Numeral Type=cardinal Number=singular Case=factive Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mc-syl----s2s | Numeral Type=cardinal Number=singular Case=factive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-syl----s2p | Numeral Type=cardinal Number=singular Case=factive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-syl----s3 | Numeral Type=cardinal Number=singular Case=factive Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mc-syl----s3s | Numeral Type=cardinal Number=singular Case=factive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-syl----s3p | Numeral Type=cardinal Number=singular Case=factive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-syl----p1 | Numeral Type=cardinal Number=singular Case=factive Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mc-syl----p1s | Numeral Type=cardinal Number=singular Case=factive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-syl----p1p | Numeral Type=cardinal Number=singular Case=factive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-syl----p2 | Numeral Type=cardinal Number=singular Case=factive Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mc-syl----p2s | Numeral Type=cardinal Number=singular Case=factive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-syl----p2p | Numeral Type=cardinal Number=singular Case=factive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-syl----p3 | Numeral Type=cardinal Number=singular Case=factive Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mc-syl----p3s | Numeral Type=cardinal Number=singular Case=factive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-syl----p3p | Numeral Type=cardinal Number=singular Case=factive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-spd | Numeral Type=cardinal Number=singular Case=superessive Form=digit | 1 |  |
Mc-spd------s | Numeral Type=cardinal Number=singular Case=superessive Form=digit Owned_Number=singular | 1 |  |
Mc-spd------p | Numeral Type=cardinal Number=singular Case=superessive Form=digit Owned_Number=plural | 1 |  |
Mc-spd----s1 | Numeral Type=cardinal Number=singular Case=superessive Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mc-spd----s1s | Numeral Type=cardinal Number=singular Case=superessive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-spd----s1p | Numeral Type=cardinal Number=singular Case=superessive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-spd----s2 | Numeral Type=cardinal Number=singular Case=superessive Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mc-spd----s2s | Numeral Type=cardinal Number=singular Case=superessive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-spd----s2p | Numeral Type=cardinal Number=singular Case=superessive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-spd----s3 | Numeral Type=cardinal Number=singular Case=superessive Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mc-spd----s3s | Numeral Type=cardinal Number=singular Case=superessive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-spd----s3p | Numeral Type=cardinal Number=singular Case=superessive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-spd----p1 | Numeral Type=cardinal Number=singular Case=superessive Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mc-spd----p1s | Numeral Type=cardinal Number=singular Case=superessive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-spd----p1p | Numeral Type=cardinal Number=singular Case=superessive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-spd----p2 | Numeral Type=cardinal Number=singular Case=superessive Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mc-spd----p2s | Numeral Type=cardinal Number=singular Case=superessive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-spd----p2p | Numeral Type=cardinal Number=singular Case=superessive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-spd----p3 | Numeral Type=cardinal Number=singular Case=superessive Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mc-spd----p3s | Numeral Type=cardinal Number=singular Case=superessive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-spd----p3p | Numeral Type=cardinal Number=singular Case=superessive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-spr | Numeral Type=cardinal Number=singular Case=superessive Form=roman | 1 |  |
Mc-spr------s | Numeral Type=cardinal Number=singular Case=superessive Form=roman Owned_Number=singular | 1 |  |
Mc-spr------p | Numeral Type=cardinal Number=singular Case=superessive Form=roman Owned_Number=plural | 1 |  |
Mc-spr----s1 | Numeral Type=cardinal Number=singular Case=superessive Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mc-spr----s1s | Numeral Type=cardinal Number=singular Case=superessive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-spr----s1p | Numeral Type=cardinal Number=singular Case=superessive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-spr----s2 | Numeral Type=cardinal Number=singular Case=superessive Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mc-spr----s2s | Numeral Type=cardinal Number=singular Case=superessive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-spr----s2p | Numeral Type=cardinal Number=singular Case=superessive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-spr----s3 | Numeral Type=cardinal Number=singular Case=superessive Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mc-spr----s3s | Numeral Type=cardinal Number=singular Case=superessive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-spr----s3p | Numeral Type=cardinal Number=singular Case=superessive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-spr----p1 | Numeral Type=cardinal Number=singular Case=superessive Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mc-spr----p1s | Numeral Type=cardinal Number=singular Case=superessive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-spr----p1p | Numeral Type=cardinal Number=singular Case=superessive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-spr----p2 | Numeral Type=cardinal Number=singular Case=superessive Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mc-spr----p2s | Numeral Type=cardinal Number=singular Case=superessive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-spr----p2p | Numeral Type=cardinal Number=singular Case=superessive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-spr----p3 | Numeral Type=cardinal Number=singular Case=superessive Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mc-spr----p3s | Numeral Type=cardinal Number=singular Case=superessive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-spr----p3p | Numeral Type=cardinal Number=singular Case=superessive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-spl | Numeral Type=cardinal Number=singular Case=superessive Form=letter | 10 | többen/több, tízen/tíz, tengeren/tenger, ötvenen/ötven, négyen/négy |
Mc-spl------s | Numeral Type=cardinal Number=singular Case=superessive Form=letter Owned_Number=singular | 1 | egyén/egy |
Mc-spl------p | Numeral Type=cardinal Number=singular Case=superessive Form=letter Owned_Number=plural | 1 |  |
Mc-spl----s1 | Numeral Type=cardinal Number=singular Case=superessive Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mc-spl----s1s | Numeral Type=cardinal Number=singular Case=superessive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-spl----s1p | Numeral Type=cardinal Number=singular Case=superessive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-spl----s2 | Numeral Type=cardinal Number=singular Case=superessive Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mc-spl----s2s | Numeral Type=cardinal Number=singular Case=superessive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-spl----s2p | Numeral Type=cardinal Number=singular Case=superessive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-spl----s3 | Numeral Type=cardinal Number=singular Case=superessive Form=letter Owner_Number=singular Owner_Person=third | 3 | tizenöt-tizenhatodán/tizenöt-tizenhatod, felén/fél, egyén/egy |
Mc-spl----s3s | Numeral Type=cardinal Number=singular Case=superessive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-spl----s3p | Numeral Type=cardinal Number=singular Case=superessive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-spl----p1 | Numeral Type=cardinal Number=singular Case=superessive Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mc-spl----p1s | Numeral Type=cardinal Number=singular Case=superessive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-spl----p1p | Numeral Type=cardinal Number=singular Case=superessive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-spl----p2 | Numeral Type=cardinal Number=singular Case=superessive Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mc-spl----p2s | Numeral Type=cardinal Number=singular Case=superessive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-spl----p2p | Numeral Type=cardinal Number=singular Case=superessive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-spl----p3 | Numeral Type=cardinal Number=singular Case=superessive Form=letter Owner_Number=plural Owner_Person=third | 2 | mindkettőjükön/mindkettő, felükön/fél |
Mc-spl----p3s | Numeral Type=cardinal Number=singular Case=superessive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-spl----p3p | Numeral Type=cardinal Number=singular Case=superessive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sud | Numeral Type=cardinal Number=singular Case=distributive Form=digit | 1 |  |
Mc-sud------s | Numeral Type=cardinal Number=singular Case=distributive Form=digit Owned_Number=singular | 1 |  |
Mc-sud------p | Numeral Type=cardinal Number=singular Case=distributive Form=digit Owned_Number=plural | 1 |  |
Mc-sud----s1 | Numeral Type=cardinal Number=singular Case=distributive Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mc-sud----s1s | Numeral Type=cardinal Number=singular Case=distributive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sud----s1p | Numeral Type=cardinal Number=singular Case=distributive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sud----s2 | Numeral Type=cardinal Number=singular Case=distributive Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mc-sud----s2s | Numeral Type=cardinal Number=singular Case=distributive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sud----s2p | Numeral Type=cardinal Number=singular Case=distributive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sud----s3 | Numeral Type=cardinal Number=singular Case=distributive Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mc-sud----s3s | Numeral Type=cardinal Number=singular Case=distributive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sud----s3p | Numeral Type=cardinal Number=singular Case=distributive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sud----p1 | Numeral Type=cardinal Number=singular Case=distributive Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mc-sud----p1s | Numeral Type=cardinal Number=singular Case=distributive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sud----p1p | Numeral Type=cardinal Number=singular Case=distributive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sud----p2 | Numeral Type=cardinal Number=singular Case=distributive Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mc-sud----p2s | Numeral Type=cardinal Number=singular Case=distributive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sud----p2p | Numeral Type=cardinal Number=singular Case=distributive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sud----p3 | Numeral Type=cardinal Number=singular Case=distributive Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mc-sud----p3s | Numeral Type=cardinal Number=singular Case=distributive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sud----p3p | Numeral Type=cardinal Number=singular Case=distributive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sur | Numeral Type=cardinal Number=singular Case=distributive Form=roman | 1 |  |
Mc-sur------s | Numeral Type=cardinal Number=singular Case=distributive Form=roman Owned_Number=singular | 1 |  |
Mc-sur------p | Numeral Type=cardinal Number=singular Case=distributive Form=roman Owned_Number=plural | 1 |  |
Mc-sur----s1 | Numeral Type=cardinal Number=singular Case=distributive Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mc-sur----s1s | Numeral Type=cardinal Number=singular Case=distributive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sur----s1p | Numeral Type=cardinal Number=singular Case=distributive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sur----s2 | Numeral Type=cardinal Number=singular Case=distributive Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mc-sur----s2s | Numeral Type=cardinal Number=singular Case=distributive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sur----s2p | Numeral Type=cardinal Number=singular Case=distributive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sur----s3 | Numeral Type=cardinal Number=singular Case=distributive Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mc-sur----s3s | Numeral Type=cardinal Number=singular Case=distributive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sur----s3p | Numeral Type=cardinal Number=singular Case=distributive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sur----p1 | Numeral Type=cardinal Number=singular Case=distributive Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mc-sur----p1s | Numeral Type=cardinal Number=singular Case=distributive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sur----p1p | Numeral Type=cardinal Number=singular Case=distributive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sur----p2 | Numeral Type=cardinal Number=singular Case=distributive Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mc-sur----p2s | Numeral Type=cardinal Number=singular Case=distributive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sur----p2p | Numeral Type=cardinal Number=singular Case=distributive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sur----p3 | Numeral Type=cardinal Number=singular Case=distributive Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mc-sur----p3s | Numeral Type=cardinal Number=singular Case=distributive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sur----p3p | Numeral Type=cardinal Number=singular Case=distributive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sul | Numeral Type=cardinal Number=singular Case=distributive Form=letter | 3 | kéthetenként/kéthét, hetenként/hét, egyenként/egy |
Mc-sul------s | Numeral Type=cardinal Number=singular Case=distributive Form=letter Owned_Number=singular | 1 |  |
Mc-sul------p | Numeral Type=cardinal Number=singular Case=distributive Form=letter Owned_Number=plural | 1 |  |
Mc-sul----s1 | Numeral Type=cardinal Number=singular Case=distributive Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mc-sul----s1s | Numeral Type=cardinal Number=singular Case=distributive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sul----s1p | Numeral Type=cardinal Number=singular Case=distributive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sul----s2 | Numeral Type=cardinal Number=singular Case=distributive Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mc-sul----s2s | Numeral Type=cardinal Number=singular Case=distributive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sul----s2p | Numeral Type=cardinal Number=singular Case=distributive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sul----s3 | Numeral Type=cardinal Number=singular Case=distributive Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mc-sul----s3s | Numeral Type=cardinal Number=singular Case=distributive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sul----s3p | Numeral Type=cardinal Number=singular Case=distributive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sul----p1 | Numeral Type=cardinal Number=singular Case=distributive Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mc-sul----p1s | Numeral Type=cardinal Number=singular Case=distributive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sul----p1p | Numeral Type=cardinal Number=singular Case=distributive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sul----p2 | Numeral Type=cardinal Number=singular Case=distributive Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mc-sul----p2s | Numeral Type=cardinal Number=singular Case=distributive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sul----p2p | Numeral Type=cardinal Number=singular Case=distributive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sul----p3 | Numeral Type=cardinal Number=singular Case=distributive Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mc-sul----p3s | Numeral Type=cardinal Number=singular Case=distributive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sul----p3p | Numeral Type=cardinal Number=singular Case=distributive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sfd | Numeral Type=cardinal Number=singular Case=essive-formal Form=digit | 1 |  |
Mc-sfd------s | Numeral Type=cardinal Number=singular Case=essive-formal Form=digit Owned_Number=singular | 1 |  |
Mc-sfd------p | Numeral Type=cardinal Number=singular Case=essive-formal Form=digit Owned_Number=plural | 1 |  |
Mc-sfd----s1 | Numeral Type=cardinal Number=singular Case=essive-formal Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mc-sfd----s1s | Numeral Type=cardinal Number=singular Case=essive-formal Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sfd----s1p | Numeral Type=cardinal Number=singular Case=essive-formal Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sfd----s2 | Numeral Type=cardinal Number=singular Case=essive-formal Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mc-sfd----s2s | Numeral Type=cardinal Number=singular Case=essive-formal Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sfd----s2p | Numeral Type=cardinal Number=singular Case=essive-formal Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sfd----s3 | Numeral Type=cardinal Number=singular Case=essive-formal Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mc-sfd----s3s | Numeral Type=cardinal Number=singular Case=essive-formal Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sfd----s3p | Numeral Type=cardinal Number=singular Case=essive-formal Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sfd----p1 | Numeral Type=cardinal Number=singular Case=essive-formal Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mc-sfd----p1s | Numeral Type=cardinal Number=singular Case=essive-formal Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sfd----p1p | Numeral Type=cardinal Number=singular Case=essive-formal Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sfd----p2 | Numeral Type=cardinal Number=singular Case=essive-formal Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mc-sfd----p2s | Numeral Type=cardinal Number=singular Case=essive-formal Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sfd----p2p | Numeral Type=cardinal Number=singular Case=essive-formal Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sfd----p3 | Numeral Type=cardinal Number=singular Case=essive-formal Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mc-sfd----p3s | Numeral Type=cardinal Number=singular Case=essive-formal Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sfd----p3p | Numeral Type=cardinal Number=singular Case=essive-formal Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sfr | Numeral Type=cardinal Number=singular Case=essive-formal Form=roman | 1 |  |
Mc-sfr------s | Numeral Type=cardinal Number=singular Case=essive-formal Form=roman Owned_Number=singular | 1 |  |
Mc-sfr------p | Numeral Type=cardinal Number=singular Case=essive-formal Form=roman Owned_Number=plural | 1 |  |
Mc-sfr----s1 | Numeral Type=cardinal Number=singular Case=essive-formal Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mc-sfr----s1s | Numeral Type=cardinal Number=singular Case=essive-formal Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sfr----s1p | Numeral Type=cardinal Number=singular Case=essive-formal Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sfr----s2 | Numeral Type=cardinal Number=singular Case=essive-formal Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mc-sfr----s2s | Numeral Type=cardinal Number=singular Case=essive-formal Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sfr----s2p | Numeral Type=cardinal Number=singular Case=essive-formal Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sfr----s3 | Numeral Type=cardinal Number=singular Case=essive-formal Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mc-sfr----s3s | Numeral Type=cardinal Number=singular Case=essive-formal Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sfr----s3p | Numeral Type=cardinal Number=singular Case=essive-formal Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sfr----p1 | Numeral Type=cardinal Number=singular Case=essive-formal Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mc-sfr----p1s | Numeral Type=cardinal Number=singular Case=essive-formal Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sfr----p1p | Numeral Type=cardinal Number=singular Case=essive-formal Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sfr----p2 | Numeral Type=cardinal Number=singular Case=essive-formal Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mc-sfr----p2s | Numeral Type=cardinal Number=singular Case=essive-formal Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sfr----p2p | Numeral Type=cardinal Number=singular Case=essive-formal Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sfr----p3 | Numeral Type=cardinal Number=singular Case=essive-formal Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mc-sfr----p3s | Numeral Type=cardinal Number=singular Case=essive-formal Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sfr----p3p | Numeral Type=cardinal Number=singular Case=essive-formal Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sfl | Numeral Type=cardinal Number=singular Case=essive-formal Form=letter | 1 | elsőként/első |
Mc-sfl------s | Numeral Type=cardinal Number=singular Case=essive-formal Form=letter Owned_Number=singular | 1 |  |
Mc-sfl------p | Numeral Type=cardinal Number=singular Case=essive-formal Form=letter Owned_Number=plural | 1 |  |
Mc-sfl----s1 | Numeral Type=cardinal Number=singular Case=essive-formal Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mc-sfl----s1s | Numeral Type=cardinal Number=singular Case=essive-formal Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sfl----s1p | Numeral Type=cardinal Number=singular Case=essive-formal Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sfl----s2 | Numeral Type=cardinal Number=singular Case=essive-formal Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mc-sfl----s2s | Numeral Type=cardinal Number=singular Case=essive-formal Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sfl----s2p | Numeral Type=cardinal Number=singular Case=essive-formal Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sfl----s3 | Numeral Type=cardinal Number=singular Case=essive-formal Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mc-sfl----s3s | Numeral Type=cardinal Number=singular Case=essive-formal Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sfl----s3p | Numeral Type=cardinal Number=singular Case=essive-formal Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sfl----p1 | Numeral Type=cardinal Number=singular Case=essive-formal Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mc-sfl----p1s | Numeral Type=cardinal Number=singular Case=essive-formal Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sfl----p1p | Numeral Type=cardinal Number=singular Case=essive-formal Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sfl----p2 | Numeral Type=cardinal Number=singular Case=essive-formal Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mc-sfl----p2s | Numeral Type=cardinal Number=singular Case=essive-formal Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sfl----p2p | Numeral Type=cardinal Number=singular Case=essive-formal Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sfl----p3 | Numeral Type=cardinal Number=singular Case=essive-formal Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mc-sfl----p3s | Numeral Type=cardinal Number=singular Case=essive-formal Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sfl----p3p | Numeral Type=cardinal Number=singular Case=essive-formal Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-s6d | Numeral Type=cardinal Number=singular Case=multiplicative Form=digit | 1 |  |
Mc-s6r | Numeral Type=cardinal Number=singular Case=multiplicative Form=roman | 1 |  |
Mc-s6l | Numeral Type=cardinal Number=singular Case=multiplicative Form=letter | 23 | tucatszor/tucat, tízezredszer/tízezred, tizennegyedszer/tizennegyed, százszor/száz, számtalanszor/számtalan |
Mc-pnd | Numeral Type=cardinal Number=plural Case=nominative Form=digit | 1 |  |
Mc-pnd------s | Numeral Type=cardinal Number=plural Case=nominative Form=digit Owned_Number=singular | 1 |  |
Mc-pnd------p | Numeral Type=cardinal Number=plural Case=nominative Form=digit Owned_Number=plural | 1 |  |
Mc-pnd----s1 | Numeral Type=cardinal Number=plural Case=nominative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mc-pnd----s1s | Numeral Type=cardinal Number=plural Case=nominative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pnd----s1p | Numeral Type=cardinal Number=plural Case=nominative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pnd----s2 | Numeral Type=cardinal Number=plural Case=nominative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mc-pnd----s2s | Numeral Type=cardinal Number=plural Case=nominative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pnd----s2p | Numeral Type=cardinal Number=plural Case=nominative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pnd----s3 | Numeral Type=cardinal Number=plural Case=nominative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mc-pnd----s3s | Numeral Type=cardinal Number=plural Case=nominative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pnd----s3p | Numeral Type=cardinal Number=plural Case=nominative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pnd----p1 | Numeral Type=cardinal Number=plural Case=nominative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mc-pnd----p1s | Numeral Type=cardinal Number=plural Case=nominative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pnd----p1p | Numeral Type=cardinal Number=plural Case=nominative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pnd----p2 | Numeral Type=cardinal Number=plural Case=nominative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mc-pnd----p2s | Numeral Type=cardinal Number=plural Case=nominative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pnd----p2p | Numeral Type=cardinal Number=plural Case=nominative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pnd----p3 | Numeral Type=cardinal Number=plural Case=nominative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mc-pnd----p3s | Numeral Type=cardinal Number=plural Case=nominative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pnd----p3p | Numeral Type=cardinal Number=plural Case=nominative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pnr | Numeral Type=cardinal Number=plural Case=nominative Form=roman | 1 |  |
Mc-pnr------s | Numeral Type=cardinal Number=plural Case=nominative Form=roman Owned_Number=singular | 1 |  |
Mc-pnr------p | Numeral Type=cardinal Number=plural Case=nominative Form=roman Owned_Number=plural | 1 |  |
Mc-pnr----s1 | Numeral Type=cardinal Number=plural Case=nominative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mc-pnr----s1s | Numeral Type=cardinal Number=plural Case=nominative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pnr----s1p | Numeral Type=cardinal Number=plural Case=nominative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pnr----s2 | Numeral Type=cardinal Number=plural Case=nominative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mc-pnr----s2s | Numeral Type=cardinal Number=plural Case=nominative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pnr----s2p | Numeral Type=cardinal Number=plural Case=nominative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pnr----s3 | Numeral Type=cardinal Number=plural Case=nominative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mc-pnr----s3s | Numeral Type=cardinal Number=plural Case=nominative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pnr----s3p | Numeral Type=cardinal Number=plural Case=nominative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pnr----p1 | Numeral Type=cardinal Number=plural Case=nominative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mc-pnr----p1s | Numeral Type=cardinal Number=plural Case=nominative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pnr----p1p | Numeral Type=cardinal Number=plural Case=nominative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pnr----p2 | Numeral Type=cardinal Number=plural Case=nominative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mc-pnr----p2s | Numeral Type=cardinal Number=plural Case=nominative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pnr----p2p | Numeral Type=cardinal Number=plural Case=nominative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pnr----p3 | Numeral Type=cardinal Number=plural Case=nominative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mc-pnr----p3s | Numeral Type=cardinal Number=plural Case=nominative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pnr----p3p | Numeral Type=cardinal Number=plural Case=nominative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pnl | Numeral Type=cardinal Number=plural Case=nominative Form=letter | 8 | többek/több, százak/száz, sokak/sok, negyedek/negyed, hetek/hét |
Mc-pnl------s | Numeral Type=cardinal Number=plural Case=nominative Form=letter Owned_Number=singular | 1 |  |
Mc-pnl------p | Numeral Type=cardinal Number=plural Case=nominative Form=letter Owned_Number=plural | 1 |  |
Mc-pnl----s1 | Numeral Type=cardinal Number=plural Case=nominative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mc-pnl----s1s | Numeral Type=cardinal Number=plural Case=nominative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pnl----s1p | Numeral Type=cardinal Number=plural Case=nominative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pnl----s2 | Numeral Type=cardinal Number=plural Case=nominative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mc-pnl----s2s | Numeral Type=cardinal Number=plural Case=nominative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pnl----s2p | Numeral Type=cardinal Number=plural Case=nominative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pnl----s3 | Numeral Type=cardinal Number=plural Case=nominative Form=letter Owner_Number=singular Owner_Person=third | 3 | százezrei/százezer, milliói/millió, egyedei/egyed |
Mc-pnl----s3s | Numeral Type=cardinal Number=plural Case=nominative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pnl----s3p | Numeral Type=cardinal Number=plural Case=nominative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pnl----p1 | Numeral Type=cardinal Number=plural Case=nominative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mc-pnl----p1s | Numeral Type=cardinal Number=plural Case=nominative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pnl----p1p | Numeral Type=cardinal Number=plural Case=nominative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pnl----p2 | Numeral Type=cardinal Number=plural Case=nominative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mc-pnl----p2s | Numeral Type=cardinal Number=plural Case=nominative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pnl----p2p | Numeral Type=cardinal Number=plural Case=nominative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pnl----p3 | Numeral Type=cardinal Number=plural Case=nominative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mc-pnl----p3s | Numeral Type=cardinal Number=plural Case=nominative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pnl----p3p | Numeral Type=cardinal Number=plural Case=nominative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pgd | Numeral Type=cardinal Number=plural Case=genitive Form=digit | 1 |  |
Mc-pgd------s | Numeral Type=cardinal Number=plural Case=genitive Form=digit Owned_Number=singular | 1 |  |
Mc-pgd------p | Numeral Type=cardinal Number=plural Case=genitive Form=digit Owned_Number=plural | 1 |  |
Mc-pgd----s1 | Numeral Type=cardinal Number=plural Case=genitive Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mc-pgd----s1s | Numeral Type=cardinal Number=plural Case=genitive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pgd----s1p | Numeral Type=cardinal Number=plural Case=genitive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pgd----s2 | Numeral Type=cardinal Number=plural Case=genitive Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mc-pgd----s2s | Numeral Type=cardinal Number=plural Case=genitive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pgd----s2p | Numeral Type=cardinal Number=plural Case=genitive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pgd----s3 | Numeral Type=cardinal Number=plural Case=genitive Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mc-pgd----s3s | Numeral Type=cardinal Number=plural Case=genitive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pgd----s3p | Numeral Type=cardinal Number=plural Case=genitive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pgd----p1 | Numeral Type=cardinal Number=plural Case=genitive Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mc-pgd----p1s | Numeral Type=cardinal Number=plural Case=genitive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pgd----p1p | Numeral Type=cardinal Number=plural Case=genitive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pgd----p2 | Numeral Type=cardinal Number=plural Case=genitive Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mc-pgd----p2s | Numeral Type=cardinal Number=plural Case=genitive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pgd----p2p | Numeral Type=cardinal Number=plural Case=genitive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pgd----p3 | Numeral Type=cardinal Number=plural Case=genitive Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mc-pgd----p3s | Numeral Type=cardinal Number=plural Case=genitive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pgd----p3p | Numeral Type=cardinal Number=plural Case=genitive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pgr | Numeral Type=cardinal Number=plural Case=genitive Form=roman | 1 |  |
Mc-pgr------s | Numeral Type=cardinal Number=plural Case=genitive Form=roman Owned_Number=singular | 1 |  |
Mc-pgr------p | Numeral Type=cardinal Number=plural Case=genitive Form=roman Owned_Number=plural | 1 |  |
Mc-pgr----s1 | Numeral Type=cardinal Number=plural Case=genitive Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mc-pgr----s1s | Numeral Type=cardinal Number=plural Case=genitive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pgr----s1p | Numeral Type=cardinal Number=plural Case=genitive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pgr----s2 | Numeral Type=cardinal Number=plural Case=genitive Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mc-pgr----s2s | Numeral Type=cardinal Number=plural Case=genitive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pgr----s2p | Numeral Type=cardinal Number=plural Case=genitive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pgr----s3 | Numeral Type=cardinal Number=plural Case=genitive Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mc-pgr----s3s | Numeral Type=cardinal Number=plural Case=genitive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pgr----s3p | Numeral Type=cardinal Number=plural Case=genitive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pgr----p1 | Numeral Type=cardinal Number=plural Case=genitive Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mc-pgr----p1s | Numeral Type=cardinal Number=plural Case=genitive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pgr----p1p | Numeral Type=cardinal Number=plural Case=genitive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pgr----p2 | Numeral Type=cardinal Number=plural Case=genitive Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mc-pgr----p2s | Numeral Type=cardinal Number=plural Case=genitive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pgr----p2p | Numeral Type=cardinal Number=plural Case=genitive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pgr----p3 | Numeral Type=cardinal Number=plural Case=genitive Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mc-pgr----p3s | Numeral Type=cardinal Number=plural Case=genitive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pgr----p3p | Numeral Type=cardinal Number=plural Case=genitive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pgl | Numeral Type=cardinal Number=plural Case=genitive Form=letter | 1 |  |
Mc-pgl------s | Numeral Type=cardinal Number=plural Case=genitive Form=letter Owned_Number=singular | 1 |  |
Mc-pgl------p | Numeral Type=cardinal Number=plural Case=genitive Form=letter Owned_Number=plural | 1 |  |
Mc-pgl----s1 | Numeral Type=cardinal Number=plural Case=genitive Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mc-pgl----s1s | Numeral Type=cardinal Number=plural Case=genitive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pgl----s1p | Numeral Type=cardinal Number=plural Case=genitive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pgl----s2 | Numeral Type=cardinal Number=plural Case=genitive Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mc-pgl----s2s | Numeral Type=cardinal Number=plural Case=genitive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pgl----s2p | Numeral Type=cardinal Number=plural Case=genitive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pgl----s3 | Numeral Type=cardinal Number=plural Case=genitive Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mc-pgl----s3s | Numeral Type=cardinal Number=plural Case=genitive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pgl----s3p | Numeral Type=cardinal Number=plural Case=genitive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pgl----p1 | Numeral Type=cardinal Number=plural Case=genitive Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mc-pgl----p1s | Numeral Type=cardinal Number=plural Case=genitive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pgl----p1p | Numeral Type=cardinal Number=plural Case=genitive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pgl----p2 | Numeral Type=cardinal Number=plural Case=genitive Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mc-pgl----p2s | Numeral Type=cardinal Number=plural Case=genitive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pgl----p2p | Numeral Type=cardinal Number=plural Case=genitive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pgl----p3 | Numeral Type=cardinal Number=plural Case=genitive Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mc-pgl----p3s | Numeral Type=cardinal Number=plural Case=genitive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pgl----p3p | Numeral Type=cardinal Number=plural Case=genitive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pdd | Numeral Type=cardinal Number=plural Case=dative Form=digit | 1 |  |
Mc-pdd------s | Numeral Type=cardinal Number=plural Case=dative Form=digit Owned_Number=singular | 1 |  |
Mc-pdd------p | Numeral Type=cardinal Number=plural Case=dative Form=digit Owned_Number=plural | 1 |  |
Mc-pdd----s1 | Numeral Type=cardinal Number=plural Case=dative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mc-pdd----s1s | Numeral Type=cardinal Number=plural Case=dative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pdd----s1p | Numeral Type=cardinal Number=plural Case=dative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pdd----s2 | Numeral Type=cardinal Number=plural Case=dative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mc-pdd----s2s | Numeral Type=cardinal Number=plural Case=dative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pdd----s2p | Numeral Type=cardinal Number=plural Case=dative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pdd----s3 | Numeral Type=cardinal Number=plural Case=dative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mc-pdd----s3s | Numeral Type=cardinal Number=plural Case=dative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pdd----s3p | Numeral Type=cardinal Number=plural Case=dative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pdd----p1 | Numeral Type=cardinal Number=plural Case=dative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mc-pdd----p1s | Numeral Type=cardinal Number=plural Case=dative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pdd----p1p | Numeral Type=cardinal Number=plural Case=dative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pdd----p2 | Numeral Type=cardinal Number=plural Case=dative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mc-pdd----p2s | Numeral Type=cardinal Number=plural Case=dative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pdd----p2p | Numeral Type=cardinal Number=plural Case=dative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pdd----p3 | Numeral Type=cardinal Number=plural Case=dative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mc-pdd----p3s | Numeral Type=cardinal Number=plural Case=dative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pdd----p3p | Numeral Type=cardinal Number=plural Case=dative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pdr | Numeral Type=cardinal Number=plural Case=dative Form=roman | 1 |  |
Mc-pdr------s | Numeral Type=cardinal Number=plural Case=dative Form=roman Owned_Number=singular | 1 |  |
Mc-pdr------p | Numeral Type=cardinal Number=plural Case=dative Form=roman Owned_Number=plural | 1 |  |
Mc-pdr----s1 | Numeral Type=cardinal Number=plural Case=dative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mc-pdr----s1s | Numeral Type=cardinal Number=plural Case=dative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pdr----s1p | Numeral Type=cardinal Number=plural Case=dative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pdr----s2 | Numeral Type=cardinal Number=plural Case=dative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mc-pdr----s2s | Numeral Type=cardinal Number=plural Case=dative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pdr----s2p | Numeral Type=cardinal Number=plural Case=dative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pdr----s3 | Numeral Type=cardinal Number=plural Case=dative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mc-pdr----s3s | Numeral Type=cardinal Number=plural Case=dative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pdr----s3p | Numeral Type=cardinal Number=plural Case=dative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pdr----p1 | Numeral Type=cardinal Number=plural Case=dative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mc-pdr----p1s | Numeral Type=cardinal Number=plural Case=dative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pdr----p1p | Numeral Type=cardinal Number=plural Case=dative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pdr----p2 | Numeral Type=cardinal Number=plural Case=dative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mc-pdr----p2s | Numeral Type=cardinal Number=plural Case=dative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pdr----p2p | Numeral Type=cardinal Number=plural Case=dative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pdr----p3 | Numeral Type=cardinal Number=plural Case=dative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mc-pdr----p3s | Numeral Type=cardinal Number=plural Case=dative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pdr----p3p | Numeral Type=cardinal Number=plural Case=dative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pdl | Numeral Type=cardinal Number=plural Case=dative Form=letter | 1 | feleknek/fél |
Mc-pdl------s | Numeral Type=cardinal Number=plural Case=dative Form=letter Owned_Number=singular | 1 |  |
Mc-pdl------p | Numeral Type=cardinal Number=plural Case=dative Form=letter Owned_Number=plural | 1 |  |
Mc-pdl----s1 | Numeral Type=cardinal Number=plural Case=dative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mc-pdl----s1s | Numeral Type=cardinal Number=plural Case=dative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pdl----s1p | Numeral Type=cardinal Number=plural Case=dative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pdl----s2 | Numeral Type=cardinal Number=plural Case=dative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mc-pdl----s2s | Numeral Type=cardinal Number=plural Case=dative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pdl----s2p | Numeral Type=cardinal Number=plural Case=dative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pdl----s3 | Numeral Type=cardinal Number=plural Case=dative Form=letter Owner_Number=singular Owner_Person=third | 2 | százainak/száz, ezreinek/ezer |
Mc-pdl----s3s | Numeral Type=cardinal Number=plural Case=dative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pdl----s3p | Numeral Type=cardinal Number=plural Case=dative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pdl----p1 | Numeral Type=cardinal Number=plural Case=dative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mc-pdl----p1s | Numeral Type=cardinal Number=plural Case=dative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pdl----p1p | Numeral Type=cardinal Number=plural Case=dative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pdl----p2 | Numeral Type=cardinal Number=plural Case=dative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mc-pdl----p2s | Numeral Type=cardinal Number=plural Case=dative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pdl----p2p | Numeral Type=cardinal Number=plural Case=dative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pdl----p3 | Numeral Type=cardinal Number=plural Case=dative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mc-pdl----p3s | Numeral Type=cardinal Number=plural Case=dative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pdl----p3p | Numeral Type=cardinal Number=plural Case=dative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pad | Numeral Type=cardinal Number=plural Case=accusative Form=digit | 1 |  |
Mc-pad------s | Numeral Type=cardinal Number=plural Case=accusative Form=digit Owned_Number=singular | 1 |  |
Mc-pad------p | Numeral Type=cardinal Number=plural Case=accusative Form=digit Owned_Number=plural | 1 |  |
Mc-pad----s1 | Numeral Type=cardinal Number=plural Case=accusative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mc-pad----s1s | Numeral Type=cardinal Number=plural Case=accusative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pad----s1p | Numeral Type=cardinal Number=plural Case=accusative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pad----s2 | Numeral Type=cardinal Number=plural Case=accusative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mc-pad----s2s | Numeral Type=cardinal Number=plural Case=accusative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pad----s2p | Numeral Type=cardinal Number=plural Case=accusative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pad----s3 | Numeral Type=cardinal Number=plural Case=accusative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mc-pad----s3s | Numeral Type=cardinal Number=plural Case=accusative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pad----s3p | Numeral Type=cardinal Number=plural Case=accusative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pad----p1 | Numeral Type=cardinal Number=plural Case=accusative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mc-pad----p1s | Numeral Type=cardinal Number=plural Case=accusative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pad----p1p | Numeral Type=cardinal Number=plural Case=accusative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pad----p2 | Numeral Type=cardinal Number=plural Case=accusative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mc-pad----p2s | Numeral Type=cardinal Number=plural Case=accusative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pad----p2p | Numeral Type=cardinal Number=plural Case=accusative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pad----p3 | Numeral Type=cardinal Number=plural Case=accusative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mc-pad----p3s | Numeral Type=cardinal Number=plural Case=accusative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pad----p3p | Numeral Type=cardinal Number=plural Case=accusative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-par | Numeral Type=cardinal Number=plural Case=accusative Form=roman | 1 |  |
Mc-par------s | Numeral Type=cardinal Number=plural Case=accusative Form=roman Owned_Number=singular | 1 |  |
Mc-par------p | Numeral Type=cardinal Number=plural Case=accusative Form=roman Owned_Number=plural | 1 |  |
Mc-par----s1 | Numeral Type=cardinal Number=plural Case=accusative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mc-par----s1s | Numeral Type=cardinal Number=plural Case=accusative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-par----s1p | Numeral Type=cardinal Number=plural Case=accusative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-par----s2 | Numeral Type=cardinal Number=plural Case=accusative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mc-par----s2s | Numeral Type=cardinal Number=plural Case=accusative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-par----s2p | Numeral Type=cardinal Number=plural Case=accusative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-par----s3 | Numeral Type=cardinal Number=plural Case=accusative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mc-par----s3s | Numeral Type=cardinal Number=plural Case=accusative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-par----s3p | Numeral Type=cardinal Number=plural Case=accusative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-par----p1 | Numeral Type=cardinal Number=plural Case=accusative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mc-par----p1s | Numeral Type=cardinal Number=plural Case=accusative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-par----p1p | Numeral Type=cardinal Number=plural Case=accusative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-par----p2 | Numeral Type=cardinal Number=plural Case=accusative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mc-par----p2s | Numeral Type=cardinal Number=plural Case=accusative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-par----p2p | Numeral Type=cardinal Number=plural Case=accusative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-par----p3 | Numeral Type=cardinal Number=plural Case=accusative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mc-par----p3s | Numeral Type=cardinal Number=plural Case=accusative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-par----p3p | Numeral Type=cardinal Number=plural Case=accusative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pal | Numeral Type=cardinal Number=plural Case=accusative Form=letter | 4 | sokakat/sok, milliókat/millió, milliárdokat/milliárd, feleket/fél |
Mc-pal------s | Numeral Type=cardinal Number=plural Case=accusative Form=letter Owned_Number=singular | 1 |  |
Mc-pal------p | Numeral Type=cardinal Number=plural Case=accusative Form=letter Owned_Number=plural | 1 |  |
Mc-pal----s1 | Numeral Type=cardinal Number=plural Case=accusative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mc-pal----s1s | Numeral Type=cardinal Number=plural Case=accusative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pal----s1p | Numeral Type=cardinal Number=plural Case=accusative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pal----s2 | Numeral Type=cardinal Number=plural Case=accusative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mc-pal----s2s | Numeral Type=cardinal Number=plural Case=accusative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pal----s2p | Numeral Type=cardinal Number=plural Case=accusative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pal----s3 | Numeral Type=cardinal Number=plural Case=accusative Form=letter Owner_Number=singular Owner_Person=third | 3 | százezreit/százezer, százait/száz, millióit/millió |
Mc-pal----s3s | Numeral Type=cardinal Number=plural Case=accusative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pal----s3p | Numeral Type=cardinal Number=plural Case=accusative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pal----p1 | Numeral Type=cardinal Number=plural Case=accusative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mc-pal----p1s | Numeral Type=cardinal Number=plural Case=accusative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pal----p1p | Numeral Type=cardinal Number=plural Case=accusative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pal----p2 | Numeral Type=cardinal Number=plural Case=accusative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mc-pal----p2s | Numeral Type=cardinal Number=plural Case=accusative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pal----p2p | Numeral Type=cardinal Number=plural Case=accusative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pal----p3 | Numeral Type=cardinal Number=plural Case=accusative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mc-pal----p3s | Numeral Type=cardinal Number=plural Case=accusative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pal----p3p | Numeral Type=cardinal Number=plural Case=accusative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pid | Numeral Type=cardinal Number=plural Case=instrumental Form=digit | 1 |  |
Mc-pid------s | Numeral Type=cardinal Number=plural Case=instrumental Form=digit Owned_Number=singular | 1 |  |
Mc-pid------p | Numeral Type=cardinal Number=plural Case=instrumental Form=digit Owned_Number=plural | 1 |  |
Mc-pid----s1 | Numeral Type=cardinal Number=plural Case=instrumental Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mc-pid----s1s | Numeral Type=cardinal Number=plural Case=instrumental Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pid----s1p | Numeral Type=cardinal Number=plural Case=instrumental Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pid----s2 | Numeral Type=cardinal Number=plural Case=instrumental Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mc-pid----s2s | Numeral Type=cardinal Number=plural Case=instrumental Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pid----s2p | Numeral Type=cardinal Number=plural Case=instrumental Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pid----s3 | Numeral Type=cardinal Number=plural Case=instrumental Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mc-pid----s3s | Numeral Type=cardinal Number=plural Case=instrumental Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pid----s3p | Numeral Type=cardinal Number=plural Case=instrumental Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pid----p1 | Numeral Type=cardinal Number=plural Case=instrumental Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mc-pid----p1s | Numeral Type=cardinal Number=plural Case=instrumental Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pid----p1p | Numeral Type=cardinal Number=plural Case=instrumental Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pid----p2 | Numeral Type=cardinal Number=plural Case=instrumental Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mc-pid----p2s | Numeral Type=cardinal Number=plural Case=instrumental Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pid----p2p | Numeral Type=cardinal Number=plural Case=instrumental Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pid----p3 | Numeral Type=cardinal Number=plural Case=instrumental Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mc-pid----p3s | Numeral Type=cardinal Number=plural Case=instrumental Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pid----p3p | Numeral Type=cardinal Number=plural Case=instrumental Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pir | Numeral Type=cardinal Number=plural Case=instrumental Form=roman | 1 |  |
Mc-pir------s | Numeral Type=cardinal Number=plural Case=instrumental Form=roman Owned_Number=singular | 1 |  |
Mc-pir------p | Numeral Type=cardinal Number=plural Case=instrumental Form=roman Owned_Number=plural | 1 |  |
Mc-pir----s1 | Numeral Type=cardinal Number=plural Case=instrumental Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mc-pir----s1s | Numeral Type=cardinal Number=plural Case=instrumental Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pir----s1p | Numeral Type=cardinal Number=plural Case=instrumental Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pir----s2 | Numeral Type=cardinal Number=plural Case=instrumental Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mc-pir----s2s | Numeral Type=cardinal Number=plural Case=instrumental Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pir----s2p | Numeral Type=cardinal Number=plural Case=instrumental Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pir----s3 | Numeral Type=cardinal Number=plural Case=instrumental Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mc-pir----s3s | Numeral Type=cardinal Number=plural Case=instrumental Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pir----s3p | Numeral Type=cardinal Number=plural Case=instrumental Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pir----p1 | Numeral Type=cardinal Number=plural Case=instrumental Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mc-pir----p1s | Numeral Type=cardinal Number=plural Case=instrumental Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pir----p1p | Numeral Type=cardinal Number=plural Case=instrumental Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pir----p2 | Numeral Type=cardinal Number=plural Case=instrumental Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mc-pir----p2s | Numeral Type=cardinal Number=plural Case=instrumental Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pir----p2p | Numeral Type=cardinal Number=plural Case=instrumental Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pir----p3 | Numeral Type=cardinal Number=plural Case=instrumental Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mc-pir----p3s | Numeral Type=cardinal Number=plural Case=instrumental Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pir----p3p | Numeral Type=cardinal Number=plural Case=instrumental Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pil | Numeral Type=cardinal Number=plural Case=instrumental Form=letter | 2 | tizedekkel/tized, milliókkal/millió |
Mc-pil------s | Numeral Type=cardinal Number=plural Case=instrumental Form=letter Owned_Number=singular | 1 |  |
Mc-pil------p | Numeral Type=cardinal Number=plural Case=instrumental Form=letter Owned_Number=plural | 1 |  |
Mc-pil----s1 | Numeral Type=cardinal Number=plural Case=instrumental Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mc-pil----s1s | Numeral Type=cardinal Number=plural Case=instrumental Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pil----s1p | Numeral Type=cardinal Number=plural Case=instrumental Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pil----s2 | Numeral Type=cardinal Number=plural Case=instrumental Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mc-pil----s2s | Numeral Type=cardinal Number=plural Case=instrumental Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pil----s2p | Numeral Type=cardinal Number=plural Case=instrumental Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pil----s3 | Numeral Type=cardinal Number=plural Case=instrumental Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mc-pil----s3s | Numeral Type=cardinal Number=plural Case=instrumental Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pil----s3p | Numeral Type=cardinal Number=plural Case=instrumental Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pil----p1 | Numeral Type=cardinal Number=plural Case=instrumental Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mc-pil----p1s | Numeral Type=cardinal Number=plural Case=instrumental Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pil----p1p | Numeral Type=cardinal Number=plural Case=instrumental Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pil----p2 | Numeral Type=cardinal Number=plural Case=instrumental Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mc-pil----p2s | Numeral Type=cardinal Number=plural Case=instrumental Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pil----p2p | Numeral Type=cardinal Number=plural Case=instrumental Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pil----p3 | Numeral Type=cardinal Number=plural Case=instrumental Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mc-pil----p3s | Numeral Type=cardinal Number=plural Case=instrumental Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pil----p3p | Numeral Type=cardinal Number=plural Case=instrumental Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pxd | Numeral Type=cardinal Number=plural Case=illative Form=digit | 1 |  |
Mc-pxd------s | Numeral Type=cardinal Number=plural Case=illative Form=digit Owned_Number=singular | 1 |  |
Mc-pxd------p | Numeral Type=cardinal Number=plural Case=illative Form=digit Owned_Number=plural | 1 |  |
Mc-pxd----s1 | Numeral Type=cardinal Number=plural Case=illative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mc-pxd----s1s | Numeral Type=cardinal Number=plural Case=illative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pxd----s1p | Numeral Type=cardinal Number=plural Case=illative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pxd----s2 | Numeral Type=cardinal Number=plural Case=illative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mc-pxd----s2s | Numeral Type=cardinal Number=plural Case=illative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pxd----s2p | Numeral Type=cardinal Number=plural Case=illative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pxd----s3 | Numeral Type=cardinal Number=plural Case=illative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mc-pxd----s3s | Numeral Type=cardinal Number=plural Case=illative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pxd----s3p | Numeral Type=cardinal Number=plural Case=illative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pxd----p1 | Numeral Type=cardinal Number=plural Case=illative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mc-pxd----p1s | Numeral Type=cardinal Number=plural Case=illative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pxd----p1p | Numeral Type=cardinal Number=plural Case=illative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pxd----p2 | Numeral Type=cardinal Number=plural Case=illative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mc-pxd----p2s | Numeral Type=cardinal Number=plural Case=illative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pxd----p2p | Numeral Type=cardinal Number=plural Case=illative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pxd----p3 | Numeral Type=cardinal Number=plural Case=illative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mc-pxd----p3s | Numeral Type=cardinal Number=plural Case=illative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pxd----p3p | Numeral Type=cardinal Number=plural Case=illative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pxr | Numeral Type=cardinal Number=plural Case=illative Form=roman | 1 |  |
Mc-pxr------s | Numeral Type=cardinal Number=plural Case=illative Form=roman Owned_Number=singular | 1 |  |
Mc-pxr------p | Numeral Type=cardinal Number=plural Case=illative Form=roman Owned_Number=plural | 1 |  |
Mc-pxr----s1 | Numeral Type=cardinal Number=plural Case=illative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mc-pxr----s1s | Numeral Type=cardinal Number=plural Case=illative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pxr----s1p | Numeral Type=cardinal Number=plural Case=illative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pxr----s2 | Numeral Type=cardinal Number=plural Case=illative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mc-pxr----s2s | Numeral Type=cardinal Number=plural Case=illative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pxr----s2p | Numeral Type=cardinal Number=plural Case=illative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pxr----s3 | Numeral Type=cardinal Number=plural Case=illative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mc-pxr----s3s | Numeral Type=cardinal Number=plural Case=illative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pxr----s3p | Numeral Type=cardinal Number=plural Case=illative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pxr----p1 | Numeral Type=cardinal Number=plural Case=illative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mc-pxr----p1s | Numeral Type=cardinal Number=plural Case=illative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pxr----p1p | Numeral Type=cardinal Number=plural Case=illative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pxr----p2 | Numeral Type=cardinal Number=plural Case=illative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mc-pxr----p2s | Numeral Type=cardinal Number=plural Case=illative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pxr----p2p | Numeral Type=cardinal Number=plural Case=illative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pxr----p3 | Numeral Type=cardinal Number=plural Case=illative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mc-pxr----p3s | Numeral Type=cardinal Number=plural Case=illative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pxr----p3p | Numeral Type=cardinal Number=plural Case=illative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pxl | Numeral Type=cardinal Number=plural Case=illative Form=letter | 1 |  |
Mc-pxl------s | Numeral Type=cardinal Number=plural Case=illative Form=letter Owned_Number=singular | 1 |  |
Mc-pxl------p | Numeral Type=cardinal Number=plural Case=illative Form=letter Owned_Number=plural | 1 |  |
Mc-pxl----s1 | Numeral Type=cardinal Number=plural Case=illative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mc-pxl----s1s | Numeral Type=cardinal Number=plural Case=illative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pxl----s1p | Numeral Type=cardinal Number=plural Case=illative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pxl----s2 | Numeral Type=cardinal Number=plural Case=illative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mc-pxl----s2s | Numeral Type=cardinal Number=plural Case=illative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pxl----s2p | Numeral Type=cardinal Number=plural Case=illative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pxl----s3 | Numeral Type=cardinal Number=plural Case=illative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mc-pxl----s3s | Numeral Type=cardinal Number=plural Case=illative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pxl----s3p | Numeral Type=cardinal Number=plural Case=illative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pxl----p1 | Numeral Type=cardinal Number=plural Case=illative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mc-pxl----p1s | Numeral Type=cardinal Number=plural Case=illative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pxl----p1p | Numeral Type=cardinal Number=plural Case=illative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pxl----p2 | Numeral Type=cardinal Number=plural Case=illative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mc-pxl----p2s | Numeral Type=cardinal Number=plural Case=illative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pxl----p2p | Numeral Type=cardinal Number=plural Case=illative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pxl----p3 | Numeral Type=cardinal Number=plural Case=illative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mc-pxl----p3s | Numeral Type=cardinal Number=plural Case=illative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pxl----p3p | Numeral Type=cardinal Number=plural Case=illative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-p2d | Numeral Type=cardinal Number=plural Case=inessive Form=digit | 1 |  |
Mc-p2d------s | Numeral Type=cardinal Number=plural Case=inessive Form=digit Owned_Number=singular | 1 |  |
Mc-p2d------p | Numeral Type=cardinal Number=plural Case=inessive Form=digit Owned_Number=plural | 1 |  |
Mc-p2d----s1 | Numeral Type=cardinal Number=plural Case=inessive Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mc-p2d----s1s | Numeral Type=cardinal Number=plural Case=inessive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-p2d----s1p | Numeral Type=cardinal Number=plural Case=inessive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-p2d----s2 | Numeral Type=cardinal Number=plural Case=inessive Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mc-p2d----s2s | Numeral Type=cardinal Number=plural Case=inessive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-p2d----s2p | Numeral Type=cardinal Number=plural Case=inessive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-p2d----s3 | Numeral Type=cardinal Number=plural Case=inessive Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mc-p2d----s3s | Numeral Type=cardinal Number=plural Case=inessive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-p2d----s3p | Numeral Type=cardinal Number=plural Case=inessive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-p2d----p1 | Numeral Type=cardinal Number=plural Case=inessive Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mc-p2d----p1s | Numeral Type=cardinal Number=plural Case=inessive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-p2d----p1p | Numeral Type=cardinal Number=plural Case=inessive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-p2d----p2 | Numeral Type=cardinal Number=plural Case=inessive Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mc-p2d----p2s | Numeral Type=cardinal Number=plural Case=inessive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-p2d----p2p | Numeral Type=cardinal Number=plural Case=inessive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-p2d----p3 | Numeral Type=cardinal Number=plural Case=inessive Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mc-p2d----p3s | Numeral Type=cardinal Number=plural Case=inessive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-p2d----p3p | Numeral Type=cardinal Number=plural Case=inessive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-p2r | Numeral Type=cardinal Number=plural Case=inessive Form=roman | 1 |  |
Mc-p2r------s | Numeral Type=cardinal Number=plural Case=inessive Form=roman Owned_Number=singular | 1 |  |
Mc-p2r------p | Numeral Type=cardinal Number=plural Case=inessive Form=roman Owned_Number=plural | 1 |  |
Mc-p2r----s1 | Numeral Type=cardinal Number=plural Case=inessive Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mc-p2r----s1s | Numeral Type=cardinal Number=plural Case=inessive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-p2r----s1p | Numeral Type=cardinal Number=plural Case=inessive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-p2r----s2 | Numeral Type=cardinal Number=plural Case=inessive Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mc-p2r----s2s | Numeral Type=cardinal Number=plural Case=inessive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-p2r----s2p | Numeral Type=cardinal Number=plural Case=inessive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-p2r----s3 | Numeral Type=cardinal Number=plural Case=inessive Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mc-p2r----s3s | Numeral Type=cardinal Number=plural Case=inessive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-p2r----s3p | Numeral Type=cardinal Number=plural Case=inessive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-p2r----p1 | Numeral Type=cardinal Number=plural Case=inessive Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mc-p2r----p1s | Numeral Type=cardinal Number=plural Case=inessive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-p2r----p1p | Numeral Type=cardinal Number=plural Case=inessive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-p2r----p2 | Numeral Type=cardinal Number=plural Case=inessive Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mc-p2r----p2s | Numeral Type=cardinal Number=plural Case=inessive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-p2r----p2p | Numeral Type=cardinal Number=plural Case=inessive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-p2r----p3 | Numeral Type=cardinal Number=plural Case=inessive Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mc-p2r----p3s | Numeral Type=cardinal Number=plural Case=inessive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-p2r----p3p | Numeral Type=cardinal Number=plural Case=inessive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-p2l | Numeral Type=cardinal Number=plural Case=inessive Form=letter | 3 | századokban/század, sokakban/sok, hetekben/hét |
Mc-p2l------s | Numeral Type=cardinal Number=plural Case=inessive Form=letter Owned_Number=singular | 1 |  |
Mc-p2l------p | Numeral Type=cardinal Number=plural Case=inessive Form=letter Owned_Number=plural | 1 |  |
Mc-p2l----s1 | Numeral Type=cardinal Number=plural Case=inessive Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mc-p2l----s1s | Numeral Type=cardinal Number=plural Case=inessive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-p2l----s1p | Numeral Type=cardinal Number=plural Case=inessive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-p2l----s2 | Numeral Type=cardinal Number=plural Case=inessive Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mc-p2l----s2s | Numeral Type=cardinal Number=plural Case=inessive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-p2l----s2p | Numeral Type=cardinal Number=plural Case=inessive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-p2l----s3 | Numeral Type=cardinal Number=plural Case=inessive Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mc-p2l----s3s | Numeral Type=cardinal Number=plural Case=inessive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-p2l----s3p | Numeral Type=cardinal Number=plural Case=inessive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-p2l----p1 | Numeral Type=cardinal Number=plural Case=inessive Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mc-p2l----p1s | Numeral Type=cardinal Number=plural Case=inessive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-p2l----p1p | Numeral Type=cardinal Number=plural Case=inessive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-p2l----p2 | Numeral Type=cardinal Number=plural Case=inessive Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mc-p2l----p2s | Numeral Type=cardinal Number=plural Case=inessive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-p2l----p2p | Numeral Type=cardinal Number=plural Case=inessive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-p2l----p3 | Numeral Type=cardinal Number=plural Case=inessive Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mc-p2l----p3s | Numeral Type=cardinal Number=plural Case=inessive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-p2l----p3p | Numeral Type=cardinal Number=plural Case=inessive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-ped | Numeral Type=cardinal Number=plural Case=elative Form=digit | 1 |  |
Mc-ped------s | Numeral Type=cardinal Number=plural Case=elative Form=digit Owned_Number=singular | 1 |  |
Mc-ped------p | Numeral Type=cardinal Number=plural Case=elative Form=digit Owned_Number=plural | 1 |  |
Mc-ped----s1 | Numeral Type=cardinal Number=plural Case=elative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mc-ped----s1s | Numeral Type=cardinal Number=plural Case=elative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-ped----s1p | Numeral Type=cardinal Number=plural Case=elative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-ped----s2 | Numeral Type=cardinal Number=plural Case=elative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mc-ped----s2s | Numeral Type=cardinal Number=plural Case=elative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-ped----s2p | Numeral Type=cardinal Number=plural Case=elative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-ped----s3 | Numeral Type=cardinal Number=plural Case=elative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mc-ped----s3s | Numeral Type=cardinal Number=plural Case=elative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-ped----s3p | Numeral Type=cardinal Number=plural Case=elative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-ped----p1 | Numeral Type=cardinal Number=plural Case=elative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mc-ped----p1s | Numeral Type=cardinal Number=plural Case=elative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-ped----p1p | Numeral Type=cardinal Number=plural Case=elative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-ped----p2 | Numeral Type=cardinal Number=plural Case=elative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mc-ped----p2s | Numeral Type=cardinal Number=plural Case=elative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-ped----p2p | Numeral Type=cardinal Number=plural Case=elative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-ped----p3 | Numeral Type=cardinal Number=plural Case=elative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mc-ped----p3s | Numeral Type=cardinal Number=plural Case=elative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-ped----p3p | Numeral Type=cardinal Number=plural Case=elative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-per | Numeral Type=cardinal Number=plural Case=elative Form=roman | 1 |  |
Mc-per------s | Numeral Type=cardinal Number=plural Case=elative Form=roman Owned_Number=singular | 1 |  |
Mc-per------p | Numeral Type=cardinal Number=plural Case=elative Form=roman Owned_Number=plural | 1 |  |
Mc-per----s1 | Numeral Type=cardinal Number=plural Case=elative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mc-per----s1s | Numeral Type=cardinal Number=plural Case=elative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-per----s1p | Numeral Type=cardinal Number=plural Case=elative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-per----s2 | Numeral Type=cardinal Number=plural Case=elative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mc-per----s2s | Numeral Type=cardinal Number=plural Case=elative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-per----s2p | Numeral Type=cardinal Number=plural Case=elative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-per----s3 | Numeral Type=cardinal Number=plural Case=elative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mc-per----s3s | Numeral Type=cardinal Number=plural Case=elative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-per----s3p | Numeral Type=cardinal Number=plural Case=elative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-per----p1 | Numeral Type=cardinal Number=plural Case=elative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mc-per----p1s | Numeral Type=cardinal Number=plural Case=elative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-per----p1p | Numeral Type=cardinal Number=plural Case=elative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-per----p2 | Numeral Type=cardinal Number=plural Case=elative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mc-per----p2s | Numeral Type=cardinal Number=plural Case=elative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-per----p2p | Numeral Type=cardinal Number=plural Case=elative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-per----p3 | Numeral Type=cardinal Number=plural Case=elative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mc-per----p3s | Numeral Type=cardinal Number=plural Case=elative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-per----p3p | Numeral Type=cardinal Number=plural Case=elative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pel | Numeral Type=cardinal Number=plural Case=elative Form=letter | 1 |  |
Mc-pel------s | Numeral Type=cardinal Number=plural Case=elative Form=letter Owned_Number=singular | 1 |  |
Mc-pel------p | Numeral Type=cardinal Number=plural Case=elative Form=letter Owned_Number=plural | 1 |  |
Mc-pel----s1 | Numeral Type=cardinal Number=plural Case=elative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mc-pel----s1s | Numeral Type=cardinal Number=plural Case=elative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pel----s1p | Numeral Type=cardinal Number=plural Case=elative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pel----s2 | Numeral Type=cardinal Number=plural Case=elative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mc-pel----s2s | Numeral Type=cardinal Number=plural Case=elative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pel----s2p | Numeral Type=cardinal Number=plural Case=elative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pel----s3 | Numeral Type=cardinal Number=plural Case=elative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mc-pel----s3s | Numeral Type=cardinal Number=plural Case=elative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pel----s3p | Numeral Type=cardinal Number=plural Case=elative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pel----p1 | Numeral Type=cardinal Number=plural Case=elative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mc-pel----p1s | Numeral Type=cardinal Number=plural Case=elative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pel----p1p | Numeral Type=cardinal Number=plural Case=elative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pel----p2 | Numeral Type=cardinal Number=plural Case=elative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mc-pel----p2s | Numeral Type=cardinal Number=plural Case=elative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pel----p2p | Numeral Type=cardinal Number=plural Case=elative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pel----p3 | Numeral Type=cardinal Number=plural Case=elative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mc-pel----p3s | Numeral Type=cardinal Number=plural Case=elative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pel----p3p | Numeral Type=cardinal Number=plural Case=elative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-ptd | Numeral Type=cardinal Number=plural Case=allative Form=digit | 1 |  |
Mc-ptd------s | Numeral Type=cardinal Number=plural Case=allative Form=digit Owned_Number=singular | 1 |  |
Mc-ptd------p | Numeral Type=cardinal Number=plural Case=allative Form=digit Owned_Number=plural | 1 |  |
Mc-ptd----s1 | Numeral Type=cardinal Number=plural Case=allative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mc-ptd----s1s | Numeral Type=cardinal Number=plural Case=allative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-ptd----s1p | Numeral Type=cardinal Number=plural Case=allative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-ptd----s2 | Numeral Type=cardinal Number=plural Case=allative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mc-ptd----s2s | Numeral Type=cardinal Number=plural Case=allative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-ptd----s2p | Numeral Type=cardinal Number=plural Case=allative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-ptd----s3 | Numeral Type=cardinal Number=plural Case=allative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mc-ptd----s3s | Numeral Type=cardinal Number=plural Case=allative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-ptd----s3p | Numeral Type=cardinal Number=plural Case=allative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-ptd----p1 | Numeral Type=cardinal Number=plural Case=allative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mc-ptd----p1s | Numeral Type=cardinal Number=plural Case=allative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-ptd----p1p | Numeral Type=cardinal Number=plural Case=allative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-ptd----p2 | Numeral Type=cardinal Number=plural Case=allative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mc-ptd----p2s | Numeral Type=cardinal Number=plural Case=allative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-ptd----p2p | Numeral Type=cardinal Number=plural Case=allative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-ptd----p3 | Numeral Type=cardinal Number=plural Case=allative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mc-ptd----p3s | Numeral Type=cardinal Number=plural Case=allative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-ptd----p3p | Numeral Type=cardinal Number=plural Case=allative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-ptr | Numeral Type=cardinal Number=plural Case=allative Form=roman | 1 |  |
Mc-ptr------s | Numeral Type=cardinal Number=plural Case=allative Form=roman Owned_Number=singular | 1 |  |
Mc-ptr------p | Numeral Type=cardinal Number=plural Case=allative Form=roman Owned_Number=plural | 1 |  |
Mc-ptr----s1 | Numeral Type=cardinal Number=plural Case=allative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mc-ptr----s1s | Numeral Type=cardinal Number=plural Case=allative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-ptr----s1p | Numeral Type=cardinal Number=plural Case=allative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-ptr----s2 | Numeral Type=cardinal Number=plural Case=allative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mc-ptr----s2s | Numeral Type=cardinal Number=plural Case=allative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-ptr----s2p | Numeral Type=cardinal Number=plural Case=allative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-ptr----s3 | Numeral Type=cardinal Number=plural Case=allative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mc-ptr----s3s | Numeral Type=cardinal Number=plural Case=allative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-ptr----s3p | Numeral Type=cardinal Number=plural Case=allative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-ptr----p1 | Numeral Type=cardinal Number=plural Case=allative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mc-ptr----p1s | Numeral Type=cardinal Number=plural Case=allative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-ptr----p1p | Numeral Type=cardinal Number=plural Case=allative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-ptr----p2 | Numeral Type=cardinal Number=plural Case=allative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mc-ptr----p2s | Numeral Type=cardinal Number=plural Case=allative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-ptr----p2p | Numeral Type=cardinal Number=plural Case=allative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-ptr----p3 | Numeral Type=cardinal Number=plural Case=allative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mc-ptr----p3s | Numeral Type=cardinal Number=plural Case=allative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-ptr----p3p | Numeral Type=cardinal Number=plural Case=allative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-ptl | Numeral Type=cardinal Number=plural Case=allative Form=letter | 1 |  |
Mc-ptl------s | Numeral Type=cardinal Number=plural Case=allative Form=letter Owned_Number=singular | 1 |  |
Mc-ptl------p | Numeral Type=cardinal Number=plural Case=allative Form=letter Owned_Number=plural | 1 |  |
Mc-ptl----s1 | Numeral Type=cardinal Number=plural Case=allative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mc-ptl----s1s | Numeral Type=cardinal Number=plural Case=allative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-ptl----s1p | Numeral Type=cardinal Number=plural Case=allative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-ptl----s2 | Numeral Type=cardinal Number=plural Case=allative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mc-ptl----s2s | Numeral Type=cardinal Number=plural Case=allative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-ptl----s2p | Numeral Type=cardinal Number=plural Case=allative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-ptl----s3 | Numeral Type=cardinal Number=plural Case=allative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mc-ptl----s3s | Numeral Type=cardinal Number=plural Case=allative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-ptl----s3p | Numeral Type=cardinal Number=plural Case=allative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-ptl----p1 | Numeral Type=cardinal Number=plural Case=allative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mc-ptl----p1s | Numeral Type=cardinal Number=plural Case=allative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-ptl----p1p | Numeral Type=cardinal Number=plural Case=allative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-ptl----p2 | Numeral Type=cardinal Number=plural Case=allative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mc-ptl----p2s | Numeral Type=cardinal Number=plural Case=allative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-ptl----p2p | Numeral Type=cardinal Number=plural Case=allative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-ptl----p3 | Numeral Type=cardinal Number=plural Case=allative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mc-ptl----p3s | Numeral Type=cardinal Number=plural Case=allative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-ptl----p3p | Numeral Type=cardinal Number=plural Case=allative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-p3d | Numeral Type=cardinal Number=plural Case=adessive Form=digit | 1 |  |
Mc-p3d------s | Numeral Type=cardinal Number=plural Case=adessive Form=digit Owned_Number=singular | 1 |  |
Mc-p3d------p | Numeral Type=cardinal Number=plural Case=adessive Form=digit Owned_Number=plural | 1 |  |
Mc-p3d----s1 | Numeral Type=cardinal Number=plural Case=adessive Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mc-p3d----s1s | Numeral Type=cardinal Number=plural Case=adessive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-p3d----s1p | Numeral Type=cardinal Number=plural Case=adessive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-p3d----s2 | Numeral Type=cardinal Number=plural Case=adessive Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mc-p3d----s2s | Numeral Type=cardinal Number=plural Case=adessive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-p3d----s2p | Numeral Type=cardinal Number=plural Case=adessive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-p3d----s3 | Numeral Type=cardinal Number=plural Case=adessive Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mc-p3d----s3s | Numeral Type=cardinal Number=plural Case=adessive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-p3d----s3p | Numeral Type=cardinal Number=plural Case=adessive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-p3d----p1 | Numeral Type=cardinal Number=plural Case=adessive Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mc-p3d----p1s | Numeral Type=cardinal Number=plural Case=adessive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-p3d----p1p | Numeral Type=cardinal Number=plural Case=adessive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-p3d----p2 | Numeral Type=cardinal Number=plural Case=adessive Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mc-p3d----p2s | Numeral Type=cardinal Number=plural Case=adessive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-p3d----p2p | Numeral Type=cardinal Number=plural Case=adessive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-p3d----p3 | Numeral Type=cardinal Number=plural Case=adessive Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mc-p3d----p3s | Numeral Type=cardinal Number=plural Case=adessive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-p3d----p3p | Numeral Type=cardinal Number=plural Case=adessive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-p3r | Numeral Type=cardinal Number=plural Case=adessive Form=roman | 1 |  |
Mc-p3r------s | Numeral Type=cardinal Number=plural Case=adessive Form=roman Owned_Number=singular | 1 |  |
Mc-p3r------p | Numeral Type=cardinal Number=plural Case=adessive Form=roman Owned_Number=plural | 1 |  |
Mc-p3r----s1 | Numeral Type=cardinal Number=plural Case=adessive Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mc-p3r----s1s | Numeral Type=cardinal Number=plural Case=adessive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-p3r----s1p | Numeral Type=cardinal Number=plural Case=adessive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-p3r----s2 | Numeral Type=cardinal Number=plural Case=adessive Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mc-p3r----s2s | Numeral Type=cardinal Number=plural Case=adessive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-p3r----s2p | Numeral Type=cardinal Number=plural Case=adessive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-p3r----s3 | Numeral Type=cardinal Number=plural Case=adessive Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mc-p3r----s3s | Numeral Type=cardinal Number=plural Case=adessive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-p3r----s3p | Numeral Type=cardinal Number=plural Case=adessive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-p3r----p1 | Numeral Type=cardinal Number=plural Case=adessive Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mc-p3r----p1s | Numeral Type=cardinal Number=plural Case=adessive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-p3r----p1p | Numeral Type=cardinal Number=plural Case=adessive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-p3r----p2 | Numeral Type=cardinal Number=plural Case=adessive Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mc-p3r----p2s | Numeral Type=cardinal Number=plural Case=adessive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-p3r----p2p | Numeral Type=cardinal Number=plural Case=adessive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-p3r----p3 | Numeral Type=cardinal Number=plural Case=adessive Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mc-p3r----p3s | Numeral Type=cardinal Number=plural Case=adessive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-p3r----p3p | Numeral Type=cardinal Number=plural Case=adessive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-p3l | Numeral Type=cardinal Number=plural Case=adessive Form=letter | 1 |  |
Mc-p3l------s | Numeral Type=cardinal Number=plural Case=adessive Form=letter Owned_Number=singular | 1 |  |
Mc-p3l------p | Numeral Type=cardinal Number=plural Case=adessive Form=letter Owned_Number=plural | 1 |  |
Mc-p3l----s1 | Numeral Type=cardinal Number=plural Case=adessive Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mc-p3l----s1s | Numeral Type=cardinal Number=plural Case=adessive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-p3l----s1p | Numeral Type=cardinal Number=plural Case=adessive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-p3l----s2 | Numeral Type=cardinal Number=plural Case=adessive Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mc-p3l----s2s | Numeral Type=cardinal Number=plural Case=adessive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-p3l----s2p | Numeral Type=cardinal Number=plural Case=adessive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-p3l----s3 | Numeral Type=cardinal Number=plural Case=adessive Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mc-p3l----s3s | Numeral Type=cardinal Number=plural Case=adessive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-p3l----s3p | Numeral Type=cardinal Number=plural Case=adessive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-p3l----p1 | Numeral Type=cardinal Number=plural Case=adessive Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mc-p3l----p1s | Numeral Type=cardinal Number=plural Case=adessive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-p3l----p1p | Numeral Type=cardinal Number=plural Case=adessive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-p3l----p2 | Numeral Type=cardinal Number=plural Case=adessive Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mc-p3l----p2s | Numeral Type=cardinal Number=plural Case=adessive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-p3l----p2p | Numeral Type=cardinal Number=plural Case=adessive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-p3l----p3 | Numeral Type=cardinal Number=plural Case=adessive Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mc-p3l----p3s | Numeral Type=cardinal Number=plural Case=adessive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-p3l----p3p | Numeral Type=cardinal Number=plural Case=adessive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pbd | Numeral Type=cardinal Number=plural Case=ablative Form=digit | 1 |  |
Mc-pbd------s | Numeral Type=cardinal Number=plural Case=ablative Form=digit Owned_Number=singular | 1 |  |
Mc-pbd------p | Numeral Type=cardinal Number=plural Case=ablative Form=digit Owned_Number=plural | 1 |  |
Mc-pbd----s1 | Numeral Type=cardinal Number=plural Case=ablative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mc-pbd----s1s | Numeral Type=cardinal Number=plural Case=ablative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pbd----s1p | Numeral Type=cardinal Number=plural Case=ablative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pbd----s2 | Numeral Type=cardinal Number=plural Case=ablative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mc-pbd----s2s | Numeral Type=cardinal Number=plural Case=ablative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pbd----s2p | Numeral Type=cardinal Number=plural Case=ablative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pbd----s3 | Numeral Type=cardinal Number=plural Case=ablative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mc-pbd----s3s | Numeral Type=cardinal Number=plural Case=ablative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pbd----s3p | Numeral Type=cardinal Number=plural Case=ablative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pbd----p1 | Numeral Type=cardinal Number=plural Case=ablative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mc-pbd----p1s | Numeral Type=cardinal Number=plural Case=ablative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pbd----p1p | Numeral Type=cardinal Number=plural Case=ablative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pbd----p2 | Numeral Type=cardinal Number=plural Case=ablative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mc-pbd----p2s | Numeral Type=cardinal Number=plural Case=ablative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pbd----p2p | Numeral Type=cardinal Number=plural Case=ablative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pbd----p3 | Numeral Type=cardinal Number=plural Case=ablative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mc-pbd----p3s | Numeral Type=cardinal Number=plural Case=ablative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pbd----p3p | Numeral Type=cardinal Number=plural Case=ablative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pbr | Numeral Type=cardinal Number=plural Case=ablative Form=roman | 1 |  |
Mc-pbr------s | Numeral Type=cardinal Number=plural Case=ablative Form=roman Owned_Number=singular | 1 |  |
Mc-pbr------p | Numeral Type=cardinal Number=plural Case=ablative Form=roman Owned_Number=plural | 1 |  |
Mc-pbr----s1 | Numeral Type=cardinal Number=plural Case=ablative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mc-pbr----s1s | Numeral Type=cardinal Number=plural Case=ablative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pbr----s1p | Numeral Type=cardinal Number=plural Case=ablative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pbr----s2 | Numeral Type=cardinal Number=plural Case=ablative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mc-pbr----s2s | Numeral Type=cardinal Number=plural Case=ablative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pbr----s2p | Numeral Type=cardinal Number=plural Case=ablative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pbr----s3 | Numeral Type=cardinal Number=plural Case=ablative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mc-pbr----s3s | Numeral Type=cardinal Number=plural Case=ablative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pbr----s3p | Numeral Type=cardinal Number=plural Case=ablative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pbr----p1 | Numeral Type=cardinal Number=plural Case=ablative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mc-pbr----p1s | Numeral Type=cardinal Number=plural Case=ablative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pbr----p1p | Numeral Type=cardinal Number=plural Case=ablative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pbr----p2 | Numeral Type=cardinal Number=plural Case=ablative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mc-pbr----p2s | Numeral Type=cardinal Number=plural Case=ablative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pbr----p2p | Numeral Type=cardinal Number=plural Case=ablative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pbr----p3 | Numeral Type=cardinal Number=plural Case=ablative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mc-pbr----p3s | Numeral Type=cardinal Number=plural Case=ablative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pbr----p3p | Numeral Type=cardinal Number=plural Case=ablative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pbl | Numeral Type=cardinal Number=plural Case=ablative Form=letter | 3 | többektől/több, sokaktól/sok, négyektől/négy |
Mc-pbl------s | Numeral Type=cardinal Number=plural Case=ablative Form=letter Owned_Number=singular | 1 |  |
Mc-pbl------p | Numeral Type=cardinal Number=plural Case=ablative Form=letter Owned_Number=plural | 1 |  |
Mc-pbl----s1 | Numeral Type=cardinal Number=plural Case=ablative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mc-pbl----s1s | Numeral Type=cardinal Number=plural Case=ablative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pbl----s1p | Numeral Type=cardinal Number=plural Case=ablative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pbl----s2 | Numeral Type=cardinal Number=plural Case=ablative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mc-pbl----s2s | Numeral Type=cardinal Number=plural Case=ablative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pbl----s2p | Numeral Type=cardinal Number=plural Case=ablative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pbl----s3 | Numeral Type=cardinal Number=plural Case=ablative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mc-pbl----s3s | Numeral Type=cardinal Number=plural Case=ablative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pbl----s3p | Numeral Type=cardinal Number=plural Case=ablative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pbl----p1 | Numeral Type=cardinal Number=plural Case=ablative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mc-pbl----p1s | Numeral Type=cardinal Number=plural Case=ablative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pbl----p1p | Numeral Type=cardinal Number=plural Case=ablative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pbl----p2 | Numeral Type=cardinal Number=plural Case=ablative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mc-pbl----p2s | Numeral Type=cardinal Number=plural Case=ablative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pbl----p2p | Numeral Type=cardinal Number=plural Case=ablative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pbl----p3 | Numeral Type=cardinal Number=plural Case=ablative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mc-pbl----p3s | Numeral Type=cardinal Number=plural Case=ablative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pbl----p3p | Numeral Type=cardinal Number=plural Case=ablative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-p9d | Numeral Type=cardinal Number=plural Case=terminative Form=digit | 1 |  |
Mc-p9d------s | Numeral Type=cardinal Number=plural Case=terminative Form=digit Owned_Number=singular | 1 |  |
Mc-p9d------p | Numeral Type=cardinal Number=plural Case=terminative Form=digit Owned_Number=plural | 1 |  |
Mc-p9d----s1 | Numeral Type=cardinal Number=plural Case=terminative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mc-p9d----s1s | Numeral Type=cardinal Number=plural Case=terminative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-p9d----s1p | Numeral Type=cardinal Number=plural Case=terminative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-p9d----s2 | Numeral Type=cardinal Number=plural Case=terminative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mc-p9d----s2s | Numeral Type=cardinal Number=plural Case=terminative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-p9d----s2p | Numeral Type=cardinal Number=plural Case=terminative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-p9d----s3 | Numeral Type=cardinal Number=plural Case=terminative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mc-p9d----s3s | Numeral Type=cardinal Number=plural Case=terminative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-p9d----s3p | Numeral Type=cardinal Number=plural Case=terminative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-p9d----p1 | Numeral Type=cardinal Number=plural Case=terminative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mc-p9d----p1s | Numeral Type=cardinal Number=plural Case=terminative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-p9d----p1p | Numeral Type=cardinal Number=plural Case=terminative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-p9d----p2 | Numeral Type=cardinal Number=plural Case=terminative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mc-p9d----p2s | Numeral Type=cardinal Number=plural Case=terminative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-p9d----p2p | Numeral Type=cardinal Number=plural Case=terminative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-p9d----p3 | Numeral Type=cardinal Number=plural Case=terminative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mc-p9d----p3s | Numeral Type=cardinal Number=plural Case=terminative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-p9d----p3p | Numeral Type=cardinal Number=plural Case=terminative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-p9r | Numeral Type=cardinal Number=plural Case=terminative Form=roman | 1 |  |
Mc-p9r------s | Numeral Type=cardinal Number=plural Case=terminative Form=roman Owned_Number=singular | 1 |  |
Mc-p9r------p | Numeral Type=cardinal Number=plural Case=terminative Form=roman Owned_Number=plural | 1 |  |
Mc-p9r----s1 | Numeral Type=cardinal Number=plural Case=terminative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mc-p9r----s1s | Numeral Type=cardinal Number=plural Case=terminative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-p9r----s1p | Numeral Type=cardinal Number=plural Case=terminative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-p9r----s2 | Numeral Type=cardinal Number=plural Case=terminative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mc-p9r----s2s | Numeral Type=cardinal Number=plural Case=terminative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-p9r----s2p | Numeral Type=cardinal Number=plural Case=terminative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-p9r----s3 | Numeral Type=cardinal Number=plural Case=terminative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mc-p9r----s3s | Numeral Type=cardinal Number=plural Case=terminative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-p9r----s3p | Numeral Type=cardinal Number=plural Case=terminative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-p9r----p1 | Numeral Type=cardinal Number=plural Case=terminative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mc-p9r----p1s | Numeral Type=cardinal Number=plural Case=terminative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-p9r----p1p | Numeral Type=cardinal Number=plural Case=terminative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-p9r----p2 | Numeral Type=cardinal Number=plural Case=terminative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mc-p9r----p2s | Numeral Type=cardinal Number=plural Case=terminative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-p9r----p2p | Numeral Type=cardinal Number=plural Case=terminative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-p9r----p3 | Numeral Type=cardinal Number=plural Case=terminative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mc-p9r----p3s | Numeral Type=cardinal Number=plural Case=terminative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-p9r----p3p | Numeral Type=cardinal Number=plural Case=terminative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-p9l | Numeral Type=cardinal Number=plural Case=terminative Form=letter | 1 | hetekig/hét |
Mc-p9l------s | Numeral Type=cardinal Number=plural Case=terminative Form=letter Owned_Number=singular | 1 |  |
Mc-p9l------p | Numeral Type=cardinal Number=plural Case=terminative Form=letter Owned_Number=plural | 1 |  |
Mc-p9l----s1 | Numeral Type=cardinal Number=plural Case=terminative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mc-p9l----s1s | Numeral Type=cardinal Number=plural Case=terminative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-p9l----s1p | Numeral Type=cardinal Number=plural Case=terminative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-p9l----s2 | Numeral Type=cardinal Number=plural Case=terminative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mc-p9l----s2s | Numeral Type=cardinal Number=plural Case=terminative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-p9l----s2p | Numeral Type=cardinal Number=plural Case=terminative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-p9l----s3 | Numeral Type=cardinal Number=plural Case=terminative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mc-p9l----s3s | Numeral Type=cardinal Number=plural Case=terminative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-p9l----s3p | Numeral Type=cardinal Number=plural Case=terminative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-p9l----p1 | Numeral Type=cardinal Number=plural Case=terminative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mc-p9l----p1s | Numeral Type=cardinal Number=plural Case=terminative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-p9l----p1p | Numeral Type=cardinal Number=plural Case=terminative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-p9l----p2 | Numeral Type=cardinal Number=plural Case=terminative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mc-p9l----p2s | Numeral Type=cardinal Number=plural Case=terminative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-p9l----p2p | Numeral Type=cardinal Number=plural Case=terminative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-p9l----p3 | Numeral Type=cardinal Number=plural Case=terminative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mc-p9l----p3s | Numeral Type=cardinal Number=plural Case=terminative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-p9l----p3p | Numeral Type=cardinal Number=plural Case=terminative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pmd | Numeral Type=cardinal Number=plural Case=temporalis Form=digit | 1 |  |
Mc-pmd------s | Numeral Type=cardinal Number=plural Case=temporalis Form=digit Owned_Number=singular | 1 |  |
Mc-pmd------p | Numeral Type=cardinal Number=plural Case=temporalis Form=digit Owned_Number=plural | 1 |  |
Mc-pmd----s1 | Numeral Type=cardinal Number=plural Case=temporalis Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mc-pmd----s1s | Numeral Type=cardinal Number=plural Case=temporalis Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pmd----s1p | Numeral Type=cardinal Number=plural Case=temporalis Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pmd----s2 | Numeral Type=cardinal Number=plural Case=temporalis Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mc-pmd----s2s | Numeral Type=cardinal Number=plural Case=temporalis Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pmd----s2p | Numeral Type=cardinal Number=plural Case=temporalis Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pmd----s3 | Numeral Type=cardinal Number=plural Case=temporalis Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mc-pmd----s3s | Numeral Type=cardinal Number=plural Case=temporalis Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pmd----s3p | Numeral Type=cardinal Number=plural Case=temporalis Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pmd----p1 | Numeral Type=cardinal Number=plural Case=temporalis Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mc-pmd----p1s | Numeral Type=cardinal Number=plural Case=temporalis Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pmd----p1p | Numeral Type=cardinal Number=plural Case=temporalis Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pmd----p2 | Numeral Type=cardinal Number=plural Case=temporalis Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mc-pmd----p2s | Numeral Type=cardinal Number=plural Case=temporalis Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pmd----p2p | Numeral Type=cardinal Number=plural Case=temporalis Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pmd----p3 | Numeral Type=cardinal Number=plural Case=temporalis Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mc-pmd----p3s | Numeral Type=cardinal Number=plural Case=temporalis Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pmd----p3p | Numeral Type=cardinal Number=plural Case=temporalis Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pmr | Numeral Type=cardinal Number=plural Case=temporalis Form=roman | 1 |  |
Mc-pmr------s | Numeral Type=cardinal Number=plural Case=temporalis Form=roman Owned_Number=singular | 1 |  |
Mc-pmr------p | Numeral Type=cardinal Number=plural Case=temporalis Form=roman Owned_Number=plural | 1 |  |
Mc-pmr----s1 | Numeral Type=cardinal Number=plural Case=temporalis Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mc-pmr----s1s | Numeral Type=cardinal Number=plural Case=temporalis Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pmr----s1p | Numeral Type=cardinal Number=plural Case=temporalis Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pmr----s2 | Numeral Type=cardinal Number=plural Case=temporalis Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mc-pmr----s2s | Numeral Type=cardinal Number=plural Case=temporalis Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pmr----s2p | Numeral Type=cardinal Number=plural Case=temporalis Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pmr----s3 | Numeral Type=cardinal Number=plural Case=temporalis Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mc-pmr----s3s | Numeral Type=cardinal Number=plural Case=temporalis Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pmr----s3p | Numeral Type=cardinal Number=plural Case=temporalis Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pmr----p1 | Numeral Type=cardinal Number=plural Case=temporalis Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mc-pmr----p1s | Numeral Type=cardinal Number=plural Case=temporalis Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pmr----p1p | Numeral Type=cardinal Number=plural Case=temporalis Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pmr----p2 | Numeral Type=cardinal Number=plural Case=temporalis Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mc-pmr----p2s | Numeral Type=cardinal Number=plural Case=temporalis Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pmr----p2p | Numeral Type=cardinal Number=plural Case=temporalis Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pmr----p3 | Numeral Type=cardinal Number=plural Case=temporalis Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mc-pmr----p3s | Numeral Type=cardinal Number=plural Case=temporalis Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pmr----p3p | Numeral Type=cardinal Number=plural Case=temporalis Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pml | Numeral Type=cardinal Number=plural Case=temporalis Form=letter | 1 |  |
Mc-pml------s | Numeral Type=cardinal Number=plural Case=temporalis Form=letter Owned_Number=singular | 1 |  |
Mc-pml------p | Numeral Type=cardinal Number=plural Case=temporalis Form=letter Owned_Number=plural | 1 |  |
Mc-pml----s1 | Numeral Type=cardinal Number=plural Case=temporalis Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mc-pml----s1s | Numeral Type=cardinal Number=plural Case=temporalis Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pml----s1p | Numeral Type=cardinal Number=plural Case=temporalis Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pml----s2 | Numeral Type=cardinal Number=plural Case=temporalis Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mc-pml----s2s | Numeral Type=cardinal Number=plural Case=temporalis Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pml----s2p | Numeral Type=cardinal Number=plural Case=temporalis Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pml----s3 | Numeral Type=cardinal Number=plural Case=temporalis Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mc-pml----s3s | Numeral Type=cardinal Number=plural Case=temporalis Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pml----s3p | Numeral Type=cardinal Number=plural Case=temporalis Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pml----p1 | Numeral Type=cardinal Number=plural Case=temporalis Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mc-pml----p1s | Numeral Type=cardinal Number=plural Case=temporalis Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pml----p1p | Numeral Type=cardinal Number=plural Case=temporalis Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pml----p2 | Numeral Type=cardinal Number=plural Case=temporalis Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mc-pml----p2s | Numeral Type=cardinal Number=plural Case=temporalis Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pml----p2p | Numeral Type=cardinal Number=plural Case=temporalis Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pml----p3 | Numeral Type=cardinal Number=plural Case=temporalis Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mc-pml----p3s | Numeral Type=cardinal Number=plural Case=temporalis Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pml----p3p | Numeral Type=cardinal Number=plural Case=temporalis Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pcd | Numeral Type=cardinal Number=plural Case=causalis Form=digit | 1 |  |
Mc-pcd------s | Numeral Type=cardinal Number=plural Case=causalis Form=digit Owned_Number=singular | 1 |  |
Mc-pcd------p | Numeral Type=cardinal Number=plural Case=causalis Form=digit Owned_Number=plural | 1 |  |
Mc-pcd----s1 | Numeral Type=cardinal Number=plural Case=causalis Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mc-pcd----s1s | Numeral Type=cardinal Number=plural Case=causalis Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pcd----s1p | Numeral Type=cardinal Number=plural Case=causalis Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pcd----s2 | Numeral Type=cardinal Number=plural Case=causalis Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mc-pcd----s2s | Numeral Type=cardinal Number=plural Case=causalis Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pcd----s2p | Numeral Type=cardinal Number=plural Case=causalis Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pcd----s3 | Numeral Type=cardinal Number=plural Case=causalis Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mc-pcd----s3s | Numeral Type=cardinal Number=plural Case=causalis Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pcd----s3p | Numeral Type=cardinal Number=plural Case=causalis Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pcd----p1 | Numeral Type=cardinal Number=plural Case=causalis Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mc-pcd----p1s | Numeral Type=cardinal Number=plural Case=causalis Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pcd----p1p | Numeral Type=cardinal Number=plural Case=causalis Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pcd----p2 | Numeral Type=cardinal Number=plural Case=causalis Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mc-pcd----p2s | Numeral Type=cardinal Number=plural Case=causalis Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pcd----p2p | Numeral Type=cardinal Number=plural Case=causalis Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pcd----p3 | Numeral Type=cardinal Number=plural Case=causalis Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mc-pcd----p3s | Numeral Type=cardinal Number=plural Case=causalis Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pcd----p3p | Numeral Type=cardinal Number=plural Case=causalis Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pcr | Numeral Type=cardinal Number=plural Case=causalis Form=roman | 1 |  |
Mc-pcr------s | Numeral Type=cardinal Number=plural Case=causalis Form=roman Owned_Number=singular | 1 |  |
Mc-pcr------p | Numeral Type=cardinal Number=plural Case=causalis Form=roman Owned_Number=plural | 1 |  |
Mc-pcr----s1 | Numeral Type=cardinal Number=plural Case=causalis Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mc-pcr----s1s | Numeral Type=cardinal Number=plural Case=causalis Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pcr----s1p | Numeral Type=cardinal Number=plural Case=causalis Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pcr----s2 | Numeral Type=cardinal Number=plural Case=causalis Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mc-pcr----s2s | Numeral Type=cardinal Number=plural Case=causalis Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pcr----s2p | Numeral Type=cardinal Number=plural Case=causalis Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pcr----s3 | Numeral Type=cardinal Number=plural Case=causalis Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mc-pcr----s3s | Numeral Type=cardinal Number=plural Case=causalis Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pcr----s3p | Numeral Type=cardinal Number=plural Case=causalis Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pcr----p1 | Numeral Type=cardinal Number=plural Case=causalis Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mc-pcr----p1s | Numeral Type=cardinal Number=plural Case=causalis Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pcr----p1p | Numeral Type=cardinal Number=plural Case=causalis Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pcr----p2 | Numeral Type=cardinal Number=plural Case=causalis Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mc-pcr----p2s | Numeral Type=cardinal Number=plural Case=causalis Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pcr----p2p | Numeral Type=cardinal Number=plural Case=causalis Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pcr----p3 | Numeral Type=cardinal Number=plural Case=causalis Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mc-pcr----p3s | Numeral Type=cardinal Number=plural Case=causalis Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pcr----p3p | Numeral Type=cardinal Number=plural Case=causalis Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pcl | Numeral Type=cardinal Number=plural Case=causalis Form=letter | 1 |  |
Mc-pcl------s | Numeral Type=cardinal Number=plural Case=causalis Form=letter Owned_Number=singular | 1 |  |
Mc-pcl------p | Numeral Type=cardinal Number=plural Case=causalis Form=letter Owned_Number=plural | 1 |  |
Mc-pcl----s1 | Numeral Type=cardinal Number=plural Case=causalis Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mc-pcl----s1s | Numeral Type=cardinal Number=plural Case=causalis Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pcl----s1p | Numeral Type=cardinal Number=plural Case=causalis Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pcl----s2 | Numeral Type=cardinal Number=plural Case=causalis Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mc-pcl----s2s | Numeral Type=cardinal Number=plural Case=causalis Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pcl----s2p | Numeral Type=cardinal Number=plural Case=causalis Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pcl----s3 | Numeral Type=cardinal Number=plural Case=causalis Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mc-pcl----s3s | Numeral Type=cardinal Number=plural Case=causalis Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pcl----s3p | Numeral Type=cardinal Number=plural Case=causalis Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pcl----p1 | Numeral Type=cardinal Number=plural Case=causalis Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mc-pcl----p1s | Numeral Type=cardinal Number=plural Case=causalis Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pcl----p1p | Numeral Type=cardinal Number=plural Case=causalis Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pcl----p2 | Numeral Type=cardinal Number=plural Case=causalis Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mc-pcl----p2s | Numeral Type=cardinal Number=plural Case=causalis Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pcl----p2p | Numeral Type=cardinal Number=plural Case=causalis Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pcl----p3 | Numeral Type=cardinal Number=plural Case=causalis Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mc-pcl----p3s | Numeral Type=cardinal Number=plural Case=causalis Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pcl----p3p | Numeral Type=cardinal Number=plural Case=causalis Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-psd | Numeral Type=cardinal Number=plural Case=sublative Form=digit | 1 |  |
Mc-psd------s | Numeral Type=cardinal Number=plural Case=sublative Form=digit Owned_Number=singular | 1 |  |
Mc-psd------p | Numeral Type=cardinal Number=plural Case=sublative Form=digit Owned_Number=plural | 1 |  |
Mc-psd----s1 | Numeral Type=cardinal Number=plural Case=sublative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mc-psd----s1s | Numeral Type=cardinal Number=plural Case=sublative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-psd----s1p | Numeral Type=cardinal Number=plural Case=sublative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-psd----s2 | Numeral Type=cardinal Number=plural Case=sublative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mc-psd----s2s | Numeral Type=cardinal Number=plural Case=sublative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-psd----s2p | Numeral Type=cardinal Number=plural Case=sublative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-psd----s3 | Numeral Type=cardinal Number=plural Case=sublative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mc-psd----s3s | Numeral Type=cardinal Number=plural Case=sublative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-psd----s3p | Numeral Type=cardinal Number=plural Case=sublative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-psd----p1 | Numeral Type=cardinal Number=plural Case=sublative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mc-psd----p1s | Numeral Type=cardinal Number=plural Case=sublative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-psd----p1p | Numeral Type=cardinal Number=plural Case=sublative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-psd----p2 | Numeral Type=cardinal Number=plural Case=sublative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mc-psd----p2s | Numeral Type=cardinal Number=plural Case=sublative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-psd----p2p | Numeral Type=cardinal Number=plural Case=sublative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-psd----p3 | Numeral Type=cardinal Number=plural Case=sublative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mc-psd----p3s | Numeral Type=cardinal Number=plural Case=sublative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-psd----p3p | Numeral Type=cardinal Number=plural Case=sublative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-psr | Numeral Type=cardinal Number=plural Case=sublative Form=roman | 1 |  |
Mc-psr------s | Numeral Type=cardinal Number=plural Case=sublative Form=roman Owned_Number=singular | 1 |  |
Mc-psr------p | Numeral Type=cardinal Number=plural Case=sublative Form=roman Owned_Number=plural | 1 |  |
Mc-psr----s1 | Numeral Type=cardinal Number=plural Case=sublative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mc-psr----s1s | Numeral Type=cardinal Number=plural Case=sublative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-psr----s1p | Numeral Type=cardinal Number=plural Case=sublative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-psr----s2 | Numeral Type=cardinal Number=plural Case=sublative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mc-psr----s2s | Numeral Type=cardinal Number=plural Case=sublative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-psr----s2p | Numeral Type=cardinal Number=plural Case=sublative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-psr----s3 | Numeral Type=cardinal Number=plural Case=sublative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mc-psr----s3s | Numeral Type=cardinal Number=plural Case=sublative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-psr----s3p | Numeral Type=cardinal Number=plural Case=sublative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-psr----p1 | Numeral Type=cardinal Number=plural Case=sublative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mc-psr----p1s | Numeral Type=cardinal Number=plural Case=sublative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-psr----p1p | Numeral Type=cardinal Number=plural Case=sublative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-psr----p2 | Numeral Type=cardinal Number=plural Case=sublative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mc-psr----p2s | Numeral Type=cardinal Number=plural Case=sublative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-psr----p2p | Numeral Type=cardinal Number=plural Case=sublative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-psr----p3 | Numeral Type=cardinal Number=plural Case=sublative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mc-psr----p3s | Numeral Type=cardinal Number=plural Case=sublative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-psr----p3p | Numeral Type=cardinal Number=plural Case=sublative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-psl | Numeral Type=cardinal Number=plural Case=sublative Form=letter | 1 |  |
Mc-psl------s | Numeral Type=cardinal Number=plural Case=sublative Form=letter Owned_Number=singular | 1 |  |
Mc-psl------p | Numeral Type=cardinal Number=plural Case=sublative Form=letter Owned_Number=plural | 1 |  |
Mc-psl----s1 | Numeral Type=cardinal Number=plural Case=sublative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mc-psl----s1s | Numeral Type=cardinal Number=plural Case=sublative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-psl----s1p | Numeral Type=cardinal Number=plural Case=sublative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-psl----s2 | Numeral Type=cardinal Number=plural Case=sublative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mc-psl----s2s | Numeral Type=cardinal Number=plural Case=sublative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-psl----s2p | Numeral Type=cardinal Number=plural Case=sublative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-psl----s3 | Numeral Type=cardinal Number=plural Case=sublative Form=letter Owner_Number=singular Owner_Person=third | 1 | ezreire/ezer |
Mc-psl----s3s | Numeral Type=cardinal Number=plural Case=sublative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-psl----s3p | Numeral Type=cardinal Number=plural Case=sublative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-psl----p1 | Numeral Type=cardinal Number=plural Case=sublative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mc-psl----p1s | Numeral Type=cardinal Number=plural Case=sublative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-psl----p1p | Numeral Type=cardinal Number=plural Case=sublative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-psl----p2 | Numeral Type=cardinal Number=plural Case=sublative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mc-psl----p2s | Numeral Type=cardinal Number=plural Case=sublative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-psl----p2p | Numeral Type=cardinal Number=plural Case=sublative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-psl----p3 | Numeral Type=cardinal Number=plural Case=sublative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mc-psl----p3s | Numeral Type=cardinal Number=plural Case=sublative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-psl----p3p | Numeral Type=cardinal Number=plural Case=sublative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-phd | Numeral Type=cardinal Number=plural Case=delative Form=digit | 1 |  |
Mc-phd------s | Numeral Type=cardinal Number=plural Case=delative Form=digit Owned_Number=singular | 1 |  |
Mc-phd------p | Numeral Type=cardinal Number=plural Case=delative Form=digit Owned_Number=plural | 1 |  |
Mc-phd----s1 | Numeral Type=cardinal Number=plural Case=delative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mc-phd----s1s | Numeral Type=cardinal Number=plural Case=delative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-phd----s1p | Numeral Type=cardinal Number=plural Case=delative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-phd----s2 | Numeral Type=cardinal Number=plural Case=delative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mc-phd----s2s | Numeral Type=cardinal Number=plural Case=delative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-phd----s2p | Numeral Type=cardinal Number=plural Case=delative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-phd----s3 | Numeral Type=cardinal Number=plural Case=delative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mc-phd----s3s | Numeral Type=cardinal Number=plural Case=delative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-phd----s3p | Numeral Type=cardinal Number=plural Case=delative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-phd----p1 | Numeral Type=cardinal Number=plural Case=delative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mc-phd----p1s | Numeral Type=cardinal Number=plural Case=delative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-phd----p1p | Numeral Type=cardinal Number=plural Case=delative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-phd----p2 | Numeral Type=cardinal Number=plural Case=delative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mc-phd----p2s | Numeral Type=cardinal Number=plural Case=delative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-phd----p2p | Numeral Type=cardinal Number=plural Case=delative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-phd----p3 | Numeral Type=cardinal Number=plural Case=delative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mc-phd----p3s | Numeral Type=cardinal Number=plural Case=delative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-phd----p3p | Numeral Type=cardinal Number=plural Case=delative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-phr | Numeral Type=cardinal Number=plural Case=delative Form=roman | 1 |  |
Mc-phr------s | Numeral Type=cardinal Number=plural Case=delative Form=roman Owned_Number=singular | 1 |  |
Mc-phr------p | Numeral Type=cardinal Number=plural Case=delative Form=roman Owned_Number=plural | 1 |  |
Mc-phr----s1 | Numeral Type=cardinal Number=plural Case=delative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mc-phr----s1s | Numeral Type=cardinal Number=plural Case=delative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-phr----s1p | Numeral Type=cardinal Number=plural Case=delative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-phr----s2 | Numeral Type=cardinal Number=plural Case=delative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mc-phr----s2s | Numeral Type=cardinal Number=plural Case=delative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-phr----s2p | Numeral Type=cardinal Number=plural Case=delative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-phr----s3 | Numeral Type=cardinal Number=plural Case=delative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mc-phr----s3s | Numeral Type=cardinal Number=plural Case=delative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-phr----s3p | Numeral Type=cardinal Number=plural Case=delative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-phr----p1 | Numeral Type=cardinal Number=plural Case=delative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mc-phr----p1s | Numeral Type=cardinal Number=plural Case=delative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-phr----p1p | Numeral Type=cardinal Number=plural Case=delative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-phr----p2 | Numeral Type=cardinal Number=plural Case=delative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mc-phr----p2s | Numeral Type=cardinal Number=plural Case=delative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-phr----p2p | Numeral Type=cardinal Number=plural Case=delative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-phr----p3 | Numeral Type=cardinal Number=plural Case=delative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mc-phr----p3s | Numeral Type=cardinal Number=plural Case=delative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-phr----p3p | Numeral Type=cardinal Number=plural Case=delative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-phl | Numeral Type=cardinal Number=plural Case=delative Form=letter | 1 |  |
Mc-phl------s | Numeral Type=cardinal Number=plural Case=delative Form=letter Owned_Number=singular | 1 |  |
Mc-phl------p | Numeral Type=cardinal Number=plural Case=delative Form=letter Owned_Number=plural | 1 |  |
Mc-phl----s1 | Numeral Type=cardinal Number=plural Case=delative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mc-phl----s1s | Numeral Type=cardinal Number=plural Case=delative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-phl----s1p | Numeral Type=cardinal Number=plural Case=delative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-phl----s2 | Numeral Type=cardinal Number=plural Case=delative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mc-phl----s2s | Numeral Type=cardinal Number=plural Case=delative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-phl----s2p | Numeral Type=cardinal Number=plural Case=delative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-phl----s3 | Numeral Type=cardinal Number=plural Case=delative Form=letter Owner_Number=singular Owner_Person=third | 1 | századairól/század |
Mc-phl----s3s | Numeral Type=cardinal Number=plural Case=delative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-phl----s3p | Numeral Type=cardinal Number=plural Case=delative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-phl----p1 | Numeral Type=cardinal Number=plural Case=delative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mc-phl----p1s | Numeral Type=cardinal Number=plural Case=delative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-phl----p1p | Numeral Type=cardinal Number=plural Case=delative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-phl----p2 | Numeral Type=cardinal Number=plural Case=delative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mc-phl----p2s | Numeral Type=cardinal Number=plural Case=delative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-phl----p2p | Numeral Type=cardinal Number=plural Case=delative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-phl----p3 | Numeral Type=cardinal Number=plural Case=delative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mc-phl----p3s | Numeral Type=cardinal Number=plural Case=delative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-phl----p3p | Numeral Type=cardinal Number=plural Case=delative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pqd | Numeral Type=cardinal Number=plural Case=sociative Form=digit | 1 |  |
Mc-pqd------s | Numeral Type=cardinal Number=plural Case=sociative Form=digit Owned_Number=singular | 1 |  |
Mc-pqd------p | Numeral Type=cardinal Number=plural Case=sociative Form=digit Owned_Number=plural | 1 |  |
Mc-pqd----s1 | Numeral Type=cardinal Number=plural Case=sociative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mc-pqd----s1s | Numeral Type=cardinal Number=plural Case=sociative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pqd----s1p | Numeral Type=cardinal Number=plural Case=sociative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pqd----s2 | Numeral Type=cardinal Number=plural Case=sociative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mc-pqd----s2s | Numeral Type=cardinal Number=plural Case=sociative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pqd----s2p | Numeral Type=cardinal Number=plural Case=sociative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pqd----s3 | Numeral Type=cardinal Number=plural Case=sociative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mc-pqd----s3s | Numeral Type=cardinal Number=plural Case=sociative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pqd----s3p | Numeral Type=cardinal Number=plural Case=sociative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pqd----p1 | Numeral Type=cardinal Number=plural Case=sociative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mc-pqd----p1s | Numeral Type=cardinal Number=plural Case=sociative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pqd----p1p | Numeral Type=cardinal Number=plural Case=sociative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pqd----p2 | Numeral Type=cardinal Number=plural Case=sociative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mc-pqd----p2s | Numeral Type=cardinal Number=plural Case=sociative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pqd----p2p | Numeral Type=cardinal Number=plural Case=sociative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pqd----p3 | Numeral Type=cardinal Number=plural Case=sociative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mc-pqd----p3s | Numeral Type=cardinal Number=plural Case=sociative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pqd----p3p | Numeral Type=cardinal Number=plural Case=sociative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pqr | Numeral Type=cardinal Number=plural Case=sociative Form=roman | 1 |  |
Mc-pqr------s | Numeral Type=cardinal Number=plural Case=sociative Form=roman Owned_Number=singular | 1 |  |
Mc-pqr------p | Numeral Type=cardinal Number=plural Case=sociative Form=roman Owned_Number=plural | 1 |  |
Mc-pqr----s1 | Numeral Type=cardinal Number=plural Case=sociative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mc-pqr----s1s | Numeral Type=cardinal Number=plural Case=sociative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pqr----s1p | Numeral Type=cardinal Number=plural Case=sociative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pqr----s2 | Numeral Type=cardinal Number=plural Case=sociative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mc-pqr----s2s | Numeral Type=cardinal Number=plural Case=sociative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pqr----s2p | Numeral Type=cardinal Number=plural Case=sociative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pqr----s3 | Numeral Type=cardinal Number=plural Case=sociative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mc-pqr----s3s | Numeral Type=cardinal Number=plural Case=sociative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pqr----s3p | Numeral Type=cardinal Number=plural Case=sociative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pqr----p1 | Numeral Type=cardinal Number=plural Case=sociative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mc-pqr----p1s | Numeral Type=cardinal Number=plural Case=sociative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pqr----p1p | Numeral Type=cardinal Number=plural Case=sociative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pqr----p2 | Numeral Type=cardinal Number=plural Case=sociative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mc-pqr----p2s | Numeral Type=cardinal Number=plural Case=sociative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pqr----p2p | Numeral Type=cardinal Number=plural Case=sociative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pqr----p3 | Numeral Type=cardinal Number=plural Case=sociative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mc-pqr----p3s | Numeral Type=cardinal Number=plural Case=sociative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pqr----p3p | Numeral Type=cardinal Number=plural Case=sociative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pql | Numeral Type=cardinal Number=plural Case=sociative Form=letter | 1 |  |
Mc-pql------s | Numeral Type=cardinal Number=plural Case=sociative Form=letter Owned_Number=singular | 1 |  |
Mc-pql------p | Numeral Type=cardinal Number=plural Case=sociative Form=letter Owned_Number=plural | 1 |  |
Mc-pql----s1 | Numeral Type=cardinal Number=plural Case=sociative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mc-pql----s1s | Numeral Type=cardinal Number=plural Case=sociative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pql----s1p | Numeral Type=cardinal Number=plural Case=sociative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pql----s2 | Numeral Type=cardinal Number=plural Case=sociative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mc-pql----s2s | Numeral Type=cardinal Number=plural Case=sociative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pql----s2p | Numeral Type=cardinal Number=plural Case=sociative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pql----s3 | Numeral Type=cardinal Number=plural Case=sociative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mc-pql----s3s | Numeral Type=cardinal Number=plural Case=sociative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pql----s3p | Numeral Type=cardinal Number=plural Case=sociative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pql----p1 | Numeral Type=cardinal Number=plural Case=sociative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mc-pql----p1s | Numeral Type=cardinal Number=plural Case=sociative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pql----p1p | Numeral Type=cardinal Number=plural Case=sociative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pql----p2 | Numeral Type=cardinal Number=plural Case=sociative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mc-pql----p2s | Numeral Type=cardinal Number=plural Case=sociative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pql----p2p | Numeral Type=cardinal Number=plural Case=sociative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pql----p3 | Numeral Type=cardinal Number=plural Case=sociative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mc-pql----p3s | Numeral Type=cardinal Number=plural Case=sociative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pql----p3p | Numeral Type=cardinal Number=plural Case=sociative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pyd | Numeral Type=cardinal Number=plural Case=factive Form=digit | 1 |  |
Mc-pyd------s | Numeral Type=cardinal Number=plural Case=factive Form=digit Owned_Number=singular | 1 |  |
Mc-pyd------p | Numeral Type=cardinal Number=plural Case=factive Form=digit Owned_Number=plural | 1 |  |
Mc-pyd----s1 | Numeral Type=cardinal Number=plural Case=factive Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mc-pyd----s1s | Numeral Type=cardinal Number=plural Case=factive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pyd----s1p | Numeral Type=cardinal Number=plural Case=factive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pyd----s2 | Numeral Type=cardinal Number=plural Case=factive Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mc-pyd----s2s | Numeral Type=cardinal Number=plural Case=factive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pyd----s2p | Numeral Type=cardinal Number=plural Case=factive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pyd----s3 | Numeral Type=cardinal Number=plural Case=factive Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mc-pyd----s3s | Numeral Type=cardinal Number=plural Case=factive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pyd----s3p | Numeral Type=cardinal Number=plural Case=factive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pyd----p1 | Numeral Type=cardinal Number=plural Case=factive Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mc-pyd----p1s | Numeral Type=cardinal Number=plural Case=factive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pyd----p1p | Numeral Type=cardinal Number=plural Case=factive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pyd----p2 | Numeral Type=cardinal Number=plural Case=factive Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mc-pyd----p2s | Numeral Type=cardinal Number=plural Case=factive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pyd----p2p | Numeral Type=cardinal Number=plural Case=factive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pyd----p3 | Numeral Type=cardinal Number=plural Case=factive Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mc-pyd----p3s | Numeral Type=cardinal Number=plural Case=factive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pyd----p3p | Numeral Type=cardinal Number=plural Case=factive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pyr | Numeral Type=cardinal Number=plural Case=factive Form=roman | 1 |  |
Mc-pyr------s | Numeral Type=cardinal Number=plural Case=factive Form=roman Owned_Number=singular | 1 |  |
Mc-pyr------p | Numeral Type=cardinal Number=plural Case=factive Form=roman Owned_Number=plural | 1 |  |
Mc-pyr----s1 | Numeral Type=cardinal Number=plural Case=factive Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mc-pyr----s1s | Numeral Type=cardinal Number=plural Case=factive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pyr----s1p | Numeral Type=cardinal Number=plural Case=factive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pyr----s2 | Numeral Type=cardinal Number=plural Case=factive Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mc-pyr----s2s | Numeral Type=cardinal Number=plural Case=factive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pyr----s2p | Numeral Type=cardinal Number=plural Case=factive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pyr----s3 | Numeral Type=cardinal Number=plural Case=factive Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mc-pyr----s3s | Numeral Type=cardinal Number=plural Case=factive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pyr----s3p | Numeral Type=cardinal Number=plural Case=factive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pyr----p1 | Numeral Type=cardinal Number=plural Case=factive Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mc-pyr----p1s | Numeral Type=cardinal Number=plural Case=factive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pyr----p1p | Numeral Type=cardinal Number=plural Case=factive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pyr----p2 | Numeral Type=cardinal Number=plural Case=factive Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mc-pyr----p2s | Numeral Type=cardinal Number=plural Case=factive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pyr----p2p | Numeral Type=cardinal Number=plural Case=factive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pyr----p3 | Numeral Type=cardinal Number=plural Case=factive Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mc-pyr----p3s | Numeral Type=cardinal Number=plural Case=factive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pyr----p3p | Numeral Type=cardinal Number=plural Case=factive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pyl | Numeral Type=cardinal Number=plural Case=factive Form=letter | 1 |  |
Mc-pyl------s | Numeral Type=cardinal Number=plural Case=factive Form=letter Owned_Number=singular | 1 |  |
Mc-pyl------p | Numeral Type=cardinal Number=plural Case=factive Form=letter Owned_Number=plural | 1 |  |
Mc-pyl----s1 | Numeral Type=cardinal Number=plural Case=factive Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mc-pyl----s1s | Numeral Type=cardinal Number=plural Case=factive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pyl----s1p | Numeral Type=cardinal Number=plural Case=factive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pyl----s2 | Numeral Type=cardinal Number=plural Case=factive Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mc-pyl----s2s | Numeral Type=cardinal Number=plural Case=factive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pyl----s2p | Numeral Type=cardinal Number=plural Case=factive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pyl----s3 | Numeral Type=cardinal Number=plural Case=factive Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mc-pyl----s3s | Numeral Type=cardinal Number=plural Case=factive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pyl----s3p | Numeral Type=cardinal Number=plural Case=factive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pyl----p1 | Numeral Type=cardinal Number=plural Case=factive Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mc-pyl----p1s | Numeral Type=cardinal Number=plural Case=factive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pyl----p1p | Numeral Type=cardinal Number=plural Case=factive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pyl----p2 | Numeral Type=cardinal Number=plural Case=factive Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mc-pyl----p2s | Numeral Type=cardinal Number=plural Case=factive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pyl----p2p | Numeral Type=cardinal Number=plural Case=factive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pyl----p3 | Numeral Type=cardinal Number=plural Case=factive Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mc-pyl----p3s | Numeral Type=cardinal Number=plural Case=factive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pyl----p3p | Numeral Type=cardinal Number=plural Case=factive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-ppd | Numeral Type=cardinal Number=plural Case=superessive Form=digit | 1 |  |
Mc-ppd------s | Numeral Type=cardinal Number=plural Case=superessive Form=digit Owned_Number=singular | 1 |  |
Mc-ppd------p | Numeral Type=cardinal Number=plural Case=superessive Form=digit Owned_Number=plural | 1 |  |
Mc-ppd----s1 | Numeral Type=cardinal Number=plural Case=superessive Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mc-ppd----s1s | Numeral Type=cardinal Number=plural Case=superessive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-ppd----s1p | Numeral Type=cardinal Number=plural Case=superessive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-ppd----s2 | Numeral Type=cardinal Number=plural Case=superessive Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mc-ppd----s2s | Numeral Type=cardinal Number=plural Case=superessive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-ppd----s2p | Numeral Type=cardinal Number=plural Case=superessive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-ppd----s3 | Numeral Type=cardinal Number=plural Case=superessive Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mc-ppd----s3s | Numeral Type=cardinal Number=plural Case=superessive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-ppd----s3p | Numeral Type=cardinal Number=plural Case=superessive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-ppd----p1 | Numeral Type=cardinal Number=plural Case=superessive Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mc-ppd----p1s | Numeral Type=cardinal Number=plural Case=superessive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-ppd----p1p | Numeral Type=cardinal Number=plural Case=superessive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-ppd----p2 | Numeral Type=cardinal Number=plural Case=superessive Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mc-ppd----p2s | Numeral Type=cardinal Number=plural Case=superessive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-ppd----p2p | Numeral Type=cardinal Number=plural Case=superessive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-ppd----p3 | Numeral Type=cardinal Number=plural Case=superessive Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mc-ppd----p3s | Numeral Type=cardinal Number=plural Case=superessive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-ppd----p3p | Numeral Type=cardinal Number=plural Case=superessive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-ppr | Numeral Type=cardinal Number=plural Case=superessive Form=roman | 1 |  |
Mc-ppr------s | Numeral Type=cardinal Number=plural Case=superessive Form=roman Owned_Number=singular | 1 |  |
Mc-ppr------p | Numeral Type=cardinal Number=plural Case=superessive Form=roman Owned_Number=plural | 1 |  |
Mc-ppr----s1 | Numeral Type=cardinal Number=plural Case=superessive Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mc-ppr----s1s | Numeral Type=cardinal Number=plural Case=superessive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-ppr----s1p | Numeral Type=cardinal Number=plural Case=superessive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-ppr----s2 | Numeral Type=cardinal Number=plural Case=superessive Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mc-ppr----s2s | Numeral Type=cardinal Number=plural Case=superessive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-ppr----s2p | Numeral Type=cardinal Number=plural Case=superessive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-ppr----s3 | Numeral Type=cardinal Number=plural Case=superessive Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mc-ppr----s3s | Numeral Type=cardinal Number=plural Case=superessive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-ppr----s3p | Numeral Type=cardinal Number=plural Case=superessive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-ppr----p1 | Numeral Type=cardinal Number=plural Case=superessive Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mc-ppr----p1s | Numeral Type=cardinal Number=plural Case=superessive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-ppr----p1p | Numeral Type=cardinal Number=plural Case=superessive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-ppr----p2 | Numeral Type=cardinal Number=plural Case=superessive Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mc-ppr----p2s | Numeral Type=cardinal Number=plural Case=superessive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-ppr----p2p | Numeral Type=cardinal Number=plural Case=superessive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-ppr----p3 | Numeral Type=cardinal Number=plural Case=superessive Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mc-ppr----p3s | Numeral Type=cardinal Number=plural Case=superessive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-ppr----p3p | Numeral Type=cardinal Number=plural Case=superessive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-ppl | Numeral Type=cardinal Number=plural Case=superessive Form=letter | 1 | heteken/hét |
Mc-ppl------s | Numeral Type=cardinal Number=plural Case=superessive Form=letter Owned_Number=singular | 1 |  |
Mc-ppl------p | Numeral Type=cardinal Number=plural Case=superessive Form=letter Owned_Number=plural | 1 |  |
Mc-ppl----s1 | Numeral Type=cardinal Number=plural Case=superessive Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mc-ppl----s1s | Numeral Type=cardinal Number=plural Case=superessive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-ppl----s1p | Numeral Type=cardinal Number=plural Case=superessive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-ppl----s2 | Numeral Type=cardinal Number=plural Case=superessive Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mc-ppl----s2s | Numeral Type=cardinal Number=plural Case=superessive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-ppl----s2p | Numeral Type=cardinal Number=plural Case=superessive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-ppl----s3 | Numeral Type=cardinal Number=plural Case=superessive Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mc-ppl----s3s | Numeral Type=cardinal Number=plural Case=superessive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-ppl----s3p | Numeral Type=cardinal Number=plural Case=superessive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-ppl----p1 | Numeral Type=cardinal Number=plural Case=superessive Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mc-ppl----p1s | Numeral Type=cardinal Number=plural Case=superessive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-ppl----p1p | Numeral Type=cardinal Number=plural Case=superessive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-ppl----p2 | Numeral Type=cardinal Number=plural Case=superessive Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mc-ppl----p2s | Numeral Type=cardinal Number=plural Case=superessive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-ppl----p2p | Numeral Type=cardinal Number=plural Case=superessive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-ppl----p3 | Numeral Type=cardinal Number=plural Case=superessive Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mc-ppl----p3s | Numeral Type=cardinal Number=plural Case=superessive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-ppl----p3p | Numeral Type=cardinal Number=plural Case=superessive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pud | Numeral Type=cardinal Number=plural Case=distributive Form=digit | 1 |  |
Mc-pud------s | Numeral Type=cardinal Number=plural Case=distributive Form=digit Owned_Number=singular | 1 |  |
Mc-pud------p | Numeral Type=cardinal Number=plural Case=distributive Form=digit Owned_Number=plural | 1 |  |
Mc-pud----s1 | Numeral Type=cardinal Number=plural Case=distributive Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mc-pud----s1s | Numeral Type=cardinal Number=plural Case=distributive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pud----s1p | Numeral Type=cardinal Number=plural Case=distributive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pud----s2 | Numeral Type=cardinal Number=plural Case=distributive Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mc-pud----s2s | Numeral Type=cardinal Number=plural Case=distributive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pud----s2p | Numeral Type=cardinal Number=plural Case=distributive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pud----s3 | Numeral Type=cardinal Number=plural Case=distributive Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mc-pud----s3s | Numeral Type=cardinal Number=plural Case=distributive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pud----s3p | Numeral Type=cardinal Number=plural Case=distributive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pud----p1 | Numeral Type=cardinal Number=plural Case=distributive Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mc-pud----p1s | Numeral Type=cardinal Number=plural Case=distributive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pud----p1p | Numeral Type=cardinal Number=plural Case=distributive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pud----p2 | Numeral Type=cardinal Number=plural Case=distributive Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mc-pud----p2s | Numeral Type=cardinal Number=plural Case=distributive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pud----p2p | Numeral Type=cardinal Number=plural Case=distributive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pud----p3 | Numeral Type=cardinal Number=plural Case=distributive Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mc-pud----p3s | Numeral Type=cardinal Number=plural Case=distributive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pud----p3p | Numeral Type=cardinal Number=plural Case=distributive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pur | Numeral Type=cardinal Number=plural Case=distributive Form=roman | 1 |  |
Mc-pur------s | Numeral Type=cardinal Number=plural Case=distributive Form=roman Owned_Number=singular | 1 |  |
Mc-pur------p | Numeral Type=cardinal Number=plural Case=distributive Form=roman Owned_Number=plural | 1 |  |
Mc-pur----s1 | Numeral Type=cardinal Number=plural Case=distributive Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mc-pur----s1s | Numeral Type=cardinal Number=plural Case=distributive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pur----s1p | Numeral Type=cardinal Number=plural Case=distributive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pur----s2 | Numeral Type=cardinal Number=plural Case=distributive Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mc-pur----s2s | Numeral Type=cardinal Number=plural Case=distributive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pur----s2p | Numeral Type=cardinal Number=plural Case=distributive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pur----s3 | Numeral Type=cardinal Number=plural Case=distributive Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mc-pur----s3s | Numeral Type=cardinal Number=plural Case=distributive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pur----s3p | Numeral Type=cardinal Number=plural Case=distributive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pur----p1 | Numeral Type=cardinal Number=plural Case=distributive Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mc-pur----p1s | Numeral Type=cardinal Number=plural Case=distributive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pur----p1p | Numeral Type=cardinal Number=plural Case=distributive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pur----p2 | Numeral Type=cardinal Number=plural Case=distributive Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mc-pur----p2s | Numeral Type=cardinal Number=plural Case=distributive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pur----p2p | Numeral Type=cardinal Number=plural Case=distributive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pur----p3 | Numeral Type=cardinal Number=plural Case=distributive Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mc-pur----p3s | Numeral Type=cardinal Number=plural Case=distributive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pur----p3p | Numeral Type=cardinal Number=plural Case=distributive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pul | Numeral Type=cardinal Number=plural Case=distributive Form=letter | 1 |  |
Mc-pul------s | Numeral Type=cardinal Number=plural Case=distributive Form=letter Owned_Number=singular | 1 |  |
Mc-pul------p | Numeral Type=cardinal Number=plural Case=distributive Form=letter Owned_Number=plural | 1 |  |
Mc-pul----s1 | Numeral Type=cardinal Number=plural Case=distributive Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mc-pul----s1s | Numeral Type=cardinal Number=plural Case=distributive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pul----s1p | Numeral Type=cardinal Number=plural Case=distributive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pul----s2 | Numeral Type=cardinal Number=plural Case=distributive Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mc-pul----s2s | Numeral Type=cardinal Number=plural Case=distributive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pul----s2p | Numeral Type=cardinal Number=plural Case=distributive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pul----s3 | Numeral Type=cardinal Number=plural Case=distributive Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mc-pul----s3s | Numeral Type=cardinal Number=plural Case=distributive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pul----s3p | Numeral Type=cardinal Number=plural Case=distributive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pul----p1 | Numeral Type=cardinal Number=plural Case=distributive Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mc-pul----p1s | Numeral Type=cardinal Number=plural Case=distributive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pul----p1p | Numeral Type=cardinal Number=plural Case=distributive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pul----p2 | Numeral Type=cardinal Number=plural Case=distributive Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mc-pul----p2s | Numeral Type=cardinal Number=plural Case=distributive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pul----p2p | Numeral Type=cardinal Number=plural Case=distributive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pul----p3 | Numeral Type=cardinal Number=plural Case=distributive Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mc-pul----p3s | Numeral Type=cardinal Number=plural Case=distributive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pul----p3p | Numeral Type=cardinal Number=plural Case=distributive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pfd | Numeral Type=cardinal Number=plural Case=essive-formal Form=digit | 1 |  |
Mc-pfd------s | Numeral Type=cardinal Number=plural Case=essive-formal Form=digit Owned_Number=singular | 1 |  |
Mc-pfd------p | Numeral Type=cardinal Number=plural Case=essive-formal Form=digit Owned_Number=plural | 1 |  |
Mc-pfd----s1 | Numeral Type=cardinal Number=plural Case=essive-formal Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mc-pfd----s1s | Numeral Type=cardinal Number=plural Case=essive-formal Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pfd----s1p | Numeral Type=cardinal Number=plural Case=essive-formal Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pfd----s2 | Numeral Type=cardinal Number=plural Case=essive-formal Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mc-pfd----s2s | Numeral Type=cardinal Number=plural Case=essive-formal Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pfd----s2p | Numeral Type=cardinal Number=plural Case=essive-formal Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pfd----s3 | Numeral Type=cardinal Number=plural Case=essive-formal Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mc-pfd----s3s | Numeral Type=cardinal Number=plural Case=essive-formal Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pfd----s3p | Numeral Type=cardinal Number=plural Case=essive-formal Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pfd----p1 | Numeral Type=cardinal Number=plural Case=essive-formal Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mc-pfd----p1s | Numeral Type=cardinal Number=plural Case=essive-formal Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pfd----p1p | Numeral Type=cardinal Number=plural Case=essive-formal Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pfd----p2 | Numeral Type=cardinal Number=plural Case=essive-formal Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mc-pfd----p2s | Numeral Type=cardinal Number=plural Case=essive-formal Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pfd----p2p | Numeral Type=cardinal Number=plural Case=essive-formal Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pfd----p3 | Numeral Type=cardinal Number=plural Case=essive-formal Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mc-pfd----p3s | Numeral Type=cardinal Number=plural Case=essive-formal Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pfd----p3p | Numeral Type=cardinal Number=plural Case=essive-formal Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pfr | Numeral Type=cardinal Number=plural Case=essive-formal Form=roman | 1 |  |
Mc-pfr------s | Numeral Type=cardinal Number=plural Case=essive-formal Form=roman Owned_Number=singular | 1 |  |
Mc-pfr------p | Numeral Type=cardinal Number=plural Case=essive-formal Form=roman Owned_Number=plural | 1 |  |
Mc-pfr----s1 | Numeral Type=cardinal Number=plural Case=essive-formal Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mc-pfr----s1s | Numeral Type=cardinal Number=plural Case=essive-formal Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pfr----s1p | Numeral Type=cardinal Number=plural Case=essive-formal Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pfr----s2 | Numeral Type=cardinal Number=plural Case=essive-formal Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mc-pfr----s2s | Numeral Type=cardinal Number=plural Case=essive-formal Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pfr----s2p | Numeral Type=cardinal Number=plural Case=essive-formal Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pfr----s3 | Numeral Type=cardinal Number=plural Case=essive-formal Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mc-pfr----s3s | Numeral Type=cardinal Number=plural Case=essive-formal Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pfr----s3p | Numeral Type=cardinal Number=plural Case=essive-formal Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pfr----p1 | Numeral Type=cardinal Number=plural Case=essive-formal Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mc-pfr----p1s | Numeral Type=cardinal Number=plural Case=essive-formal Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pfr----p1p | Numeral Type=cardinal Number=plural Case=essive-formal Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pfr----p2 | Numeral Type=cardinal Number=plural Case=essive-formal Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mc-pfr----p2s | Numeral Type=cardinal Number=plural Case=essive-formal Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pfr----p2p | Numeral Type=cardinal Number=plural Case=essive-formal Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pfr----p3 | Numeral Type=cardinal Number=plural Case=essive-formal Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mc-pfr----p3s | Numeral Type=cardinal Number=plural Case=essive-formal Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pfr----p3p | Numeral Type=cardinal Number=plural Case=essive-formal Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pfl | Numeral Type=cardinal Number=plural Case=essive-formal Form=letter | 1 |  |
Mc-pfl------s | Numeral Type=cardinal Number=plural Case=essive-formal Form=letter Owned_Number=singular | 1 |  |
Mc-pfl------p | Numeral Type=cardinal Number=plural Case=essive-formal Form=letter Owned_Number=plural | 1 |  |
Mc-pfl----s1 | Numeral Type=cardinal Number=plural Case=essive-formal Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mc-pfl----s1s | Numeral Type=cardinal Number=plural Case=essive-formal Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pfl----s1p | Numeral Type=cardinal Number=plural Case=essive-formal Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pfl----s2 | Numeral Type=cardinal Number=plural Case=essive-formal Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mc-pfl----s2s | Numeral Type=cardinal Number=plural Case=essive-formal Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pfl----s2p | Numeral Type=cardinal Number=plural Case=essive-formal Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pfl----s3 | Numeral Type=cardinal Number=plural Case=essive-formal Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mc-pfl----s3s | Numeral Type=cardinal Number=plural Case=essive-formal Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pfl----s3p | Numeral Type=cardinal Number=plural Case=essive-formal Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pfl----p1 | Numeral Type=cardinal Number=plural Case=essive-formal Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mc-pfl----p1s | Numeral Type=cardinal Number=plural Case=essive-formal Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pfl----p1p | Numeral Type=cardinal Number=plural Case=essive-formal Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pfl----p2 | Numeral Type=cardinal Number=plural Case=essive-formal Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mc-pfl----p2s | Numeral Type=cardinal Number=plural Case=essive-formal Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pfl----p2p | Numeral Type=cardinal Number=plural Case=essive-formal Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pfl----p3 | Numeral Type=cardinal Number=plural Case=essive-formal Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mc-pfl----p3s | Numeral Type=cardinal Number=plural Case=essive-formal Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pfl----p3p | Numeral Type=cardinal Number=plural Case=essive-formal Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-snd | Numeral Type=ordinal Number=singular Case=nominative Form=digit | 12 | 84., 83., 4., 3., 2. |
Mo-snd------s | Numeral Type=ordinal Number=singular Case=nominative Form=digit Owned_Number=singular | 1 |  |
Mo-snd------p | Numeral Type=ordinal Number=singular Case=nominative Form=digit Owned_Number=plural | 1 |  |
Mo-snd----s1 | Numeral Type=ordinal Number=singular Case=nominative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mo-snd----s1s | Numeral Type=ordinal Number=singular Case=nominative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-snd----s1p | Numeral Type=ordinal Number=singular Case=nominative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-snd----s2 | Numeral Type=ordinal Number=singular Case=nominative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mo-snd----s2s | Numeral Type=ordinal Number=singular Case=nominative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-snd----s2p | Numeral Type=ordinal Number=singular Case=nominative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-snd----s3 | Numeral Type=ordinal Number=singular Case=nominative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mo-snd----s3s | Numeral Type=ordinal Number=singular Case=nominative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-snd----s3p | Numeral Type=ordinal Number=singular Case=nominative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-snd----p1 | Numeral Type=ordinal Number=singular Case=nominative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mo-snd----p1s | Numeral Type=ordinal Number=singular Case=nominative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-snd----p1p | Numeral Type=ordinal Number=singular Case=nominative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-snd----p2 | Numeral Type=ordinal Number=singular Case=nominative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mo-snd----p2s | Numeral Type=ordinal Number=singular Case=nominative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-snd----p2p | Numeral Type=ordinal Number=singular Case=nominative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-snd----p3 | Numeral Type=ordinal Number=singular Case=nominative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mo-snd----p3s | Numeral Type=ordinal Number=singular Case=nominative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-snd----p3p | Numeral Type=ordinal Number=singular Case=nominative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-snr | Numeral Type=ordinal Number=singular Case=nominative Form=roman | 1 |  |
Mo-snr------s | Numeral Type=ordinal Number=singular Case=nominative Form=roman Owned_Number=singular | 1 |  |
Mo-snr------p | Numeral Type=ordinal Number=singular Case=nominative Form=roman Owned_Number=plural | 1 |  |
Mo-snr----s1 | Numeral Type=ordinal Number=singular Case=nominative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mo-snr----s1s | Numeral Type=ordinal Number=singular Case=nominative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-snr----s1p | Numeral Type=ordinal Number=singular Case=nominative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-snr----s2 | Numeral Type=ordinal Number=singular Case=nominative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mo-snr----s2s | Numeral Type=ordinal Number=singular Case=nominative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-snr----s2p | Numeral Type=ordinal Number=singular Case=nominative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-snr----s3 | Numeral Type=ordinal Number=singular Case=nominative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mo-snr----s3s | Numeral Type=ordinal Number=singular Case=nominative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-snr----s3p | Numeral Type=ordinal Number=singular Case=nominative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-snr----p1 | Numeral Type=ordinal Number=singular Case=nominative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mo-snr----p1s | Numeral Type=ordinal Number=singular Case=nominative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-snr----p1p | Numeral Type=ordinal Number=singular Case=nominative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-snr----p2 | Numeral Type=ordinal Number=singular Case=nominative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mo-snr----p2s | Numeral Type=ordinal Number=singular Case=nominative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-snr----p2p | Numeral Type=ordinal Number=singular Case=nominative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-snr----p3 | Numeral Type=ordinal Number=singular Case=nominative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mo-snr----p3s | Numeral Type=ordinal Number=singular Case=nominative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-snr----p3p | Numeral Type=ordinal Number=singular Case=nominative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-snl | Numeral Type=ordinal Number=singular Case=nominative Form=letter | 1 |  |
Mo-snl------s | Numeral Type=ordinal Number=singular Case=nominative Form=letter Owned_Number=singular | 1 |  |
Mo-snl------p | Numeral Type=ordinal Number=singular Case=nominative Form=letter Owned_Number=plural | 1 |  |
Mo-snl----s1 | Numeral Type=ordinal Number=singular Case=nominative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mo-snl----s1s | Numeral Type=ordinal Number=singular Case=nominative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-snl----s1p | Numeral Type=ordinal Number=singular Case=nominative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-snl----s2 | Numeral Type=ordinal Number=singular Case=nominative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mo-snl----s2s | Numeral Type=ordinal Number=singular Case=nominative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-snl----s2p | Numeral Type=ordinal Number=singular Case=nominative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-snl----s3 | Numeral Type=ordinal Number=singular Case=nominative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mo-snl----s3s | Numeral Type=ordinal Number=singular Case=nominative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-snl----s3p | Numeral Type=ordinal Number=singular Case=nominative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-snl----p1 | Numeral Type=ordinal Number=singular Case=nominative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mo-snl----p1s | Numeral Type=ordinal Number=singular Case=nominative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-snl----p1p | Numeral Type=ordinal Number=singular Case=nominative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-snl----p2 | Numeral Type=ordinal Number=singular Case=nominative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mo-snl----p2s | Numeral Type=ordinal Number=singular Case=nominative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-snl----p2p | Numeral Type=ordinal Number=singular Case=nominative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-snl----p3 | Numeral Type=ordinal Number=singular Case=nominative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mo-snl----p3s | Numeral Type=ordinal Number=singular Case=nominative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-snl----p3p | Numeral Type=ordinal Number=singular Case=nominative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sgd | Numeral Type=ordinal Number=singular Case=genitive Form=digit | 1 |  |
Mo-sgd------s | Numeral Type=ordinal Number=singular Case=genitive Form=digit Owned_Number=singular | 1 |  |
Mo-sgd------p | Numeral Type=ordinal Number=singular Case=genitive Form=digit Owned_Number=plural | 1 |  |
Mo-sgd----s1 | Numeral Type=ordinal Number=singular Case=genitive Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mo-sgd----s1s | Numeral Type=ordinal Number=singular Case=genitive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sgd----s1p | Numeral Type=ordinal Number=singular Case=genitive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sgd----s2 | Numeral Type=ordinal Number=singular Case=genitive Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mo-sgd----s2s | Numeral Type=ordinal Number=singular Case=genitive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sgd----s2p | Numeral Type=ordinal Number=singular Case=genitive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sgd----s3 | Numeral Type=ordinal Number=singular Case=genitive Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mo-sgd----s3s | Numeral Type=ordinal Number=singular Case=genitive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sgd----s3p | Numeral Type=ordinal Number=singular Case=genitive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sgd----p1 | Numeral Type=ordinal Number=singular Case=genitive Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mo-sgd----p1s | Numeral Type=ordinal Number=singular Case=genitive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sgd----p1p | Numeral Type=ordinal Number=singular Case=genitive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sgd----p2 | Numeral Type=ordinal Number=singular Case=genitive Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mo-sgd----p2s | Numeral Type=ordinal Number=singular Case=genitive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sgd----p2p | Numeral Type=ordinal Number=singular Case=genitive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sgd----p3 | Numeral Type=ordinal Number=singular Case=genitive Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mo-sgd----p3s | Numeral Type=ordinal Number=singular Case=genitive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sgd----p3p | Numeral Type=ordinal Number=singular Case=genitive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sgr | Numeral Type=ordinal Number=singular Case=genitive Form=roman | 1 |  |
Mo-sgr------s | Numeral Type=ordinal Number=singular Case=genitive Form=roman Owned_Number=singular | 1 |  |
Mo-sgr------p | Numeral Type=ordinal Number=singular Case=genitive Form=roman Owned_Number=plural | 1 |  |
Mo-sgr----s1 | Numeral Type=ordinal Number=singular Case=genitive Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mo-sgr----s1s | Numeral Type=ordinal Number=singular Case=genitive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sgr----s1p | Numeral Type=ordinal Number=singular Case=genitive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sgr----s2 | Numeral Type=ordinal Number=singular Case=genitive Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mo-sgr----s2s | Numeral Type=ordinal Number=singular Case=genitive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sgr----s2p | Numeral Type=ordinal Number=singular Case=genitive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sgr----s3 | Numeral Type=ordinal Number=singular Case=genitive Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mo-sgr----s3s | Numeral Type=ordinal Number=singular Case=genitive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sgr----s3p | Numeral Type=ordinal Number=singular Case=genitive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sgr----p1 | Numeral Type=ordinal Number=singular Case=genitive Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mo-sgr----p1s | Numeral Type=ordinal Number=singular Case=genitive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sgr----p1p | Numeral Type=ordinal Number=singular Case=genitive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sgr----p2 | Numeral Type=ordinal Number=singular Case=genitive Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mo-sgr----p2s | Numeral Type=ordinal Number=singular Case=genitive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sgr----p2p | Numeral Type=ordinal Number=singular Case=genitive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sgr----p3 | Numeral Type=ordinal Number=singular Case=genitive Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mo-sgr----p3s | Numeral Type=ordinal Number=singular Case=genitive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sgr----p3p | Numeral Type=ordinal Number=singular Case=genitive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sgl | Numeral Type=ordinal Number=singular Case=genitive Form=letter | 1 |  |
Mo-sgl------s | Numeral Type=ordinal Number=singular Case=genitive Form=letter Owned_Number=singular | 1 |  |
Mo-sgl------p | Numeral Type=ordinal Number=singular Case=genitive Form=letter Owned_Number=plural | 1 |  |
Mo-sgl----s1 | Numeral Type=ordinal Number=singular Case=genitive Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mo-sgl----s1s | Numeral Type=ordinal Number=singular Case=genitive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sgl----s1p | Numeral Type=ordinal Number=singular Case=genitive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sgl----s2 | Numeral Type=ordinal Number=singular Case=genitive Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mo-sgl----s2s | Numeral Type=ordinal Number=singular Case=genitive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sgl----s2p | Numeral Type=ordinal Number=singular Case=genitive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sgl----s3 | Numeral Type=ordinal Number=singular Case=genitive Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mo-sgl----s3s | Numeral Type=ordinal Number=singular Case=genitive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sgl----s3p | Numeral Type=ordinal Number=singular Case=genitive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sgl----p1 | Numeral Type=ordinal Number=singular Case=genitive Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mo-sgl----p1s | Numeral Type=ordinal Number=singular Case=genitive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sgl----p1p | Numeral Type=ordinal Number=singular Case=genitive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sgl----p2 | Numeral Type=ordinal Number=singular Case=genitive Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mo-sgl----p2s | Numeral Type=ordinal Number=singular Case=genitive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sgl----p2p | Numeral Type=ordinal Number=singular Case=genitive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sgl----p3 | Numeral Type=ordinal Number=singular Case=genitive Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mo-sgl----p3s | Numeral Type=ordinal Number=singular Case=genitive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sgl----p3p | Numeral Type=ordinal Number=singular Case=genitive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sdd | Numeral Type=ordinal Number=singular Case=dative Form=digit | 1 |  |
Mo-sdd------s | Numeral Type=ordinal Number=singular Case=dative Form=digit Owned_Number=singular | 1 |  |
Mo-sdd------p | Numeral Type=ordinal Number=singular Case=dative Form=digit Owned_Number=plural | 1 |  |
Mo-sdd----s1 | Numeral Type=ordinal Number=singular Case=dative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mo-sdd----s1s | Numeral Type=ordinal Number=singular Case=dative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sdd----s1p | Numeral Type=ordinal Number=singular Case=dative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sdd----s2 | Numeral Type=ordinal Number=singular Case=dative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mo-sdd----s2s | Numeral Type=ordinal Number=singular Case=dative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sdd----s2p | Numeral Type=ordinal Number=singular Case=dative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sdd----s3 | Numeral Type=ordinal Number=singular Case=dative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mo-sdd----s3s | Numeral Type=ordinal Number=singular Case=dative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sdd----s3p | Numeral Type=ordinal Number=singular Case=dative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sdd----p1 | Numeral Type=ordinal Number=singular Case=dative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mo-sdd----p1s | Numeral Type=ordinal Number=singular Case=dative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sdd----p1p | Numeral Type=ordinal Number=singular Case=dative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sdd----p2 | Numeral Type=ordinal Number=singular Case=dative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mo-sdd----p2s | Numeral Type=ordinal Number=singular Case=dative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sdd----p2p | Numeral Type=ordinal Number=singular Case=dative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sdd----p3 | Numeral Type=ordinal Number=singular Case=dative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mo-sdd----p3s | Numeral Type=ordinal Number=singular Case=dative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sdd----p3p | Numeral Type=ordinal Number=singular Case=dative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sdr | Numeral Type=ordinal Number=singular Case=dative Form=roman | 1 |  |
Mo-sdr------s | Numeral Type=ordinal Number=singular Case=dative Form=roman Owned_Number=singular | 1 |  |
Mo-sdr------p | Numeral Type=ordinal Number=singular Case=dative Form=roman Owned_Number=plural | 1 |  |
Mo-sdr----s1 | Numeral Type=ordinal Number=singular Case=dative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mo-sdr----s1s | Numeral Type=ordinal Number=singular Case=dative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sdr----s1p | Numeral Type=ordinal Number=singular Case=dative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sdr----s2 | Numeral Type=ordinal Number=singular Case=dative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mo-sdr----s2s | Numeral Type=ordinal Number=singular Case=dative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sdr----s2p | Numeral Type=ordinal Number=singular Case=dative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sdr----s3 | Numeral Type=ordinal Number=singular Case=dative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mo-sdr----s3s | Numeral Type=ordinal Number=singular Case=dative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sdr----s3p | Numeral Type=ordinal Number=singular Case=dative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sdr----p1 | Numeral Type=ordinal Number=singular Case=dative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mo-sdr----p1s | Numeral Type=ordinal Number=singular Case=dative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sdr----p1p | Numeral Type=ordinal Number=singular Case=dative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sdr----p2 | Numeral Type=ordinal Number=singular Case=dative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mo-sdr----p2s | Numeral Type=ordinal Number=singular Case=dative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sdr----p2p | Numeral Type=ordinal Number=singular Case=dative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sdr----p3 | Numeral Type=ordinal Number=singular Case=dative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mo-sdr----p3s | Numeral Type=ordinal Number=singular Case=dative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sdr----p3p | Numeral Type=ordinal Number=singular Case=dative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sdl | Numeral Type=ordinal Number=singular Case=dative Form=letter | 1 |  |
Mo-sdl------s | Numeral Type=ordinal Number=singular Case=dative Form=letter Owned_Number=singular | 1 |  |
Mo-sdl------p | Numeral Type=ordinal Number=singular Case=dative Form=letter Owned_Number=plural | 1 |  |
Mo-sdl----s1 | Numeral Type=ordinal Number=singular Case=dative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mo-sdl----s1s | Numeral Type=ordinal Number=singular Case=dative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sdl----s1p | Numeral Type=ordinal Number=singular Case=dative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sdl----s2 | Numeral Type=ordinal Number=singular Case=dative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mo-sdl----s2s | Numeral Type=ordinal Number=singular Case=dative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sdl----s2p | Numeral Type=ordinal Number=singular Case=dative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sdl----s3 | Numeral Type=ordinal Number=singular Case=dative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mo-sdl----s3s | Numeral Type=ordinal Number=singular Case=dative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sdl----s3p | Numeral Type=ordinal Number=singular Case=dative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sdl----p1 | Numeral Type=ordinal Number=singular Case=dative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mo-sdl----p1s | Numeral Type=ordinal Number=singular Case=dative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sdl----p1p | Numeral Type=ordinal Number=singular Case=dative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sdl----p2 | Numeral Type=ordinal Number=singular Case=dative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mo-sdl----p2s | Numeral Type=ordinal Number=singular Case=dative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sdl----p2p | Numeral Type=ordinal Number=singular Case=dative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sdl----p3 | Numeral Type=ordinal Number=singular Case=dative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mo-sdl----p3s | Numeral Type=ordinal Number=singular Case=dative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sdl----p3p | Numeral Type=ordinal Number=singular Case=dative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sad | Numeral Type=ordinal Number=singular Case=accusative Form=digit | 1 |  |
Mo-sad------s | Numeral Type=ordinal Number=singular Case=accusative Form=digit Owned_Number=singular | 1 |  |
Mo-sad------p | Numeral Type=ordinal Number=singular Case=accusative Form=digit Owned_Number=plural | 1 |  |
Mo-sad----s1 | Numeral Type=ordinal Number=singular Case=accusative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mo-sad----s1s | Numeral Type=ordinal Number=singular Case=accusative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sad----s1p | Numeral Type=ordinal Number=singular Case=accusative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sad----s2 | Numeral Type=ordinal Number=singular Case=accusative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mo-sad----s2s | Numeral Type=ordinal Number=singular Case=accusative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sad----s2p | Numeral Type=ordinal Number=singular Case=accusative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sad----s3 | Numeral Type=ordinal Number=singular Case=accusative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mo-sad----s3s | Numeral Type=ordinal Number=singular Case=accusative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sad----s3p | Numeral Type=ordinal Number=singular Case=accusative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sad----p1 | Numeral Type=ordinal Number=singular Case=accusative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mo-sad----p1s | Numeral Type=ordinal Number=singular Case=accusative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sad----p1p | Numeral Type=ordinal Number=singular Case=accusative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sad----p2 | Numeral Type=ordinal Number=singular Case=accusative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mo-sad----p2s | Numeral Type=ordinal Number=singular Case=accusative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sad----p2p | Numeral Type=ordinal Number=singular Case=accusative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sad----p3 | Numeral Type=ordinal Number=singular Case=accusative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mo-sad----p3s | Numeral Type=ordinal Number=singular Case=accusative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sad----p3p | Numeral Type=ordinal Number=singular Case=accusative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sar | Numeral Type=ordinal Number=singular Case=accusative Form=roman | 1 |  |
Mo-sar------s | Numeral Type=ordinal Number=singular Case=accusative Form=roman Owned_Number=singular | 1 |  |
Mo-sar------p | Numeral Type=ordinal Number=singular Case=accusative Form=roman Owned_Number=plural | 1 |  |
Mo-sar----s1 | Numeral Type=ordinal Number=singular Case=accusative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mo-sar----s1s | Numeral Type=ordinal Number=singular Case=accusative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sar----s1p | Numeral Type=ordinal Number=singular Case=accusative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sar----s2 | Numeral Type=ordinal Number=singular Case=accusative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mo-sar----s2s | Numeral Type=ordinal Number=singular Case=accusative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sar----s2p | Numeral Type=ordinal Number=singular Case=accusative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sar----s3 | Numeral Type=ordinal Number=singular Case=accusative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mo-sar----s3s | Numeral Type=ordinal Number=singular Case=accusative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sar----s3p | Numeral Type=ordinal Number=singular Case=accusative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sar----p1 | Numeral Type=ordinal Number=singular Case=accusative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mo-sar----p1s | Numeral Type=ordinal Number=singular Case=accusative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sar----p1p | Numeral Type=ordinal Number=singular Case=accusative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sar----p2 | Numeral Type=ordinal Number=singular Case=accusative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mo-sar----p2s | Numeral Type=ordinal Number=singular Case=accusative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sar----p2p | Numeral Type=ordinal Number=singular Case=accusative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sar----p3 | Numeral Type=ordinal Number=singular Case=accusative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mo-sar----p3s | Numeral Type=ordinal Number=singular Case=accusative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sar----p3p | Numeral Type=ordinal Number=singular Case=accusative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sal | Numeral Type=ordinal Number=singular Case=accusative Form=letter | 1 |  |
Mo-sal------s | Numeral Type=ordinal Number=singular Case=accusative Form=letter Owned_Number=singular | 1 |  |
Mo-sal------p | Numeral Type=ordinal Number=singular Case=accusative Form=letter Owned_Number=plural | 1 |  |
Mo-sal----s1 | Numeral Type=ordinal Number=singular Case=accusative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mo-sal----s1s | Numeral Type=ordinal Number=singular Case=accusative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sal----s1p | Numeral Type=ordinal Number=singular Case=accusative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sal----s2 | Numeral Type=ordinal Number=singular Case=accusative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mo-sal----s2s | Numeral Type=ordinal Number=singular Case=accusative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sal----s2p | Numeral Type=ordinal Number=singular Case=accusative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sal----s3 | Numeral Type=ordinal Number=singular Case=accusative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mo-sal----s3s | Numeral Type=ordinal Number=singular Case=accusative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sal----s3p | Numeral Type=ordinal Number=singular Case=accusative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sal----p1 | Numeral Type=ordinal Number=singular Case=accusative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mo-sal----p1s | Numeral Type=ordinal Number=singular Case=accusative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sal----p1p | Numeral Type=ordinal Number=singular Case=accusative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sal----p2 | Numeral Type=ordinal Number=singular Case=accusative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mo-sal----p2s | Numeral Type=ordinal Number=singular Case=accusative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sal----p2p | Numeral Type=ordinal Number=singular Case=accusative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sal----p3 | Numeral Type=ordinal Number=singular Case=accusative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mo-sal----p3s | Numeral Type=ordinal Number=singular Case=accusative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sal----p3p | Numeral Type=ordinal Number=singular Case=accusative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sid | Numeral Type=ordinal Number=singular Case=instrumental Form=digit | 1 |  |
Mo-sid------s | Numeral Type=ordinal Number=singular Case=instrumental Form=digit Owned_Number=singular | 1 |  |
Mo-sid------p | Numeral Type=ordinal Number=singular Case=instrumental Form=digit Owned_Number=plural | 1 |  |
Mo-sid----s1 | Numeral Type=ordinal Number=singular Case=instrumental Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mo-sid----s1s | Numeral Type=ordinal Number=singular Case=instrumental Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sid----s1p | Numeral Type=ordinal Number=singular Case=instrumental Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sid----s2 | Numeral Type=ordinal Number=singular Case=instrumental Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mo-sid----s2s | Numeral Type=ordinal Number=singular Case=instrumental Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sid----s2p | Numeral Type=ordinal Number=singular Case=instrumental Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sid----s3 | Numeral Type=ordinal Number=singular Case=instrumental Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mo-sid----s3s | Numeral Type=ordinal Number=singular Case=instrumental Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sid----s3p | Numeral Type=ordinal Number=singular Case=instrumental Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sid----p1 | Numeral Type=ordinal Number=singular Case=instrumental Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mo-sid----p1s | Numeral Type=ordinal Number=singular Case=instrumental Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sid----p1p | Numeral Type=ordinal Number=singular Case=instrumental Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sid----p2 | Numeral Type=ordinal Number=singular Case=instrumental Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mo-sid----p2s | Numeral Type=ordinal Number=singular Case=instrumental Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sid----p2p | Numeral Type=ordinal Number=singular Case=instrumental Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sid----p3 | Numeral Type=ordinal Number=singular Case=instrumental Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mo-sid----p3s | Numeral Type=ordinal Number=singular Case=instrumental Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sid----p3p | Numeral Type=ordinal Number=singular Case=instrumental Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sir | Numeral Type=ordinal Number=singular Case=instrumental Form=roman | 1 |  |
Mo-sir------s | Numeral Type=ordinal Number=singular Case=instrumental Form=roman Owned_Number=singular | 1 |  |
Mo-sir------p | Numeral Type=ordinal Number=singular Case=instrumental Form=roman Owned_Number=plural | 1 |  |
Mo-sir----s1 | Numeral Type=ordinal Number=singular Case=instrumental Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mo-sir----s1s | Numeral Type=ordinal Number=singular Case=instrumental Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sir----s1p | Numeral Type=ordinal Number=singular Case=instrumental Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sir----s2 | Numeral Type=ordinal Number=singular Case=instrumental Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mo-sir----s2s | Numeral Type=ordinal Number=singular Case=instrumental Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sir----s2p | Numeral Type=ordinal Number=singular Case=instrumental Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sir----s3 | Numeral Type=ordinal Number=singular Case=instrumental Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mo-sir----s3s | Numeral Type=ordinal Number=singular Case=instrumental Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sir----s3p | Numeral Type=ordinal Number=singular Case=instrumental Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sir----p1 | Numeral Type=ordinal Number=singular Case=instrumental Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mo-sir----p1s | Numeral Type=ordinal Number=singular Case=instrumental Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sir----p1p | Numeral Type=ordinal Number=singular Case=instrumental Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sir----p2 | Numeral Type=ordinal Number=singular Case=instrumental Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mo-sir----p2s | Numeral Type=ordinal Number=singular Case=instrumental Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sir----p2p | Numeral Type=ordinal Number=singular Case=instrumental Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sir----p3 | Numeral Type=ordinal Number=singular Case=instrumental Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mo-sir----p3s | Numeral Type=ordinal Number=singular Case=instrumental Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sir----p3p | Numeral Type=ordinal Number=singular Case=instrumental Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sil | Numeral Type=ordinal Number=singular Case=instrumental Form=letter | 1 |  |
Mo-sil------s | Numeral Type=ordinal Number=singular Case=instrumental Form=letter Owned_Number=singular | 1 |  |
Mo-sil------p | Numeral Type=ordinal Number=singular Case=instrumental Form=letter Owned_Number=plural | 1 |  |
Mo-sil----s1 | Numeral Type=ordinal Number=singular Case=instrumental Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mo-sil----s1s | Numeral Type=ordinal Number=singular Case=instrumental Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sil----s1p | Numeral Type=ordinal Number=singular Case=instrumental Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sil----s2 | Numeral Type=ordinal Number=singular Case=instrumental Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mo-sil----s2s | Numeral Type=ordinal Number=singular Case=instrumental Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sil----s2p | Numeral Type=ordinal Number=singular Case=instrumental Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sil----s3 | Numeral Type=ordinal Number=singular Case=instrumental Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mo-sil----s3s | Numeral Type=ordinal Number=singular Case=instrumental Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sil----s3p | Numeral Type=ordinal Number=singular Case=instrumental Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sil----p1 | Numeral Type=ordinal Number=singular Case=instrumental Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mo-sil----p1s | Numeral Type=ordinal Number=singular Case=instrumental Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sil----p1p | Numeral Type=ordinal Number=singular Case=instrumental Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sil----p2 | Numeral Type=ordinal Number=singular Case=instrumental Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mo-sil----p2s | Numeral Type=ordinal Number=singular Case=instrumental Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sil----p2p | Numeral Type=ordinal Number=singular Case=instrumental Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sil----p3 | Numeral Type=ordinal Number=singular Case=instrumental Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mo-sil----p3s | Numeral Type=ordinal Number=singular Case=instrumental Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sil----p3p | Numeral Type=ordinal Number=singular Case=instrumental Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sxd | Numeral Type=ordinal Number=singular Case=illative Form=digit | 1 |  |
Mo-sxd------s | Numeral Type=ordinal Number=singular Case=illative Form=digit Owned_Number=singular | 1 |  |
Mo-sxd------p | Numeral Type=ordinal Number=singular Case=illative Form=digit Owned_Number=plural | 1 |  |
Mo-sxd----s1 | Numeral Type=ordinal Number=singular Case=illative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mo-sxd----s1s | Numeral Type=ordinal Number=singular Case=illative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sxd----s1p | Numeral Type=ordinal Number=singular Case=illative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sxd----s2 | Numeral Type=ordinal Number=singular Case=illative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mo-sxd----s2s | Numeral Type=ordinal Number=singular Case=illative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sxd----s2p | Numeral Type=ordinal Number=singular Case=illative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sxd----s3 | Numeral Type=ordinal Number=singular Case=illative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mo-sxd----s3s | Numeral Type=ordinal Number=singular Case=illative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sxd----s3p | Numeral Type=ordinal Number=singular Case=illative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sxd----p1 | Numeral Type=ordinal Number=singular Case=illative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mo-sxd----p1s | Numeral Type=ordinal Number=singular Case=illative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sxd----p1p | Numeral Type=ordinal Number=singular Case=illative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sxd----p2 | Numeral Type=ordinal Number=singular Case=illative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mo-sxd----p2s | Numeral Type=ordinal Number=singular Case=illative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sxd----p2p | Numeral Type=ordinal Number=singular Case=illative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sxd----p3 | Numeral Type=ordinal Number=singular Case=illative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mo-sxd----p3s | Numeral Type=ordinal Number=singular Case=illative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sxd----p3p | Numeral Type=ordinal Number=singular Case=illative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sxr | Numeral Type=ordinal Number=singular Case=illative Form=roman | 1 |  |
Mo-sxr------s | Numeral Type=ordinal Number=singular Case=illative Form=roman Owned_Number=singular | 1 |  |
Mo-sxr------p | Numeral Type=ordinal Number=singular Case=illative Form=roman Owned_Number=plural | 1 |  |
Mo-sxr----s1 | Numeral Type=ordinal Number=singular Case=illative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mo-sxr----s1s | Numeral Type=ordinal Number=singular Case=illative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sxr----s1p | Numeral Type=ordinal Number=singular Case=illative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sxr----s2 | Numeral Type=ordinal Number=singular Case=illative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mo-sxr----s2s | Numeral Type=ordinal Number=singular Case=illative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sxr----s2p | Numeral Type=ordinal Number=singular Case=illative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sxr----s3 | Numeral Type=ordinal Number=singular Case=illative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mo-sxr----s3s | Numeral Type=ordinal Number=singular Case=illative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sxr----s3p | Numeral Type=ordinal Number=singular Case=illative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sxr----p1 | Numeral Type=ordinal Number=singular Case=illative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mo-sxr----p1s | Numeral Type=ordinal Number=singular Case=illative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sxr----p1p | Numeral Type=ordinal Number=singular Case=illative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sxr----p2 | Numeral Type=ordinal Number=singular Case=illative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mo-sxr----p2s | Numeral Type=ordinal Number=singular Case=illative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sxr----p2p | Numeral Type=ordinal Number=singular Case=illative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sxr----p3 | Numeral Type=ordinal Number=singular Case=illative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mo-sxr----p3s | Numeral Type=ordinal Number=singular Case=illative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sxr----p3p | Numeral Type=ordinal Number=singular Case=illative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sxl | Numeral Type=ordinal Number=singular Case=illative Form=letter | 1 |  |
Mo-sxl------s | Numeral Type=ordinal Number=singular Case=illative Form=letter Owned_Number=singular | 1 |  |
Mo-sxl------p | Numeral Type=ordinal Number=singular Case=illative Form=letter Owned_Number=plural | 1 |  |
Mo-sxl----s1 | Numeral Type=ordinal Number=singular Case=illative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mo-sxl----s1s | Numeral Type=ordinal Number=singular Case=illative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sxl----s1p | Numeral Type=ordinal Number=singular Case=illative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sxl----s2 | Numeral Type=ordinal Number=singular Case=illative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mo-sxl----s2s | Numeral Type=ordinal Number=singular Case=illative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sxl----s2p | Numeral Type=ordinal Number=singular Case=illative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sxl----s3 | Numeral Type=ordinal Number=singular Case=illative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mo-sxl----s3s | Numeral Type=ordinal Number=singular Case=illative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sxl----s3p | Numeral Type=ordinal Number=singular Case=illative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sxl----p1 | Numeral Type=ordinal Number=singular Case=illative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mo-sxl----p1s | Numeral Type=ordinal Number=singular Case=illative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sxl----p1p | Numeral Type=ordinal Number=singular Case=illative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sxl----p2 | Numeral Type=ordinal Number=singular Case=illative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mo-sxl----p2s | Numeral Type=ordinal Number=singular Case=illative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sxl----p2p | Numeral Type=ordinal Number=singular Case=illative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sxl----p3 | Numeral Type=ordinal Number=singular Case=illative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mo-sxl----p3s | Numeral Type=ordinal Number=singular Case=illative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sxl----p3p | Numeral Type=ordinal Number=singular Case=illative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-s2d | Numeral Type=ordinal Number=singular Case=inessive Form=digit | 1 |  |
Mo-s2d------s | Numeral Type=ordinal Number=singular Case=inessive Form=digit Owned_Number=singular | 1 |  |
Mo-s2d------p | Numeral Type=ordinal Number=singular Case=inessive Form=digit Owned_Number=plural | 1 |  |
Mo-s2d----s1 | Numeral Type=ordinal Number=singular Case=inessive Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mo-s2d----s1s | Numeral Type=ordinal Number=singular Case=inessive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-s2d----s1p | Numeral Type=ordinal Number=singular Case=inessive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-s2d----s2 | Numeral Type=ordinal Number=singular Case=inessive Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mo-s2d----s2s | Numeral Type=ordinal Number=singular Case=inessive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-s2d----s2p | Numeral Type=ordinal Number=singular Case=inessive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-s2d----s3 | Numeral Type=ordinal Number=singular Case=inessive Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mo-s2d----s3s | Numeral Type=ordinal Number=singular Case=inessive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-s2d----s3p | Numeral Type=ordinal Number=singular Case=inessive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-s2d----p1 | Numeral Type=ordinal Number=singular Case=inessive Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mo-s2d----p1s | Numeral Type=ordinal Number=singular Case=inessive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-s2d----p1p | Numeral Type=ordinal Number=singular Case=inessive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-s2d----p2 | Numeral Type=ordinal Number=singular Case=inessive Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mo-s2d----p2s | Numeral Type=ordinal Number=singular Case=inessive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-s2d----p2p | Numeral Type=ordinal Number=singular Case=inessive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-s2d----p3 | Numeral Type=ordinal Number=singular Case=inessive Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mo-s2d----p3s | Numeral Type=ordinal Number=singular Case=inessive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-s2d----p3p | Numeral Type=ordinal Number=singular Case=inessive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-s2r | Numeral Type=ordinal Number=singular Case=inessive Form=roman | 1 |  |
Mo-s2r------s | Numeral Type=ordinal Number=singular Case=inessive Form=roman Owned_Number=singular | 1 |  |
Mo-s2r------p | Numeral Type=ordinal Number=singular Case=inessive Form=roman Owned_Number=plural | 1 |  |
Mo-s2r----s1 | Numeral Type=ordinal Number=singular Case=inessive Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mo-s2r----s1s | Numeral Type=ordinal Number=singular Case=inessive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-s2r----s1p | Numeral Type=ordinal Number=singular Case=inessive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-s2r----s2 | Numeral Type=ordinal Number=singular Case=inessive Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mo-s2r----s2s | Numeral Type=ordinal Number=singular Case=inessive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-s2r----s2p | Numeral Type=ordinal Number=singular Case=inessive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-s2r----s3 | Numeral Type=ordinal Number=singular Case=inessive Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mo-s2r----s3s | Numeral Type=ordinal Number=singular Case=inessive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-s2r----s3p | Numeral Type=ordinal Number=singular Case=inessive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-s2r----p1 | Numeral Type=ordinal Number=singular Case=inessive Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mo-s2r----p1s | Numeral Type=ordinal Number=singular Case=inessive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-s2r----p1p | Numeral Type=ordinal Number=singular Case=inessive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-s2r----p2 | Numeral Type=ordinal Number=singular Case=inessive Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mo-s2r----p2s | Numeral Type=ordinal Number=singular Case=inessive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-s2r----p2p | Numeral Type=ordinal Number=singular Case=inessive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-s2r----p3 | Numeral Type=ordinal Number=singular Case=inessive Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mo-s2r----p3s | Numeral Type=ordinal Number=singular Case=inessive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-s2r----p3p | Numeral Type=ordinal Number=singular Case=inessive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-s2l | Numeral Type=ordinal Number=singular Case=inessive Form=letter | 1 |  |
Mo-s2l------s | Numeral Type=ordinal Number=singular Case=inessive Form=letter Owned_Number=singular | 1 |  |
Mo-s2l------p | Numeral Type=ordinal Number=singular Case=inessive Form=letter Owned_Number=plural | 1 |  |
Mo-s2l----s1 | Numeral Type=ordinal Number=singular Case=inessive Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mo-s2l----s1s | Numeral Type=ordinal Number=singular Case=inessive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-s2l----s1p | Numeral Type=ordinal Number=singular Case=inessive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-s2l----s2 | Numeral Type=ordinal Number=singular Case=inessive Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mo-s2l----s2s | Numeral Type=ordinal Number=singular Case=inessive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-s2l----s2p | Numeral Type=ordinal Number=singular Case=inessive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-s2l----s3 | Numeral Type=ordinal Number=singular Case=inessive Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mo-s2l----s3s | Numeral Type=ordinal Number=singular Case=inessive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-s2l----s3p | Numeral Type=ordinal Number=singular Case=inessive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-s2l----p1 | Numeral Type=ordinal Number=singular Case=inessive Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mo-s2l----p1s | Numeral Type=ordinal Number=singular Case=inessive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-s2l----p1p | Numeral Type=ordinal Number=singular Case=inessive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-s2l----p2 | Numeral Type=ordinal Number=singular Case=inessive Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mo-s2l----p2s | Numeral Type=ordinal Number=singular Case=inessive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-s2l----p2p | Numeral Type=ordinal Number=singular Case=inessive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-s2l----p3 | Numeral Type=ordinal Number=singular Case=inessive Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mo-s2l----p3s | Numeral Type=ordinal Number=singular Case=inessive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-s2l----p3p | Numeral Type=ordinal Number=singular Case=inessive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sed | Numeral Type=ordinal Number=singular Case=elative Form=digit | 1 |  |
Mo-sed------s | Numeral Type=ordinal Number=singular Case=elative Form=digit Owned_Number=singular | 1 |  |
Mo-sed------p | Numeral Type=ordinal Number=singular Case=elative Form=digit Owned_Number=plural | 1 |  |
Mo-sed----s1 | Numeral Type=ordinal Number=singular Case=elative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mo-sed----s1s | Numeral Type=ordinal Number=singular Case=elative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sed----s1p | Numeral Type=ordinal Number=singular Case=elative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sed----s2 | Numeral Type=ordinal Number=singular Case=elative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mo-sed----s2s | Numeral Type=ordinal Number=singular Case=elative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sed----s2p | Numeral Type=ordinal Number=singular Case=elative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sed----s3 | Numeral Type=ordinal Number=singular Case=elative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mo-sed----s3s | Numeral Type=ordinal Number=singular Case=elative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sed----s3p | Numeral Type=ordinal Number=singular Case=elative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sed----p1 | Numeral Type=ordinal Number=singular Case=elative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mo-sed----p1s | Numeral Type=ordinal Number=singular Case=elative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sed----p1p | Numeral Type=ordinal Number=singular Case=elative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sed----p2 | Numeral Type=ordinal Number=singular Case=elative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mo-sed----p2s | Numeral Type=ordinal Number=singular Case=elative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sed----p2p | Numeral Type=ordinal Number=singular Case=elative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sed----p3 | Numeral Type=ordinal Number=singular Case=elative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mo-sed----p3s | Numeral Type=ordinal Number=singular Case=elative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sed----p3p | Numeral Type=ordinal Number=singular Case=elative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-ser | Numeral Type=ordinal Number=singular Case=elative Form=roman | 1 |  |
Mo-ser------s | Numeral Type=ordinal Number=singular Case=elative Form=roman Owned_Number=singular | 1 |  |
Mo-ser------p | Numeral Type=ordinal Number=singular Case=elative Form=roman Owned_Number=plural | 1 |  |
Mo-ser----s1 | Numeral Type=ordinal Number=singular Case=elative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mo-ser----s1s | Numeral Type=ordinal Number=singular Case=elative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-ser----s1p | Numeral Type=ordinal Number=singular Case=elative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-ser----s2 | Numeral Type=ordinal Number=singular Case=elative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mo-ser----s2s | Numeral Type=ordinal Number=singular Case=elative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-ser----s2p | Numeral Type=ordinal Number=singular Case=elative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-ser----s3 | Numeral Type=ordinal Number=singular Case=elative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mo-ser----s3s | Numeral Type=ordinal Number=singular Case=elative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-ser----s3p | Numeral Type=ordinal Number=singular Case=elative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-ser----p1 | Numeral Type=ordinal Number=singular Case=elative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mo-ser----p1s | Numeral Type=ordinal Number=singular Case=elative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-ser----p1p | Numeral Type=ordinal Number=singular Case=elative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-ser----p2 | Numeral Type=ordinal Number=singular Case=elative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mo-ser----p2s | Numeral Type=ordinal Number=singular Case=elative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-ser----p2p | Numeral Type=ordinal Number=singular Case=elative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-ser----p3 | Numeral Type=ordinal Number=singular Case=elative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mo-ser----p3s | Numeral Type=ordinal Number=singular Case=elative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-ser----p3p | Numeral Type=ordinal Number=singular Case=elative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sel | Numeral Type=ordinal Number=singular Case=elative Form=letter | 1 |  |
Mo-sel------s | Numeral Type=ordinal Number=singular Case=elative Form=letter Owned_Number=singular | 1 |  |
Mo-sel------p | Numeral Type=ordinal Number=singular Case=elative Form=letter Owned_Number=plural | 1 |  |
Mo-sel----s1 | Numeral Type=ordinal Number=singular Case=elative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mo-sel----s1s | Numeral Type=ordinal Number=singular Case=elative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sel----s1p | Numeral Type=ordinal Number=singular Case=elative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sel----s2 | Numeral Type=ordinal Number=singular Case=elative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mo-sel----s2s | Numeral Type=ordinal Number=singular Case=elative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sel----s2p | Numeral Type=ordinal Number=singular Case=elative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sel----s3 | Numeral Type=ordinal Number=singular Case=elative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mo-sel----s3s | Numeral Type=ordinal Number=singular Case=elative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sel----s3p | Numeral Type=ordinal Number=singular Case=elative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sel----p1 | Numeral Type=ordinal Number=singular Case=elative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mo-sel----p1s | Numeral Type=ordinal Number=singular Case=elative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sel----p1p | Numeral Type=ordinal Number=singular Case=elative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sel----p2 | Numeral Type=ordinal Number=singular Case=elative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mo-sel----p2s | Numeral Type=ordinal Number=singular Case=elative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sel----p2p | Numeral Type=ordinal Number=singular Case=elative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sel----p3 | Numeral Type=ordinal Number=singular Case=elative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mo-sel----p3s | Numeral Type=ordinal Number=singular Case=elative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sel----p3p | Numeral Type=ordinal Number=singular Case=elative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-std | Numeral Type=ordinal Number=singular Case=allative Form=digit | 1 |  |
Mo-std------s | Numeral Type=ordinal Number=singular Case=allative Form=digit Owned_Number=singular | 1 |  |
Mo-std------p | Numeral Type=ordinal Number=singular Case=allative Form=digit Owned_Number=plural | 1 |  |
Mo-std----s1 | Numeral Type=ordinal Number=singular Case=allative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mo-std----s1s | Numeral Type=ordinal Number=singular Case=allative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-std----s1p | Numeral Type=ordinal Number=singular Case=allative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-std----s2 | Numeral Type=ordinal Number=singular Case=allative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mo-std----s2s | Numeral Type=ordinal Number=singular Case=allative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-std----s2p | Numeral Type=ordinal Number=singular Case=allative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-std----s3 | Numeral Type=ordinal Number=singular Case=allative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mo-std----s3s | Numeral Type=ordinal Number=singular Case=allative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-std----s3p | Numeral Type=ordinal Number=singular Case=allative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-std----p1 | Numeral Type=ordinal Number=singular Case=allative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mo-std----p1s | Numeral Type=ordinal Number=singular Case=allative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-std----p1p | Numeral Type=ordinal Number=singular Case=allative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-std----p2 | Numeral Type=ordinal Number=singular Case=allative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mo-std----p2s | Numeral Type=ordinal Number=singular Case=allative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-std----p2p | Numeral Type=ordinal Number=singular Case=allative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-std----p3 | Numeral Type=ordinal Number=singular Case=allative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mo-std----p3s | Numeral Type=ordinal Number=singular Case=allative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-std----p3p | Numeral Type=ordinal Number=singular Case=allative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-str | Numeral Type=ordinal Number=singular Case=allative Form=roman | 1 |  |
Mo-str------s | Numeral Type=ordinal Number=singular Case=allative Form=roman Owned_Number=singular | 1 |  |
Mo-str------p | Numeral Type=ordinal Number=singular Case=allative Form=roman Owned_Number=plural | 1 |  |
Mo-str----s1 | Numeral Type=ordinal Number=singular Case=allative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mo-str----s1s | Numeral Type=ordinal Number=singular Case=allative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-str----s1p | Numeral Type=ordinal Number=singular Case=allative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-str----s2 | Numeral Type=ordinal Number=singular Case=allative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mo-str----s2s | Numeral Type=ordinal Number=singular Case=allative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-str----s2p | Numeral Type=ordinal Number=singular Case=allative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-str----s3 | Numeral Type=ordinal Number=singular Case=allative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mo-str----s3s | Numeral Type=ordinal Number=singular Case=allative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-str----s3p | Numeral Type=ordinal Number=singular Case=allative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-str----p1 | Numeral Type=ordinal Number=singular Case=allative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mo-str----p1s | Numeral Type=ordinal Number=singular Case=allative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-str----p1p | Numeral Type=ordinal Number=singular Case=allative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-str----p2 | Numeral Type=ordinal Number=singular Case=allative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mo-str----p2s | Numeral Type=ordinal Number=singular Case=allative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-str----p2p | Numeral Type=ordinal Number=singular Case=allative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-str----p3 | Numeral Type=ordinal Number=singular Case=allative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mo-str----p3s | Numeral Type=ordinal Number=singular Case=allative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-str----p3p | Numeral Type=ordinal Number=singular Case=allative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-stl | Numeral Type=ordinal Number=singular Case=allative Form=letter | 1 |  |
Mo-stl------s | Numeral Type=ordinal Number=singular Case=allative Form=letter Owned_Number=singular | 1 |  |
Mo-stl------p | Numeral Type=ordinal Number=singular Case=allative Form=letter Owned_Number=plural | 1 |  |
Mo-stl----s1 | Numeral Type=ordinal Number=singular Case=allative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mo-stl----s1s | Numeral Type=ordinal Number=singular Case=allative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-stl----s1p | Numeral Type=ordinal Number=singular Case=allative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-stl----s2 | Numeral Type=ordinal Number=singular Case=allative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mo-stl----s2s | Numeral Type=ordinal Number=singular Case=allative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-stl----s2p | Numeral Type=ordinal Number=singular Case=allative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-stl----s3 | Numeral Type=ordinal Number=singular Case=allative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mo-stl----s3s | Numeral Type=ordinal Number=singular Case=allative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-stl----s3p | Numeral Type=ordinal Number=singular Case=allative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-stl----p1 | Numeral Type=ordinal Number=singular Case=allative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mo-stl----p1s | Numeral Type=ordinal Number=singular Case=allative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-stl----p1p | Numeral Type=ordinal Number=singular Case=allative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-stl----p2 | Numeral Type=ordinal Number=singular Case=allative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mo-stl----p2s | Numeral Type=ordinal Number=singular Case=allative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-stl----p2p | Numeral Type=ordinal Number=singular Case=allative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-stl----p3 | Numeral Type=ordinal Number=singular Case=allative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mo-stl----p3s | Numeral Type=ordinal Number=singular Case=allative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-stl----p3p | Numeral Type=ordinal Number=singular Case=allative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-s3d | Numeral Type=ordinal Number=singular Case=adessive Form=digit | 1 |  |
Mo-s3d------s | Numeral Type=ordinal Number=singular Case=adessive Form=digit Owned_Number=singular | 1 |  |
Mo-s3d------p | Numeral Type=ordinal Number=singular Case=adessive Form=digit Owned_Number=plural | 1 |  |
Mo-s3d----s1 | Numeral Type=ordinal Number=singular Case=adessive Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mo-s3d----s1s | Numeral Type=ordinal Number=singular Case=adessive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-s3d----s1p | Numeral Type=ordinal Number=singular Case=adessive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-s3d----s2 | Numeral Type=ordinal Number=singular Case=adessive Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mo-s3d----s2s | Numeral Type=ordinal Number=singular Case=adessive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-s3d----s2p | Numeral Type=ordinal Number=singular Case=adessive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-s3d----s3 | Numeral Type=ordinal Number=singular Case=adessive Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mo-s3d----s3s | Numeral Type=ordinal Number=singular Case=adessive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-s3d----s3p | Numeral Type=ordinal Number=singular Case=adessive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-s3d----p1 | Numeral Type=ordinal Number=singular Case=adessive Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mo-s3d----p1s | Numeral Type=ordinal Number=singular Case=adessive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-s3d----p1p | Numeral Type=ordinal Number=singular Case=adessive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-s3d----p2 | Numeral Type=ordinal Number=singular Case=adessive Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mo-s3d----p2s | Numeral Type=ordinal Number=singular Case=adessive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-s3d----p2p | Numeral Type=ordinal Number=singular Case=adessive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-s3d----p3 | Numeral Type=ordinal Number=singular Case=adessive Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mo-s3d----p3s | Numeral Type=ordinal Number=singular Case=adessive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-s3d----p3p | Numeral Type=ordinal Number=singular Case=adessive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-s3r | Numeral Type=ordinal Number=singular Case=adessive Form=roman | 1 |  |
Mo-s3r------s | Numeral Type=ordinal Number=singular Case=adessive Form=roman Owned_Number=singular | 1 |  |
Mo-s3r------p | Numeral Type=ordinal Number=singular Case=adessive Form=roman Owned_Number=plural | 1 |  |
Mo-s3r----s1 | Numeral Type=ordinal Number=singular Case=adessive Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mo-s3r----s1s | Numeral Type=ordinal Number=singular Case=adessive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-s3r----s1p | Numeral Type=ordinal Number=singular Case=adessive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-s3r----s2 | Numeral Type=ordinal Number=singular Case=adessive Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mo-s3r----s2s | Numeral Type=ordinal Number=singular Case=adessive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-s3r----s2p | Numeral Type=ordinal Number=singular Case=adessive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-s3r----s3 | Numeral Type=ordinal Number=singular Case=adessive Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mo-s3r----s3s | Numeral Type=ordinal Number=singular Case=adessive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-s3r----s3p | Numeral Type=ordinal Number=singular Case=adessive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-s3r----p1 | Numeral Type=ordinal Number=singular Case=adessive Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mo-s3r----p1s | Numeral Type=ordinal Number=singular Case=adessive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-s3r----p1p | Numeral Type=ordinal Number=singular Case=adessive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-s3r----p2 | Numeral Type=ordinal Number=singular Case=adessive Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mo-s3r----p2s | Numeral Type=ordinal Number=singular Case=adessive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-s3r----p2p | Numeral Type=ordinal Number=singular Case=adessive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-s3r----p3 | Numeral Type=ordinal Number=singular Case=adessive Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mo-s3r----p3s | Numeral Type=ordinal Number=singular Case=adessive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-s3r----p3p | Numeral Type=ordinal Number=singular Case=adessive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-s3l | Numeral Type=ordinal Number=singular Case=adessive Form=letter | 1 |  |
Mo-s3l------s | Numeral Type=ordinal Number=singular Case=adessive Form=letter Owned_Number=singular | 1 |  |
Mo-s3l------p | Numeral Type=ordinal Number=singular Case=adessive Form=letter Owned_Number=plural | 1 |  |
Mo-s3l----s1 | Numeral Type=ordinal Number=singular Case=adessive Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mo-s3l----s1s | Numeral Type=ordinal Number=singular Case=adessive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-s3l----s1p | Numeral Type=ordinal Number=singular Case=adessive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-s3l----s2 | Numeral Type=ordinal Number=singular Case=adessive Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mo-s3l----s2s | Numeral Type=ordinal Number=singular Case=adessive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-s3l----s2p | Numeral Type=ordinal Number=singular Case=adessive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-s3l----s3 | Numeral Type=ordinal Number=singular Case=adessive Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mo-s3l----s3s | Numeral Type=ordinal Number=singular Case=adessive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-s3l----s3p | Numeral Type=ordinal Number=singular Case=adessive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-s3l----p1 | Numeral Type=ordinal Number=singular Case=adessive Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mo-s3l----p1s | Numeral Type=ordinal Number=singular Case=adessive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-s3l----p1p | Numeral Type=ordinal Number=singular Case=adessive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-s3l----p2 | Numeral Type=ordinal Number=singular Case=adessive Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mo-s3l----p2s | Numeral Type=ordinal Number=singular Case=adessive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-s3l----p2p | Numeral Type=ordinal Number=singular Case=adessive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-s3l----p3 | Numeral Type=ordinal Number=singular Case=adessive Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mo-s3l----p3s | Numeral Type=ordinal Number=singular Case=adessive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-s3l----p3p | Numeral Type=ordinal Number=singular Case=adessive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sbd | Numeral Type=ordinal Number=singular Case=ablative Form=digit | 1 |  |
Mo-sbd------s | Numeral Type=ordinal Number=singular Case=ablative Form=digit Owned_Number=singular | 1 |  |
Mo-sbd------p | Numeral Type=ordinal Number=singular Case=ablative Form=digit Owned_Number=plural | 1 |  |
Mo-sbd----s1 | Numeral Type=ordinal Number=singular Case=ablative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mo-sbd----s1s | Numeral Type=ordinal Number=singular Case=ablative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sbd----s1p | Numeral Type=ordinal Number=singular Case=ablative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sbd----s2 | Numeral Type=ordinal Number=singular Case=ablative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mo-sbd----s2s | Numeral Type=ordinal Number=singular Case=ablative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sbd----s2p | Numeral Type=ordinal Number=singular Case=ablative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sbd----s3 | Numeral Type=ordinal Number=singular Case=ablative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mo-sbd----s3s | Numeral Type=ordinal Number=singular Case=ablative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sbd----s3p | Numeral Type=ordinal Number=singular Case=ablative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sbd----p1 | Numeral Type=ordinal Number=singular Case=ablative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mo-sbd----p1s | Numeral Type=ordinal Number=singular Case=ablative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sbd----p1p | Numeral Type=ordinal Number=singular Case=ablative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sbd----p2 | Numeral Type=ordinal Number=singular Case=ablative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mo-sbd----p2s | Numeral Type=ordinal Number=singular Case=ablative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sbd----p2p | Numeral Type=ordinal Number=singular Case=ablative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sbd----p3 | Numeral Type=ordinal Number=singular Case=ablative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mo-sbd----p3s | Numeral Type=ordinal Number=singular Case=ablative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sbd----p3p | Numeral Type=ordinal Number=singular Case=ablative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sbr | Numeral Type=ordinal Number=singular Case=ablative Form=roman | 1 |  |
Mo-sbr------s | Numeral Type=ordinal Number=singular Case=ablative Form=roman Owned_Number=singular | 1 |  |
Mo-sbr------p | Numeral Type=ordinal Number=singular Case=ablative Form=roman Owned_Number=plural | 1 |  |
Mo-sbr----s1 | Numeral Type=ordinal Number=singular Case=ablative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mo-sbr----s1s | Numeral Type=ordinal Number=singular Case=ablative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sbr----s1p | Numeral Type=ordinal Number=singular Case=ablative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sbr----s2 | Numeral Type=ordinal Number=singular Case=ablative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mo-sbr----s2s | Numeral Type=ordinal Number=singular Case=ablative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sbr----s2p | Numeral Type=ordinal Number=singular Case=ablative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sbr----s3 | Numeral Type=ordinal Number=singular Case=ablative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mo-sbr----s3s | Numeral Type=ordinal Number=singular Case=ablative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sbr----s3p | Numeral Type=ordinal Number=singular Case=ablative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sbr----p1 | Numeral Type=ordinal Number=singular Case=ablative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mo-sbr----p1s | Numeral Type=ordinal Number=singular Case=ablative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sbr----p1p | Numeral Type=ordinal Number=singular Case=ablative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sbr----p2 | Numeral Type=ordinal Number=singular Case=ablative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mo-sbr----p2s | Numeral Type=ordinal Number=singular Case=ablative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sbr----p2p | Numeral Type=ordinal Number=singular Case=ablative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sbr----p3 | Numeral Type=ordinal Number=singular Case=ablative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mo-sbr----p3s | Numeral Type=ordinal Number=singular Case=ablative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sbr----p3p | Numeral Type=ordinal Number=singular Case=ablative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sbl | Numeral Type=ordinal Number=singular Case=ablative Form=letter | 1 |  |
Mo-sbl------s | Numeral Type=ordinal Number=singular Case=ablative Form=letter Owned_Number=singular | 1 |  |
Mo-sbl------p | Numeral Type=ordinal Number=singular Case=ablative Form=letter Owned_Number=plural | 1 |  |
Mo-sbl----s1 | Numeral Type=ordinal Number=singular Case=ablative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mo-sbl----s1s | Numeral Type=ordinal Number=singular Case=ablative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sbl----s1p | Numeral Type=ordinal Number=singular Case=ablative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sbl----s2 | Numeral Type=ordinal Number=singular Case=ablative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mo-sbl----s2s | Numeral Type=ordinal Number=singular Case=ablative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sbl----s2p | Numeral Type=ordinal Number=singular Case=ablative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sbl----s3 | Numeral Type=ordinal Number=singular Case=ablative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mo-sbl----s3s | Numeral Type=ordinal Number=singular Case=ablative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sbl----s3p | Numeral Type=ordinal Number=singular Case=ablative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sbl----p1 | Numeral Type=ordinal Number=singular Case=ablative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mo-sbl----p1s | Numeral Type=ordinal Number=singular Case=ablative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sbl----p1p | Numeral Type=ordinal Number=singular Case=ablative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sbl----p2 | Numeral Type=ordinal Number=singular Case=ablative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mo-sbl----p2s | Numeral Type=ordinal Number=singular Case=ablative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sbl----p2p | Numeral Type=ordinal Number=singular Case=ablative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sbl----p3 | Numeral Type=ordinal Number=singular Case=ablative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mo-sbl----p3s | Numeral Type=ordinal Number=singular Case=ablative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sbl----p3p | Numeral Type=ordinal Number=singular Case=ablative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-s9d | Numeral Type=ordinal Number=singular Case=terminative Form=digit | 1 |  |
Mo-s9d------s | Numeral Type=ordinal Number=singular Case=terminative Form=digit Owned_Number=singular | 1 |  |
Mo-s9d------p | Numeral Type=ordinal Number=singular Case=terminative Form=digit Owned_Number=plural | 1 |  |
Mo-s9d----s1 | Numeral Type=ordinal Number=singular Case=terminative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mo-s9d----s1s | Numeral Type=ordinal Number=singular Case=terminative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-s9d----s1p | Numeral Type=ordinal Number=singular Case=terminative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-s9d----s2 | Numeral Type=ordinal Number=singular Case=terminative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mo-s9d----s2s | Numeral Type=ordinal Number=singular Case=terminative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-s9d----s2p | Numeral Type=ordinal Number=singular Case=terminative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-s9d----s3 | Numeral Type=ordinal Number=singular Case=terminative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mo-s9d----s3s | Numeral Type=ordinal Number=singular Case=terminative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-s9d----s3p | Numeral Type=ordinal Number=singular Case=terminative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-s9d----p1 | Numeral Type=ordinal Number=singular Case=terminative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mo-s9d----p1s | Numeral Type=ordinal Number=singular Case=terminative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-s9d----p1p | Numeral Type=ordinal Number=singular Case=terminative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-s9d----p2 | Numeral Type=ordinal Number=singular Case=terminative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mo-s9d----p2s | Numeral Type=ordinal Number=singular Case=terminative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-s9d----p2p | Numeral Type=ordinal Number=singular Case=terminative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-s9d----p3 | Numeral Type=ordinal Number=singular Case=terminative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mo-s9d----p3s | Numeral Type=ordinal Number=singular Case=terminative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-s9d----p3p | Numeral Type=ordinal Number=singular Case=terminative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-s9r | Numeral Type=ordinal Number=singular Case=terminative Form=roman | 1 |  |
Mo-s9r------s | Numeral Type=ordinal Number=singular Case=terminative Form=roman Owned_Number=singular | 1 |  |
Mo-s9r------p | Numeral Type=ordinal Number=singular Case=terminative Form=roman Owned_Number=plural | 1 |  |
Mo-s9r----s1 | Numeral Type=ordinal Number=singular Case=terminative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mo-s9r----s1s | Numeral Type=ordinal Number=singular Case=terminative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-s9r----s1p | Numeral Type=ordinal Number=singular Case=terminative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-s9r----s2 | Numeral Type=ordinal Number=singular Case=terminative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mo-s9r----s2s | Numeral Type=ordinal Number=singular Case=terminative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-s9r----s2p | Numeral Type=ordinal Number=singular Case=terminative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-s9r----s3 | Numeral Type=ordinal Number=singular Case=terminative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mo-s9r----s3s | Numeral Type=ordinal Number=singular Case=terminative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-s9r----s3p | Numeral Type=ordinal Number=singular Case=terminative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-s9r----p1 | Numeral Type=ordinal Number=singular Case=terminative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mo-s9r----p1s | Numeral Type=ordinal Number=singular Case=terminative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-s9r----p1p | Numeral Type=ordinal Number=singular Case=terminative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-s9r----p2 | Numeral Type=ordinal Number=singular Case=terminative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mo-s9r----p2s | Numeral Type=ordinal Number=singular Case=terminative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-s9r----p2p | Numeral Type=ordinal Number=singular Case=terminative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-s9r----p3 | Numeral Type=ordinal Number=singular Case=terminative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mo-s9r----p3s | Numeral Type=ordinal Number=singular Case=terminative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-s9r----p3p | Numeral Type=ordinal Number=singular Case=terminative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-s9l | Numeral Type=ordinal Number=singular Case=terminative Form=letter | 1 |  |
Mo-s9l------s | Numeral Type=ordinal Number=singular Case=terminative Form=letter Owned_Number=singular | 1 |  |
Mo-s9l------p | Numeral Type=ordinal Number=singular Case=terminative Form=letter Owned_Number=plural | 1 |  |
Mo-s9l----s1 | Numeral Type=ordinal Number=singular Case=terminative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mo-s9l----s1s | Numeral Type=ordinal Number=singular Case=terminative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-s9l----s1p | Numeral Type=ordinal Number=singular Case=terminative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-s9l----s2 | Numeral Type=ordinal Number=singular Case=terminative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mo-s9l----s2s | Numeral Type=ordinal Number=singular Case=terminative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-s9l----s2p | Numeral Type=ordinal Number=singular Case=terminative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-s9l----s3 | Numeral Type=ordinal Number=singular Case=terminative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mo-s9l----s3s | Numeral Type=ordinal Number=singular Case=terminative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-s9l----s3p | Numeral Type=ordinal Number=singular Case=terminative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-s9l----p1 | Numeral Type=ordinal Number=singular Case=terminative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mo-s9l----p1s | Numeral Type=ordinal Number=singular Case=terminative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-s9l----p1p | Numeral Type=ordinal Number=singular Case=terminative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-s9l----p2 | Numeral Type=ordinal Number=singular Case=terminative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mo-s9l----p2s | Numeral Type=ordinal Number=singular Case=terminative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-s9l----p2p | Numeral Type=ordinal Number=singular Case=terminative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-s9l----p3 | Numeral Type=ordinal Number=singular Case=terminative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mo-s9l----p3s | Numeral Type=ordinal Number=singular Case=terminative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-s9l----p3p | Numeral Type=ordinal Number=singular Case=terminative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-smd | Numeral Type=ordinal Number=singular Case=temporalis Form=digit | 1 |  |
Mo-smd------s | Numeral Type=ordinal Number=singular Case=temporalis Form=digit Owned_Number=singular | 1 |  |
Mo-smd------p | Numeral Type=ordinal Number=singular Case=temporalis Form=digit Owned_Number=plural | 1 |  |
Mo-smd----s1 | Numeral Type=ordinal Number=singular Case=temporalis Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mo-smd----s1s | Numeral Type=ordinal Number=singular Case=temporalis Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-smd----s1p | Numeral Type=ordinal Number=singular Case=temporalis Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-smd----s2 | Numeral Type=ordinal Number=singular Case=temporalis Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mo-smd----s2s | Numeral Type=ordinal Number=singular Case=temporalis Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-smd----s2p | Numeral Type=ordinal Number=singular Case=temporalis Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-smd----s3 | Numeral Type=ordinal Number=singular Case=temporalis Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mo-smd----s3s | Numeral Type=ordinal Number=singular Case=temporalis Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-smd----s3p | Numeral Type=ordinal Number=singular Case=temporalis Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-smd----p1 | Numeral Type=ordinal Number=singular Case=temporalis Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mo-smd----p1s | Numeral Type=ordinal Number=singular Case=temporalis Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-smd----p1p | Numeral Type=ordinal Number=singular Case=temporalis Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-smd----p2 | Numeral Type=ordinal Number=singular Case=temporalis Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mo-smd----p2s | Numeral Type=ordinal Number=singular Case=temporalis Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-smd----p2p | Numeral Type=ordinal Number=singular Case=temporalis Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-smd----p3 | Numeral Type=ordinal Number=singular Case=temporalis Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mo-smd----p3s | Numeral Type=ordinal Number=singular Case=temporalis Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-smd----p3p | Numeral Type=ordinal Number=singular Case=temporalis Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-smr | Numeral Type=ordinal Number=singular Case=temporalis Form=roman | 1 |  |
Mo-smr------s | Numeral Type=ordinal Number=singular Case=temporalis Form=roman Owned_Number=singular | 1 |  |
Mo-smr------p | Numeral Type=ordinal Number=singular Case=temporalis Form=roman Owned_Number=plural | 1 |  |
Mo-smr----s1 | Numeral Type=ordinal Number=singular Case=temporalis Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mo-smr----s1s | Numeral Type=ordinal Number=singular Case=temporalis Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-smr----s1p | Numeral Type=ordinal Number=singular Case=temporalis Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-smr----s2 | Numeral Type=ordinal Number=singular Case=temporalis Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mo-smr----s2s | Numeral Type=ordinal Number=singular Case=temporalis Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-smr----s2p | Numeral Type=ordinal Number=singular Case=temporalis Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-smr----s3 | Numeral Type=ordinal Number=singular Case=temporalis Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mo-smr----s3s | Numeral Type=ordinal Number=singular Case=temporalis Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-smr----s3p | Numeral Type=ordinal Number=singular Case=temporalis Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-smr----p1 | Numeral Type=ordinal Number=singular Case=temporalis Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mo-smr----p1s | Numeral Type=ordinal Number=singular Case=temporalis Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-smr----p1p | Numeral Type=ordinal Number=singular Case=temporalis Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-smr----p2 | Numeral Type=ordinal Number=singular Case=temporalis Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mo-smr----p2s | Numeral Type=ordinal Number=singular Case=temporalis Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-smr----p2p | Numeral Type=ordinal Number=singular Case=temporalis Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-smr----p3 | Numeral Type=ordinal Number=singular Case=temporalis Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mo-smr----p3s | Numeral Type=ordinal Number=singular Case=temporalis Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-smr----p3p | Numeral Type=ordinal Number=singular Case=temporalis Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sml | Numeral Type=ordinal Number=singular Case=temporalis Form=letter | 1 |  |
Mo-sml------s | Numeral Type=ordinal Number=singular Case=temporalis Form=letter Owned_Number=singular | 1 |  |
Mo-sml------p | Numeral Type=ordinal Number=singular Case=temporalis Form=letter Owned_Number=plural | 1 |  |
Mo-sml----s1 | Numeral Type=ordinal Number=singular Case=temporalis Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mo-sml----s1s | Numeral Type=ordinal Number=singular Case=temporalis Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sml----s1p | Numeral Type=ordinal Number=singular Case=temporalis Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sml----s2 | Numeral Type=ordinal Number=singular Case=temporalis Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mo-sml----s2s | Numeral Type=ordinal Number=singular Case=temporalis Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sml----s2p | Numeral Type=ordinal Number=singular Case=temporalis Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sml----s3 | Numeral Type=ordinal Number=singular Case=temporalis Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mo-sml----s3s | Numeral Type=ordinal Number=singular Case=temporalis Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sml----s3p | Numeral Type=ordinal Number=singular Case=temporalis Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sml----p1 | Numeral Type=ordinal Number=singular Case=temporalis Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mo-sml----p1s | Numeral Type=ordinal Number=singular Case=temporalis Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sml----p1p | Numeral Type=ordinal Number=singular Case=temporalis Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sml----p2 | Numeral Type=ordinal Number=singular Case=temporalis Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mo-sml----p2s | Numeral Type=ordinal Number=singular Case=temporalis Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sml----p2p | Numeral Type=ordinal Number=singular Case=temporalis Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sml----p3 | Numeral Type=ordinal Number=singular Case=temporalis Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mo-sml----p3s | Numeral Type=ordinal Number=singular Case=temporalis Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sml----p3p | Numeral Type=ordinal Number=singular Case=temporalis Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-scd | Numeral Type=ordinal Number=singular Case=causalis Form=digit | 1 |  |
Mo-scd------s | Numeral Type=ordinal Number=singular Case=causalis Form=digit Owned_Number=singular | 1 |  |
Mo-scd------p | Numeral Type=ordinal Number=singular Case=causalis Form=digit Owned_Number=plural | 1 |  |
Mo-scd----s1 | Numeral Type=ordinal Number=singular Case=causalis Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mo-scd----s1s | Numeral Type=ordinal Number=singular Case=causalis Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-scd----s1p | Numeral Type=ordinal Number=singular Case=causalis Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-scd----s2 | Numeral Type=ordinal Number=singular Case=causalis Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mo-scd----s2s | Numeral Type=ordinal Number=singular Case=causalis Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-scd----s2p | Numeral Type=ordinal Number=singular Case=causalis Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-scd----s3 | Numeral Type=ordinal Number=singular Case=causalis Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mo-scd----s3s | Numeral Type=ordinal Number=singular Case=causalis Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-scd----s3p | Numeral Type=ordinal Number=singular Case=causalis Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-scd----p1 | Numeral Type=ordinal Number=singular Case=causalis Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mo-scd----p1s | Numeral Type=ordinal Number=singular Case=causalis Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-scd----p1p | Numeral Type=ordinal Number=singular Case=causalis Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-scd----p2 | Numeral Type=ordinal Number=singular Case=causalis Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mo-scd----p2s | Numeral Type=ordinal Number=singular Case=causalis Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-scd----p2p | Numeral Type=ordinal Number=singular Case=causalis Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-scd----p3 | Numeral Type=ordinal Number=singular Case=causalis Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mo-scd----p3s | Numeral Type=ordinal Number=singular Case=causalis Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-scd----p3p | Numeral Type=ordinal Number=singular Case=causalis Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-scr | Numeral Type=ordinal Number=singular Case=causalis Form=roman | 1 |  |
Mo-scr------s | Numeral Type=ordinal Number=singular Case=causalis Form=roman Owned_Number=singular | 1 |  |
Mo-scr------p | Numeral Type=ordinal Number=singular Case=causalis Form=roman Owned_Number=plural | 1 |  |
Mo-scr----s1 | Numeral Type=ordinal Number=singular Case=causalis Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mo-scr----s1s | Numeral Type=ordinal Number=singular Case=causalis Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-scr----s1p | Numeral Type=ordinal Number=singular Case=causalis Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-scr----s2 | Numeral Type=ordinal Number=singular Case=causalis Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mo-scr----s2s | Numeral Type=ordinal Number=singular Case=causalis Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-scr----s2p | Numeral Type=ordinal Number=singular Case=causalis Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-scr----s3 | Numeral Type=ordinal Number=singular Case=causalis Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mo-scr----s3s | Numeral Type=ordinal Number=singular Case=causalis Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-scr----s3p | Numeral Type=ordinal Number=singular Case=causalis Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-scr----p1 | Numeral Type=ordinal Number=singular Case=causalis Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mo-scr----p1s | Numeral Type=ordinal Number=singular Case=causalis Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-scr----p1p | Numeral Type=ordinal Number=singular Case=causalis Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-scr----p2 | Numeral Type=ordinal Number=singular Case=causalis Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mo-scr----p2s | Numeral Type=ordinal Number=singular Case=causalis Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-scr----p2p | Numeral Type=ordinal Number=singular Case=causalis Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-scr----p3 | Numeral Type=ordinal Number=singular Case=causalis Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mo-scr----p3s | Numeral Type=ordinal Number=singular Case=causalis Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-scr----p3p | Numeral Type=ordinal Number=singular Case=causalis Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-scl | Numeral Type=ordinal Number=singular Case=causalis Form=letter | 1 |  |
Mo-scl------s | Numeral Type=ordinal Number=singular Case=causalis Form=letter Owned_Number=singular | 1 |  |
Mo-scl------p | Numeral Type=ordinal Number=singular Case=causalis Form=letter Owned_Number=plural | 1 |  |
Mo-scl----s1 | Numeral Type=ordinal Number=singular Case=causalis Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mo-scl----s1s | Numeral Type=ordinal Number=singular Case=causalis Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-scl----s1p | Numeral Type=ordinal Number=singular Case=causalis Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-scl----s2 | Numeral Type=ordinal Number=singular Case=causalis Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mo-scl----s2s | Numeral Type=ordinal Number=singular Case=causalis Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-scl----s2p | Numeral Type=ordinal Number=singular Case=causalis Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-scl----s3 | Numeral Type=ordinal Number=singular Case=causalis Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mo-scl----s3s | Numeral Type=ordinal Number=singular Case=causalis Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-scl----s3p | Numeral Type=ordinal Number=singular Case=causalis Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-scl----p1 | Numeral Type=ordinal Number=singular Case=causalis Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mo-scl----p1s | Numeral Type=ordinal Number=singular Case=causalis Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-scl----p1p | Numeral Type=ordinal Number=singular Case=causalis Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-scl----p2 | Numeral Type=ordinal Number=singular Case=causalis Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mo-scl----p2s | Numeral Type=ordinal Number=singular Case=causalis Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-scl----p2p | Numeral Type=ordinal Number=singular Case=causalis Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-scl----p3 | Numeral Type=ordinal Number=singular Case=causalis Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mo-scl----p3s | Numeral Type=ordinal Number=singular Case=causalis Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-scl----p3p | Numeral Type=ordinal Number=singular Case=causalis Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-ssd | Numeral Type=ordinal Number=singular Case=sublative Form=digit | 1 |  |
Mo-ssd------s | Numeral Type=ordinal Number=singular Case=sublative Form=digit Owned_Number=singular | 1 |  |
Mo-ssd------p | Numeral Type=ordinal Number=singular Case=sublative Form=digit Owned_Number=plural | 1 |  |
Mo-ssd----s1 | Numeral Type=ordinal Number=singular Case=sublative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mo-ssd----s1s | Numeral Type=ordinal Number=singular Case=sublative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-ssd----s1p | Numeral Type=ordinal Number=singular Case=sublative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-ssd----s2 | Numeral Type=ordinal Number=singular Case=sublative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mo-ssd----s2s | Numeral Type=ordinal Number=singular Case=sublative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-ssd----s2p | Numeral Type=ordinal Number=singular Case=sublative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-ssd----s3 | Numeral Type=ordinal Number=singular Case=sublative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mo-ssd----s3s | Numeral Type=ordinal Number=singular Case=sublative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-ssd----s3p | Numeral Type=ordinal Number=singular Case=sublative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-ssd----p1 | Numeral Type=ordinal Number=singular Case=sublative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mo-ssd----p1s | Numeral Type=ordinal Number=singular Case=sublative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-ssd----p1p | Numeral Type=ordinal Number=singular Case=sublative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-ssd----p2 | Numeral Type=ordinal Number=singular Case=sublative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mo-ssd----p2s | Numeral Type=ordinal Number=singular Case=sublative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-ssd----p2p | Numeral Type=ordinal Number=singular Case=sublative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-ssd----p3 | Numeral Type=ordinal Number=singular Case=sublative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mo-ssd----p3s | Numeral Type=ordinal Number=singular Case=sublative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-ssd----p3p | Numeral Type=ordinal Number=singular Case=sublative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-ssr | Numeral Type=ordinal Number=singular Case=sublative Form=roman | 1 |  |
Mo-ssr------s | Numeral Type=ordinal Number=singular Case=sublative Form=roman Owned_Number=singular | 1 |  |
Mo-ssr------p | Numeral Type=ordinal Number=singular Case=sublative Form=roman Owned_Number=plural | 1 |  |
Mo-ssr----s1 | Numeral Type=ordinal Number=singular Case=sublative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mo-ssr----s1s | Numeral Type=ordinal Number=singular Case=sublative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-ssr----s1p | Numeral Type=ordinal Number=singular Case=sublative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-ssr----s2 | Numeral Type=ordinal Number=singular Case=sublative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mo-ssr----s2s | Numeral Type=ordinal Number=singular Case=sublative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-ssr----s2p | Numeral Type=ordinal Number=singular Case=sublative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-ssr----s3 | Numeral Type=ordinal Number=singular Case=sublative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mo-ssr----s3s | Numeral Type=ordinal Number=singular Case=sublative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-ssr----s3p | Numeral Type=ordinal Number=singular Case=sublative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-ssr----p1 | Numeral Type=ordinal Number=singular Case=sublative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mo-ssr----p1s | Numeral Type=ordinal Number=singular Case=sublative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-ssr----p1p | Numeral Type=ordinal Number=singular Case=sublative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-ssr----p2 | Numeral Type=ordinal Number=singular Case=sublative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mo-ssr----p2s | Numeral Type=ordinal Number=singular Case=sublative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-ssr----p2p | Numeral Type=ordinal Number=singular Case=sublative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-ssr----p3 | Numeral Type=ordinal Number=singular Case=sublative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mo-ssr----p3s | Numeral Type=ordinal Number=singular Case=sublative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-ssr----p3p | Numeral Type=ordinal Number=singular Case=sublative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-ssl | Numeral Type=ordinal Number=singular Case=sublative Form=letter | 1 |  |
Mo-ssl------s | Numeral Type=ordinal Number=singular Case=sublative Form=letter Owned_Number=singular | 1 |  |
Mo-ssl------p | Numeral Type=ordinal Number=singular Case=sublative Form=letter Owned_Number=plural | 1 |  |
Mo-ssl----s1 | Numeral Type=ordinal Number=singular Case=sublative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mo-ssl----s1s | Numeral Type=ordinal Number=singular Case=sublative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-ssl----s1p | Numeral Type=ordinal Number=singular Case=sublative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-ssl----s2 | Numeral Type=ordinal Number=singular Case=sublative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mo-ssl----s2s | Numeral Type=ordinal Number=singular Case=sublative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-ssl----s2p | Numeral Type=ordinal Number=singular Case=sublative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-ssl----s3 | Numeral Type=ordinal Number=singular Case=sublative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mo-ssl----s3s | Numeral Type=ordinal Number=singular Case=sublative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-ssl----s3p | Numeral Type=ordinal Number=singular Case=sublative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-ssl----p1 | Numeral Type=ordinal Number=singular Case=sublative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mo-ssl----p1s | Numeral Type=ordinal Number=singular Case=sublative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-ssl----p1p | Numeral Type=ordinal Number=singular Case=sublative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-ssl----p2 | Numeral Type=ordinal Number=singular Case=sublative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mo-ssl----p2s | Numeral Type=ordinal Number=singular Case=sublative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-ssl----p2p | Numeral Type=ordinal Number=singular Case=sublative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-ssl----p3 | Numeral Type=ordinal Number=singular Case=sublative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mo-ssl----p3s | Numeral Type=ordinal Number=singular Case=sublative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-ssl----p3p | Numeral Type=ordinal Number=singular Case=sublative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-shd | Numeral Type=ordinal Number=singular Case=delative Form=digit | 1 |  |
Mo-shd------s | Numeral Type=ordinal Number=singular Case=delative Form=digit Owned_Number=singular | 1 |  |
Mo-shd------p | Numeral Type=ordinal Number=singular Case=delative Form=digit Owned_Number=plural | 1 |  |
Mo-shd----s1 | Numeral Type=ordinal Number=singular Case=delative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mo-shd----s1s | Numeral Type=ordinal Number=singular Case=delative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-shd----s1p | Numeral Type=ordinal Number=singular Case=delative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-shd----s2 | Numeral Type=ordinal Number=singular Case=delative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mo-shd----s2s | Numeral Type=ordinal Number=singular Case=delative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-shd----s2p | Numeral Type=ordinal Number=singular Case=delative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-shd----s3 | Numeral Type=ordinal Number=singular Case=delative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mo-shd----s3s | Numeral Type=ordinal Number=singular Case=delative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-shd----s3p | Numeral Type=ordinal Number=singular Case=delative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-shd----p1 | Numeral Type=ordinal Number=singular Case=delative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mo-shd----p1s | Numeral Type=ordinal Number=singular Case=delative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-shd----p1p | Numeral Type=ordinal Number=singular Case=delative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-shd----p2 | Numeral Type=ordinal Number=singular Case=delative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mo-shd----p2s | Numeral Type=ordinal Number=singular Case=delative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-shd----p2p | Numeral Type=ordinal Number=singular Case=delative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-shd----p3 | Numeral Type=ordinal Number=singular Case=delative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mo-shd----p3s | Numeral Type=ordinal Number=singular Case=delative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-shd----p3p | Numeral Type=ordinal Number=singular Case=delative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-shr | Numeral Type=ordinal Number=singular Case=delative Form=roman | 1 |  |
Mo-shr------s | Numeral Type=ordinal Number=singular Case=delative Form=roman Owned_Number=singular | 1 |  |
Mo-shr------p | Numeral Type=ordinal Number=singular Case=delative Form=roman Owned_Number=plural | 1 |  |
Mo-shr----s1 | Numeral Type=ordinal Number=singular Case=delative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mo-shr----s1s | Numeral Type=ordinal Number=singular Case=delative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-shr----s1p | Numeral Type=ordinal Number=singular Case=delative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-shr----s2 | Numeral Type=ordinal Number=singular Case=delative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mo-shr----s2s | Numeral Type=ordinal Number=singular Case=delative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-shr----s2p | Numeral Type=ordinal Number=singular Case=delative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-shr----s3 | Numeral Type=ordinal Number=singular Case=delative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mo-shr----s3s | Numeral Type=ordinal Number=singular Case=delative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-shr----s3p | Numeral Type=ordinal Number=singular Case=delative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-shr----p1 | Numeral Type=ordinal Number=singular Case=delative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mo-shr----p1s | Numeral Type=ordinal Number=singular Case=delative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-shr----p1p | Numeral Type=ordinal Number=singular Case=delative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-shr----p2 | Numeral Type=ordinal Number=singular Case=delative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mo-shr----p2s | Numeral Type=ordinal Number=singular Case=delative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-shr----p2p | Numeral Type=ordinal Number=singular Case=delative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-shr----p3 | Numeral Type=ordinal Number=singular Case=delative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mo-shr----p3s | Numeral Type=ordinal Number=singular Case=delative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-shr----p3p | Numeral Type=ordinal Number=singular Case=delative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-shl | Numeral Type=ordinal Number=singular Case=delative Form=letter | 1 |  |
Mo-shl------s | Numeral Type=ordinal Number=singular Case=delative Form=letter Owned_Number=singular | 1 |  |
Mo-shl------p | Numeral Type=ordinal Number=singular Case=delative Form=letter Owned_Number=plural | 1 |  |
Mo-shl----s1 | Numeral Type=ordinal Number=singular Case=delative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mo-shl----s1s | Numeral Type=ordinal Number=singular Case=delative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-shl----s1p | Numeral Type=ordinal Number=singular Case=delative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-shl----s2 | Numeral Type=ordinal Number=singular Case=delative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mo-shl----s2s | Numeral Type=ordinal Number=singular Case=delative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-shl----s2p | Numeral Type=ordinal Number=singular Case=delative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-shl----s3 | Numeral Type=ordinal Number=singular Case=delative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mo-shl----s3s | Numeral Type=ordinal Number=singular Case=delative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-shl----s3p | Numeral Type=ordinal Number=singular Case=delative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-shl----p1 | Numeral Type=ordinal Number=singular Case=delative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mo-shl----p1s | Numeral Type=ordinal Number=singular Case=delative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-shl----p1p | Numeral Type=ordinal Number=singular Case=delative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-shl----p2 | Numeral Type=ordinal Number=singular Case=delative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mo-shl----p2s | Numeral Type=ordinal Number=singular Case=delative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-shl----p2p | Numeral Type=ordinal Number=singular Case=delative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-shl----p3 | Numeral Type=ordinal Number=singular Case=delative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mo-shl----p3s | Numeral Type=ordinal Number=singular Case=delative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-shl----p3p | Numeral Type=ordinal Number=singular Case=delative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sqd | Numeral Type=ordinal Number=singular Case=sociative Form=digit | 1 |  |
Mo-sqd------s | Numeral Type=ordinal Number=singular Case=sociative Form=digit Owned_Number=singular | 1 |  |
Mo-sqd------p | Numeral Type=ordinal Number=singular Case=sociative Form=digit Owned_Number=plural | 1 |  |
Mo-sqd----s1 | Numeral Type=ordinal Number=singular Case=sociative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mo-sqd----s1s | Numeral Type=ordinal Number=singular Case=sociative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sqd----s1p | Numeral Type=ordinal Number=singular Case=sociative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sqd----s2 | Numeral Type=ordinal Number=singular Case=sociative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mo-sqd----s2s | Numeral Type=ordinal Number=singular Case=sociative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sqd----s2p | Numeral Type=ordinal Number=singular Case=sociative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sqd----s3 | Numeral Type=ordinal Number=singular Case=sociative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mo-sqd----s3s | Numeral Type=ordinal Number=singular Case=sociative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sqd----s3p | Numeral Type=ordinal Number=singular Case=sociative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sqd----p1 | Numeral Type=ordinal Number=singular Case=sociative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mo-sqd----p1s | Numeral Type=ordinal Number=singular Case=sociative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sqd----p1p | Numeral Type=ordinal Number=singular Case=sociative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sqd----p2 | Numeral Type=ordinal Number=singular Case=sociative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mo-sqd----p2s | Numeral Type=ordinal Number=singular Case=sociative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sqd----p2p | Numeral Type=ordinal Number=singular Case=sociative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sqd----p3 | Numeral Type=ordinal Number=singular Case=sociative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mo-sqd----p3s | Numeral Type=ordinal Number=singular Case=sociative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sqd----p3p | Numeral Type=ordinal Number=singular Case=sociative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sqr | Numeral Type=ordinal Number=singular Case=sociative Form=roman | 1 |  |
Mo-sqr------s | Numeral Type=ordinal Number=singular Case=sociative Form=roman Owned_Number=singular | 1 |  |
Mo-sqr------p | Numeral Type=ordinal Number=singular Case=sociative Form=roman Owned_Number=plural | 1 |  |
Mo-sqr----s1 | Numeral Type=ordinal Number=singular Case=sociative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mo-sqr----s1s | Numeral Type=ordinal Number=singular Case=sociative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sqr----s1p | Numeral Type=ordinal Number=singular Case=sociative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sqr----s2 | Numeral Type=ordinal Number=singular Case=sociative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mo-sqr----s2s | Numeral Type=ordinal Number=singular Case=sociative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sqr----s2p | Numeral Type=ordinal Number=singular Case=sociative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sqr----s3 | Numeral Type=ordinal Number=singular Case=sociative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mo-sqr----s3s | Numeral Type=ordinal Number=singular Case=sociative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sqr----s3p | Numeral Type=ordinal Number=singular Case=sociative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sqr----p1 | Numeral Type=ordinal Number=singular Case=sociative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mo-sqr----p1s | Numeral Type=ordinal Number=singular Case=sociative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sqr----p1p | Numeral Type=ordinal Number=singular Case=sociative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sqr----p2 | Numeral Type=ordinal Number=singular Case=sociative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mo-sqr----p2s | Numeral Type=ordinal Number=singular Case=sociative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sqr----p2p | Numeral Type=ordinal Number=singular Case=sociative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sqr----p3 | Numeral Type=ordinal Number=singular Case=sociative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mo-sqr----p3s | Numeral Type=ordinal Number=singular Case=sociative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sqr----p3p | Numeral Type=ordinal Number=singular Case=sociative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sql | Numeral Type=ordinal Number=singular Case=sociative Form=letter | 1 |  |
Mo-sql------s | Numeral Type=ordinal Number=singular Case=sociative Form=letter Owned_Number=singular | 1 |  |
Mo-sql------p | Numeral Type=ordinal Number=singular Case=sociative Form=letter Owned_Number=plural | 1 |  |
Mo-sql----s1 | Numeral Type=ordinal Number=singular Case=sociative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mo-sql----s1s | Numeral Type=ordinal Number=singular Case=sociative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sql----s1p | Numeral Type=ordinal Number=singular Case=sociative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sql----s2 | Numeral Type=ordinal Number=singular Case=sociative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mo-sql----s2s | Numeral Type=ordinal Number=singular Case=sociative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sql----s2p | Numeral Type=ordinal Number=singular Case=sociative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sql----s3 | Numeral Type=ordinal Number=singular Case=sociative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mo-sql----s3s | Numeral Type=ordinal Number=singular Case=sociative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sql----s3p | Numeral Type=ordinal Number=singular Case=sociative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sql----p1 | Numeral Type=ordinal Number=singular Case=sociative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mo-sql----p1s | Numeral Type=ordinal Number=singular Case=sociative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sql----p1p | Numeral Type=ordinal Number=singular Case=sociative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sql----p2 | Numeral Type=ordinal Number=singular Case=sociative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mo-sql----p2s | Numeral Type=ordinal Number=singular Case=sociative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sql----p2p | Numeral Type=ordinal Number=singular Case=sociative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sql----p3 | Numeral Type=ordinal Number=singular Case=sociative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mo-sql----p3s | Numeral Type=ordinal Number=singular Case=sociative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sql----p3p | Numeral Type=ordinal Number=singular Case=sociative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-syd | Numeral Type=ordinal Number=singular Case=factive Form=digit | 1 |  |
Mo-syd------s | Numeral Type=ordinal Number=singular Case=factive Form=digit Owned_Number=singular | 1 |  |
Mo-syd------p | Numeral Type=ordinal Number=singular Case=factive Form=digit Owned_Number=plural | 1 |  |
Mo-syd----s1 | Numeral Type=ordinal Number=singular Case=factive Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mo-syd----s1s | Numeral Type=ordinal Number=singular Case=factive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-syd----s1p | Numeral Type=ordinal Number=singular Case=factive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-syd----s2 | Numeral Type=ordinal Number=singular Case=factive Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mo-syd----s2s | Numeral Type=ordinal Number=singular Case=factive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-syd----s2p | Numeral Type=ordinal Number=singular Case=factive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-syd----s3 | Numeral Type=ordinal Number=singular Case=factive Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mo-syd----s3s | Numeral Type=ordinal Number=singular Case=factive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-syd----s3p | Numeral Type=ordinal Number=singular Case=factive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-syd----p1 | Numeral Type=ordinal Number=singular Case=factive Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mo-syd----p1s | Numeral Type=ordinal Number=singular Case=factive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-syd----p1p | Numeral Type=ordinal Number=singular Case=factive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-syd----p2 | Numeral Type=ordinal Number=singular Case=factive Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mo-syd----p2s | Numeral Type=ordinal Number=singular Case=factive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-syd----p2p | Numeral Type=ordinal Number=singular Case=factive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-syd----p3 | Numeral Type=ordinal Number=singular Case=factive Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mo-syd----p3s | Numeral Type=ordinal Number=singular Case=factive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-syd----p3p | Numeral Type=ordinal Number=singular Case=factive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-syr | Numeral Type=ordinal Number=singular Case=factive Form=roman | 1 |  |
Mo-syr------s | Numeral Type=ordinal Number=singular Case=factive Form=roman Owned_Number=singular | 1 |  |
Mo-syr------p | Numeral Type=ordinal Number=singular Case=factive Form=roman Owned_Number=plural | 1 |  |
Mo-syr----s1 | Numeral Type=ordinal Number=singular Case=factive Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mo-syr----s1s | Numeral Type=ordinal Number=singular Case=factive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-syr----s1p | Numeral Type=ordinal Number=singular Case=factive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-syr----s2 | Numeral Type=ordinal Number=singular Case=factive Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mo-syr----s2s | Numeral Type=ordinal Number=singular Case=factive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-syr----s2p | Numeral Type=ordinal Number=singular Case=factive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-syr----s3 | Numeral Type=ordinal Number=singular Case=factive Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mo-syr----s3s | Numeral Type=ordinal Number=singular Case=factive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-syr----s3p | Numeral Type=ordinal Number=singular Case=factive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-syr----p1 | Numeral Type=ordinal Number=singular Case=factive Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mo-syr----p1s | Numeral Type=ordinal Number=singular Case=factive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-syr----p1p | Numeral Type=ordinal Number=singular Case=factive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-syr----p2 | Numeral Type=ordinal Number=singular Case=factive Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mo-syr----p2s | Numeral Type=ordinal Number=singular Case=factive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-syr----p2p | Numeral Type=ordinal Number=singular Case=factive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-syr----p3 | Numeral Type=ordinal Number=singular Case=factive Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mo-syr----p3s | Numeral Type=ordinal Number=singular Case=factive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-syr----p3p | Numeral Type=ordinal Number=singular Case=factive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-syl | Numeral Type=ordinal Number=singular Case=factive Form=letter | 1 |  |
Mo-syl------s | Numeral Type=ordinal Number=singular Case=factive Form=letter Owned_Number=singular | 1 |  |
Mo-syl------p | Numeral Type=ordinal Number=singular Case=factive Form=letter Owned_Number=plural | 1 |  |
Mo-syl----s1 | Numeral Type=ordinal Number=singular Case=factive Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mo-syl----s1s | Numeral Type=ordinal Number=singular Case=factive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-syl----s1p | Numeral Type=ordinal Number=singular Case=factive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-syl----s2 | Numeral Type=ordinal Number=singular Case=factive Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mo-syl----s2s | Numeral Type=ordinal Number=singular Case=factive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-syl----s2p | Numeral Type=ordinal Number=singular Case=factive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-syl----s3 | Numeral Type=ordinal Number=singular Case=factive Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mo-syl----s3s | Numeral Type=ordinal Number=singular Case=factive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-syl----s3p | Numeral Type=ordinal Number=singular Case=factive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-syl----p1 | Numeral Type=ordinal Number=singular Case=factive Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mo-syl----p1s | Numeral Type=ordinal Number=singular Case=factive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-syl----p1p | Numeral Type=ordinal Number=singular Case=factive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-syl----p2 | Numeral Type=ordinal Number=singular Case=factive Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mo-syl----p2s | Numeral Type=ordinal Number=singular Case=factive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-syl----p2p | Numeral Type=ordinal Number=singular Case=factive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-syl----p3 | Numeral Type=ordinal Number=singular Case=factive Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mo-syl----p3s | Numeral Type=ordinal Number=singular Case=factive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-syl----p3p | Numeral Type=ordinal Number=singular Case=factive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-spd | Numeral Type=ordinal Number=singular Case=superessive Form=digit | 1 |  |
Mo-spd------s | Numeral Type=ordinal Number=singular Case=superessive Form=digit Owned_Number=singular | 1 |  |
Mo-spd------p | Numeral Type=ordinal Number=singular Case=superessive Form=digit Owned_Number=plural | 1 |  |
Mo-spd----s1 | Numeral Type=ordinal Number=singular Case=superessive Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mo-spd----s1s | Numeral Type=ordinal Number=singular Case=superessive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-spd----s1p | Numeral Type=ordinal Number=singular Case=superessive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-spd----s2 | Numeral Type=ordinal Number=singular Case=superessive Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mo-spd----s2s | Numeral Type=ordinal Number=singular Case=superessive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-spd----s2p | Numeral Type=ordinal Number=singular Case=superessive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-spd----s3 | Numeral Type=ordinal Number=singular Case=superessive Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mo-spd----s3s | Numeral Type=ordinal Number=singular Case=superessive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-spd----s3p | Numeral Type=ordinal Number=singular Case=superessive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-spd----p1 | Numeral Type=ordinal Number=singular Case=superessive Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mo-spd----p1s | Numeral Type=ordinal Number=singular Case=superessive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-spd----p1p | Numeral Type=ordinal Number=singular Case=superessive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-spd----p2 | Numeral Type=ordinal Number=singular Case=superessive Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mo-spd----p2s | Numeral Type=ordinal Number=singular Case=superessive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-spd----p2p | Numeral Type=ordinal Number=singular Case=superessive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-spd----p3 | Numeral Type=ordinal Number=singular Case=superessive Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mo-spd----p3s | Numeral Type=ordinal Number=singular Case=superessive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-spd----p3p | Numeral Type=ordinal Number=singular Case=superessive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-spr | Numeral Type=ordinal Number=singular Case=superessive Form=roman | 1 |  |
Mo-spr------s | Numeral Type=ordinal Number=singular Case=superessive Form=roman Owned_Number=singular | 1 |  |
Mo-spr------p | Numeral Type=ordinal Number=singular Case=superessive Form=roman Owned_Number=plural | 1 |  |
Mo-spr----s1 | Numeral Type=ordinal Number=singular Case=superessive Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mo-spr----s1s | Numeral Type=ordinal Number=singular Case=superessive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-spr----s1p | Numeral Type=ordinal Number=singular Case=superessive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-spr----s2 | Numeral Type=ordinal Number=singular Case=superessive Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mo-spr----s2s | Numeral Type=ordinal Number=singular Case=superessive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-spr----s2p | Numeral Type=ordinal Number=singular Case=superessive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-spr----s3 | Numeral Type=ordinal Number=singular Case=superessive Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mo-spr----s3s | Numeral Type=ordinal Number=singular Case=superessive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-spr----s3p | Numeral Type=ordinal Number=singular Case=superessive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-spr----p1 | Numeral Type=ordinal Number=singular Case=superessive Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mo-spr----p1s | Numeral Type=ordinal Number=singular Case=superessive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-spr----p1p | Numeral Type=ordinal Number=singular Case=superessive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-spr----p2 | Numeral Type=ordinal Number=singular Case=superessive Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mo-spr----p2s | Numeral Type=ordinal Number=singular Case=superessive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-spr----p2p | Numeral Type=ordinal Number=singular Case=superessive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-spr----p3 | Numeral Type=ordinal Number=singular Case=superessive Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mo-spr----p3s | Numeral Type=ordinal Number=singular Case=superessive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-spr----p3p | Numeral Type=ordinal Number=singular Case=superessive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-spl | Numeral Type=ordinal Number=singular Case=superessive Form=letter | 1 |  |
Mo-spl------s | Numeral Type=ordinal Number=singular Case=superessive Form=letter Owned_Number=singular | 1 |  |
Mo-spl------p | Numeral Type=ordinal Number=singular Case=superessive Form=letter Owned_Number=plural | 1 |  |
Mo-spl----s1 | Numeral Type=ordinal Number=singular Case=superessive Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mo-spl----s1s | Numeral Type=ordinal Number=singular Case=superessive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-spl----s1p | Numeral Type=ordinal Number=singular Case=superessive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-spl----s2 | Numeral Type=ordinal Number=singular Case=superessive Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mo-spl----s2s | Numeral Type=ordinal Number=singular Case=superessive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-spl----s2p | Numeral Type=ordinal Number=singular Case=superessive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-spl----s3 | Numeral Type=ordinal Number=singular Case=superessive Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mo-spl----s3s | Numeral Type=ordinal Number=singular Case=superessive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-spl----s3p | Numeral Type=ordinal Number=singular Case=superessive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-spl----p1 | Numeral Type=ordinal Number=singular Case=superessive Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mo-spl----p1s | Numeral Type=ordinal Number=singular Case=superessive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-spl----p1p | Numeral Type=ordinal Number=singular Case=superessive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-spl----p2 | Numeral Type=ordinal Number=singular Case=superessive Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mo-spl----p2s | Numeral Type=ordinal Number=singular Case=superessive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-spl----p2p | Numeral Type=ordinal Number=singular Case=superessive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-spl----p3 | Numeral Type=ordinal Number=singular Case=superessive Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mo-spl----p3s | Numeral Type=ordinal Number=singular Case=superessive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-spl----p3p | Numeral Type=ordinal Number=singular Case=superessive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sud | Numeral Type=ordinal Number=singular Case=distributive Form=digit | 1 |  |
Mo-sud------s | Numeral Type=ordinal Number=singular Case=distributive Form=digit Owned_Number=singular | 1 |  |
Mo-sud------p | Numeral Type=ordinal Number=singular Case=distributive Form=digit Owned_Number=plural | 1 |  |
Mo-sud----s1 | Numeral Type=ordinal Number=singular Case=distributive Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mo-sud----s1s | Numeral Type=ordinal Number=singular Case=distributive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sud----s1p | Numeral Type=ordinal Number=singular Case=distributive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sud----s2 | Numeral Type=ordinal Number=singular Case=distributive Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mo-sud----s2s | Numeral Type=ordinal Number=singular Case=distributive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sud----s2p | Numeral Type=ordinal Number=singular Case=distributive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sud----s3 | Numeral Type=ordinal Number=singular Case=distributive Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mo-sud----s3s | Numeral Type=ordinal Number=singular Case=distributive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sud----s3p | Numeral Type=ordinal Number=singular Case=distributive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sud----p1 | Numeral Type=ordinal Number=singular Case=distributive Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mo-sud----p1s | Numeral Type=ordinal Number=singular Case=distributive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sud----p1p | Numeral Type=ordinal Number=singular Case=distributive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sud----p2 | Numeral Type=ordinal Number=singular Case=distributive Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mo-sud----p2s | Numeral Type=ordinal Number=singular Case=distributive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sud----p2p | Numeral Type=ordinal Number=singular Case=distributive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sud----p3 | Numeral Type=ordinal Number=singular Case=distributive Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mo-sud----p3s | Numeral Type=ordinal Number=singular Case=distributive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sud----p3p | Numeral Type=ordinal Number=singular Case=distributive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sur | Numeral Type=ordinal Number=singular Case=distributive Form=roman | 1 |  |
Mo-sur------s | Numeral Type=ordinal Number=singular Case=distributive Form=roman Owned_Number=singular | 1 |  |
Mo-sur------p | Numeral Type=ordinal Number=singular Case=distributive Form=roman Owned_Number=plural | 1 |  |
Mo-sur----s1 | Numeral Type=ordinal Number=singular Case=distributive Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mo-sur----s1s | Numeral Type=ordinal Number=singular Case=distributive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sur----s1p | Numeral Type=ordinal Number=singular Case=distributive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sur----s2 | Numeral Type=ordinal Number=singular Case=distributive Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mo-sur----s2s | Numeral Type=ordinal Number=singular Case=distributive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sur----s2p | Numeral Type=ordinal Number=singular Case=distributive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sur----s3 | Numeral Type=ordinal Number=singular Case=distributive Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mo-sur----s3s | Numeral Type=ordinal Number=singular Case=distributive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sur----s3p | Numeral Type=ordinal Number=singular Case=distributive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sur----p1 | Numeral Type=ordinal Number=singular Case=distributive Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mo-sur----p1s | Numeral Type=ordinal Number=singular Case=distributive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sur----p1p | Numeral Type=ordinal Number=singular Case=distributive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sur----p2 | Numeral Type=ordinal Number=singular Case=distributive Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mo-sur----p2s | Numeral Type=ordinal Number=singular Case=distributive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sur----p2p | Numeral Type=ordinal Number=singular Case=distributive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sur----p3 | Numeral Type=ordinal Number=singular Case=distributive Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mo-sur----p3s | Numeral Type=ordinal Number=singular Case=distributive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sur----p3p | Numeral Type=ordinal Number=singular Case=distributive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sul | Numeral Type=ordinal Number=singular Case=distributive Form=letter | 1 |  |
Mo-sul------s | Numeral Type=ordinal Number=singular Case=distributive Form=letter Owned_Number=singular | 1 |  |
Mo-sul------p | Numeral Type=ordinal Number=singular Case=distributive Form=letter Owned_Number=plural | 1 |  |
Mo-sul----s1 | Numeral Type=ordinal Number=singular Case=distributive Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mo-sul----s1s | Numeral Type=ordinal Number=singular Case=distributive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sul----s1p | Numeral Type=ordinal Number=singular Case=distributive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sul----s2 | Numeral Type=ordinal Number=singular Case=distributive Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mo-sul----s2s | Numeral Type=ordinal Number=singular Case=distributive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sul----s2p | Numeral Type=ordinal Number=singular Case=distributive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sul----s3 | Numeral Type=ordinal Number=singular Case=distributive Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mo-sul----s3s | Numeral Type=ordinal Number=singular Case=distributive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sul----s3p | Numeral Type=ordinal Number=singular Case=distributive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sul----p1 | Numeral Type=ordinal Number=singular Case=distributive Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mo-sul----p1s | Numeral Type=ordinal Number=singular Case=distributive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sul----p1p | Numeral Type=ordinal Number=singular Case=distributive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sul----p2 | Numeral Type=ordinal Number=singular Case=distributive Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mo-sul----p2s | Numeral Type=ordinal Number=singular Case=distributive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sul----p2p | Numeral Type=ordinal Number=singular Case=distributive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sul----p3 | Numeral Type=ordinal Number=singular Case=distributive Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mo-sul----p3s | Numeral Type=ordinal Number=singular Case=distributive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sul----p3p | Numeral Type=ordinal Number=singular Case=distributive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sfd | Numeral Type=ordinal Number=singular Case=essive-formal Form=digit | 1 |  |
Mo-sfd------s | Numeral Type=ordinal Number=singular Case=essive-formal Form=digit Owned_Number=singular | 1 |  |
Mo-sfd------p | Numeral Type=ordinal Number=singular Case=essive-formal Form=digit Owned_Number=plural | 1 |  |
Mo-sfd----s1 | Numeral Type=ordinal Number=singular Case=essive-formal Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mo-sfd----s1s | Numeral Type=ordinal Number=singular Case=essive-formal Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sfd----s1p | Numeral Type=ordinal Number=singular Case=essive-formal Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sfd----s2 | Numeral Type=ordinal Number=singular Case=essive-formal Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mo-sfd----s2s | Numeral Type=ordinal Number=singular Case=essive-formal Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sfd----s2p | Numeral Type=ordinal Number=singular Case=essive-formal Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sfd----s3 | Numeral Type=ordinal Number=singular Case=essive-formal Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mo-sfd----s3s | Numeral Type=ordinal Number=singular Case=essive-formal Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sfd----s3p | Numeral Type=ordinal Number=singular Case=essive-formal Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sfd----p1 | Numeral Type=ordinal Number=singular Case=essive-formal Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mo-sfd----p1s | Numeral Type=ordinal Number=singular Case=essive-formal Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sfd----p1p | Numeral Type=ordinal Number=singular Case=essive-formal Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sfd----p2 | Numeral Type=ordinal Number=singular Case=essive-formal Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mo-sfd----p2s | Numeral Type=ordinal Number=singular Case=essive-formal Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sfd----p2p | Numeral Type=ordinal Number=singular Case=essive-formal Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sfd----p3 | Numeral Type=ordinal Number=singular Case=essive-formal Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mo-sfd----p3s | Numeral Type=ordinal Number=singular Case=essive-formal Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sfd----p3p | Numeral Type=ordinal Number=singular Case=essive-formal Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sfr | Numeral Type=ordinal Number=singular Case=essive-formal Form=roman | 1 |  |
Mo-sfr------s | Numeral Type=ordinal Number=singular Case=essive-formal Form=roman Owned_Number=singular | 1 |  |
Mo-sfr------p | Numeral Type=ordinal Number=singular Case=essive-formal Form=roman Owned_Number=plural | 1 |  |
Mo-sfr----s1 | Numeral Type=ordinal Number=singular Case=essive-formal Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mo-sfr----s1s | Numeral Type=ordinal Number=singular Case=essive-formal Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sfr----s1p | Numeral Type=ordinal Number=singular Case=essive-formal Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sfr----s2 | Numeral Type=ordinal Number=singular Case=essive-formal Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mo-sfr----s2s | Numeral Type=ordinal Number=singular Case=essive-formal Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sfr----s2p | Numeral Type=ordinal Number=singular Case=essive-formal Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sfr----s3 | Numeral Type=ordinal Number=singular Case=essive-formal Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mo-sfr----s3s | Numeral Type=ordinal Number=singular Case=essive-formal Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sfr----s3p | Numeral Type=ordinal Number=singular Case=essive-formal Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sfr----p1 | Numeral Type=ordinal Number=singular Case=essive-formal Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mo-sfr----p1s | Numeral Type=ordinal Number=singular Case=essive-formal Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sfr----p1p | Numeral Type=ordinal Number=singular Case=essive-formal Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sfr----p2 | Numeral Type=ordinal Number=singular Case=essive-formal Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mo-sfr----p2s | Numeral Type=ordinal Number=singular Case=essive-formal Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sfr----p2p | Numeral Type=ordinal Number=singular Case=essive-formal Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sfr----p3 | Numeral Type=ordinal Number=singular Case=essive-formal Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mo-sfr----p3s | Numeral Type=ordinal Number=singular Case=essive-formal Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sfr----p3p | Numeral Type=ordinal Number=singular Case=essive-formal Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sfl | Numeral Type=ordinal Number=singular Case=essive-formal Form=letter | 1 |  |
Mo-sfl------s | Numeral Type=ordinal Number=singular Case=essive-formal Form=letter Owned_Number=singular | 1 |  |
Mo-sfl------p | Numeral Type=ordinal Number=singular Case=essive-formal Form=letter Owned_Number=plural | 1 |  |
Mo-sfl----s1 | Numeral Type=ordinal Number=singular Case=essive-formal Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mo-sfl----s1s | Numeral Type=ordinal Number=singular Case=essive-formal Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sfl----s1p | Numeral Type=ordinal Number=singular Case=essive-formal Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sfl----s2 | Numeral Type=ordinal Number=singular Case=essive-formal Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mo-sfl----s2s | Numeral Type=ordinal Number=singular Case=essive-formal Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sfl----s2p | Numeral Type=ordinal Number=singular Case=essive-formal Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sfl----s3 | Numeral Type=ordinal Number=singular Case=essive-formal Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mo-sfl----s3s | Numeral Type=ordinal Number=singular Case=essive-formal Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sfl----s3p | Numeral Type=ordinal Number=singular Case=essive-formal Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sfl----p1 | Numeral Type=ordinal Number=singular Case=essive-formal Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mo-sfl----p1s | Numeral Type=ordinal Number=singular Case=essive-formal Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sfl----p1p | Numeral Type=ordinal Number=singular Case=essive-formal Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sfl----p2 | Numeral Type=ordinal Number=singular Case=essive-formal Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mo-sfl----p2s | Numeral Type=ordinal Number=singular Case=essive-formal Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sfl----p2p | Numeral Type=ordinal Number=singular Case=essive-formal Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sfl----p3 | Numeral Type=ordinal Number=singular Case=essive-formal Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mo-sfl----p3s | Numeral Type=ordinal Number=singular Case=essive-formal Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sfl----p3p | Numeral Type=ordinal Number=singular Case=essive-formal Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pnd | Numeral Type=ordinal Number=plural Case=nominative Form=digit | 1 |  |
Mo-pnd------s | Numeral Type=ordinal Number=plural Case=nominative Form=digit Owned_Number=singular | 1 |  |
Mo-pnd------p | Numeral Type=ordinal Number=plural Case=nominative Form=digit Owned_Number=plural | 1 |  |
Mo-pnd----s1 | Numeral Type=ordinal Number=plural Case=nominative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mo-pnd----s1s | Numeral Type=ordinal Number=plural Case=nominative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pnd----s1p | Numeral Type=ordinal Number=plural Case=nominative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pnd----s2 | Numeral Type=ordinal Number=plural Case=nominative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mo-pnd----s2s | Numeral Type=ordinal Number=plural Case=nominative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pnd----s2p | Numeral Type=ordinal Number=plural Case=nominative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pnd----s3 | Numeral Type=ordinal Number=plural Case=nominative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mo-pnd----s3s | Numeral Type=ordinal Number=plural Case=nominative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pnd----s3p | Numeral Type=ordinal Number=plural Case=nominative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pnd----p1 | Numeral Type=ordinal Number=plural Case=nominative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mo-pnd----p1s | Numeral Type=ordinal Number=plural Case=nominative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pnd----p1p | Numeral Type=ordinal Number=plural Case=nominative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pnd----p2 | Numeral Type=ordinal Number=plural Case=nominative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mo-pnd----p2s | Numeral Type=ordinal Number=plural Case=nominative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pnd----p2p | Numeral Type=ordinal Number=plural Case=nominative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pnd----p3 | Numeral Type=ordinal Number=plural Case=nominative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mo-pnd----p3s | Numeral Type=ordinal Number=plural Case=nominative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pnd----p3p | Numeral Type=ordinal Number=plural Case=nominative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pnr | Numeral Type=ordinal Number=plural Case=nominative Form=roman | 1 |  |
Mo-pnr------s | Numeral Type=ordinal Number=plural Case=nominative Form=roman Owned_Number=singular | 1 |  |
Mo-pnr------p | Numeral Type=ordinal Number=plural Case=nominative Form=roman Owned_Number=plural | 1 |  |
Mo-pnr----s1 | Numeral Type=ordinal Number=plural Case=nominative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mo-pnr----s1s | Numeral Type=ordinal Number=plural Case=nominative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pnr----s1p | Numeral Type=ordinal Number=plural Case=nominative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pnr----s2 | Numeral Type=ordinal Number=plural Case=nominative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mo-pnr----s2s | Numeral Type=ordinal Number=plural Case=nominative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pnr----s2p | Numeral Type=ordinal Number=plural Case=nominative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pnr----s3 | Numeral Type=ordinal Number=plural Case=nominative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mo-pnr----s3s | Numeral Type=ordinal Number=plural Case=nominative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pnr----s3p | Numeral Type=ordinal Number=plural Case=nominative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pnr----p1 | Numeral Type=ordinal Number=plural Case=nominative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mo-pnr----p1s | Numeral Type=ordinal Number=plural Case=nominative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pnr----p1p | Numeral Type=ordinal Number=plural Case=nominative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pnr----p2 | Numeral Type=ordinal Number=plural Case=nominative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mo-pnr----p2s | Numeral Type=ordinal Number=plural Case=nominative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pnr----p2p | Numeral Type=ordinal Number=plural Case=nominative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pnr----p3 | Numeral Type=ordinal Number=plural Case=nominative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mo-pnr----p3s | Numeral Type=ordinal Number=plural Case=nominative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pnr----p3p | Numeral Type=ordinal Number=plural Case=nominative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pnl | Numeral Type=ordinal Number=plural Case=nominative Form=letter | 1 |  |
Mo-pnl------s | Numeral Type=ordinal Number=plural Case=nominative Form=letter Owned_Number=singular | 1 |  |
Mo-pnl------p | Numeral Type=ordinal Number=plural Case=nominative Form=letter Owned_Number=plural | 1 |  |
Mo-pnl----s1 | Numeral Type=ordinal Number=plural Case=nominative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mo-pnl----s1s | Numeral Type=ordinal Number=plural Case=nominative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pnl----s1p | Numeral Type=ordinal Number=plural Case=nominative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pnl----s2 | Numeral Type=ordinal Number=plural Case=nominative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mo-pnl----s2s | Numeral Type=ordinal Number=plural Case=nominative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pnl----s2p | Numeral Type=ordinal Number=plural Case=nominative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pnl----s3 | Numeral Type=ordinal Number=plural Case=nominative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mo-pnl----s3s | Numeral Type=ordinal Number=plural Case=nominative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pnl----s3p | Numeral Type=ordinal Number=plural Case=nominative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pnl----p1 | Numeral Type=ordinal Number=plural Case=nominative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mo-pnl----p1s | Numeral Type=ordinal Number=plural Case=nominative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pnl----p1p | Numeral Type=ordinal Number=plural Case=nominative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pnl----p2 | Numeral Type=ordinal Number=plural Case=nominative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mo-pnl----p2s | Numeral Type=ordinal Number=plural Case=nominative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pnl----p2p | Numeral Type=ordinal Number=plural Case=nominative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pnl----p3 | Numeral Type=ordinal Number=plural Case=nominative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mo-pnl----p3s | Numeral Type=ordinal Number=plural Case=nominative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pnl----p3p | Numeral Type=ordinal Number=plural Case=nominative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pgd | Numeral Type=ordinal Number=plural Case=genitive Form=digit | 1 |  |
Mo-pgd------s | Numeral Type=ordinal Number=plural Case=genitive Form=digit Owned_Number=singular | 1 |  |
Mo-pgd------p | Numeral Type=ordinal Number=plural Case=genitive Form=digit Owned_Number=plural | 1 |  |
Mo-pgd----s1 | Numeral Type=ordinal Number=plural Case=genitive Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mo-pgd----s1s | Numeral Type=ordinal Number=plural Case=genitive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pgd----s1p | Numeral Type=ordinal Number=plural Case=genitive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pgd----s2 | Numeral Type=ordinal Number=plural Case=genitive Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mo-pgd----s2s | Numeral Type=ordinal Number=plural Case=genitive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pgd----s2p | Numeral Type=ordinal Number=plural Case=genitive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pgd----s3 | Numeral Type=ordinal Number=plural Case=genitive Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mo-pgd----s3s | Numeral Type=ordinal Number=plural Case=genitive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pgd----s3p | Numeral Type=ordinal Number=plural Case=genitive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pgd----p1 | Numeral Type=ordinal Number=plural Case=genitive Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mo-pgd----p1s | Numeral Type=ordinal Number=plural Case=genitive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pgd----p1p | Numeral Type=ordinal Number=plural Case=genitive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pgd----p2 | Numeral Type=ordinal Number=plural Case=genitive Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mo-pgd----p2s | Numeral Type=ordinal Number=plural Case=genitive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pgd----p2p | Numeral Type=ordinal Number=plural Case=genitive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pgd----p3 | Numeral Type=ordinal Number=plural Case=genitive Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mo-pgd----p3s | Numeral Type=ordinal Number=plural Case=genitive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pgd----p3p | Numeral Type=ordinal Number=plural Case=genitive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pgr | Numeral Type=ordinal Number=plural Case=genitive Form=roman | 1 |  |
Mo-pgr------s | Numeral Type=ordinal Number=plural Case=genitive Form=roman Owned_Number=singular | 1 |  |
Mo-pgr------p | Numeral Type=ordinal Number=plural Case=genitive Form=roman Owned_Number=plural | 1 |  |
Mo-pgr----s1 | Numeral Type=ordinal Number=plural Case=genitive Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mo-pgr----s1s | Numeral Type=ordinal Number=plural Case=genitive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pgr----s1p | Numeral Type=ordinal Number=plural Case=genitive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pgr----s2 | Numeral Type=ordinal Number=plural Case=genitive Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mo-pgr----s2s | Numeral Type=ordinal Number=plural Case=genitive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pgr----s2p | Numeral Type=ordinal Number=plural Case=genitive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pgr----s3 | Numeral Type=ordinal Number=plural Case=genitive Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mo-pgr----s3s | Numeral Type=ordinal Number=plural Case=genitive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pgr----s3p | Numeral Type=ordinal Number=plural Case=genitive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pgr----p1 | Numeral Type=ordinal Number=plural Case=genitive Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mo-pgr----p1s | Numeral Type=ordinal Number=plural Case=genitive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pgr----p1p | Numeral Type=ordinal Number=plural Case=genitive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pgr----p2 | Numeral Type=ordinal Number=plural Case=genitive Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mo-pgr----p2s | Numeral Type=ordinal Number=plural Case=genitive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pgr----p2p | Numeral Type=ordinal Number=plural Case=genitive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pgr----p3 | Numeral Type=ordinal Number=plural Case=genitive Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mo-pgr----p3s | Numeral Type=ordinal Number=plural Case=genitive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pgr----p3p | Numeral Type=ordinal Number=plural Case=genitive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pgl | Numeral Type=ordinal Number=plural Case=genitive Form=letter | 1 |  |
Mo-pgl------s | Numeral Type=ordinal Number=plural Case=genitive Form=letter Owned_Number=singular | 1 |  |
Mo-pgl------p | Numeral Type=ordinal Number=plural Case=genitive Form=letter Owned_Number=plural | 1 |  |
Mo-pgl----s1 | Numeral Type=ordinal Number=plural Case=genitive Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mo-pgl----s1s | Numeral Type=ordinal Number=plural Case=genitive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pgl----s1p | Numeral Type=ordinal Number=plural Case=genitive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pgl----s2 | Numeral Type=ordinal Number=plural Case=genitive Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mo-pgl----s2s | Numeral Type=ordinal Number=plural Case=genitive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pgl----s2p | Numeral Type=ordinal Number=plural Case=genitive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pgl----s3 | Numeral Type=ordinal Number=plural Case=genitive Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mo-pgl----s3s | Numeral Type=ordinal Number=plural Case=genitive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pgl----s3p | Numeral Type=ordinal Number=plural Case=genitive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pgl----p1 | Numeral Type=ordinal Number=plural Case=genitive Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mo-pgl----p1s | Numeral Type=ordinal Number=plural Case=genitive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pgl----p1p | Numeral Type=ordinal Number=plural Case=genitive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pgl----p2 | Numeral Type=ordinal Number=plural Case=genitive Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mo-pgl----p2s | Numeral Type=ordinal Number=plural Case=genitive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pgl----p2p | Numeral Type=ordinal Number=plural Case=genitive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pgl----p3 | Numeral Type=ordinal Number=plural Case=genitive Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mo-pgl----p3s | Numeral Type=ordinal Number=plural Case=genitive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pgl----p3p | Numeral Type=ordinal Number=plural Case=genitive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pdd | Numeral Type=ordinal Number=plural Case=dative Form=digit | 1 |  |
Mo-pdd------s | Numeral Type=ordinal Number=plural Case=dative Form=digit Owned_Number=singular | 1 |  |
Mo-pdd------p | Numeral Type=ordinal Number=plural Case=dative Form=digit Owned_Number=plural | 1 |  |
Mo-pdd----s1 | Numeral Type=ordinal Number=plural Case=dative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mo-pdd----s1s | Numeral Type=ordinal Number=plural Case=dative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pdd----s1p | Numeral Type=ordinal Number=plural Case=dative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pdd----s2 | Numeral Type=ordinal Number=plural Case=dative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mo-pdd----s2s | Numeral Type=ordinal Number=plural Case=dative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pdd----s2p | Numeral Type=ordinal Number=plural Case=dative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pdd----s3 | Numeral Type=ordinal Number=plural Case=dative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mo-pdd----s3s | Numeral Type=ordinal Number=plural Case=dative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pdd----s3p | Numeral Type=ordinal Number=plural Case=dative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pdd----p1 | Numeral Type=ordinal Number=plural Case=dative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mo-pdd----p1s | Numeral Type=ordinal Number=plural Case=dative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pdd----p1p | Numeral Type=ordinal Number=plural Case=dative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pdd----p2 | Numeral Type=ordinal Number=plural Case=dative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mo-pdd----p2s | Numeral Type=ordinal Number=plural Case=dative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pdd----p2p | Numeral Type=ordinal Number=plural Case=dative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pdd----p3 | Numeral Type=ordinal Number=plural Case=dative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mo-pdd----p3s | Numeral Type=ordinal Number=plural Case=dative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pdd----p3p | Numeral Type=ordinal Number=plural Case=dative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pdr | Numeral Type=ordinal Number=plural Case=dative Form=roman | 1 |  |
Mo-pdr------s | Numeral Type=ordinal Number=plural Case=dative Form=roman Owned_Number=singular | 1 |  |
Mo-pdr------p | Numeral Type=ordinal Number=plural Case=dative Form=roman Owned_Number=plural | 1 |  |
Mo-pdr----s1 | Numeral Type=ordinal Number=plural Case=dative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mo-pdr----s1s | Numeral Type=ordinal Number=plural Case=dative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pdr----s1p | Numeral Type=ordinal Number=plural Case=dative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pdr----s2 | Numeral Type=ordinal Number=plural Case=dative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mo-pdr----s2s | Numeral Type=ordinal Number=plural Case=dative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pdr----s2p | Numeral Type=ordinal Number=plural Case=dative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pdr----s3 | Numeral Type=ordinal Number=plural Case=dative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mo-pdr----s3s | Numeral Type=ordinal Number=plural Case=dative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pdr----s3p | Numeral Type=ordinal Number=plural Case=dative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pdr----p1 | Numeral Type=ordinal Number=plural Case=dative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mo-pdr----p1s | Numeral Type=ordinal Number=plural Case=dative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pdr----p1p | Numeral Type=ordinal Number=plural Case=dative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pdr----p2 | Numeral Type=ordinal Number=plural Case=dative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mo-pdr----p2s | Numeral Type=ordinal Number=plural Case=dative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pdr----p2p | Numeral Type=ordinal Number=plural Case=dative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pdr----p3 | Numeral Type=ordinal Number=plural Case=dative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mo-pdr----p3s | Numeral Type=ordinal Number=plural Case=dative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pdr----p3p | Numeral Type=ordinal Number=plural Case=dative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pdl | Numeral Type=ordinal Number=plural Case=dative Form=letter | 1 |  |
Mo-pdl------s | Numeral Type=ordinal Number=plural Case=dative Form=letter Owned_Number=singular | 1 |  |
Mo-pdl------p | Numeral Type=ordinal Number=plural Case=dative Form=letter Owned_Number=plural | 1 |  |
Mo-pdl----s1 | Numeral Type=ordinal Number=plural Case=dative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mo-pdl----s1s | Numeral Type=ordinal Number=plural Case=dative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pdl----s1p | Numeral Type=ordinal Number=plural Case=dative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pdl----s2 | Numeral Type=ordinal Number=plural Case=dative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mo-pdl----s2s | Numeral Type=ordinal Number=plural Case=dative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pdl----s2p | Numeral Type=ordinal Number=plural Case=dative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pdl----s3 | Numeral Type=ordinal Number=plural Case=dative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mo-pdl----s3s | Numeral Type=ordinal Number=plural Case=dative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pdl----s3p | Numeral Type=ordinal Number=plural Case=dative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pdl----p1 | Numeral Type=ordinal Number=plural Case=dative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mo-pdl----p1s | Numeral Type=ordinal Number=plural Case=dative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pdl----p1p | Numeral Type=ordinal Number=plural Case=dative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pdl----p2 | Numeral Type=ordinal Number=plural Case=dative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mo-pdl----p2s | Numeral Type=ordinal Number=plural Case=dative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pdl----p2p | Numeral Type=ordinal Number=plural Case=dative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pdl----p3 | Numeral Type=ordinal Number=plural Case=dative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mo-pdl----p3s | Numeral Type=ordinal Number=plural Case=dative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pdl----p3p | Numeral Type=ordinal Number=plural Case=dative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pad | Numeral Type=ordinal Number=plural Case=accusative Form=digit | 1 |  |
Mo-pad------s | Numeral Type=ordinal Number=plural Case=accusative Form=digit Owned_Number=singular | 1 |  |
Mo-pad------p | Numeral Type=ordinal Number=plural Case=accusative Form=digit Owned_Number=plural | 1 |  |
Mo-pad----s1 | Numeral Type=ordinal Number=plural Case=accusative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mo-pad----s1s | Numeral Type=ordinal Number=plural Case=accusative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pad----s1p | Numeral Type=ordinal Number=plural Case=accusative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pad----s2 | Numeral Type=ordinal Number=plural Case=accusative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mo-pad----s2s | Numeral Type=ordinal Number=plural Case=accusative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pad----s2p | Numeral Type=ordinal Number=plural Case=accusative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pad----s3 | Numeral Type=ordinal Number=plural Case=accusative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mo-pad----s3s | Numeral Type=ordinal Number=plural Case=accusative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pad----s3p | Numeral Type=ordinal Number=plural Case=accusative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pad----p1 | Numeral Type=ordinal Number=plural Case=accusative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mo-pad----p1s | Numeral Type=ordinal Number=plural Case=accusative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pad----p1p | Numeral Type=ordinal Number=plural Case=accusative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pad----p2 | Numeral Type=ordinal Number=plural Case=accusative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mo-pad----p2s | Numeral Type=ordinal Number=plural Case=accusative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pad----p2p | Numeral Type=ordinal Number=plural Case=accusative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pad----p3 | Numeral Type=ordinal Number=plural Case=accusative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mo-pad----p3s | Numeral Type=ordinal Number=plural Case=accusative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pad----p3p | Numeral Type=ordinal Number=plural Case=accusative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-par | Numeral Type=ordinal Number=plural Case=accusative Form=roman | 1 |  |
Mo-par------s | Numeral Type=ordinal Number=plural Case=accusative Form=roman Owned_Number=singular | 1 |  |
Mo-par------p | Numeral Type=ordinal Number=plural Case=accusative Form=roman Owned_Number=plural | 1 |  |
Mo-par----s1 | Numeral Type=ordinal Number=plural Case=accusative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mo-par----s1s | Numeral Type=ordinal Number=plural Case=accusative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-par----s1p | Numeral Type=ordinal Number=plural Case=accusative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-par----s2 | Numeral Type=ordinal Number=plural Case=accusative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mo-par----s2s | Numeral Type=ordinal Number=plural Case=accusative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-par----s2p | Numeral Type=ordinal Number=plural Case=accusative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-par----s3 | Numeral Type=ordinal Number=plural Case=accusative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mo-par----s3s | Numeral Type=ordinal Number=plural Case=accusative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-par----s3p | Numeral Type=ordinal Number=plural Case=accusative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-par----p1 | Numeral Type=ordinal Number=plural Case=accusative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mo-par----p1s | Numeral Type=ordinal Number=plural Case=accusative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-par----p1p | Numeral Type=ordinal Number=plural Case=accusative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-par----p2 | Numeral Type=ordinal Number=plural Case=accusative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mo-par----p2s | Numeral Type=ordinal Number=plural Case=accusative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-par----p2p | Numeral Type=ordinal Number=plural Case=accusative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-par----p3 | Numeral Type=ordinal Number=plural Case=accusative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mo-par----p3s | Numeral Type=ordinal Number=plural Case=accusative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-par----p3p | Numeral Type=ordinal Number=plural Case=accusative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pal | Numeral Type=ordinal Number=plural Case=accusative Form=letter | 1 |  |
Mo-pal------s | Numeral Type=ordinal Number=plural Case=accusative Form=letter Owned_Number=singular | 1 |  |
Mo-pal------p | Numeral Type=ordinal Number=plural Case=accusative Form=letter Owned_Number=plural | 1 |  |
Mo-pal----s1 | Numeral Type=ordinal Number=plural Case=accusative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mo-pal----s1s | Numeral Type=ordinal Number=plural Case=accusative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pal----s1p | Numeral Type=ordinal Number=plural Case=accusative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pal----s2 | Numeral Type=ordinal Number=plural Case=accusative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mo-pal----s2s | Numeral Type=ordinal Number=plural Case=accusative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pal----s2p | Numeral Type=ordinal Number=plural Case=accusative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pal----s3 | Numeral Type=ordinal Number=plural Case=accusative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mo-pal----s3s | Numeral Type=ordinal Number=plural Case=accusative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pal----s3p | Numeral Type=ordinal Number=plural Case=accusative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pal----p1 | Numeral Type=ordinal Number=plural Case=accusative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mo-pal----p1s | Numeral Type=ordinal Number=plural Case=accusative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pal----p1p | Numeral Type=ordinal Number=plural Case=accusative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pal----p2 | Numeral Type=ordinal Number=plural Case=accusative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mo-pal----p2s | Numeral Type=ordinal Number=plural Case=accusative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pal----p2p | Numeral Type=ordinal Number=plural Case=accusative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pal----p3 | Numeral Type=ordinal Number=plural Case=accusative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mo-pal----p3s | Numeral Type=ordinal Number=plural Case=accusative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pal----p3p | Numeral Type=ordinal Number=plural Case=accusative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pid | Numeral Type=ordinal Number=plural Case=instrumental Form=digit | 1 |  |
Mo-pid------s | Numeral Type=ordinal Number=plural Case=instrumental Form=digit Owned_Number=singular | 1 |  |
Mo-pid------p | Numeral Type=ordinal Number=plural Case=instrumental Form=digit Owned_Number=plural | 1 |  |
Mo-pid----s1 | Numeral Type=ordinal Number=plural Case=instrumental Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mo-pid----s1s | Numeral Type=ordinal Number=plural Case=instrumental Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pid----s1p | Numeral Type=ordinal Number=plural Case=instrumental Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pid----s2 | Numeral Type=ordinal Number=plural Case=instrumental Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mo-pid----s2s | Numeral Type=ordinal Number=plural Case=instrumental Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pid----s2p | Numeral Type=ordinal Number=plural Case=instrumental Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pid----s3 | Numeral Type=ordinal Number=plural Case=instrumental Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mo-pid----s3s | Numeral Type=ordinal Number=plural Case=instrumental Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pid----s3p | Numeral Type=ordinal Number=plural Case=instrumental Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pid----p1 | Numeral Type=ordinal Number=plural Case=instrumental Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mo-pid----p1s | Numeral Type=ordinal Number=plural Case=instrumental Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pid----p1p | Numeral Type=ordinal Number=plural Case=instrumental Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pid----p2 | Numeral Type=ordinal Number=plural Case=instrumental Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mo-pid----p2s | Numeral Type=ordinal Number=plural Case=instrumental Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pid----p2p | Numeral Type=ordinal Number=plural Case=instrumental Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pid----p3 | Numeral Type=ordinal Number=plural Case=instrumental Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mo-pid----p3s | Numeral Type=ordinal Number=plural Case=instrumental Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pid----p3p | Numeral Type=ordinal Number=plural Case=instrumental Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pir | Numeral Type=ordinal Number=plural Case=instrumental Form=roman | 1 |  |
Mo-pir------s | Numeral Type=ordinal Number=plural Case=instrumental Form=roman Owned_Number=singular | 1 |  |
Mo-pir------p | Numeral Type=ordinal Number=plural Case=instrumental Form=roman Owned_Number=plural | 1 |  |
Mo-pir----s1 | Numeral Type=ordinal Number=plural Case=instrumental Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mo-pir----s1s | Numeral Type=ordinal Number=plural Case=instrumental Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pir----s1p | Numeral Type=ordinal Number=plural Case=instrumental Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pir----s2 | Numeral Type=ordinal Number=plural Case=instrumental Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mo-pir----s2s | Numeral Type=ordinal Number=plural Case=instrumental Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pir----s2p | Numeral Type=ordinal Number=plural Case=instrumental Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pir----s3 | Numeral Type=ordinal Number=plural Case=instrumental Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mo-pir----s3s | Numeral Type=ordinal Number=plural Case=instrumental Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pir----s3p | Numeral Type=ordinal Number=plural Case=instrumental Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pir----p1 | Numeral Type=ordinal Number=plural Case=instrumental Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mo-pir----p1s | Numeral Type=ordinal Number=plural Case=instrumental Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pir----p1p | Numeral Type=ordinal Number=plural Case=instrumental Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pir----p2 | Numeral Type=ordinal Number=plural Case=instrumental Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mo-pir----p2s | Numeral Type=ordinal Number=plural Case=instrumental Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pir----p2p | Numeral Type=ordinal Number=plural Case=instrumental Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pir----p3 | Numeral Type=ordinal Number=plural Case=instrumental Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mo-pir----p3s | Numeral Type=ordinal Number=plural Case=instrumental Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pir----p3p | Numeral Type=ordinal Number=plural Case=instrumental Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pil | Numeral Type=ordinal Number=plural Case=instrumental Form=letter | 1 |  |
Mo-pil------s | Numeral Type=ordinal Number=plural Case=instrumental Form=letter Owned_Number=singular | 1 |  |
Mo-pil------p | Numeral Type=ordinal Number=plural Case=instrumental Form=letter Owned_Number=plural | 1 |  |
Mo-pil----s1 | Numeral Type=ordinal Number=plural Case=instrumental Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mo-pil----s1s | Numeral Type=ordinal Number=plural Case=instrumental Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pil----s1p | Numeral Type=ordinal Number=plural Case=instrumental Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pil----s2 | Numeral Type=ordinal Number=plural Case=instrumental Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mo-pil----s2s | Numeral Type=ordinal Number=plural Case=instrumental Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pil----s2p | Numeral Type=ordinal Number=plural Case=instrumental Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pil----s3 | Numeral Type=ordinal Number=plural Case=instrumental Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mo-pil----s3s | Numeral Type=ordinal Number=plural Case=instrumental Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pil----s3p | Numeral Type=ordinal Number=plural Case=instrumental Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pil----p1 | Numeral Type=ordinal Number=plural Case=instrumental Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mo-pil----p1s | Numeral Type=ordinal Number=plural Case=instrumental Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pil----p1p | Numeral Type=ordinal Number=plural Case=instrumental Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pil----p2 | Numeral Type=ordinal Number=plural Case=instrumental Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mo-pil----p2s | Numeral Type=ordinal Number=plural Case=instrumental Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pil----p2p | Numeral Type=ordinal Number=plural Case=instrumental Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pil----p3 | Numeral Type=ordinal Number=plural Case=instrumental Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mo-pil----p3s | Numeral Type=ordinal Number=plural Case=instrumental Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pil----p3p | Numeral Type=ordinal Number=plural Case=instrumental Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pxd | Numeral Type=ordinal Number=plural Case=illative Form=digit | 1 |  |
Mo-pxd------s | Numeral Type=ordinal Number=plural Case=illative Form=digit Owned_Number=singular | 1 |  |
Mo-pxd------p | Numeral Type=ordinal Number=plural Case=illative Form=digit Owned_Number=plural | 1 |  |
Mo-pxd----s1 | Numeral Type=ordinal Number=plural Case=illative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mo-pxd----s1s | Numeral Type=ordinal Number=plural Case=illative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pxd----s1p | Numeral Type=ordinal Number=plural Case=illative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pxd----s2 | Numeral Type=ordinal Number=plural Case=illative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mo-pxd----s2s | Numeral Type=ordinal Number=plural Case=illative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pxd----s2p | Numeral Type=ordinal Number=plural Case=illative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pxd----s3 | Numeral Type=ordinal Number=plural Case=illative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mo-pxd----s3s | Numeral Type=ordinal Number=plural Case=illative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pxd----s3p | Numeral Type=ordinal Number=plural Case=illative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pxd----p1 | Numeral Type=ordinal Number=plural Case=illative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mo-pxd----p1s | Numeral Type=ordinal Number=plural Case=illative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pxd----p1p | Numeral Type=ordinal Number=plural Case=illative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pxd----p2 | Numeral Type=ordinal Number=plural Case=illative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mo-pxd----p2s | Numeral Type=ordinal Number=plural Case=illative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pxd----p2p | Numeral Type=ordinal Number=plural Case=illative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pxd----p3 | Numeral Type=ordinal Number=plural Case=illative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mo-pxd----p3s | Numeral Type=ordinal Number=plural Case=illative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pxd----p3p | Numeral Type=ordinal Number=plural Case=illative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pxr | Numeral Type=ordinal Number=plural Case=illative Form=roman | 1 |  |
Mo-pxr------s | Numeral Type=ordinal Number=plural Case=illative Form=roman Owned_Number=singular | 1 |  |
Mo-pxr------p | Numeral Type=ordinal Number=plural Case=illative Form=roman Owned_Number=plural | 1 |  |
Mo-pxr----s1 | Numeral Type=ordinal Number=plural Case=illative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mo-pxr----s1s | Numeral Type=ordinal Number=plural Case=illative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pxr----s1p | Numeral Type=ordinal Number=plural Case=illative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pxr----s2 | Numeral Type=ordinal Number=plural Case=illative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mo-pxr----s2s | Numeral Type=ordinal Number=plural Case=illative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pxr----s2p | Numeral Type=ordinal Number=plural Case=illative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pxr----s3 | Numeral Type=ordinal Number=plural Case=illative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mo-pxr----s3s | Numeral Type=ordinal Number=plural Case=illative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pxr----s3p | Numeral Type=ordinal Number=plural Case=illative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pxr----p1 | Numeral Type=ordinal Number=plural Case=illative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mo-pxr----p1s | Numeral Type=ordinal Number=plural Case=illative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pxr----p1p | Numeral Type=ordinal Number=plural Case=illative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pxr----p2 | Numeral Type=ordinal Number=plural Case=illative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mo-pxr----p2s | Numeral Type=ordinal Number=plural Case=illative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pxr----p2p | Numeral Type=ordinal Number=plural Case=illative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pxr----p3 | Numeral Type=ordinal Number=plural Case=illative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mo-pxr----p3s | Numeral Type=ordinal Number=plural Case=illative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pxr----p3p | Numeral Type=ordinal Number=plural Case=illative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pxl | Numeral Type=ordinal Number=plural Case=illative Form=letter | 1 |  |
Mo-pxl------s | Numeral Type=ordinal Number=plural Case=illative Form=letter Owned_Number=singular | 1 |  |
Mo-pxl------p | Numeral Type=ordinal Number=plural Case=illative Form=letter Owned_Number=plural | 1 |  |
Mo-pxl----s1 | Numeral Type=ordinal Number=plural Case=illative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mo-pxl----s1s | Numeral Type=ordinal Number=plural Case=illative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pxl----s1p | Numeral Type=ordinal Number=plural Case=illative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pxl----s2 | Numeral Type=ordinal Number=plural Case=illative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mo-pxl----s2s | Numeral Type=ordinal Number=plural Case=illative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pxl----s2p | Numeral Type=ordinal Number=plural Case=illative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pxl----s3 | Numeral Type=ordinal Number=plural Case=illative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mo-pxl----s3s | Numeral Type=ordinal Number=plural Case=illative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pxl----s3p | Numeral Type=ordinal Number=plural Case=illative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pxl----p1 | Numeral Type=ordinal Number=plural Case=illative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mo-pxl----p1s | Numeral Type=ordinal Number=plural Case=illative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pxl----p1p | Numeral Type=ordinal Number=plural Case=illative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pxl----p2 | Numeral Type=ordinal Number=plural Case=illative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mo-pxl----p2s | Numeral Type=ordinal Number=plural Case=illative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pxl----p2p | Numeral Type=ordinal Number=plural Case=illative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pxl----p3 | Numeral Type=ordinal Number=plural Case=illative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mo-pxl----p3s | Numeral Type=ordinal Number=plural Case=illative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pxl----p3p | Numeral Type=ordinal Number=plural Case=illative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-p2d | Numeral Type=ordinal Number=plural Case=inessive Form=digit | 1 |  |
Mo-p2d------s | Numeral Type=ordinal Number=plural Case=inessive Form=digit Owned_Number=singular | 1 |  |
Mo-p2d------p | Numeral Type=ordinal Number=plural Case=inessive Form=digit Owned_Number=plural | 1 |  |
Mo-p2d----s1 | Numeral Type=ordinal Number=plural Case=inessive Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mo-p2d----s1s | Numeral Type=ordinal Number=plural Case=inessive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-p2d----s1p | Numeral Type=ordinal Number=plural Case=inessive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-p2d----s2 | Numeral Type=ordinal Number=plural Case=inessive Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mo-p2d----s2s | Numeral Type=ordinal Number=plural Case=inessive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-p2d----s2p | Numeral Type=ordinal Number=plural Case=inessive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-p2d----s3 | Numeral Type=ordinal Number=plural Case=inessive Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mo-p2d----s3s | Numeral Type=ordinal Number=plural Case=inessive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-p2d----s3p | Numeral Type=ordinal Number=plural Case=inessive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-p2d----p1 | Numeral Type=ordinal Number=plural Case=inessive Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mo-p2d----p1s | Numeral Type=ordinal Number=plural Case=inessive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-p2d----p1p | Numeral Type=ordinal Number=plural Case=inessive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-p2d----p2 | Numeral Type=ordinal Number=plural Case=inessive Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mo-p2d----p2s | Numeral Type=ordinal Number=plural Case=inessive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-p2d----p2p | Numeral Type=ordinal Number=plural Case=inessive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-p2d----p3 | Numeral Type=ordinal Number=plural Case=inessive Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mo-p2d----p3s | Numeral Type=ordinal Number=plural Case=inessive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-p2d----p3p | Numeral Type=ordinal Number=plural Case=inessive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-p2r | Numeral Type=ordinal Number=plural Case=inessive Form=roman | 1 |  |
Mo-p2r------s | Numeral Type=ordinal Number=plural Case=inessive Form=roman Owned_Number=singular | 1 |  |
Mo-p2r------p | Numeral Type=ordinal Number=plural Case=inessive Form=roman Owned_Number=plural | 1 |  |
Mo-p2r----s1 | Numeral Type=ordinal Number=plural Case=inessive Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mo-p2r----s1s | Numeral Type=ordinal Number=plural Case=inessive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-p2r----s1p | Numeral Type=ordinal Number=plural Case=inessive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-p2r----s2 | Numeral Type=ordinal Number=plural Case=inessive Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mo-p2r----s2s | Numeral Type=ordinal Number=plural Case=inessive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-p2r----s2p | Numeral Type=ordinal Number=plural Case=inessive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-p2r----s3 | Numeral Type=ordinal Number=plural Case=inessive Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mo-p2r----s3s | Numeral Type=ordinal Number=plural Case=inessive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-p2r----s3p | Numeral Type=ordinal Number=plural Case=inessive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-p2r----p1 | Numeral Type=ordinal Number=plural Case=inessive Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mo-p2r----p1s | Numeral Type=ordinal Number=plural Case=inessive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-p2r----p1p | Numeral Type=ordinal Number=plural Case=inessive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-p2r----p2 | Numeral Type=ordinal Number=plural Case=inessive Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mo-p2r----p2s | Numeral Type=ordinal Number=plural Case=inessive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-p2r----p2p | Numeral Type=ordinal Number=plural Case=inessive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-p2r----p3 | Numeral Type=ordinal Number=plural Case=inessive Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mo-p2r----p3s | Numeral Type=ordinal Number=plural Case=inessive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-p2r----p3p | Numeral Type=ordinal Number=plural Case=inessive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-p2l | Numeral Type=ordinal Number=plural Case=inessive Form=letter | 1 |  |
Mo-p2l------s | Numeral Type=ordinal Number=plural Case=inessive Form=letter Owned_Number=singular | 1 |  |
Mo-p2l------p | Numeral Type=ordinal Number=plural Case=inessive Form=letter Owned_Number=plural | 1 |  |
Mo-p2l----s1 | Numeral Type=ordinal Number=plural Case=inessive Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mo-p2l----s1s | Numeral Type=ordinal Number=plural Case=inessive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-p2l----s1p | Numeral Type=ordinal Number=plural Case=inessive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-p2l----s2 | Numeral Type=ordinal Number=plural Case=inessive Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mo-p2l----s2s | Numeral Type=ordinal Number=plural Case=inessive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-p2l----s2p | Numeral Type=ordinal Number=plural Case=inessive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-p2l----s3 | Numeral Type=ordinal Number=plural Case=inessive Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mo-p2l----s3s | Numeral Type=ordinal Number=plural Case=inessive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-p2l----s3p | Numeral Type=ordinal Number=plural Case=inessive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-p2l----p1 | Numeral Type=ordinal Number=plural Case=inessive Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mo-p2l----p1s | Numeral Type=ordinal Number=plural Case=inessive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-p2l----p1p | Numeral Type=ordinal Number=plural Case=inessive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-p2l----p2 | Numeral Type=ordinal Number=plural Case=inessive Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mo-p2l----p2s | Numeral Type=ordinal Number=plural Case=inessive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-p2l----p2p | Numeral Type=ordinal Number=plural Case=inessive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-p2l----p3 | Numeral Type=ordinal Number=plural Case=inessive Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mo-p2l----p3s | Numeral Type=ordinal Number=plural Case=inessive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-p2l----p3p | Numeral Type=ordinal Number=plural Case=inessive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-ped | Numeral Type=ordinal Number=plural Case=elative Form=digit | 1 |  |
Mo-ped------s | Numeral Type=ordinal Number=plural Case=elative Form=digit Owned_Number=singular | 1 |  |
Mo-ped------p | Numeral Type=ordinal Number=plural Case=elative Form=digit Owned_Number=plural | 1 |  |
Mo-ped----s1 | Numeral Type=ordinal Number=plural Case=elative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mo-ped----s1s | Numeral Type=ordinal Number=plural Case=elative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-ped----s1p | Numeral Type=ordinal Number=plural Case=elative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-ped----s2 | Numeral Type=ordinal Number=plural Case=elative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mo-ped----s2s | Numeral Type=ordinal Number=plural Case=elative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-ped----s2p | Numeral Type=ordinal Number=plural Case=elative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-ped----s3 | Numeral Type=ordinal Number=plural Case=elative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mo-ped----s3s | Numeral Type=ordinal Number=plural Case=elative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-ped----s3p | Numeral Type=ordinal Number=plural Case=elative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-ped----p1 | Numeral Type=ordinal Number=plural Case=elative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mo-ped----p1s | Numeral Type=ordinal Number=plural Case=elative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-ped----p1p | Numeral Type=ordinal Number=plural Case=elative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-ped----p2 | Numeral Type=ordinal Number=plural Case=elative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mo-ped----p2s | Numeral Type=ordinal Number=plural Case=elative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-ped----p2p | Numeral Type=ordinal Number=plural Case=elative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-ped----p3 | Numeral Type=ordinal Number=plural Case=elative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mo-ped----p3s | Numeral Type=ordinal Number=plural Case=elative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-ped----p3p | Numeral Type=ordinal Number=plural Case=elative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-per | Numeral Type=ordinal Number=plural Case=elative Form=roman | 1 |  |
Mo-per------s | Numeral Type=ordinal Number=plural Case=elative Form=roman Owned_Number=singular | 1 |  |
Mo-per------p | Numeral Type=ordinal Number=plural Case=elative Form=roman Owned_Number=plural | 1 |  |
Mo-per----s1 | Numeral Type=ordinal Number=plural Case=elative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mo-per----s1s | Numeral Type=ordinal Number=plural Case=elative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-per----s1p | Numeral Type=ordinal Number=plural Case=elative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-per----s2 | Numeral Type=ordinal Number=plural Case=elative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mo-per----s2s | Numeral Type=ordinal Number=plural Case=elative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-per----s2p | Numeral Type=ordinal Number=plural Case=elative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-per----s3 | Numeral Type=ordinal Number=plural Case=elative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mo-per----s3s | Numeral Type=ordinal Number=plural Case=elative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-per----s3p | Numeral Type=ordinal Number=plural Case=elative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-per----p1 | Numeral Type=ordinal Number=plural Case=elative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mo-per----p1s | Numeral Type=ordinal Number=plural Case=elative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-per----p1p | Numeral Type=ordinal Number=plural Case=elative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-per----p2 | Numeral Type=ordinal Number=plural Case=elative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mo-per----p2s | Numeral Type=ordinal Number=plural Case=elative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-per----p2p | Numeral Type=ordinal Number=plural Case=elative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-per----p3 | Numeral Type=ordinal Number=plural Case=elative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mo-per----p3s | Numeral Type=ordinal Number=plural Case=elative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-per----p3p | Numeral Type=ordinal Number=plural Case=elative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pel | Numeral Type=ordinal Number=plural Case=elative Form=letter | 1 |  |
Mo-pel------s | Numeral Type=ordinal Number=plural Case=elative Form=letter Owned_Number=singular | 1 |  |
Mo-pel------p | Numeral Type=ordinal Number=plural Case=elative Form=letter Owned_Number=plural | 1 |  |
Mo-pel----s1 | Numeral Type=ordinal Number=plural Case=elative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mo-pel----s1s | Numeral Type=ordinal Number=plural Case=elative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pel----s1p | Numeral Type=ordinal Number=plural Case=elative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pel----s2 | Numeral Type=ordinal Number=plural Case=elative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mo-pel----s2s | Numeral Type=ordinal Number=plural Case=elative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pel----s2p | Numeral Type=ordinal Number=plural Case=elative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pel----s3 | Numeral Type=ordinal Number=plural Case=elative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mo-pel----s3s | Numeral Type=ordinal Number=plural Case=elative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pel----s3p | Numeral Type=ordinal Number=plural Case=elative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pel----p1 | Numeral Type=ordinal Number=plural Case=elative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mo-pel----p1s | Numeral Type=ordinal Number=plural Case=elative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pel----p1p | Numeral Type=ordinal Number=plural Case=elative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pel----p2 | Numeral Type=ordinal Number=plural Case=elative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mo-pel----p2s | Numeral Type=ordinal Number=plural Case=elative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pel----p2p | Numeral Type=ordinal Number=plural Case=elative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pel----p3 | Numeral Type=ordinal Number=plural Case=elative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mo-pel----p3s | Numeral Type=ordinal Number=plural Case=elative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pel----p3p | Numeral Type=ordinal Number=plural Case=elative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-ptd | Numeral Type=ordinal Number=plural Case=allative Form=digit | 1 |  |
Mo-ptd------s | Numeral Type=ordinal Number=plural Case=allative Form=digit Owned_Number=singular | 1 |  |
Mo-ptd------p | Numeral Type=ordinal Number=plural Case=allative Form=digit Owned_Number=plural | 1 |  |
Mo-ptd----s1 | Numeral Type=ordinal Number=plural Case=allative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mo-ptd----s1s | Numeral Type=ordinal Number=plural Case=allative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-ptd----s1p | Numeral Type=ordinal Number=plural Case=allative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-ptd----s2 | Numeral Type=ordinal Number=plural Case=allative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mo-ptd----s2s | Numeral Type=ordinal Number=plural Case=allative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-ptd----s2p | Numeral Type=ordinal Number=plural Case=allative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-ptd----s3 | Numeral Type=ordinal Number=plural Case=allative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mo-ptd----s3s | Numeral Type=ordinal Number=plural Case=allative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-ptd----s3p | Numeral Type=ordinal Number=plural Case=allative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-ptd----p1 | Numeral Type=ordinal Number=plural Case=allative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mo-ptd----p1s | Numeral Type=ordinal Number=plural Case=allative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-ptd----p1p | Numeral Type=ordinal Number=plural Case=allative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-ptd----p2 | Numeral Type=ordinal Number=plural Case=allative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mo-ptd----p2s | Numeral Type=ordinal Number=plural Case=allative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-ptd----p2p | Numeral Type=ordinal Number=plural Case=allative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-ptd----p3 | Numeral Type=ordinal Number=plural Case=allative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mo-ptd----p3s | Numeral Type=ordinal Number=plural Case=allative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-ptd----p3p | Numeral Type=ordinal Number=plural Case=allative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-ptr | Numeral Type=ordinal Number=plural Case=allative Form=roman | 1 |  |
Mo-ptr------s | Numeral Type=ordinal Number=plural Case=allative Form=roman Owned_Number=singular | 1 |  |
Mo-ptr------p | Numeral Type=ordinal Number=plural Case=allative Form=roman Owned_Number=plural | 1 |  |
Mo-ptr----s1 | Numeral Type=ordinal Number=plural Case=allative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mo-ptr----s1s | Numeral Type=ordinal Number=plural Case=allative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-ptr----s1p | Numeral Type=ordinal Number=plural Case=allative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-ptr----s2 | Numeral Type=ordinal Number=plural Case=allative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mo-ptr----s2s | Numeral Type=ordinal Number=plural Case=allative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-ptr----s2p | Numeral Type=ordinal Number=plural Case=allative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-ptr----s3 | Numeral Type=ordinal Number=plural Case=allative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mo-ptr----s3s | Numeral Type=ordinal Number=plural Case=allative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-ptr----s3p | Numeral Type=ordinal Number=plural Case=allative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-ptr----p1 | Numeral Type=ordinal Number=plural Case=allative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mo-ptr----p1s | Numeral Type=ordinal Number=plural Case=allative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-ptr----p1p | Numeral Type=ordinal Number=plural Case=allative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-ptr----p2 | Numeral Type=ordinal Number=plural Case=allative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mo-ptr----p2s | Numeral Type=ordinal Number=plural Case=allative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-ptr----p2p | Numeral Type=ordinal Number=plural Case=allative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-ptr----p3 | Numeral Type=ordinal Number=plural Case=allative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mo-ptr----p3s | Numeral Type=ordinal Number=plural Case=allative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-ptr----p3p | Numeral Type=ordinal Number=plural Case=allative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-ptl | Numeral Type=ordinal Number=plural Case=allative Form=letter | 1 |  |
Mo-ptl------s | Numeral Type=ordinal Number=plural Case=allative Form=letter Owned_Number=singular | 1 |  |
Mo-ptl------p | Numeral Type=ordinal Number=plural Case=allative Form=letter Owned_Number=plural | 1 |  |
Mo-ptl----s1 | Numeral Type=ordinal Number=plural Case=allative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mo-ptl----s1s | Numeral Type=ordinal Number=plural Case=allative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-ptl----s1p | Numeral Type=ordinal Number=plural Case=allative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-ptl----s2 | Numeral Type=ordinal Number=plural Case=allative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mo-ptl----s2s | Numeral Type=ordinal Number=plural Case=allative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-ptl----s2p | Numeral Type=ordinal Number=plural Case=allative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-ptl----s3 | Numeral Type=ordinal Number=plural Case=allative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mo-ptl----s3s | Numeral Type=ordinal Number=plural Case=allative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-ptl----s3p | Numeral Type=ordinal Number=plural Case=allative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-ptl----p1 | Numeral Type=ordinal Number=plural Case=allative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mo-ptl----p1s | Numeral Type=ordinal Number=plural Case=allative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-ptl----p1p | Numeral Type=ordinal Number=plural Case=allative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-ptl----p2 | Numeral Type=ordinal Number=plural Case=allative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mo-ptl----p2s | Numeral Type=ordinal Number=plural Case=allative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-ptl----p2p | Numeral Type=ordinal Number=plural Case=allative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-ptl----p3 | Numeral Type=ordinal Number=plural Case=allative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mo-ptl----p3s | Numeral Type=ordinal Number=plural Case=allative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-ptl----p3p | Numeral Type=ordinal Number=plural Case=allative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-p3d | Numeral Type=ordinal Number=plural Case=adessive Form=digit | 1 |  |
Mo-p3d------s | Numeral Type=ordinal Number=plural Case=adessive Form=digit Owned_Number=singular | 1 |  |
Mo-p3d------p | Numeral Type=ordinal Number=plural Case=adessive Form=digit Owned_Number=plural | 1 |  |
Mo-p3d----s1 | Numeral Type=ordinal Number=plural Case=adessive Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mo-p3d----s1s | Numeral Type=ordinal Number=plural Case=adessive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-p3d----s1p | Numeral Type=ordinal Number=plural Case=adessive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-p3d----s2 | Numeral Type=ordinal Number=plural Case=adessive Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mo-p3d----s2s | Numeral Type=ordinal Number=plural Case=adessive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-p3d----s2p | Numeral Type=ordinal Number=plural Case=adessive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-p3d----s3 | Numeral Type=ordinal Number=plural Case=adessive Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mo-p3d----s3s | Numeral Type=ordinal Number=plural Case=adessive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-p3d----s3p | Numeral Type=ordinal Number=plural Case=adessive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-p3d----p1 | Numeral Type=ordinal Number=plural Case=adessive Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mo-p3d----p1s | Numeral Type=ordinal Number=plural Case=adessive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-p3d----p1p | Numeral Type=ordinal Number=plural Case=adessive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-p3d----p2 | Numeral Type=ordinal Number=plural Case=adessive Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mo-p3d----p2s | Numeral Type=ordinal Number=plural Case=adessive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-p3d----p2p | Numeral Type=ordinal Number=plural Case=adessive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-p3d----p3 | Numeral Type=ordinal Number=plural Case=adessive Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mo-p3d----p3s | Numeral Type=ordinal Number=plural Case=adessive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-p3d----p3p | Numeral Type=ordinal Number=plural Case=adessive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-p3r | Numeral Type=ordinal Number=plural Case=adessive Form=roman | 1 |  |
Mo-p3r------s | Numeral Type=ordinal Number=plural Case=adessive Form=roman Owned_Number=singular | 1 |  |
Mo-p3r------p | Numeral Type=ordinal Number=plural Case=adessive Form=roman Owned_Number=plural | 1 |  |
Mo-p3r----s1 | Numeral Type=ordinal Number=plural Case=adessive Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mo-p3r----s1s | Numeral Type=ordinal Number=plural Case=adessive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-p3r----s1p | Numeral Type=ordinal Number=plural Case=adessive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-p3r----s2 | Numeral Type=ordinal Number=plural Case=adessive Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mo-p3r----s2s | Numeral Type=ordinal Number=plural Case=adessive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-p3r----s2p | Numeral Type=ordinal Number=plural Case=adessive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-p3r----s3 | Numeral Type=ordinal Number=plural Case=adessive Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mo-p3r----s3s | Numeral Type=ordinal Number=plural Case=adessive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-p3r----s3p | Numeral Type=ordinal Number=plural Case=adessive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-p3r----p1 | Numeral Type=ordinal Number=plural Case=adessive Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mo-p3r----p1s | Numeral Type=ordinal Number=plural Case=adessive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-p3r----p1p | Numeral Type=ordinal Number=plural Case=adessive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-p3r----p2 | Numeral Type=ordinal Number=plural Case=adessive Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mo-p3r----p2s | Numeral Type=ordinal Number=plural Case=adessive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-p3r----p2p | Numeral Type=ordinal Number=plural Case=adessive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-p3r----p3 | Numeral Type=ordinal Number=plural Case=adessive Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mo-p3r----p3s | Numeral Type=ordinal Number=plural Case=adessive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-p3r----p3p | Numeral Type=ordinal Number=plural Case=adessive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-p3l | Numeral Type=ordinal Number=plural Case=adessive Form=letter | 1 |  |
Mo-p3l------s | Numeral Type=ordinal Number=plural Case=adessive Form=letter Owned_Number=singular | 1 |  |
Mo-p3l------p | Numeral Type=ordinal Number=plural Case=adessive Form=letter Owned_Number=plural | 1 |  |
Mo-p3l----s1 | Numeral Type=ordinal Number=plural Case=adessive Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mo-p3l----s1s | Numeral Type=ordinal Number=plural Case=adessive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-p3l----s1p | Numeral Type=ordinal Number=plural Case=adessive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-p3l----s2 | Numeral Type=ordinal Number=plural Case=adessive Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mo-p3l----s2s | Numeral Type=ordinal Number=plural Case=adessive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-p3l----s2p | Numeral Type=ordinal Number=plural Case=adessive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-p3l----s3 | Numeral Type=ordinal Number=plural Case=adessive Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mo-p3l----s3s | Numeral Type=ordinal Number=plural Case=adessive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-p3l----s3p | Numeral Type=ordinal Number=plural Case=adessive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-p3l----p1 | Numeral Type=ordinal Number=plural Case=adessive Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mo-p3l----p1s | Numeral Type=ordinal Number=plural Case=adessive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-p3l----p1p | Numeral Type=ordinal Number=plural Case=adessive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-p3l----p2 | Numeral Type=ordinal Number=plural Case=adessive Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mo-p3l----p2s | Numeral Type=ordinal Number=plural Case=adessive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-p3l----p2p | Numeral Type=ordinal Number=plural Case=adessive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-p3l----p3 | Numeral Type=ordinal Number=plural Case=adessive Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mo-p3l----p3s | Numeral Type=ordinal Number=plural Case=adessive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-p3l----p3p | Numeral Type=ordinal Number=plural Case=adessive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pbd | Numeral Type=ordinal Number=plural Case=ablative Form=digit | 1 |  |
Mo-pbd------s | Numeral Type=ordinal Number=plural Case=ablative Form=digit Owned_Number=singular | 1 |  |
Mo-pbd------p | Numeral Type=ordinal Number=plural Case=ablative Form=digit Owned_Number=plural | 1 |  |
Mo-pbd----s1 | Numeral Type=ordinal Number=plural Case=ablative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mo-pbd----s1s | Numeral Type=ordinal Number=plural Case=ablative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pbd----s1p | Numeral Type=ordinal Number=plural Case=ablative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pbd----s2 | Numeral Type=ordinal Number=plural Case=ablative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mo-pbd----s2s | Numeral Type=ordinal Number=plural Case=ablative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pbd----s2p | Numeral Type=ordinal Number=plural Case=ablative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pbd----s3 | Numeral Type=ordinal Number=plural Case=ablative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mo-pbd----s3s | Numeral Type=ordinal Number=plural Case=ablative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pbd----s3p | Numeral Type=ordinal Number=plural Case=ablative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pbd----p1 | Numeral Type=ordinal Number=plural Case=ablative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mo-pbd----p1s | Numeral Type=ordinal Number=plural Case=ablative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pbd----p1p | Numeral Type=ordinal Number=plural Case=ablative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pbd----p2 | Numeral Type=ordinal Number=plural Case=ablative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mo-pbd----p2s | Numeral Type=ordinal Number=plural Case=ablative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pbd----p2p | Numeral Type=ordinal Number=plural Case=ablative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pbd----p3 | Numeral Type=ordinal Number=plural Case=ablative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mo-pbd----p3s | Numeral Type=ordinal Number=plural Case=ablative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pbd----p3p | Numeral Type=ordinal Number=plural Case=ablative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pbr | Numeral Type=ordinal Number=plural Case=ablative Form=roman | 1 |  |
Mo-pbr------s | Numeral Type=ordinal Number=plural Case=ablative Form=roman Owned_Number=singular | 1 |  |
Mo-pbr------p | Numeral Type=ordinal Number=plural Case=ablative Form=roman Owned_Number=plural | 1 |  |
Mo-pbr----s1 | Numeral Type=ordinal Number=plural Case=ablative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mo-pbr----s1s | Numeral Type=ordinal Number=plural Case=ablative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pbr----s1p | Numeral Type=ordinal Number=plural Case=ablative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pbr----s2 | Numeral Type=ordinal Number=plural Case=ablative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mo-pbr----s2s | Numeral Type=ordinal Number=plural Case=ablative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pbr----s2p | Numeral Type=ordinal Number=plural Case=ablative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pbr----s3 | Numeral Type=ordinal Number=plural Case=ablative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mo-pbr----s3s | Numeral Type=ordinal Number=plural Case=ablative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pbr----s3p | Numeral Type=ordinal Number=plural Case=ablative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pbr----p1 | Numeral Type=ordinal Number=plural Case=ablative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mo-pbr----p1s | Numeral Type=ordinal Number=plural Case=ablative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pbr----p1p | Numeral Type=ordinal Number=plural Case=ablative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pbr----p2 | Numeral Type=ordinal Number=plural Case=ablative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mo-pbr----p2s | Numeral Type=ordinal Number=plural Case=ablative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pbr----p2p | Numeral Type=ordinal Number=plural Case=ablative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pbr----p3 | Numeral Type=ordinal Number=plural Case=ablative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mo-pbr----p3s | Numeral Type=ordinal Number=plural Case=ablative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pbr----p3p | Numeral Type=ordinal Number=plural Case=ablative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pbl | Numeral Type=ordinal Number=plural Case=ablative Form=letter | 1 |  |
Mo-pbl------s | Numeral Type=ordinal Number=plural Case=ablative Form=letter Owned_Number=singular | 1 |  |
Mo-pbl------p | Numeral Type=ordinal Number=plural Case=ablative Form=letter Owned_Number=plural | 1 |  |
Mo-pbl----s1 | Numeral Type=ordinal Number=plural Case=ablative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mo-pbl----s1s | Numeral Type=ordinal Number=plural Case=ablative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pbl----s1p | Numeral Type=ordinal Number=plural Case=ablative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pbl----s2 | Numeral Type=ordinal Number=plural Case=ablative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mo-pbl----s2s | Numeral Type=ordinal Number=plural Case=ablative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pbl----s2p | Numeral Type=ordinal Number=plural Case=ablative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pbl----s3 | Numeral Type=ordinal Number=plural Case=ablative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mo-pbl----s3s | Numeral Type=ordinal Number=plural Case=ablative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pbl----s3p | Numeral Type=ordinal Number=plural Case=ablative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pbl----p1 | Numeral Type=ordinal Number=plural Case=ablative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mo-pbl----p1s | Numeral Type=ordinal Number=plural Case=ablative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pbl----p1p | Numeral Type=ordinal Number=plural Case=ablative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pbl----p2 | Numeral Type=ordinal Number=plural Case=ablative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mo-pbl----p2s | Numeral Type=ordinal Number=plural Case=ablative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pbl----p2p | Numeral Type=ordinal Number=plural Case=ablative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pbl----p3 | Numeral Type=ordinal Number=plural Case=ablative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mo-pbl----p3s | Numeral Type=ordinal Number=plural Case=ablative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pbl----p3p | Numeral Type=ordinal Number=plural Case=ablative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-p9d | Numeral Type=ordinal Number=plural Case=terminative Form=digit | 1 |  |
Mo-p9d------s | Numeral Type=ordinal Number=plural Case=terminative Form=digit Owned_Number=singular | 1 |  |
Mo-p9d------p | Numeral Type=ordinal Number=plural Case=terminative Form=digit Owned_Number=plural | 1 |  |
Mo-p9d----s1 | Numeral Type=ordinal Number=plural Case=terminative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mo-p9d----s1s | Numeral Type=ordinal Number=plural Case=terminative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-p9d----s1p | Numeral Type=ordinal Number=plural Case=terminative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-p9d----s2 | Numeral Type=ordinal Number=plural Case=terminative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mo-p9d----s2s | Numeral Type=ordinal Number=plural Case=terminative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-p9d----s2p | Numeral Type=ordinal Number=plural Case=terminative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-p9d----s3 | Numeral Type=ordinal Number=plural Case=terminative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mo-p9d----s3s | Numeral Type=ordinal Number=plural Case=terminative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-p9d----s3p | Numeral Type=ordinal Number=plural Case=terminative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-p9d----p1 | Numeral Type=ordinal Number=plural Case=terminative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mo-p9d----p1s | Numeral Type=ordinal Number=plural Case=terminative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-p9d----p1p | Numeral Type=ordinal Number=plural Case=terminative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-p9d----p2 | Numeral Type=ordinal Number=plural Case=terminative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mo-p9d----p2s | Numeral Type=ordinal Number=plural Case=terminative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-p9d----p2p | Numeral Type=ordinal Number=plural Case=terminative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-p9d----p3 | Numeral Type=ordinal Number=plural Case=terminative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mo-p9d----p3s | Numeral Type=ordinal Number=plural Case=terminative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-p9d----p3p | Numeral Type=ordinal Number=plural Case=terminative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-p9r | Numeral Type=ordinal Number=plural Case=terminative Form=roman | 1 |  |
Mo-p9r------s | Numeral Type=ordinal Number=plural Case=terminative Form=roman Owned_Number=singular | 1 |  |
Mo-p9r------p | Numeral Type=ordinal Number=plural Case=terminative Form=roman Owned_Number=plural | 1 |  |
Mo-p9r----s1 | Numeral Type=ordinal Number=plural Case=terminative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mo-p9r----s1s | Numeral Type=ordinal Number=plural Case=terminative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-p9r----s1p | Numeral Type=ordinal Number=plural Case=terminative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-p9r----s2 | Numeral Type=ordinal Number=plural Case=terminative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mo-p9r----s2s | Numeral Type=ordinal Number=plural Case=terminative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-p9r----s2p | Numeral Type=ordinal Number=plural Case=terminative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-p9r----s3 | Numeral Type=ordinal Number=plural Case=terminative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mo-p9r----s3s | Numeral Type=ordinal Number=plural Case=terminative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-p9r----s3p | Numeral Type=ordinal Number=plural Case=terminative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-p9r----p1 | Numeral Type=ordinal Number=plural Case=terminative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mo-p9r----p1s | Numeral Type=ordinal Number=plural Case=terminative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-p9r----p1p | Numeral Type=ordinal Number=plural Case=terminative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-p9r----p2 | Numeral Type=ordinal Number=plural Case=terminative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mo-p9r----p2s | Numeral Type=ordinal Number=plural Case=terminative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-p9r----p2p | Numeral Type=ordinal Number=plural Case=terminative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-p9r----p3 | Numeral Type=ordinal Number=plural Case=terminative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mo-p9r----p3s | Numeral Type=ordinal Number=plural Case=terminative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-p9r----p3p | Numeral Type=ordinal Number=plural Case=terminative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-p9l | Numeral Type=ordinal Number=plural Case=terminative Form=letter | 1 |  |
Mo-p9l------s | Numeral Type=ordinal Number=plural Case=terminative Form=letter Owned_Number=singular | 1 |  |
Mo-p9l------p | Numeral Type=ordinal Number=plural Case=terminative Form=letter Owned_Number=plural | 1 |  |
Mo-p9l----s1 | Numeral Type=ordinal Number=plural Case=terminative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mo-p9l----s1s | Numeral Type=ordinal Number=plural Case=terminative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-p9l----s1p | Numeral Type=ordinal Number=plural Case=terminative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-p9l----s2 | Numeral Type=ordinal Number=plural Case=terminative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mo-p9l----s2s | Numeral Type=ordinal Number=plural Case=terminative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-p9l----s2p | Numeral Type=ordinal Number=plural Case=terminative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-p9l----s3 | Numeral Type=ordinal Number=plural Case=terminative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mo-p9l----s3s | Numeral Type=ordinal Number=plural Case=terminative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-p9l----s3p | Numeral Type=ordinal Number=plural Case=terminative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-p9l----p1 | Numeral Type=ordinal Number=plural Case=terminative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mo-p9l----p1s | Numeral Type=ordinal Number=plural Case=terminative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-p9l----p1p | Numeral Type=ordinal Number=plural Case=terminative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-p9l----p2 | Numeral Type=ordinal Number=plural Case=terminative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mo-p9l----p2s | Numeral Type=ordinal Number=plural Case=terminative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-p9l----p2p | Numeral Type=ordinal Number=plural Case=terminative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-p9l----p3 | Numeral Type=ordinal Number=plural Case=terminative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mo-p9l----p3s | Numeral Type=ordinal Number=plural Case=terminative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-p9l----p3p | Numeral Type=ordinal Number=plural Case=terminative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pmd | Numeral Type=ordinal Number=plural Case=temporalis Form=digit | 1 |  |
Mo-pmd------s | Numeral Type=ordinal Number=plural Case=temporalis Form=digit Owned_Number=singular | 1 |  |
Mo-pmd------p | Numeral Type=ordinal Number=plural Case=temporalis Form=digit Owned_Number=plural | 1 |  |
Mo-pmd----s1 | Numeral Type=ordinal Number=plural Case=temporalis Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mo-pmd----s1s | Numeral Type=ordinal Number=plural Case=temporalis Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pmd----s1p | Numeral Type=ordinal Number=plural Case=temporalis Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pmd----s2 | Numeral Type=ordinal Number=plural Case=temporalis Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mo-pmd----s2s | Numeral Type=ordinal Number=plural Case=temporalis Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pmd----s2p | Numeral Type=ordinal Number=plural Case=temporalis Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pmd----s3 | Numeral Type=ordinal Number=plural Case=temporalis Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mo-pmd----s3s | Numeral Type=ordinal Number=plural Case=temporalis Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pmd----s3p | Numeral Type=ordinal Number=plural Case=temporalis Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pmd----p1 | Numeral Type=ordinal Number=plural Case=temporalis Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mo-pmd----p1s | Numeral Type=ordinal Number=plural Case=temporalis Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pmd----p1p | Numeral Type=ordinal Number=plural Case=temporalis Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pmd----p2 | Numeral Type=ordinal Number=plural Case=temporalis Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mo-pmd----p2s | Numeral Type=ordinal Number=plural Case=temporalis Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pmd----p2p | Numeral Type=ordinal Number=plural Case=temporalis Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pmd----p3 | Numeral Type=ordinal Number=plural Case=temporalis Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mo-pmd----p3s | Numeral Type=ordinal Number=plural Case=temporalis Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pmd----p3p | Numeral Type=ordinal Number=plural Case=temporalis Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pmr | Numeral Type=ordinal Number=plural Case=temporalis Form=roman | 1 |  |
Mo-pmr------s | Numeral Type=ordinal Number=plural Case=temporalis Form=roman Owned_Number=singular | 1 |  |
Mo-pmr------p | Numeral Type=ordinal Number=plural Case=temporalis Form=roman Owned_Number=plural | 1 |  |
Mo-pmr----s1 | Numeral Type=ordinal Number=plural Case=temporalis Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mo-pmr----s1s | Numeral Type=ordinal Number=plural Case=temporalis Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pmr----s1p | Numeral Type=ordinal Number=plural Case=temporalis Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pmr----s2 | Numeral Type=ordinal Number=plural Case=temporalis Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mo-pmr----s2s | Numeral Type=ordinal Number=plural Case=temporalis Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pmr----s2p | Numeral Type=ordinal Number=plural Case=temporalis Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pmr----s3 | Numeral Type=ordinal Number=plural Case=temporalis Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mo-pmr----s3s | Numeral Type=ordinal Number=plural Case=temporalis Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pmr----s3p | Numeral Type=ordinal Number=plural Case=temporalis Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pmr----p1 | Numeral Type=ordinal Number=plural Case=temporalis Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mo-pmr----p1s | Numeral Type=ordinal Number=plural Case=temporalis Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pmr----p1p | Numeral Type=ordinal Number=plural Case=temporalis Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pmr----p2 | Numeral Type=ordinal Number=plural Case=temporalis Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mo-pmr----p2s | Numeral Type=ordinal Number=plural Case=temporalis Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pmr----p2p | Numeral Type=ordinal Number=plural Case=temporalis Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pmr----p3 | Numeral Type=ordinal Number=plural Case=temporalis Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mo-pmr----p3s | Numeral Type=ordinal Number=plural Case=temporalis Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pmr----p3p | Numeral Type=ordinal Number=plural Case=temporalis Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pml | Numeral Type=ordinal Number=plural Case=temporalis Form=letter | 1 |  |
Mo-pml------s | Numeral Type=ordinal Number=plural Case=temporalis Form=letter Owned_Number=singular | 1 |  |
Mo-pml------p | Numeral Type=ordinal Number=plural Case=temporalis Form=letter Owned_Number=plural | 1 |  |
Mo-pml----s1 | Numeral Type=ordinal Number=plural Case=temporalis Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mo-pml----s1s | Numeral Type=ordinal Number=plural Case=temporalis Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pml----s1p | Numeral Type=ordinal Number=plural Case=temporalis Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pml----s2 | Numeral Type=ordinal Number=plural Case=temporalis Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mo-pml----s2s | Numeral Type=ordinal Number=plural Case=temporalis Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pml----s2p | Numeral Type=ordinal Number=plural Case=temporalis Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pml----s3 | Numeral Type=ordinal Number=plural Case=temporalis Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mo-pml----s3s | Numeral Type=ordinal Number=plural Case=temporalis Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pml----s3p | Numeral Type=ordinal Number=plural Case=temporalis Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pml----p1 | Numeral Type=ordinal Number=plural Case=temporalis Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mo-pml----p1s | Numeral Type=ordinal Number=plural Case=temporalis Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pml----p1p | Numeral Type=ordinal Number=plural Case=temporalis Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pml----p2 | Numeral Type=ordinal Number=plural Case=temporalis Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mo-pml----p2s | Numeral Type=ordinal Number=plural Case=temporalis Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pml----p2p | Numeral Type=ordinal Number=plural Case=temporalis Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pml----p3 | Numeral Type=ordinal Number=plural Case=temporalis Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mo-pml----p3s | Numeral Type=ordinal Number=plural Case=temporalis Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pml----p3p | Numeral Type=ordinal Number=plural Case=temporalis Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pcd | Numeral Type=ordinal Number=plural Case=causalis Form=digit | 1 |  |
Mo-pcd------s | Numeral Type=ordinal Number=plural Case=causalis Form=digit Owned_Number=singular | 1 |  |
Mo-pcd------p | Numeral Type=ordinal Number=plural Case=causalis Form=digit Owned_Number=plural | 1 |  |
Mo-pcd----s1 | Numeral Type=ordinal Number=plural Case=causalis Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mo-pcd----s1s | Numeral Type=ordinal Number=plural Case=causalis Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pcd----s1p | Numeral Type=ordinal Number=plural Case=causalis Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pcd----s2 | Numeral Type=ordinal Number=plural Case=causalis Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mo-pcd----s2s | Numeral Type=ordinal Number=plural Case=causalis Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pcd----s2p | Numeral Type=ordinal Number=plural Case=causalis Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pcd----s3 | Numeral Type=ordinal Number=plural Case=causalis Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mo-pcd----s3s | Numeral Type=ordinal Number=plural Case=causalis Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pcd----s3p | Numeral Type=ordinal Number=plural Case=causalis Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pcd----p1 | Numeral Type=ordinal Number=plural Case=causalis Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mo-pcd----p1s | Numeral Type=ordinal Number=plural Case=causalis Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pcd----p1p | Numeral Type=ordinal Number=plural Case=causalis Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pcd----p2 | Numeral Type=ordinal Number=plural Case=causalis Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mo-pcd----p2s | Numeral Type=ordinal Number=plural Case=causalis Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pcd----p2p | Numeral Type=ordinal Number=plural Case=causalis Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pcd----p3 | Numeral Type=ordinal Number=plural Case=causalis Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mo-pcd----p3s | Numeral Type=ordinal Number=plural Case=causalis Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pcd----p3p | Numeral Type=ordinal Number=plural Case=causalis Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pcr | Numeral Type=ordinal Number=plural Case=causalis Form=roman | 1 |  |
Mo-pcr------s | Numeral Type=ordinal Number=plural Case=causalis Form=roman Owned_Number=singular | 1 |  |
Mo-pcr------p | Numeral Type=ordinal Number=plural Case=causalis Form=roman Owned_Number=plural | 1 |  |
Mo-pcr----s1 | Numeral Type=ordinal Number=plural Case=causalis Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mo-pcr----s1s | Numeral Type=ordinal Number=plural Case=causalis Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pcr----s1p | Numeral Type=ordinal Number=plural Case=causalis Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pcr----s2 | Numeral Type=ordinal Number=plural Case=causalis Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mo-pcr----s2s | Numeral Type=ordinal Number=plural Case=causalis Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pcr----s2p | Numeral Type=ordinal Number=plural Case=causalis Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pcr----s3 | Numeral Type=ordinal Number=plural Case=causalis Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mo-pcr----s3s | Numeral Type=ordinal Number=plural Case=causalis Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pcr----s3p | Numeral Type=ordinal Number=plural Case=causalis Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pcr----p1 | Numeral Type=ordinal Number=plural Case=causalis Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mo-pcr----p1s | Numeral Type=ordinal Number=plural Case=causalis Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pcr----p1p | Numeral Type=ordinal Number=plural Case=causalis Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pcr----p2 | Numeral Type=ordinal Number=plural Case=causalis Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mo-pcr----p2s | Numeral Type=ordinal Number=plural Case=causalis Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pcr----p2p | Numeral Type=ordinal Number=plural Case=causalis Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pcr----p3 | Numeral Type=ordinal Number=plural Case=causalis Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mo-pcr----p3s | Numeral Type=ordinal Number=plural Case=causalis Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pcr----p3p | Numeral Type=ordinal Number=plural Case=causalis Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pcl | Numeral Type=ordinal Number=plural Case=causalis Form=letter | 1 |  |
Mo-pcl------s | Numeral Type=ordinal Number=plural Case=causalis Form=letter Owned_Number=singular | 1 |  |
Mo-pcl------p | Numeral Type=ordinal Number=plural Case=causalis Form=letter Owned_Number=plural | 1 |  |
Mo-pcl----s1 | Numeral Type=ordinal Number=plural Case=causalis Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mo-pcl----s1s | Numeral Type=ordinal Number=plural Case=causalis Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pcl----s1p | Numeral Type=ordinal Number=plural Case=causalis Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pcl----s2 | Numeral Type=ordinal Number=plural Case=causalis Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mo-pcl----s2s | Numeral Type=ordinal Number=plural Case=causalis Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pcl----s2p | Numeral Type=ordinal Number=plural Case=causalis Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pcl----s3 | Numeral Type=ordinal Number=plural Case=causalis Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mo-pcl----s3s | Numeral Type=ordinal Number=plural Case=causalis Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pcl----s3p | Numeral Type=ordinal Number=plural Case=causalis Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pcl----p1 | Numeral Type=ordinal Number=plural Case=causalis Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mo-pcl----p1s | Numeral Type=ordinal Number=plural Case=causalis Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pcl----p1p | Numeral Type=ordinal Number=plural Case=causalis Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pcl----p2 | Numeral Type=ordinal Number=plural Case=causalis Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mo-pcl----p2s | Numeral Type=ordinal Number=plural Case=causalis Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pcl----p2p | Numeral Type=ordinal Number=plural Case=causalis Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pcl----p3 | Numeral Type=ordinal Number=plural Case=causalis Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mo-pcl----p3s | Numeral Type=ordinal Number=plural Case=causalis Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pcl----p3p | Numeral Type=ordinal Number=plural Case=causalis Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-psd | Numeral Type=ordinal Number=plural Case=sublative Form=digit | 1 |  |
Mo-psd------s | Numeral Type=ordinal Number=plural Case=sublative Form=digit Owned_Number=singular | 1 |  |
Mo-psd------p | Numeral Type=ordinal Number=plural Case=sublative Form=digit Owned_Number=plural | 1 |  |
Mo-psd----s1 | Numeral Type=ordinal Number=plural Case=sublative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mo-psd----s1s | Numeral Type=ordinal Number=plural Case=sublative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-psd----s1p | Numeral Type=ordinal Number=plural Case=sublative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-psd----s2 | Numeral Type=ordinal Number=plural Case=sublative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mo-psd----s2s | Numeral Type=ordinal Number=plural Case=sublative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-psd----s2p | Numeral Type=ordinal Number=plural Case=sublative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-psd----s3 | Numeral Type=ordinal Number=plural Case=sublative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mo-psd----s3s | Numeral Type=ordinal Number=plural Case=sublative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-psd----s3p | Numeral Type=ordinal Number=plural Case=sublative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-psd----p1 | Numeral Type=ordinal Number=plural Case=sublative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mo-psd----p1s | Numeral Type=ordinal Number=plural Case=sublative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-psd----p1p | Numeral Type=ordinal Number=plural Case=sublative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-psd----p2 | Numeral Type=ordinal Number=plural Case=sublative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mo-psd----p2s | Numeral Type=ordinal Number=plural Case=sublative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-psd----p2p | Numeral Type=ordinal Number=plural Case=sublative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-psd----p3 | Numeral Type=ordinal Number=plural Case=sublative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mo-psd----p3s | Numeral Type=ordinal Number=plural Case=sublative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-psd----p3p | Numeral Type=ordinal Number=plural Case=sublative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-psr | Numeral Type=ordinal Number=plural Case=sublative Form=roman | 1 |  |
Mo-psr------s | Numeral Type=ordinal Number=plural Case=sublative Form=roman Owned_Number=singular | 1 |  |
Mo-psr------p | Numeral Type=ordinal Number=plural Case=sublative Form=roman Owned_Number=plural | 1 |  |
Mo-psr----s1 | Numeral Type=ordinal Number=plural Case=sublative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mo-psr----s1s | Numeral Type=ordinal Number=plural Case=sublative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-psr----s1p | Numeral Type=ordinal Number=plural Case=sublative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-psr----s2 | Numeral Type=ordinal Number=plural Case=sublative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mo-psr----s2s | Numeral Type=ordinal Number=plural Case=sublative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-psr----s2p | Numeral Type=ordinal Number=plural Case=sublative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-psr----s3 | Numeral Type=ordinal Number=plural Case=sublative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mo-psr----s3s | Numeral Type=ordinal Number=plural Case=sublative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-psr----s3p | Numeral Type=ordinal Number=plural Case=sublative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-psr----p1 | Numeral Type=ordinal Number=plural Case=sublative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mo-psr----p1s | Numeral Type=ordinal Number=plural Case=sublative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-psr----p1p | Numeral Type=ordinal Number=plural Case=sublative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-psr----p2 | Numeral Type=ordinal Number=plural Case=sublative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mo-psr----p2s | Numeral Type=ordinal Number=plural Case=sublative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-psr----p2p | Numeral Type=ordinal Number=plural Case=sublative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-psr----p3 | Numeral Type=ordinal Number=plural Case=sublative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mo-psr----p3s | Numeral Type=ordinal Number=plural Case=sublative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-psr----p3p | Numeral Type=ordinal Number=plural Case=sublative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-psl | Numeral Type=ordinal Number=plural Case=sublative Form=letter | 1 |  |
Mo-psl------s | Numeral Type=ordinal Number=plural Case=sublative Form=letter Owned_Number=singular | 1 |  |
Mo-psl------p | Numeral Type=ordinal Number=plural Case=sublative Form=letter Owned_Number=plural | 1 |  |
Mo-psl----s1 | Numeral Type=ordinal Number=plural Case=sublative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mo-psl----s1s | Numeral Type=ordinal Number=plural Case=sublative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-psl----s1p | Numeral Type=ordinal Number=plural Case=sublative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-psl----s2 | Numeral Type=ordinal Number=plural Case=sublative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mo-psl----s2s | Numeral Type=ordinal Number=plural Case=sublative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-psl----s2p | Numeral Type=ordinal Number=plural Case=sublative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-psl----s3 | Numeral Type=ordinal Number=plural Case=sublative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mo-psl----s3s | Numeral Type=ordinal Number=plural Case=sublative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-psl----s3p | Numeral Type=ordinal Number=plural Case=sublative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-psl----p1 | Numeral Type=ordinal Number=plural Case=sublative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mo-psl----p1s | Numeral Type=ordinal Number=plural Case=sublative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-psl----p1p | Numeral Type=ordinal Number=plural Case=sublative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-psl----p2 | Numeral Type=ordinal Number=plural Case=sublative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mo-psl----p2s | Numeral Type=ordinal Number=plural Case=sublative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-psl----p2p | Numeral Type=ordinal Number=plural Case=sublative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-psl----p3 | Numeral Type=ordinal Number=plural Case=sublative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mo-psl----p3s | Numeral Type=ordinal Number=plural Case=sublative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-psl----p3p | Numeral Type=ordinal Number=plural Case=sublative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-phd | Numeral Type=ordinal Number=plural Case=delative Form=digit | 1 |  |
Mo-phd------s | Numeral Type=ordinal Number=plural Case=delative Form=digit Owned_Number=singular | 1 |  |
Mo-phd------p | Numeral Type=ordinal Number=plural Case=delative Form=digit Owned_Number=plural | 1 |  |
Mo-phd----s1 | Numeral Type=ordinal Number=plural Case=delative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mo-phd----s1s | Numeral Type=ordinal Number=plural Case=delative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-phd----s1p | Numeral Type=ordinal Number=plural Case=delative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-phd----s2 | Numeral Type=ordinal Number=plural Case=delative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mo-phd----s2s | Numeral Type=ordinal Number=plural Case=delative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-phd----s2p | Numeral Type=ordinal Number=plural Case=delative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-phd----s3 | Numeral Type=ordinal Number=plural Case=delative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mo-phd----s3s | Numeral Type=ordinal Number=plural Case=delative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-phd----s3p | Numeral Type=ordinal Number=plural Case=delative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-phd----p1 | Numeral Type=ordinal Number=plural Case=delative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mo-phd----p1s | Numeral Type=ordinal Number=plural Case=delative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-phd----p1p | Numeral Type=ordinal Number=plural Case=delative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-phd----p2 | Numeral Type=ordinal Number=plural Case=delative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mo-phd----p2s | Numeral Type=ordinal Number=plural Case=delative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-phd----p2p | Numeral Type=ordinal Number=plural Case=delative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-phd----p3 | Numeral Type=ordinal Number=plural Case=delative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mo-phd----p3s | Numeral Type=ordinal Number=plural Case=delative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-phd----p3p | Numeral Type=ordinal Number=plural Case=delative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-phr | Numeral Type=ordinal Number=plural Case=delative Form=roman | 1 |  |
Mo-phr------s | Numeral Type=ordinal Number=plural Case=delative Form=roman Owned_Number=singular | 1 |  |
Mo-phr------p | Numeral Type=ordinal Number=plural Case=delative Form=roman Owned_Number=plural | 1 |  |
Mo-phr----s1 | Numeral Type=ordinal Number=plural Case=delative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mo-phr----s1s | Numeral Type=ordinal Number=plural Case=delative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-phr----s1p | Numeral Type=ordinal Number=plural Case=delative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-phr----s2 | Numeral Type=ordinal Number=plural Case=delative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mo-phr----s2s | Numeral Type=ordinal Number=plural Case=delative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-phr----s2p | Numeral Type=ordinal Number=plural Case=delative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-phr----s3 | Numeral Type=ordinal Number=plural Case=delative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mo-phr----s3s | Numeral Type=ordinal Number=plural Case=delative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-phr----s3p | Numeral Type=ordinal Number=plural Case=delative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-phr----p1 | Numeral Type=ordinal Number=plural Case=delative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mo-phr----p1s | Numeral Type=ordinal Number=plural Case=delative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-phr----p1p | Numeral Type=ordinal Number=plural Case=delative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-phr----p2 | Numeral Type=ordinal Number=plural Case=delative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mo-phr----p2s | Numeral Type=ordinal Number=plural Case=delative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-phr----p2p | Numeral Type=ordinal Number=plural Case=delative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-phr----p3 | Numeral Type=ordinal Number=plural Case=delative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mo-phr----p3s | Numeral Type=ordinal Number=plural Case=delative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-phr----p3p | Numeral Type=ordinal Number=plural Case=delative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-phl | Numeral Type=ordinal Number=plural Case=delative Form=letter | 1 |  |
Mo-phl------s | Numeral Type=ordinal Number=plural Case=delative Form=letter Owned_Number=singular | 1 |  |
Mo-phl------p | Numeral Type=ordinal Number=plural Case=delative Form=letter Owned_Number=plural | 1 |  |
Mo-phl----s1 | Numeral Type=ordinal Number=plural Case=delative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mo-phl----s1s | Numeral Type=ordinal Number=plural Case=delative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-phl----s1p | Numeral Type=ordinal Number=plural Case=delative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-phl----s2 | Numeral Type=ordinal Number=plural Case=delative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mo-phl----s2s | Numeral Type=ordinal Number=plural Case=delative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-phl----s2p | Numeral Type=ordinal Number=plural Case=delative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-phl----s3 | Numeral Type=ordinal Number=plural Case=delative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mo-phl----s3s | Numeral Type=ordinal Number=plural Case=delative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-phl----s3p | Numeral Type=ordinal Number=plural Case=delative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-phl----p1 | Numeral Type=ordinal Number=plural Case=delative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mo-phl----p1s | Numeral Type=ordinal Number=plural Case=delative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-phl----p1p | Numeral Type=ordinal Number=plural Case=delative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-phl----p2 | Numeral Type=ordinal Number=plural Case=delative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mo-phl----p2s | Numeral Type=ordinal Number=plural Case=delative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-phl----p2p | Numeral Type=ordinal Number=plural Case=delative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-phl----p3 | Numeral Type=ordinal Number=plural Case=delative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mo-phl----p3s | Numeral Type=ordinal Number=plural Case=delative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-phl----p3p | Numeral Type=ordinal Number=plural Case=delative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pqd | Numeral Type=ordinal Number=plural Case=sociative Form=digit | 1 |  |
Mo-pqd------s | Numeral Type=ordinal Number=plural Case=sociative Form=digit Owned_Number=singular | 1 |  |
Mo-pqd------p | Numeral Type=ordinal Number=plural Case=sociative Form=digit Owned_Number=plural | 1 |  |
Mo-pqd----s1 | Numeral Type=ordinal Number=plural Case=sociative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mo-pqd----s1s | Numeral Type=ordinal Number=plural Case=sociative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pqd----s1p | Numeral Type=ordinal Number=plural Case=sociative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pqd----s2 | Numeral Type=ordinal Number=plural Case=sociative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mo-pqd----s2s | Numeral Type=ordinal Number=plural Case=sociative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pqd----s2p | Numeral Type=ordinal Number=plural Case=sociative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pqd----s3 | Numeral Type=ordinal Number=plural Case=sociative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mo-pqd----s3s | Numeral Type=ordinal Number=plural Case=sociative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pqd----s3p | Numeral Type=ordinal Number=plural Case=sociative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pqd----p1 | Numeral Type=ordinal Number=plural Case=sociative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mo-pqd----p1s | Numeral Type=ordinal Number=plural Case=sociative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pqd----p1p | Numeral Type=ordinal Number=plural Case=sociative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pqd----p2 | Numeral Type=ordinal Number=plural Case=sociative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mo-pqd----p2s | Numeral Type=ordinal Number=plural Case=sociative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pqd----p2p | Numeral Type=ordinal Number=plural Case=sociative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pqd----p3 | Numeral Type=ordinal Number=plural Case=sociative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mo-pqd----p3s | Numeral Type=ordinal Number=plural Case=sociative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pqd----p3p | Numeral Type=ordinal Number=plural Case=sociative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pqr | Numeral Type=ordinal Number=plural Case=sociative Form=roman | 1 |  |
Mo-pqr------s | Numeral Type=ordinal Number=plural Case=sociative Form=roman Owned_Number=singular | 1 |  |
Mo-pqr------p | Numeral Type=ordinal Number=plural Case=sociative Form=roman Owned_Number=plural | 1 |  |
Mo-pqr----s1 | Numeral Type=ordinal Number=plural Case=sociative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mo-pqr----s1s | Numeral Type=ordinal Number=plural Case=sociative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pqr----s1p | Numeral Type=ordinal Number=plural Case=sociative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pqr----s2 | Numeral Type=ordinal Number=plural Case=sociative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mo-pqr----s2s | Numeral Type=ordinal Number=plural Case=sociative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pqr----s2p | Numeral Type=ordinal Number=plural Case=sociative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pqr----s3 | Numeral Type=ordinal Number=plural Case=sociative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mo-pqr----s3s | Numeral Type=ordinal Number=plural Case=sociative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pqr----s3p | Numeral Type=ordinal Number=plural Case=sociative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pqr----p1 | Numeral Type=ordinal Number=plural Case=sociative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mo-pqr----p1s | Numeral Type=ordinal Number=plural Case=sociative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pqr----p1p | Numeral Type=ordinal Number=plural Case=sociative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pqr----p2 | Numeral Type=ordinal Number=plural Case=sociative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mo-pqr----p2s | Numeral Type=ordinal Number=plural Case=sociative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pqr----p2p | Numeral Type=ordinal Number=plural Case=sociative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pqr----p3 | Numeral Type=ordinal Number=plural Case=sociative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mo-pqr----p3s | Numeral Type=ordinal Number=plural Case=sociative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pqr----p3p | Numeral Type=ordinal Number=plural Case=sociative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pql | Numeral Type=ordinal Number=plural Case=sociative Form=letter | 1 |  |
Mo-pql------s | Numeral Type=ordinal Number=plural Case=sociative Form=letter Owned_Number=singular | 1 |  |
Mo-pql------p | Numeral Type=ordinal Number=plural Case=sociative Form=letter Owned_Number=plural | 1 |  |
Mo-pql----s1 | Numeral Type=ordinal Number=plural Case=sociative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mo-pql----s1s | Numeral Type=ordinal Number=plural Case=sociative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pql----s1p | Numeral Type=ordinal Number=plural Case=sociative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pql----s2 | Numeral Type=ordinal Number=plural Case=sociative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mo-pql----s2s | Numeral Type=ordinal Number=plural Case=sociative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pql----s2p | Numeral Type=ordinal Number=plural Case=sociative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pql----s3 | Numeral Type=ordinal Number=plural Case=sociative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mo-pql----s3s | Numeral Type=ordinal Number=plural Case=sociative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pql----s3p | Numeral Type=ordinal Number=plural Case=sociative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pql----p1 | Numeral Type=ordinal Number=plural Case=sociative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mo-pql----p1s | Numeral Type=ordinal Number=plural Case=sociative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pql----p1p | Numeral Type=ordinal Number=plural Case=sociative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pql----p2 | Numeral Type=ordinal Number=plural Case=sociative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mo-pql----p2s | Numeral Type=ordinal Number=plural Case=sociative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pql----p2p | Numeral Type=ordinal Number=plural Case=sociative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pql----p3 | Numeral Type=ordinal Number=plural Case=sociative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mo-pql----p3s | Numeral Type=ordinal Number=plural Case=sociative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pql----p3p | Numeral Type=ordinal Number=plural Case=sociative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pyd | Numeral Type=ordinal Number=plural Case=factive Form=digit | 1 |  |
Mo-pyd------s | Numeral Type=ordinal Number=plural Case=factive Form=digit Owned_Number=singular | 1 |  |
Mo-pyd------p | Numeral Type=ordinal Number=plural Case=factive Form=digit Owned_Number=plural | 1 |  |
Mo-pyd----s1 | Numeral Type=ordinal Number=plural Case=factive Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mo-pyd----s1s | Numeral Type=ordinal Number=plural Case=factive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pyd----s1p | Numeral Type=ordinal Number=plural Case=factive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pyd----s2 | Numeral Type=ordinal Number=plural Case=factive Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mo-pyd----s2s | Numeral Type=ordinal Number=plural Case=factive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pyd----s2p | Numeral Type=ordinal Number=plural Case=factive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pyd----s3 | Numeral Type=ordinal Number=plural Case=factive Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mo-pyd----s3s | Numeral Type=ordinal Number=plural Case=factive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pyd----s3p | Numeral Type=ordinal Number=plural Case=factive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pyd----p1 | Numeral Type=ordinal Number=plural Case=factive Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mo-pyd----p1s | Numeral Type=ordinal Number=plural Case=factive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pyd----p1p | Numeral Type=ordinal Number=plural Case=factive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pyd----p2 | Numeral Type=ordinal Number=plural Case=factive Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mo-pyd----p2s | Numeral Type=ordinal Number=plural Case=factive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pyd----p2p | Numeral Type=ordinal Number=plural Case=factive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pyd----p3 | Numeral Type=ordinal Number=plural Case=factive Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mo-pyd----p3s | Numeral Type=ordinal Number=plural Case=factive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pyd----p3p | Numeral Type=ordinal Number=plural Case=factive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pyr | Numeral Type=ordinal Number=plural Case=factive Form=roman | 1 |  |
Mo-pyr------s | Numeral Type=ordinal Number=plural Case=factive Form=roman Owned_Number=singular | 1 |  |
Mo-pyr------p | Numeral Type=ordinal Number=plural Case=factive Form=roman Owned_Number=plural | 1 |  |
Mo-pyr----s1 | Numeral Type=ordinal Number=plural Case=factive Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mo-pyr----s1s | Numeral Type=ordinal Number=plural Case=factive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pyr----s1p | Numeral Type=ordinal Number=plural Case=factive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pyr----s2 | Numeral Type=ordinal Number=plural Case=factive Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mo-pyr----s2s | Numeral Type=ordinal Number=plural Case=factive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pyr----s2p | Numeral Type=ordinal Number=plural Case=factive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pyr----s3 | Numeral Type=ordinal Number=plural Case=factive Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mo-pyr----s3s | Numeral Type=ordinal Number=plural Case=factive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pyr----s3p | Numeral Type=ordinal Number=plural Case=factive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pyr----p1 | Numeral Type=ordinal Number=plural Case=factive Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mo-pyr----p1s | Numeral Type=ordinal Number=plural Case=factive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pyr----p1p | Numeral Type=ordinal Number=plural Case=factive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pyr----p2 | Numeral Type=ordinal Number=plural Case=factive Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mo-pyr----p2s | Numeral Type=ordinal Number=plural Case=factive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pyr----p2p | Numeral Type=ordinal Number=plural Case=factive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pyr----p3 | Numeral Type=ordinal Number=plural Case=factive Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mo-pyr----p3s | Numeral Type=ordinal Number=plural Case=factive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pyr----p3p | Numeral Type=ordinal Number=plural Case=factive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pyl | Numeral Type=ordinal Number=plural Case=factive Form=letter | 1 |  |
Mo-pyl------s | Numeral Type=ordinal Number=plural Case=factive Form=letter Owned_Number=singular | 1 |  |
Mo-pyl------p | Numeral Type=ordinal Number=plural Case=factive Form=letter Owned_Number=plural | 1 |  |
Mo-pyl----s1 | Numeral Type=ordinal Number=plural Case=factive Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mo-pyl----s1s | Numeral Type=ordinal Number=plural Case=factive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pyl----s1p | Numeral Type=ordinal Number=plural Case=factive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pyl----s2 | Numeral Type=ordinal Number=plural Case=factive Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mo-pyl----s2s | Numeral Type=ordinal Number=plural Case=factive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pyl----s2p | Numeral Type=ordinal Number=plural Case=factive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pyl----s3 | Numeral Type=ordinal Number=plural Case=factive Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mo-pyl----s3s | Numeral Type=ordinal Number=plural Case=factive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pyl----s3p | Numeral Type=ordinal Number=plural Case=factive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pyl----p1 | Numeral Type=ordinal Number=plural Case=factive Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mo-pyl----p1s | Numeral Type=ordinal Number=plural Case=factive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pyl----p1p | Numeral Type=ordinal Number=plural Case=factive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pyl----p2 | Numeral Type=ordinal Number=plural Case=factive Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mo-pyl----p2s | Numeral Type=ordinal Number=plural Case=factive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pyl----p2p | Numeral Type=ordinal Number=plural Case=factive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pyl----p3 | Numeral Type=ordinal Number=plural Case=factive Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mo-pyl----p3s | Numeral Type=ordinal Number=plural Case=factive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pyl----p3p | Numeral Type=ordinal Number=plural Case=factive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-ppd | Numeral Type=ordinal Number=plural Case=superessive Form=digit | 1 |  |
Mo-ppd------s | Numeral Type=ordinal Number=plural Case=superessive Form=digit Owned_Number=singular | 1 |  |
Mo-ppd------p | Numeral Type=ordinal Number=plural Case=superessive Form=digit Owned_Number=plural | 1 |  |
Mo-ppd----s1 | Numeral Type=ordinal Number=plural Case=superessive Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mo-ppd----s1s | Numeral Type=ordinal Number=plural Case=superessive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-ppd----s1p | Numeral Type=ordinal Number=plural Case=superessive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-ppd----s2 | Numeral Type=ordinal Number=plural Case=superessive Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mo-ppd----s2s | Numeral Type=ordinal Number=plural Case=superessive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-ppd----s2p | Numeral Type=ordinal Number=plural Case=superessive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-ppd----s3 | Numeral Type=ordinal Number=plural Case=superessive Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mo-ppd----s3s | Numeral Type=ordinal Number=plural Case=superessive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-ppd----s3p | Numeral Type=ordinal Number=plural Case=superessive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-ppd----p1 | Numeral Type=ordinal Number=plural Case=superessive Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mo-ppd----p1s | Numeral Type=ordinal Number=plural Case=superessive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-ppd----p1p | Numeral Type=ordinal Number=plural Case=superessive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-ppd----p2 | Numeral Type=ordinal Number=plural Case=superessive Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mo-ppd----p2s | Numeral Type=ordinal Number=plural Case=superessive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-ppd----p2p | Numeral Type=ordinal Number=plural Case=superessive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-ppd----p3 | Numeral Type=ordinal Number=plural Case=superessive Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mo-ppd----p3s | Numeral Type=ordinal Number=plural Case=superessive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-ppd----p3p | Numeral Type=ordinal Number=plural Case=superessive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-ppr | Numeral Type=ordinal Number=plural Case=superessive Form=roman | 1 |  |
Mo-ppr------s | Numeral Type=ordinal Number=plural Case=superessive Form=roman Owned_Number=singular | 1 |  |
Mo-ppr------p | Numeral Type=ordinal Number=plural Case=superessive Form=roman Owned_Number=plural | 1 |  |
Mo-ppr----s1 | Numeral Type=ordinal Number=plural Case=superessive Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mo-ppr----s1s | Numeral Type=ordinal Number=plural Case=superessive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-ppr----s1p | Numeral Type=ordinal Number=plural Case=superessive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-ppr----s2 | Numeral Type=ordinal Number=plural Case=superessive Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mo-ppr----s2s | Numeral Type=ordinal Number=plural Case=superessive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-ppr----s2p | Numeral Type=ordinal Number=plural Case=superessive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-ppr----s3 | Numeral Type=ordinal Number=plural Case=superessive Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mo-ppr----s3s | Numeral Type=ordinal Number=plural Case=superessive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-ppr----s3p | Numeral Type=ordinal Number=plural Case=superessive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-ppr----p1 | Numeral Type=ordinal Number=plural Case=superessive Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mo-ppr----p1s | Numeral Type=ordinal Number=plural Case=superessive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-ppr----p1p | Numeral Type=ordinal Number=plural Case=superessive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-ppr----p2 | Numeral Type=ordinal Number=plural Case=superessive Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mo-ppr----p2s | Numeral Type=ordinal Number=plural Case=superessive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-ppr----p2p | Numeral Type=ordinal Number=plural Case=superessive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-ppr----p3 | Numeral Type=ordinal Number=plural Case=superessive Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mo-ppr----p3s | Numeral Type=ordinal Number=plural Case=superessive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-ppr----p3p | Numeral Type=ordinal Number=plural Case=superessive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-ppl | Numeral Type=ordinal Number=plural Case=superessive Form=letter | 1 |  |
Mo-ppl------s | Numeral Type=ordinal Number=plural Case=superessive Form=letter Owned_Number=singular | 1 |  |
Mo-ppl------p | Numeral Type=ordinal Number=plural Case=superessive Form=letter Owned_Number=plural | 1 |  |
Mo-ppl----s1 | Numeral Type=ordinal Number=plural Case=superessive Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mo-ppl----s1s | Numeral Type=ordinal Number=plural Case=superessive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-ppl----s1p | Numeral Type=ordinal Number=plural Case=superessive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-ppl----s2 | Numeral Type=ordinal Number=plural Case=superessive Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mo-ppl----s2s | Numeral Type=ordinal Number=plural Case=superessive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-ppl----s2p | Numeral Type=ordinal Number=plural Case=superessive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-ppl----s3 | Numeral Type=ordinal Number=plural Case=superessive Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mo-ppl----s3s | Numeral Type=ordinal Number=plural Case=superessive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-ppl----s3p | Numeral Type=ordinal Number=plural Case=superessive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-ppl----p1 | Numeral Type=ordinal Number=plural Case=superessive Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mo-ppl----p1s | Numeral Type=ordinal Number=plural Case=superessive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-ppl----p1p | Numeral Type=ordinal Number=plural Case=superessive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-ppl----p2 | Numeral Type=ordinal Number=plural Case=superessive Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mo-ppl----p2s | Numeral Type=ordinal Number=plural Case=superessive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-ppl----p2p | Numeral Type=ordinal Number=plural Case=superessive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-ppl----p3 | Numeral Type=ordinal Number=plural Case=superessive Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mo-ppl----p3s | Numeral Type=ordinal Number=plural Case=superessive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-ppl----p3p | Numeral Type=ordinal Number=plural Case=superessive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pud | Numeral Type=ordinal Number=plural Case=distributive Form=digit | 1 |  |
Mo-pud------s | Numeral Type=ordinal Number=plural Case=distributive Form=digit Owned_Number=singular | 1 |  |
Mo-pud------p | Numeral Type=ordinal Number=plural Case=distributive Form=digit Owned_Number=plural | 1 |  |
Mo-pud----s1 | Numeral Type=ordinal Number=plural Case=distributive Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mo-pud----s1s | Numeral Type=ordinal Number=plural Case=distributive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pud----s1p | Numeral Type=ordinal Number=plural Case=distributive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pud----s2 | Numeral Type=ordinal Number=plural Case=distributive Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mo-pud----s2s | Numeral Type=ordinal Number=plural Case=distributive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pud----s2p | Numeral Type=ordinal Number=plural Case=distributive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pud----s3 | Numeral Type=ordinal Number=plural Case=distributive Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mo-pud----s3s | Numeral Type=ordinal Number=plural Case=distributive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pud----s3p | Numeral Type=ordinal Number=plural Case=distributive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pud----p1 | Numeral Type=ordinal Number=plural Case=distributive Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mo-pud----p1s | Numeral Type=ordinal Number=plural Case=distributive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pud----p1p | Numeral Type=ordinal Number=plural Case=distributive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pud----p2 | Numeral Type=ordinal Number=plural Case=distributive Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mo-pud----p2s | Numeral Type=ordinal Number=plural Case=distributive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pud----p2p | Numeral Type=ordinal Number=plural Case=distributive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pud----p3 | Numeral Type=ordinal Number=plural Case=distributive Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mo-pud----p3s | Numeral Type=ordinal Number=plural Case=distributive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pud----p3p | Numeral Type=ordinal Number=plural Case=distributive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pur | Numeral Type=ordinal Number=plural Case=distributive Form=roman | 1 |  |
Mo-pur------s | Numeral Type=ordinal Number=plural Case=distributive Form=roman Owned_Number=singular | 1 |  |
Mo-pur------p | Numeral Type=ordinal Number=plural Case=distributive Form=roman Owned_Number=plural | 1 |  |
Mo-pur----s1 | Numeral Type=ordinal Number=plural Case=distributive Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mo-pur----s1s | Numeral Type=ordinal Number=plural Case=distributive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pur----s1p | Numeral Type=ordinal Number=plural Case=distributive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pur----s2 | Numeral Type=ordinal Number=plural Case=distributive Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mo-pur----s2s | Numeral Type=ordinal Number=plural Case=distributive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pur----s2p | Numeral Type=ordinal Number=plural Case=distributive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pur----s3 | Numeral Type=ordinal Number=plural Case=distributive Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mo-pur----s3s | Numeral Type=ordinal Number=plural Case=distributive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pur----s3p | Numeral Type=ordinal Number=plural Case=distributive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pur----p1 | Numeral Type=ordinal Number=plural Case=distributive Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mo-pur----p1s | Numeral Type=ordinal Number=plural Case=distributive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pur----p1p | Numeral Type=ordinal Number=plural Case=distributive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pur----p2 | Numeral Type=ordinal Number=plural Case=distributive Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mo-pur----p2s | Numeral Type=ordinal Number=plural Case=distributive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pur----p2p | Numeral Type=ordinal Number=plural Case=distributive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pur----p3 | Numeral Type=ordinal Number=plural Case=distributive Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mo-pur----p3s | Numeral Type=ordinal Number=plural Case=distributive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pur----p3p | Numeral Type=ordinal Number=plural Case=distributive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pul | Numeral Type=ordinal Number=plural Case=distributive Form=letter | 1 |  |
Mo-pul------s | Numeral Type=ordinal Number=plural Case=distributive Form=letter Owned_Number=singular | 1 |  |
Mo-pul------p | Numeral Type=ordinal Number=plural Case=distributive Form=letter Owned_Number=plural | 1 |  |
Mo-pul----s1 | Numeral Type=ordinal Number=plural Case=distributive Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mo-pul----s1s | Numeral Type=ordinal Number=plural Case=distributive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pul----s1p | Numeral Type=ordinal Number=plural Case=distributive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pul----s2 | Numeral Type=ordinal Number=plural Case=distributive Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mo-pul----s2s | Numeral Type=ordinal Number=plural Case=distributive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pul----s2p | Numeral Type=ordinal Number=plural Case=distributive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pul----s3 | Numeral Type=ordinal Number=plural Case=distributive Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mo-pul----s3s | Numeral Type=ordinal Number=plural Case=distributive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pul----s3p | Numeral Type=ordinal Number=plural Case=distributive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pul----p1 | Numeral Type=ordinal Number=plural Case=distributive Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mo-pul----p1s | Numeral Type=ordinal Number=plural Case=distributive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pul----p1p | Numeral Type=ordinal Number=plural Case=distributive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pul----p2 | Numeral Type=ordinal Number=plural Case=distributive Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mo-pul----p2s | Numeral Type=ordinal Number=plural Case=distributive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pul----p2p | Numeral Type=ordinal Number=plural Case=distributive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pul----p3 | Numeral Type=ordinal Number=plural Case=distributive Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mo-pul----p3s | Numeral Type=ordinal Number=plural Case=distributive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pul----p3p | Numeral Type=ordinal Number=plural Case=distributive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pfd | Numeral Type=ordinal Number=plural Case=essive-formal Form=digit | 1 |  |
Mo-pfd------s | Numeral Type=ordinal Number=plural Case=essive-formal Form=digit Owned_Number=singular | 1 |  |
Mo-pfd------p | Numeral Type=ordinal Number=plural Case=essive-formal Form=digit Owned_Number=plural | 1 |  |
Mo-pfd----s1 | Numeral Type=ordinal Number=plural Case=essive-formal Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mo-pfd----s1s | Numeral Type=ordinal Number=plural Case=essive-formal Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pfd----s1p | Numeral Type=ordinal Number=plural Case=essive-formal Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pfd----s2 | Numeral Type=ordinal Number=plural Case=essive-formal Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mo-pfd----s2s | Numeral Type=ordinal Number=plural Case=essive-formal Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pfd----s2p | Numeral Type=ordinal Number=plural Case=essive-formal Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pfd----s3 | Numeral Type=ordinal Number=plural Case=essive-formal Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mo-pfd----s3s | Numeral Type=ordinal Number=plural Case=essive-formal Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pfd----s3p | Numeral Type=ordinal Number=plural Case=essive-formal Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pfd----p1 | Numeral Type=ordinal Number=plural Case=essive-formal Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mo-pfd----p1s | Numeral Type=ordinal Number=plural Case=essive-formal Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pfd----p1p | Numeral Type=ordinal Number=plural Case=essive-formal Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pfd----p2 | Numeral Type=ordinal Number=plural Case=essive-formal Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mo-pfd----p2s | Numeral Type=ordinal Number=plural Case=essive-formal Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pfd----p2p | Numeral Type=ordinal Number=plural Case=essive-formal Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pfd----p3 | Numeral Type=ordinal Number=plural Case=essive-formal Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mo-pfd----p3s | Numeral Type=ordinal Number=plural Case=essive-formal Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pfd----p3p | Numeral Type=ordinal Number=plural Case=essive-formal Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pfr | Numeral Type=ordinal Number=plural Case=essive-formal Form=roman | 1 |  |
Mo-pfr------s | Numeral Type=ordinal Number=plural Case=essive-formal Form=roman Owned_Number=singular | 1 |  |
Mo-pfr------p | Numeral Type=ordinal Number=plural Case=essive-formal Form=roman Owned_Number=plural | 1 |  |
Mo-pfr----s1 | Numeral Type=ordinal Number=plural Case=essive-formal Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mo-pfr----s1s | Numeral Type=ordinal Number=plural Case=essive-formal Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pfr----s1p | Numeral Type=ordinal Number=plural Case=essive-formal Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pfr----s2 | Numeral Type=ordinal Number=plural Case=essive-formal Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mo-pfr----s2s | Numeral Type=ordinal Number=plural Case=essive-formal Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pfr----s2p | Numeral Type=ordinal Number=plural Case=essive-formal Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pfr----s3 | Numeral Type=ordinal Number=plural Case=essive-formal Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mo-pfr----s3s | Numeral Type=ordinal Number=plural Case=essive-formal Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pfr----s3p | Numeral Type=ordinal Number=plural Case=essive-formal Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pfr----p1 | Numeral Type=ordinal Number=plural Case=essive-formal Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mo-pfr----p1s | Numeral Type=ordinal Number=plural Case=essive-formal Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pfr----p1p | Numeral Type=ordinal Number=plural Case=essive-formal Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pfr----p2 | Numeral Type=ordinal Number=plural Case=essive-formal Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mo-pfr----p2s | Numeral Type=ordinal Number=plural Case=essive-formal Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pfr----p2p | Numeral Type=ordinal Number=plural Case=essive-formal Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pfr----p3 | Numeral Type=ordinal Number=plural Case=essive-formal Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mo-pfr----p3s | Numeral Type=ordinal Number=plural Case=essive-formal Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pfr----p3p | Numeral Type=ordinal Number=plural Case=essive-formal Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pfl | Numeral Type=ordinal Number=plural Case=essive-formal Form=letter | 1 |  |
Mo-pfl------s | Numeral Type=ordinal Number=plural Case=essive-formal Form=letter Owned_Number=singular | 1 |  |
Mo-pfl------p | Numeral Type=ordinal Number=plural Case=essive-formal Form=letter Owned_Number=plural | 1 |  |
Mo-pfl----s1 | Numeral Type=ordinal Number=plural Case=essive-formal Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mo-pfl----s1s | Numeral Type=ordinal Number=plural Case=essive-formal Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pfl----s1p | Numeral Type=ordinal Number=plural Case=essive-formal Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pfl----s2 | Numeral Type=ordinal Number=plural Case=essive-formal Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mo-pfl----s2s | Numeral Type=ordinal Number=plural Case=essive-formal Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pfl----s2p | Numeral Type=ordinal Number=plural Case=essive-formal Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pfl----s3 | Numeral Type=ordinal Number=plural Case=essive-formal Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mo-pfl----s3s | Numeral Type=ordinal Number=plural Case=essive-formal Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pfl----s3p | Numeral Type=ordinal Number=plural Case=essive-formal Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pfl----p1 | Numeral Type=ordinal Number=plural Case=essive-formal Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mo-pfl----p1s | Numeral Type=ordinal Number=plural Case=essive-formal Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pfl----p1p | Numeral Type=ordinal Number=plural Case=essive-formal Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pfl----p2 | Numeral Type=ordinal Number=plural Case=essive-formal Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mo-pfl----p2s | Numeral Type=ordinal Number=plural Case=essive-formal Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pfl----p2p | Numeral Type=ordinal Number=plural Case=essive-formal Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pfl----p3 | Numeral Type=ordinal Number=plural Case=essive-formal Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mo-pfl----p3s | Numeral Type=ordinal Number=plural Case=essive-formal Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pfl----p3p | Numeral Type=ordinal Number=plural Case=essive-formal Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-snd | Numeral Type=fractal Number=singular Case=nominative Form=digit | 1 |  |
Mf-snd------s | Numeral Type=fractal Number=singular Case=nominative Form=digit Owned_Number=singular | 1 |  |
Mf-snd------p | Numeral Type=fractal Number=singular Case=nominative Form=digit Owned_Number=plural | 1 |  |
Mf-snd----s1 | Numeral Type=fractal Number=singular Case=nominative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mf-snd----s1s | Numeral Type=fractal Number=singular Case=nominative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-snd----s1p | Numeral Type=fractal Number=singular Case=nominative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-snd----s2 | Numeral Type=fractal Number=singular Case=nominative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mf-snd----s2s | Numeral Type=fractal Number=singular Case=nominative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-snd----s2p | Numeral Type=fractal Number=singular Case=nominative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-snd----s3 | Numeral Type=fractal Number=singular Case=nominative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mf-snd----s3s | Numeral Type=fractal Number=singular Case=nominative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-snd----s3p | Numeral Type=fractal Number=singular Case=nominative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-snd----p1 | Numeral Type=fractal Number=singular Case=nominative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mf-snd----p1s | Numeral Type=fractal Number=singular Case=nominative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-snd----p1p | Numeral Type=fractal Number=singular Case=nominative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-snd----p2 | Numeral Type=fractal Number=singular Case=nominative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mf-snd----p2s | Numeral Type=fractal Number=singular Case=nominative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-snd----p2p | Numeral Type=fractal Number=singular Case=nominative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-snd----p3 | Numeral Type=fractal Number=singular Case=nominative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mf-snd----p3s | Numeral Type=fractal Number=singular Case=nominative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-snd----p3p | Numeral Type=fractal Number=singular Case=nominative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-snr | Numeral Type=fractal Number=singular Case=nominative Form=roman | 1 |  |
Mf-snr------s | Numeral Type=fractal Number=singular Case=nominative Form=roman Owned_Number=singular | 1 |  |
Mf-snr------p | Numeral Type=fractal Number=singular Case=nominative Form=roman Owned_Number=plural | 1 |  |
Mf-snr----s1 | Numeral Type=fractal Number=singular Case=nominative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mf-snr----s1s | Numeral Type=fractal Number=singular Case=nominative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-snr----s1p | Numeral Type=fractal Number=singular Case=nominative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-snr----s2 | Numeral Type=fractal Number=singular Case=nominative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mf-snr----s2s | Numeral Type=fractal Number=singular Case=nominative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-snr----s2p | Numeral Type=fractal Number=singular Case=nominative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-snr----s3 | Numeral Type=fractal Number=singular Case=nominative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mf-snr----s3s | Numeral Type=fractal Number=singular Case=nominative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-snr----s3p | Numeral Type=fractal Number=singular Case=nominative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-snr----p1 | Numeral Type=fractal Number=singular Case=nominative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mf-snr----p1s | Numeral Type=fractal Number=singular Case=nominative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-snr----p1p | Numeral Type=fractal Number=singular Case=nominative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-snr----p2 | Numeral Type=fractal Number=singular Case=nominative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mf-snr----p2s | Numeral Type=fractal Number=singular Case=nominative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-snr----p2p | Numeral Type=fractal Number=singular Case=nominative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-snr----p3 | Numeral Type=fractal Number=singular Case=nominative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mf-snr----p3s | Numeral Type=fractal Number=singular Case=nominative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-snr----p3p | Numeral Type=fractal Number=singular Case=nominative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-snl | Numeral Type=fractal Number=singular Case=nominative Form=letter | 1 |  |
Mf-snl------s | Numeral Type=fractal Number=singular Case=nominative Form=letter Owned_Number=singular | 1 |  |
Mf-snl------p | Numeral Type=fractal Number=singular Case=nominative Form=letter Owned_Number=plural | 1 |  |
Mf-snl----s1 | Numeral Type=fractal Number=singular Case=nominative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mf-snl----s1s | Numeral Type=fractal Number=singular Case=nominative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-snl----s1p | Numeral Type=fractal Number=singular Case=nominative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-snl----s2 | Numeral Type=fractal Number=singular Case=nominative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mf-snl----s2s | Numeral Type=fractal Number=singular Case=nominative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-snl----s2p | Numeral Type=fractal Number=singular Case=nominative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-snl----s3 | Numeral Type=fractal Number=singular Case=nominative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mf-snl----s3s | Numeral Type=fractal Number=singular Case=nominative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-snl----s3p | Numeral Type=fractal Number=singular Case=nominative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-snl----p1 | Numeral Type=fractal Number=singular Case=nominative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mf-snl----p1s | Numeral Type=fractal Number=singular Case=nominative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-snl----p1p | Numeral Type=fractal Number=singular Case=nominative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-snl----p2 | Numeral Type=fractal Number=singular Case=nominative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mf-snl----p2s | Numeral Type=fractal Number=singular Case=nominative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-snl----p2p | Numeral Type=fractal Number=singular Case=nominative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-snl----p3 | Numeral Type=fractal Number=singular Case=nominative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mf-snl----p3s | Numeral Type=fractal Number=singular Case=nominative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-snl----p3p | Numeral Type=fractal Number=singular Case=nominative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sgd | Numeral Type=fractal Number=singular Case=genitive Form=digit | 1 |  |
Mf-sgd------s | Numeral Type=fractal Number=singular Case=genitive Form=digit Owned_Number=singular | 1 |  |
Mf-sgd------p | Numeral Type=fractal Number=singular Case=genitive Form=digit Owned_Number=plural | 1 |  |
Mf-sgd----s1 | Numeral Type=fractal Number=singular Case=genitive Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mf-sgd----s1s | Numeral Type=fractal Number=singular Case=genitive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sgd----s1p | Numeral Type=fractal Number=singular Case=genitive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sgd----s2 | Numeral Type=fractal Number=singular Case=genitive Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mf-sgd----s2s | Numeral Type=fractal Number=singular Case=genitive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sgd----s2p | Numeral Type=fractal Number=singular Case=genitive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sgd----s3 | Numeral Type=fractal Number=singular Case=genitive Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mf-sgd----s3s | Numeral Type=fractal Number=singular Case=genitive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sgd----s3p | Numeral Type=fractal Number=singular Case=genitive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sgd----p1 | Numeral Type=fractal Number=singular Case=genitive Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mf-sgd----p1s | Numeral Type=fractal Number=singular Case=genitive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sgd----p1p | Numeral Type=fractal Number=singular Case=genitive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sgd----p2 | Numeral Type=fractal Number=singular Case=genitive Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mf-sgd----p2s | Numeral Type=fractal Number=singular Case=genitive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sgd----p2p | Numeral Type=fractal Number=singular Case=genitive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sgd----p3 | Numeral Type=fractal Number=singular Case=genitive Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mf-sgd----p3s | Numeral Type=fractal Number=singular Case=genitive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sgd----p3p | Numeral Type=fractal Number=singular Case=genitive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sgr | Numeral Type=fractal Number=singular Case=genitive Form=roman | 1 |  |
Mf-sgr------s | Numeral Type=fractal Number=singular Case=genitive Form=roman Owned_Number=singular | 1 |  |
Mf-sgr------p | Numeral Type=fractal Number=singular Case=genitive Form=roman Owned_Number=plural | 1 |  |
Mf-sgr----s1 | Numeral Type=fractal Number=singular Case=genitive Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mf-sgr----s1s | Numeral Type=fractal Number=singular Case=genitive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sgr----s1p | Numeral Type=fractal Number=singular Case=genitive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sgr----s2 | Numeral Type=fractal Number=singular Case=genitive Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mf-sgr----s2s | Numeral Type=fractal Number=singular Case=genitive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sgr----s2p | Numeral Type=fractal Number=singular Case=genitive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sgr----s3 | Numeral Type=fractal Number=singular Case=genitive Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mf-sgr----s3s | Numeral Type=fractal Number=singular Case=genitive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sgr----s3p | Numeral Type=fractal Number=singular Case=genitive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sgr----p1 | Numeral Type=fractal Number=singular Case=genitive Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mf-sgr----p1s | Numeral Type=fractal Number=singular Case=genitive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sgr----p1p | Numeral Type=fractal Number=singular Case=genitive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sgr----p2 | Numeral Type=fractal Number=singular Case=genitive Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mf-sgr----p2s | Numeral Type=fractal Number=singular Case=genitive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sgr----p2p | Numeral Type=fractal Number=singular Case=genitive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sgr----p3 | Numeral Type=fractal Number=singular Case=genitive Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mf-sgr----p3s | Numeral Type=fractal Number=singular Case=genitive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sgr----p3p | Numeral Type=fractal Number=singular Case=genitive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sgl | Numeral Type=fractal Number=singular Case=genitive Form=letter | 1 |  |
Mf-sgl------s | Numeral Type=fractal Number=singular Case=genitive Form=letter Owned_Number=singular | 1 |  |
Mf-sgl------p | Numeral Type=fractal Number=singular Case=genitive Form=letter Owned_Number=plural | 1 |  |
Mf-sgl----s1 | Numeral Type=fractal Number=singular Case=genitive Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mf-sgl----s1s | Numeral Type=fractal Number=singular Case=genitive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sgl----s1p | Numeral Type=fractal Number=singular Case=genitive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sgl----s2 | Numeral Type=fractal Number=singular Case=genitive Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mf-sgl----s2s | Numeral Type=fractal Number=singular Case=genitive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sgl----s2p | Numeral Type=fractal Number=singular Case=genitive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sgl----s3 | Numeral Type=fractal Number=singular Case=genitive Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mf-sgl----s3s | Numeral Type=fractal Number=singular Case=genitive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sgl----s3p | Numeral Type=fractal Number=singular Case=genitive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sgl----p1 | Numeral Type=fractal Number=singular Case=genitive Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mf-sgl----p1s | Numeral Type=fractal Number=singular Case=genitive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sgl----p1p | Numeral Type=fractal Number=singular Case=genitive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sgl----p2 | Numeral Type=fractal Number=singular Case=genitive Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mf-sgl----p2s | Numeral Type=fractal Number=singular Case=genitive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sgl----p2p | Numeral Type=fractal Number=singular Case=genitive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sgl----p3 | Numeral Type=fractal Number=singular Case=genitive Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mf-sgl----p3s | Numeral Type=fractal Number=singular Case=genitive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sgl----p3p | Numeral Type=fractal Number=singular Case=genitive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sdd | Numeral Type=fractal Number=singular Case=dative Form=digit | 1 |  |
Mf-sdd------s | Numeral Type=fractal Number=singular Case=dative Form=digit Owned_Number=singular | 1 |  |
Mf-sdd------p | Numeral Type=fractal Number=singular Case=dative Form=digit Owned_Number=plural | 1 |  |
Mf-sdd----s1 | Numeral Type=fractal Number=singular Case=dative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mf-sdd----s1s | Numeral Type=fractal Number=singular Case=dative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sdd----s1p | Numeral Type=fractal Number=singular Case=dative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sdd----s2 | Numeral Type=fractal Number=singular Case=dative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mf-sdd----s2s | Numeral Type=fractal Number=singular Case=dative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sdd----s2p | Numeral Type=fractal Number=singular Case=dative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sdd----s3 | Numeral Type=fractal Number=singular Case=dative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mf-sdd----s3s | Numeral Type=fractal Number=singular Case=dative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sdd----s3p | Numeral Type=fractal Number=singular Case=dative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sdd----p1 | Numeral Type=fractal Number=singular Case=dative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mf-sdd----p1s | Numeral Type=fractal Number=singular Case=dative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sdd----p1p | Numeral Type=fractal Number=singular Case=dative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sdd----p2 | Numeral Type=fractal Number=singular Case=dative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mf-sdd----p2s | Numeral Type=fractal Number=singular Case=dative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sdd----p2p | Numeral Type=fractal Number=singular Case=dative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sdd----p3 | Numeral Type=fractal Number=singular Case=dative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mf-sdd----p3s | Numeral Type=fractal Number=singular Case=dative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sdd----p3p | Numeral Type=fractal Number=singular Case=dative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sdr | Numeral Type=fractal Number=singular Case=dative Form=roman | 1 |  |
Mf-sdr------s | Numeral Type=fractal Number=singular Case=dative Form=roman Owned_Number=singular | 1 |  |
Mf-sdr------p | Numeral Type=fractal Number=singular Case=dative Form=roman Owned_Number=plural | 1 |  |
Mf-sdr----s1 | Numeral Type=fractal Number=singular Case=dative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mf-sdr----s1s | Numeral Type=fractal Number=singular Case=dative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sdr----s1p | Numeral Type=fractal Number=singular Case=dative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sdr----s2 | Numeral Type=fractal Number=singular Case=dative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mf-sdr----s2s | Numeral Type=fractal Number=singular Case=dative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sdr----s2p | Numeral Type=fractal Number=singular Case=dative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sdr----s3 | Numeral Type=fractal Number=singular Case=dative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mf-sdr----s3s | Numeral Type=fractal Number=singular Case=dative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sdr----s3p | Numeral Type=fractal Number=singular Case=dative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sdr----p1 | Numeral Type=fractal Number=singular Case=dative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mf-sdr----p1s | Numeral Type=fractal Number=singular Case=dative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sdr----p1p | Numeral Type=fractal Number=singular Case=dative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sdr----p2 | Numeral Type=fractal Number=singular Case=dative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mf-sdr----p2s | Numeral Type=fractal Number=singular Case=dative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sdr----p2p | Numeral Type=fractal Number=singular Case=dative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sdr----p3 | Numeral Type=fractal Number=singular Case=dative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mf-sdr----p3s | Numeral Type=fractal Number=singular Case=dative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sdr----p3p | Numeral Type=fractal Number=singular Case=dative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sdl | Numeral Type=fractal Number=singular Case=dative Form=letter | 1 |  |
Mf-sdl------s | Numeral Type=fractal Number=singular Case=dative Form=letter Owned_Number=singular | 1 |  |
Mf-sdl------p | Numeral Type=fractal Number=singular Case=dative Form=letter Owned_Number=plural | 1 |  |
Mf-sdl----s1 | Numeral Type=fractal Number=singular Case=dative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mf-sdl----s1s | Numeral Type=fractal Number=singular Case=dative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sdl----s1p | Numeral Type=fractal Number=singular Case=dative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sdl----s2 | Numeral Type=fractal Number=singular Case=dative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mf-sdl----s2s | Numeral Type=fractal Number=singular Case=dative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sdl----s2p | Numeral Type=fractal Number=singular Case=dative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sdl----s3 | Numeral Type=fractal Number=singular Case=dative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mf-sdl----s3s | Numeral Type=fractal Number=singular Case=dative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sdl----s3p | Numeral Type=fractal Number=singular Case=dative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sdl----p1 | Numeral Type=fractal Number=singular Case=dative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mf-sdl----p1s | Numeral Type=fractal Number=singular Case=dative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sdl----p1p | Numeral Type=fractal Number=singular Case=dative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sdl----p2 | Numeral Type=fractal Number=singular Case=dative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mf-sdl----p2s | Numeral Type=fractal Number=singular Case=dative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sdl----p2p | Numeral Type=fractal Number=singular Case=dative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sdl----p3 | Numeral Type=fractal Number=singular Case=dative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mf-sdl----p3s | Numeral Type=fractal Number=singular Case=dative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sdl----p3p | Numeral Type=fractal Number=singular Case=dative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sad | Numeral Type=fractal Number=singular Case=accusative Form=digit | 1 |  |
Mf-sad------s | Numeral Type=fractal Number=singular Case=accusative Form=digit Owned_Number=singular | 1 |  |
Mf-sad------p | Numeral Type=fractal Number=singular Case=accusative Form=digit Owned_Number=plural | 1 |  |
Mf-sad----s1 | Numeral Type=fractal Number=singular Case=accusative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mf-sad----s1s | Numeral Type=fractal Number=singular Case=accusative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sad----s1p | Numeral Type=fractal Number=singular Case=accusative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sad----s2 | Numeral Type=fractal Number=singular Case=accusative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mf-sad----s2s | Numeral Type=fractal Number=singular Case=accusative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sad----s2p | Numeral Type=fractal Number=singular Case=accusative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sad----s3 | Numeral Type=fractal Number=singular Case=accusative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mf-sad----s3s | Numeral Type=fractal Number=singular Case=accusative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sad----s3p | Numeral Type=fractal Number=singular Case=accusative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sad----p1 | Numeral Type=fractal Number=singular Case=accusative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mf-sad----p1s | Numeral Type=fractal Number=singular Case=accusative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sad----p1p | Numeral Type=fractal Number=singular Case=accusative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sad----p2 | Numeral Type=fractal Number=singular Case=accusative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mf-sad----p2s | Numeral Type=fractal Number=singular Case=accusative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sad----p2p | Numeral Type=fractal Number=singular Case=accusative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sad----p3 | Numeral Type=fractal Number=singular Case=accusative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mf-sad----p3s | Numeral Type=fractal Number=singular Case=accusative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sad----p3p | Numeral Type=fractal Number=singular Case=accusative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sar | Numeral Type=fractal Number=singular Case=accusative Form=roman | 1 |  |
Mf-sar------s | Numeral Type=fractal Number=singular Case=accusative Form=roman Owned_Number=singular | 1 |  |
Mf-sar------p | Numeral Type=fractal Number=singular Case=accusative Form=roman Owned_Number=plural | 1 |  |
Mf-sar----s1 | Numeral Type=fractal Number=singular Case=accusative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mf-sar----s1s | Numeral Type=fractal Number=singular Case=accusative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sar----s1p | Numeral Type=fractal Number=singular Case=accusative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sar----s2 | Numeral Type=fractal Number=singular Case=accusative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mf-sar----s2s | Numeral Type=fractal Number=singular Case=accusative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sar----s2p | Numeral Type=fractal Number=singular Case=accusative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sar----s3 | Numeral Type=fractal Number=singular Case=accusative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mf-sar----s3s | Numeral Type=fractal Number=singular Case=accusative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sar----s3p | Numeral Type=fractal Number=singular Case=accusative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sar----p1 | Numeral Type=fractal Number=singular Case=accusative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mf-sar----p1s | Numeral Type=fractal Number=singular Case=accusative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sar----p1p | Numeral Type=fractal Number=singular Case=accusative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sar----p2 | Numeral Type=fractal Number=singular Case=accusative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mf-sar----p2s | Numeral Type=fractal Number=singular Case=accusative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sar----p2p | Numeral Type=fractal Number=singular Case=accusative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sar----p3 | Numeral Type=fractal Number=singular Case=accusative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mf-sar----p3s | Numeral Type=fractal Number=singular Case=accusative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sar----p3p | Numeral Type=fractal Number=singular Case=accusative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sal | Numeral Type=fractal Number=singular Case=accusative Form=letter | 1 |  |
Mf-sal------s | Numeral Type=fractal Number=singular Case=accusative Form=letter Owned_Number=singular | 1 |  |
Mf-sal------p | Numeral Type=fractal Number=singular Case=accusative Form=letter Owned_Number=plural | 1 |  |
Mf-sal----s1 | Numeral Type=fractal Number=singular Case=accusative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mf-sal----s1s | Numeral Type=fractal Number=singular Case=accusative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sal----s1p | Numeral Type=fractal Number=singular Case=accusative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sal----s2 | Numeral Type=fractal Number=singular Case=accusative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mf-sal----s2s | Numeral Type=fractal Number=singular Case=accusative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sal----s2p | Numeral Type=fractal Number=singular Case=accusative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sal----s3 | Numeral Type=fractal Number=singular Case=accusative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mf-sal----s3s | Numeral Type=fractal Number=singular Case=accusative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sal----s3p | Numeral Type=fractal Number=singular Case=accusative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sal----p1 | Numeral Type=fractal Number=singular Case=accusative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mf-sal----p1s | Numeral Type=fractal Number=singular Case=accusative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sal----p1p | Numeral Type=fractal Number=singular Case=accusative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sal----p2 | Numeral Type=fractal Number=singular Case=accusative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mf-sal----p2s | Numeral Type=fractal Number=singular Case=accusative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sal----p2p | Numeral Type=fractal Number=singular Case=accusative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sal----p3 | Numeral Type=fractal Number=singular Case=accusative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mf-sal----p3s | Numeral Type=fractal Number=singular Case=accusative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sal----p3p | Numeral Type=fractal Number=singular Case=accusative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sid | Numeral Type=fractal Number=singular Case=instrumental Form=digit | 1 |  |
Mf-sid------s | Numeral Type=fractal Number=singular Case=instrumental Form=digit Owned_Number=singular | 1 |  |
Mf-sid------p | Numeral Type=fractal Number=singular Case=instrumental Form=digit Owned_Number=plural | 1 |  |
Mf-sid----s1 | Numeral Type=fractal Number=singular Case=instrumental Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mf-sid----s1s | Numeral Type=fractal Number=singular Case=instrumental Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sid----s1p | Numeral Type=fractal Number=singular Case=instrumental Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sid----s2 | Numeral Type=fractal Number=singular Case=instrumental Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mf-sid----s2s | Numeral Type=fractal Number=singular Case=instrumental Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sid----s2p | Numeral Type=fractal Number=singular Case=instrumental Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sid----s3 | Numeral Type=fractal Number=singular Case=instrumental Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mf-sid----s3s | Numeral Type=fractal Number=singular Case=instrumental Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sid----s3p | Numeral Type=fractal Number=singular Case=instrumental Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sid----p1 | Numeral Type=fractal Number=singular Case=instrumental Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mf-sid----p1s | Numeral Type=fractal Number=singular Case=instrumental Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sid----p1p | Numeral Type=fractal Number=singular Case=instrumental Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sid----p2 | Numeral Type=fractal Number=singular Case=instrumental Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mf-sid----p2s | Numeral Type=fractal Number=singular Case=instrumental Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sid----p2p | Numeral Type=fractal Number=singular Case=instrumental Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sid----p3 | Numeral Type=fractal Number=singular Case=instrumental Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mf-sid----p3s | Numeral Type=fractal Number=singular Case=instrumental Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sid----p3p | Numeral Type=fractal Number=singular Case=instrumental Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sir | Numeral Type=fractal Number=singular Case=instrumental Form=roman | 1 |  |
Mf-sir------s | Numeral Type=fractal Number=singular Case=instrumental Form=roman Owned_Number=singular | 1 |  |
Mf-sir------p | Numeral Type=fractal Number=singular Case=instrumental Form=roman Owned_Number=plural | 1 |  |
Mf-sir----s1 | Numeral Type=fractal Number=singular Case=instrumental Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mf-sir----s1s | Numeral Type=fractal Number=singular Case=instrumental Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sir----s1p | Numeral Type=fractal Number=singular Case=instrumental Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sir----s2 | Numeral Type=fractal Number=singular Case=instrumental Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mf-sir----s2s | Numeral Type=fractal Number=singular Case=instrumental Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sir----s2p | Numeral Type=fractal Number=singular Case=instrumental Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sir----s3 | Numeral Type=fractal Number=singular Case=instrumental Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mf-sir----s3s | Numeral Type=fractal Number=singular Case=instrumental Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sir----s3p | Numeral Type=fractal Number=singular Case=instrumental Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sir----p1 | Numeral Type=fractal Number=singular Case=instrumental Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mf-sir----p1s | Numeral Type=fractal Number=singular Case=instrumental Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sir----p1p | Numeral Type=fractal Number=singular Case=instrumental Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sir----p2 | Numeral Type=fractal Number=singular Case=instrumental Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mf-sir----p2s | Numeral Type=fractal Number=singular Case=instrumental Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sir----p2p | Numeral Type=fractal Number=singular Case=instrumental Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sir----p3 | Numeral Type=fractal Number=singular Case=instrumental Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mf-sir----p3s | Numeral Type=fractal Number=singular Case=instrumental Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sir----p3p | Numeral Type=fractal Number=singular Case=instrumental Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sil | Numeral Type=fractal Number=singular Case=instrumental Form=letter | 1 |  |
Mf-sil------s | Numeral Type=fractal Number=singular Case=instrumental Form=letter Owned_Number=singular | 1 |  |
Mf-sil------p | Numeral Type=fractal Number=singular Case=instrumental Form=letter Owned_Number=plural | 1 |  |
Mf-sil----s1 | Numeral Type=fractal Number=singular Case=instrumental Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mf-sil----s1s | Numeral Type=fractal Number=singular Case=instrumental Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sil----s1p | Numeral Type=fractal Number=singular Case=instrumental Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sil----s2 | Numeral Type=fractal Number=singular Case=instrumental Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mf-sil----s2s | Numeral Type=fractal Number=singular Case=instrumental Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sil----s2p | Numeral Type=fractal Number=singular Case=instrumental Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sil----s3 | Numeral Type=fractal Number=singular Case=instrumental Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mf-sil----s3s | Numeral Type=fractal Number=singular Case=instrumental Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sil----s3p | Numeral Type=fractal Number=singular Case=instrumental Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sil----p1 | Numeral Type=fractal Number=singular Case=instrumental Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mf-sil----p1s | Numeral Type=fractal Number=singular Case=instrumental Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sil----p1p | Numeral Type=fractal Number=singular Case=instrumental Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sil----p2 | Numeral Type=fractal Number=singular Case=instrumental Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mf-sil----p2s | Numeral Type=fractal Number=singular Case=instrumental Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sil----p2p | Numeral Type=fractal Number=singular Case=instrumental Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sil----p3 | Numeral Type=fractal Number=singular Case=instrumental Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mf-sil----p3s | Numeral Type=fractal Number=singular Case=instrumental Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sil----p3p | Numeral Type=fractal Number=singular Case=instrumental Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sxd | Numeral Type=fractal Number=singular Case=illative Form=digit | 1 |  |
Mf-sxd------s | Numeral Type=fractal Number=singular Case=illative Form=digit Owned_Number=singular | 1 |  |
Mf-sxd------p | Numeral Type=fractal Number=singular Case=illative Form=digit Owned_Number=plural | 1 |  |
Mf-sxd----s1 | Numeral Type=fractal Number=singular Case=illative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mf-sxd----s1s | Numeral Type=fractal Number=singular Case=illative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sxd----s1p | Numeral Type=fractal Number=singular Case=illative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sxd----s2 | Numeral Type=fractal Number=singular Case=illative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mf-sxd----s2s | Numeral Type=fractal Number=singular Case=illative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sxd----s2p | Numeral Type=fractal Number=singular Case=illative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sxd----s3 | Numeral Type=fractal Number=singular Case=illative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mf-sxd----s3s | Numeral Type=fractal Number=singular Case=illative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sxd----s3p | Numeral Type=fractal Number=singular Case=illative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sxd----p1 | Numeral Type=fractal Number=singular Case=illative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mf-sxd----p1s | Numeral Type=fractal Number=singular Case=illative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sxd----p1p | Numeral Type=fractal Number=singular Case=illative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sxd----p2 | Numeral Type=fractal Number=singular Case=illative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mf-sxd----p2s | Numeral Type=fractal Number=singular Case=illative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sxd----p2p | Numeral Type=fractal Number=singular Case=illative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sxd----p3 | Numeral Type=fractal Number=singular Case=illative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mf-sxd----p3s | Numeral Type=fractal Number=singular Case=illative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sxd----p3p | Numeral Type=fractal Number=singular Case=illative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sxr | Numeral Type=fractal Number=singular Case=illative Form=roman | 1 |  |
Mf-sxr------s | Numeral Type=fractal Number=singular Case=illative Form=roman Owned_Number=singular | 1 |  |
Mf-sxr------p | Numeral Type=fractal Number=singular Case=illative Form=roman Owned_Number=plural | 1 |  |
Mf-sxr----s1 | Numeral Type=fractal Number=singular Case=illative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mf-sxr----s1s | Numeral Type=fractal Number=singular Case=illative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sxr----s1p | Numeral Type=fractal Number=singular Case=illative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sxr----s2 | Numeral Type=fractal Number=singular Case=illative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mf-sxr----s2s | Numeral Type=fractal Number=singular Case=illative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sxr----s2p | Numeral Type=fractal Number=singular Case=illative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sxr----s3 | Numeral Type=fractal Number=singular Case=illative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mf-sxr----s3s | Numeral Type=fractal Number=singular Case=illative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sxr----s3p | Numeral Type=fractal Number=singular Case=illative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sxr----p1 | Numeral Type=fractal Number=singular Case=illative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mf-sxr----p1s | Numeral Type=fractal Number=singular Case=illative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sxr----p1p | Numeral Type=fractal Number=singular Case=illative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sxr----p2 | Numeral Type=fractal Number=singular Case=illative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mf-sxr----p2s | Numeral Type=fractal Number=singular Case=illative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sxr----p2p | Numeral Type=fractal Number=singular Case=illative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sxr----p3 | Numeral Type=fractal Number=singular Case=illative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mf-sxr----p3s | Numeral Type=fractal Number=singular Case=illative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sxr----p3p | Numeral Type=fractal Number=singular Case=illative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sxl | Numeral Type=fractal Number=singular Case=illative Form=letter | 1 |  |
Mf-sxl------s | Numeral Type=fractal Number=singular Case=illative Form=letter Owned_Number=singular | 1 |  |
Mf-sxl------p | Numeral Type=fractal Number=singular Case=illative Form=letter Owned_Number=plural | 1 |  |
Mf-sxl----s1 | Numeral Type=fractal Number=singular Case=illative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mf-sxl----s1s | Numeral Type=fractal Number=singular Case=illative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sxl----s1p | Numeral Type=fractal Number=singular Case=illative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sxl----s2 | Numeral Type=fractal Number=singular Case=illative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mf-sxl----s2s | Numeral Type=fractal Number=singular Case=illative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sxl----s2p | Numeral Type=fractal Number=singular Case=illative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sxl----s3 | Numeral Type=fractal Number=singular Case=illative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mf-sxl----s3s | Numeral Type=fractal Number=singular Case=illative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sxl----s3p | Numeral Type=fractal Number=singular Case=illative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sxl----p1 | Numeral Type=fractal Number=singular Case=illative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mf-sxl----p1s | Numeral Type=fractal Number=singular Case=illative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sxl----p1p | Numeral Type=fractal Number=singular Case=illative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sxl----p2 | Numeral Type=fractal Number=singular Case=illative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mf-sxl----p2s | Numeral Type=fractal Number=singular Case=illative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sxl----p2p | Numeral Type=fractal Number=singular Case=illative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sxl----p3 | Numeral Type=fractal Number=singular Case=illative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mf-sxl----p3s | Numeral Type=fractal Number=singular Case=illative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sxl----p3p | Numeral Type=fractal Number=singular Case=illative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-s2d | Numeral Type=fractal Number=singular Case=inessive Form=digit | 1 |  |
Mf-s2d------s | Numeral Type=fractal Number=singular Case=inessive Form=digit Owned_Number=singular | 1 |  |
Mf-s2d------p | Numeral Type=fractal Number=singular Case=inessive Form=digit Owned_Number=plural | 1 |  |
Mf-s2d----s1 | Numeral Type=fractal Number=singular Case=inessive Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mf-s2d----s1s | Numeral Type=fractal Number=singular Case=inessive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-s2d----s1p | Numeral Type=fractal Number=singular Case=inessive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-s2d----s2 | Numeral Type=fractal Number=singular Case=inessive Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mf-s2d----s2s | Numeral Type=fractal Number=singular Case=inessive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-s2d----s2p | Numeral Type=fractal Number=singular Case=inessive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-s2d----s3 | Numeral Type=fractal Number=singular Case=inessive Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mf-s2d----s3s | Numeral Type=fractal Number=singular Case=inessive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-s2d----s3p | Numeral Type=fractal Number=singular Case=inessive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-s2d----p1 | Numeral Type=fractal Number=singular Case=inessive Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mf-s2d----p1s | Numeral Type=fractal Number=singular Case=inessive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-s2d----p1p | Numeral Type=fractal Number=singular Case=inessive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-s2d----p2 | Numeral Type=fractal Number=singular Case=inessive Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mf-s2d----p2s | Numeral Type=fractal Number=singular Case=inessive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-s2d----p2p | Numeral Type=fractal Number=singular Case=inessive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-s2d----p3 | Numeral Type=fractal Number=singular Case=inessive Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mf-s2d----p3s | Numeral Type=fractal Number=singular Case=inessive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-s2d----p3p | Numeral Type=fractal Number=singular Case=inessive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-s2r | Numeral Type=fractal Number=singular Case=inessive Form=roman | 1 |  |
Mf-s2r------s | Numeral Type=fractal Number=singular Case=inessive Form=roman Owned_Number=singular | 1 |  |
Mf-s2r------p | Numeral Type=fractal Number=singular Case=inessive Form=roman Owned_Number=plural | 1 |  |
Mf-s2r----s1 | Numeral Type=fractal Number=singular Case=inessive Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mf-s2r----s1s | Numeral Type=fractal Number=singular Case=inessive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-s2r----s1p | Numeral Type=fractal Number=singular Case=inessive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-s2r----s2 | Numeral Type=fractal Number=singular Case=inessive Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mf-s2r----s2s | Numeral Type=fractal Number=singular Case=inessive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-s2r----s2p | Numeral Type=fractal Number=singular Case=inessive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-s2r----s3 | Numeral Type=fractal Number=singular Case=inessive Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mf-s2r----s3s | Numeral Type=fractal Number=singular Case=inessive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-s2r----s3p | Numeral Type=fractal Number=singular Case=inessive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-s2r----p1 | Numeral Type=fractal Number=singular Case=inessive Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mf-s2r----p1s | Numeral Type=fractal Number=singular Case=inessive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-s2r----p1p | Numeral Type=fractal Number=singular Case=inessive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-s2r----p2 | Numeral Type=fractal Number=singular Case=inessive Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mf-s2r----p2s | Numeral Type=fractal Number=singular Case=inessive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-s2r----p2p | Numeral Type=fractal Number=singular Case=inessive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-s2r----p3 | Numeral Type=fractal Number=singular Case=inessive Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mf-s2r----p3s | Numeral Type=fractal Number=singular Case=inessive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-s2r----p3p | Numeral Type=fractal Number=singular Case=inessive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-s2l | Numeral Type=fractal Number=singular Case=inessive Form=letter | 1 |  |
Mf-s2l------s | Numeral Type=fractal Number=singular Case=inessive Form=letter Owned_Number=singular | 1 |  |
Mf-s2l------p | Numeral Type=fractal Number=singular Case=inessive Form=letter Owned_Number=plural | 1 |  |
Mf-s2l----s1 | Numeral Type=fractal Number=singular Case=inessive Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mf-s2l----s1s | Numeral Type=fractal Number=singular Case=inessive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-s2l----s1p | Numeral Type=fractal Number=singular Case=inessive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-s2l----s2 | Numeral Type=fractal Number=singular Case=inessive Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mf-s2l----s2s | Numeral Type=fractal Number=singular Case=inessive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-s2l----s2p | Numeral Type=fractal Number=singular Case=inessive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-s2l----s3 | Numeral Type=fractal Number=singular Case=inessive Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mf-s2l----s3s | Numeral Type=fractal Number=singular Case=inessive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-s2l----s3p | Numeral Type=fractal Number=singular Case=inessive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-s2l----p1 | Numeral Type=fractal Number=singular Case=inessive Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mf-s2l----p1s | Numeral Type=fractal Number=singular Case=inessive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-s2l----p1p | Numeral Type=fractal Number=singular Case=inessive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-s2l----p2 | Numeral Type=fractal Number=singular Case=inessive Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mf-s2l----p2s | Numeral Type=fractal Number=singular Case=inessive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-s2l----p2p | Numeral Type=fractal Number=singular Case=inessive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-s2l----p3 | Numeral Type=fractal Number=singular Case=inessive Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mf-s2l----p3s | Numeral Type=fractal Number=singular Case=inessive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-s2l----p3p | Numeral Type=fractal Number=singular Case=inessive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sed | Numeral Type=fractal Number=singular Case=elative Form=digit | 1 |  |
Mf-sed------s | Numeral Type=fractal Number=singular Case=elative Form=digit Owned_Number=singular | 1 |  |
Mf-sed------p | Numeral Type=fractal Number=singular Case=elative Form=digit Owned_Number=plural | 1 |  |
Mf-sed----s1 | Numeral Type=fractal Number=singular Case=elative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mf-sed----s1s | Numeral Type=fractal Number=singular Case=elative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sed----s1p | Numeral Type=fractal Number=singular Case=elative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sed----s2 | Numeral Type=fractal Number=singular Case=elative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mf-sed----s2s | Numeral Type=fractal Number=singular Case=elative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sed----s2p | Numeral Type=fractal Number=singular Case=elative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sed----s3 | Numeral Type=fractal Number=singular Case=elative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mf-sed----s3s | Numeral Type=fractal Number=singular Case=elative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sed----s3p | Numeral Type=fractal Number=singular Case=elative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sed----p1 | Numeral Type=fractal Number=singular Case=elative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mf-sed----p1s | Numeral Type=fractal Number=singular Case=elative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sed----p1p | Numeral Type=fractal Number=singular Case=elative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sed----p2 | Numeral Type=fractal Number=singular Case=elative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mf-sed----p2s | Numeral Type=fractal Number=singular Case=elative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sed----p2p | Numeral Type=fractal Number=singular Case=elative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sed----p3 | Numeral Type=fractal Number=singular Case=elative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mf-sed----p3s | Numeral Type=fractal Number=singular Case=elative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sed----p3p | Numeral Type=fractal Number=singular Case=elative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-ser | Numeral Type=fractal Number=singular Case=elative Form=roman | 1 |  |
Mf-ser------s | Numeral Type=fractal Number=singular Case=elative Form=roman Owned_Number=singular | 1 |  |
Mf-ser------p | Numeral Type=fractal Number=singular Case=elative Form=roman Owned_Number=plural | 1 |  |
Mf-ser----s1 | Numeral Type=fractal Number=singular Case=elative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mf-ser----s1s | Numeral Type=fractal Number=singular Case=elative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-ser----s1p | Numeral Type=fractal Number=singular Case=elative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-ser----s2 | Numeral Type=fractal Number=singular Case=elative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mf-ser----s2s | Numeral Type=fractal Number=singular Case=elative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-ser----s2p | Numeral Type=fractal Number=singular Case=elative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-ser----s3 | Numeral Type=fractal Number=singular Case=elative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mf-ser----s3s | Numeral Type=fractal Number=singular Case=elative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-ser----s3p | Numeral Type=fractal Number=singular Case=elative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-ser----p1 | Numeral Type=fractal Number=singular Case=elative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mf-ser----p1s | Numeral Type=fractal Number=singular Case=elative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-ser----p1p | Numeral Type=fractal Number=singular Case=elative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-ser----p2 | Numeral Type=fractal Number=singular Case=elative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mf-ser----p2s | Numeral Type=fractal Number=singular Case=elative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-ser----p2p | Numeral Type=fractal Number=singular Case=elative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-ser----p3 | Numeral Type=fractal Number=singular Case=elative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mf-ser----p3s | Numeral Type=fractal Number=singular Case=elative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-ser----p3p | Numeral Type=fractal Number=singular Case=elative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sel | Numeral Type=fractal Number=singular Case=elative Form=letter | 1 |  |
Mf-sel------s | Numeral Type=fractal Number=singular Case=elative Form=letter Owned_Number=singular | 1 |  |
Mf-sel------p | Numeral Type=fractal Number=singular Case=elative Form=letter Owned_Number=plural | 1 |  |
Mf-sel----s1 | Numeral Type=fractal Number=singular Case=elative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mf-sel----s1s | Numeral Type=fractal Number=singular Case=elative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sel----s1p | Numeral Type=fractal Number=singular Case=elative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sel----s2 | Numeral Type=fractal Number=singular Case=elative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mf-sel----s2s | Numeral Type=fractal Number=singular Case=elative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sel----s2p | Numeral Type=fractal Number=singular Case=elative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sel----s3 | Numeral Type=fractal Number=singular Case=elative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mf-sel----s3s | Numeral Type=fractal Number=singular Case=elative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sel----s3p | Numeral Type=fractal Number=singular Case=elative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sel----p1 | Numeral Type=fractal Number=singular Case=elative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mf-sel----p1s | Numeral Type=fractal Number=singular Case=elative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sel----p1p | Numeral Type=fractal Number=singular Case=elative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sel----p2 | Numeral Type=fractal Number=singular Case=elative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mf-sel----p2s | Numeral Type=fractal Number=singular Case=elative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sel----p2p | Numeral Type=fractal Number=singular Case=elative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sel----p3 | Numeral Type=fractal Number=singular Case=elative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mf-sel----p3s | Numeral Type=fractal Number=singular Case=elative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sel----p3p | Numeral Type=fractal Number=singular Case=elative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-std | Numeral Type=fractal Number=singular Case=allative Form=digit | 1 |  |
Mf-std------s | Numeral Type=fractal Number=singular Case=allative Form=digit Owned_Number=singular | 1 |  |
Mf-std------p | Numeral Type=fractal Number=singular Case=allative Form=digit Owned_Number=plural | 1 |  |
Mf-std----s1 | Numeral Type=fractal Number=singular Case=allative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mf-std----s1s | Numeral Type=fractal Number=singular Case=allative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-std----s1p | Numeral Type=fractal Number=singular Case=allative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-std----s2 | Numeral Type=fractal Number=singular Case=allative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mf-std----s2s | Numeral Type=fractal Number=singular Case=allative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-std----s2p | Numeral Type=fractal Number=singular Case=allative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-std----s3 | Numeral Type=fractal Number=singular Case=allative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mf-std----s3s | Numeral Type=fractal Number=singular Case=allative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-std----s3p | Numeral Type=fractal Number=singular Case=allative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-std----p1 | Numeral Type=fractal Number=singular Case=allative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mf-std----p1s | Numeral Type=fractal Number=singular Case=allative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-std----p1p | Numeral Type=fractal Number=singular Case=allative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-std----p2 | Numeral Type=fractal Number=singular Case=allative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mf-std----p2s | Numeral Type=fractal Number=singular Case=allative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-std----p2p | Numeral Type=fractal Number=singular Case=allative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-std----p3 | Numeral Type=fractal Number=singular Case=allative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mf-std----p3s | Numeral Type=fractal Number=singular Case=allative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-std----p3p | Numeral Type=fractal Number=singular Case=allative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-str | Numeral Type=fractal Number=singular Case=allative Form=roman | 1 |  |
Mf-str------s | Numeral Type=fractal Number=singular Case=allative Form=roman Owned_Number=singular | 1 |  |
Mf-str------p | Numeral Type=fractal Number=singular Case=allative Form=roman Owned_Number=plural | 1 |  |
Mf-str----s1 | Numeral Type=fractal Number=singular Case=allative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mf-str----s1s | Numeral Type=fractal Number=singular Case=allative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-str----s1p | Numeral Type=fractal Number=singular Case=allative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-str----s2 | Numeral Type=fractal Number=singular Case=allative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mf-str----s2s | Numeral Type=fractal Number=singular Case=allative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-str----s2p | Numeral Type=fractal Number=singular Case=allative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-str----s3 | Numeral Type=fractal Number=singular Case=allative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mf-str----s3s | Numeral Type=fractal Number=singular Case=allative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-str----s3p | Numeral Type=fractal Number=singular Case=allative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-str----p1 | Numeral Type=fractal Number=singular Case=allative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mf-str----p1s | Numeral Type=fractal Number=singular Case=allative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-str----p1p | Numeral Type=fractal Number=singular Case=allative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-str----p2 | Numeral Type=fractal Number=singular Case=allative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mf-str----p2s | Numeral Type=fractal Number=singular Case=allative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-str----p2p | Numeral Type=fractal Number=singular Case=allative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-str----p3 | Numeral Type=fractal Number=singular Case=allative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mf-str----p3s | Numeral Type=fractal Number=singular Case=allative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-str----p3p | Numeral Type=fractal Number=singular Case=allative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-stl | Numeral Type=fractal Number=singular Case=allative Form=letter | 1 |  |
Mf-stl------s | Numeral Type=fractal Number=singular Case=allative Form=letter Owned_Number=singular | 1 |  |
Mf-stl------p | Numeral Type=fractal Number=singular Case=allative Form=letter Owned_Number=plural | 1 |  |
Mf-stl----s1 | Numeral Type=fractal Number=singular Case=allative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mf-stl----s1s | Numeral Type=fractal Number=singular Case=allative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-stl----s1p | Numeral Type=fractal Number=singular Case=allative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-stl----s2 | Numeral Type=fractal Number=singular Case=allative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mf-stl----s2s | Numeral Type=fractal Number=singular Case=allative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-stl----s2p | Numeral Type=fractal Number=singular Case=allative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-stl----s3 | Numeral Type=fractal Number=singular Case=allative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mf-stl----s3s | Numeral Type=fractal Number=singular Case=allative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-stl----s3p | Numeral Type=fractal Number=singular Case=allative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-stl----p1 | Numeral Type=fractal Number=singular Case=allative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mf-stl----p1s | Numeral Type=fractal Number=singular Case=allative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-stl----p1p | Numeral Type=fractal Number=singular Case=allative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-stl----p2 | Numeral Type=fractal Number=singular Case=allative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mf-stl----p2s | Numeral Type=fractal Number=singular Case=allative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-stl----p2p | Numeral Type=fractal Number=singular Case=allative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-stl----p3 | Numeral Type=fractal Number=singular Case=allative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mf-stl----p3s | Numeral Type=fractal Number=singular Case=allative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-stl----p3p | Numeral Type=fractal Number=singular Case=allative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-s3d | Numeral Type=fractal Number=singular Case=adessive Form=digit | 1 |  |
Mf-s3d------s | Numeral Type=fractal Number=singular Case=adessive Form=digit Owned_Number=singular | 1 |  |
Mf-s3d------p | Numeral Type=fractal Number=singular Case=adessive Form=digit Owned_Number=plural | 1 |  |
Mf-s3d----s1 | Numeral Type=fractal Number=singular Case=adessive Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mf-s3d----s1s | Numeral Type=fractal Number=singular Case=adessive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-s3d----s1p | Numeral Type=fractal Number=singular Case=adessive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-s3d----s2 | Numeral Type=fractal Number=singular Case=adessive Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mf-s3d----s2s | Numeral Type=fractal Number=singular Case=adessive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-s3d----s2p | Numeral Type=fractal Number=singular Case=adessive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-s3d----s3 | Numeral Type=fractal Number=singular Case=adessive Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mf-s3d----s3s | Numeral Type=fractal Number=singular Case=adessive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-s3d----s3p | Numeral Type=fractal Number=singular Case=adessive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-s3d----p1 | Numeral Type=fractal Number=singular Case=adessive Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mf-s3d----p1s | Numeral Type=fractal Number=singular Case=adessive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-s3d----p1p | Numeral Type=fractal Number=singular Case=adessive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-s3d----p2 | Numeral Type=fractal Number=singular Case=adessive Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mf-s3d----p2s | Numeral Type=fractal Number=singular Case=adessive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-s3d----p2p | Numeral Type=fractal Number=singular Case=adessive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-s3d----p3 | Numeral Type=fractal Number=singular Case=adessive Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mf-s3d----p3s | Numeral Type=fractal Number=singular Case=adessive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-s3d----p3p | Numeral Type=fractal Number=singular Case=adessive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-s3r | Numeral Type=fractal Number=singular Case=adessive Form=roman | 1 |  |
Mf-s3r------s | Numeral Type=fractal Number=singular Case=adessive Form=roman Owned_Number=singular | 1 |  |
Mf-s3r------p | Numeral Type=fractal Number=singular Case=adessive Form=roman Owned_Number=plural | 1 |  |
Mf-s3r----s1 | Numeral Type=fractal Number=singular Case=adessive Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mf-s3r----s1s | Numeral Type=fractal Number=singular Case=adessive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-s3r----s1p | Numeral Type=fractal Number=singular Case=adessive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-s3r----s2 | Numeral Type=fractal Number=singular Case=adessive Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mf-s3r----s2s | Numeral Type=fractal Number=singular Case=adessive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-s3r----s2p | Numeral Type=fractal Number=singular Case=adessive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-s3r----s3 | Numeral Type=fractal Number=singular Case=adessive Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mf-s3r----s3s | Numeral Type=fractal Number=singular Case=adessive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-s3r----s3p | Numeral Type=fractal Number=singular Case=adessive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-s3r----p1 | Numeral Type=fractal Number=singular Case=adessive Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mf-s3r----p1s | Numeral Type=fractal Number=singular Case=adessive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-s3r----p1p | Numeral Type=fractal Number=singular Case=adessive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-s3r----p2 | Numeral Type=fractal Number=singular Case=adessive Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mf-s3r----p2s | Numeral Type=fractal Number=singular Case=adessive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-s3r----p2p | Numeral Type=fractal Number=singular Case=adessive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-s3r----p3 | Numeral Type=fractal Number=singular Case=adessive Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mf-s3r----p3s | Numeral Type=fractal Number=singular Case=adessive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-s3r----p3p | Numeral Type=fractal Number=singular Case=adessive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-s3l | Numeral Type=fractal Number=singular Case=adessive Form=letter | 1 |  |
Mf-s3l------s | Numeral Type=fractal Number=singular Case=adessive Form=letter Owned_Number=singular | 1 |  |
Mf-s3l------p | Numeral Type=fractal Number=singular Case=adessive Form=letter Owned_Number=plural | 1 |  |
Mf-s3l----s1 | Numeral Type=fractal Number=singular Case=adessive Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mf-s3l----s1s | Numeral Type=fractal Number=singular Case=adessive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-s3l----s1p | Numeral Type=fractal Number=singular Case=adessive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-s3l----s2 | Numeral Type=fractal Number=singular Case=adessive Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mf-s3l----s2s | Numeral Type=fractal Number=singular Case=adessive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-s3l----s2p | Numeral Type=fractal Number=singular Case=adessive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-s3l----s3 | Numeral Type=fractal Number=singular Case=adessive Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mf-s3l----s3s | Numeral Type=fractal Number=singular Case=adessive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-s3l----s3p | Numeral Type=fractal Number=singular Case=adessive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-s3l----p1 | Numeral Type=fractal Number=singular Case=adessive Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mf-s3l----p1s | Numeral Type=fractal Number=singular Case=adessive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-s3l----p1p | Numeral Type=fractal Number=singular Case=adessive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-s3l----p2 | Numeral Type=fractal Number=singular Case=adessive Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mf-s3l----p2s | Numeral Type=fractal Number=singular Case=adessive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-s3l----p2p | Numeral Type=fractal Number=singular Case=adessive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-s3l----p3 | Numeral Type=fractal Number=singular Case=adessive Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mf-s3l----p3s | Numeral Type=fractal Number=singular Case=adessive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-s3l----p3p | Numeral Type=fractal Number=singular Case=adessive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sbd | Numeral Type=fractal Number=singular Case=ablative Form=digit | 1 |  |
Mf-sbd------s | Numeral Type=fractal Number=singular Case=ablative Form=digit Owned_Number=singular | 1 |  |
Mf-sbd------p | Numeral Type=fractal Number=singular Case=ablative Form=digit Owned_Number=plural | 1 |  |
Mf-sbd----s1 | Numeral Type=fractal Number=singular Case=ablative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mf-sbd----s1s | Numeral Type=fractal Number=singular Case=ablative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sbd----s1p | Numeral Type=fractal Number=singular Case=ablative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sbd----s2 | Numeral Type=fractal Number=singular Case=ablative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mf-sbd----s2s | Numeral Type=fractal Number=singular Case=ablative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sbd----s2p | Numeral Type=fractal Number=singular Case=ablative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sbd----s3 | Numeral Type=fractal Number=singular Case=ablative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mf-sbd----s3s | Numeral Type=fractal Number=singular Case=ablative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sbd----s3p | Numeral Type=fractal Number=singular Case=ablative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sbd----p1 | Numeral Type=fractal Number=singular Case=ablative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mf-sbd----p1s | Numeral Type=fractal Number=singular Case=ablative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sbd----p1p | Numeral Type=fractal Number=singular Case=ablative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sbd----p2 | Numeral Type=fractal Number=singular Case=ablative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mf-sbd----p2s | Numeral Type=fractal Number=singular Case=ablative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sbd----p2p | Numeral Type=fractal Number=singular Case=ablative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sbd----p3 | Numeral Type=fractal Number=singular Case=ablative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mf-sbd----p3s | Numeral Type=fractal Number=singular Case=ablative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sbd----p3p | Numeral Type=fractal Number=singular Case=ablative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sbr | Numeral Type=fractal Number=singular Case=ablative Form=roman | 1 |  |
Mf-sbr------s | Numeral Type=fractal Number=singular Case=ablative Form=roman Owned_Number=singular | 1 |  |
Mf-sbr------p | Numeral Type=fractal Number=singular Case=ablative Form=roman Owned_Number=plural | 1 |  |
Mf-sbr----s1 | Numeral Type=fractal Number=singular Case=ablative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mf-sbr----s1s | Numeral Type=fractal Number=singular Case=ablative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sbr----s1p | Numeral Type=fractal Number=singular Case=ablative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sbr----s2 | Numeral Type=fractal Number=singular Case=ablative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mf-sbr----s2s | Numeral Type=fractal Number=singular Case=ablative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sbr----s2p | Numeral Type=fractal Number=singular Case=ablative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sbr----s3 | Numeral Type=fractal Number=singular Case=ablative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mf-sbr----s3s | Numeral Type=fractal Number=singular Case=ablative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sbr----s3p | Numeral Type=fractal Number=singular Case=ablative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sbr----p1 | Numeral Type=fractal Number=singular Case=ablative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mf-sbr----p1s | Numeral Type=fractal Number=singular Case=ablative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sbr----p1p | Numeral Type=fractal Number=singular Case=ablative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sbr----p2 | Numeral Type=fractal Number=singular Case=ablative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mf-sbr----p2s | Numeral Type=fractal Number=singular Case=ablative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sbr----p2p | Numeral Type=fractal Number=singular Case=ablative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sbr----p3 | Numeral Type=fractal Number=singular Case=ablative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mf-sbr----p3s | Numeral Type=fractal Number=singular Case=ablative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sbr----p3p | Numeral Type=fractal Number=singular Case=ablative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sbl | Numeral Type=fractal Number=singular Case=ablative Form=letter | 1 |  |
Mf-sbl------s | Numeral Type=fractal Number=singular Case=ablative Form=letter Owned_Number=singular | 1 |  |
Mf-sbl------p | Numeral Type=fractal Number=singular Case=ablative Form=letter Owned_Number=plural | 1 |  |
Mf-sbl----s1 | Numeral Type=fractal Number=singular Case=ablative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mf-sbl----s1s | Numeral Type=fractal Number=singular Case=ablative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sbl----s1p | Numeral Type=fractal Number=singular Case=ablative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sbl----s2 | Numeral Type=fractal Number=singular Case=ablative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mf-sbl----s2s | Numeral Type=fractal Number=singular Case=ablative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sbl----s2p | Numeral Type=fractal Number=singular Case=ablative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sbl----s3 | Numeral Type=fractal Number=singular Case=ablative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mf-sbl----s3s | Numeral Type=fractal Number=singular Case=ablative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sbl----s3p | Numeral Type=fractal Number=singular Case=ablative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sbl----p1 | Numeral Type=fractal Number=singular Case=ablative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mf-sbl----p1s | Numeral Type=fractal Number=singular Case=ablative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sbl----p1p | Numeral Type=fractal Number=singular Case=ablative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sbl----p2 | Numeral Type=fractal Number=singular Case=ablative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mf-sbl----p2s | Numeral Type=fractal Number=singular Case=ablative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sbl----p2p | Numeral Type=fractal Number=singular Case=ablative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sbl----p3 | Numeral Type=fractal Number=singular Case=ablative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mf-sbl----p3s | Numeral Type=fractal Number=singular Case=ablative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sbl----p3p | Numeral Type=fractal Number=singular Case=ablative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-s9d | Numeral Type=fractal Number=singular Case=terminative Form=digit | 1 |  |
Mf-s9d------s | Numeral Type=fractal Number=singular Case=terminative Form=digit Owned_Number=singular | 1 |  |
Mf-s9d------p | Numeral Type=fractal Number=singular Case=terminative Form=digit Owned_Number=plural | 1 |  |
Mf-s9d----s1 | Numeral Type=fractal Number=singular Case=terminative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mf-s9d----s1s | Numeral Type=fractal Number=singular Case=terminative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-s9d----s1p | Numeral Type=fractal Number=singular Case=terminative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-s9d----s2 | Numeral Type=fractal Number=singular Case=terminative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mf-s9d----s2s | Numeral Type=fractal Number=singular Case=terminative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-s9d----s2p | Numeral Type=fractal Number=singular Case=terminative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-s9d----s3 | Numeral Type=fractal Number=singular Case=terminative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mf-s9d----s3s | Numeral Type=fractal Number=singular Case=terminative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-s9d----s3p | Numeral Type=fractal Number=singular Case=terminative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-s9d----p1 | Numeral Type=fractal Number=singular Case=terminative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mf-s9d----p1s | Numeral Type=fractal Number=singular Case=terminative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-s9d----p1p | Numeral Type=fractal Number=singular Case=terminative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-s9d----p2 | Numeral Type=fractal Number=singular Case=terminative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mf-s9d----p2s | Numeral Type=fractal Number=singular Case=terminative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-s9d----p2p | Numeral Type=fractal Number=singular Case=terminative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-s9d----p3 | Numeral Type=fractal Number=singular Case=terminative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mf-s9d----p3s | Numeral Type=fractal Number=singular Case=terminative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-s9d----p3p | Numeral Type=fractal Number=singular Case=terminative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-s9r | Numeral Type=fractal Number=singular Case=terminative Form=roman | 1 |  |
Mf-s9r------s | Numeral Type=fractal Number=singular Case=terminative Form=roman Owned_Number=singular | 1 |  |
Mf-s9r------p | Numeral Type=fractal Number=singular Case=terminative Form=roman Owned_Number=plural | 1 |  |
Mf-s9r----s1 | Numeral Type=fractal Number=singular Case=terminative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mf-s9r----s1s | Numeral Type=fractal Number=singular Case=terminative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-s9r----s1p | Numeral Type=fractal Number=singular Case=terminative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-s9r----s2 | Numeral Type=fractal Number=singular Case=terminative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mf-s9r----s2s | Numeral Type=fractal Number=singular Case=terminative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-s9r----s2p | Numeral Type=fractal Number=singular Case=terminative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-s9r----s3 | Numeral Type=fractal Number=singular Case=terminative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mf-s9r----s3s | Numeral Type=fractal Number=singular Case=terminative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-s9r----s3p | Numeral Type=fractal Number=singular Case=terminative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-s9r----p1 | Numeral Type=fractal Number=singular Case=terminative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mf-s9r----p1s | Numeral Type=fractal Number=singular Case=terminative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-s9r----p1p | Numeral Type=fractal Number=singular Case=terminative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-s9r----p2 | Numeral Type=fractal Number=singular Case=terminative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mf-s9r----p2s | Numeral Type=fractal Number=singular Case=terminative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-s9r----p2p | Numeral Type=fractal Number=singular Case=terminative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-s9r----p3 | Numeral Type=fractal Number=singular Case=terminative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mf-s9r----p3s | Numeral Type=fractal Number=singular Case=terminative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-s9r----p3p | Numeral Type=fractal Number=singular Case=terminative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-s9l | Numeral Type=fractal Number=singular Case=terminative Form=letter | 1 |  |
Mf-s9l------s | Numeral Type=fractal Number=singular Case=terminative Form=letter Owned_Number=singular | 1 |  |
Mf-s9l------p | Numeral Type=fractal Number=singular Case=terminative Form=letter Owned_Number=plural | 1 |  |
Mf-s9l----s1 | Numeral Type=fractal Number=singular Case=terminative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mf-s9l----s1s | Numeral Type=fractal Number=singular Case=terminative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-s9l----s1p | Numeral Type=fractal Number=singular Case=terminative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-s9l----s2 | Numeral Type=fractal Number=singular Case=terminative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mf-s9l----s2s | Numeral Type=fractal Number=singular Case=terminative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-s9l----s2p | Numeral Type=fractal Number=singular Case=terminative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-s9l----s3 | Numeral Type=fractal Number=singular Case=terminative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mf-s9l----s3s | Numeral Type=fractal Number=singular Case=terminative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-s9l----s3p | Numeral Type=fractal Number=singular Case=terminative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-s9l----p1 | Numeral Type=fractal Number=singular Case=terminative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mf-s9l----p1s | Numeral Type=fractal Number=singular Case=terminative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-s9l----p1p | Numeral Type=fractal Number=singular Case=terminative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-s9l----p2 | Numeral Type=fractal Number=singular Case=terminative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mf-s9l----p2s | Numeral Type=fractal Number=singular Case=terminative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-s9l----p2p | Numeral Type=fractal Number=singular Case=terminative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-s9l----p3 | Numeral Type=fractal Number=singular Case=terminative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mf-s9l----p3s | Numeral Type=fractal Number=singular Case=terminative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-s9l----p3p | Numeral Type=fractal Number=singular Case=terminative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-smd | Numeral Type=fractal Number=singular Case=temporalis Form=digit | 1 |  |
Mf-smd------s | Numeral Type=fractal Number=singular Case=temporalis Form=digit Owned_Number=singular | 1 |  |
Mf-smd------p | Numeral Type=fractal Number=singular Case=temporalis Form=digit Owned_Number=plural | 1 |  |
Mf-smd----s1 | Numeral Type=fractal Number=singular Case=temporalis Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mf-smd----s1s | Numeral Type=fractal Number=singular Case=temporalis Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-smd----s1p | Numeral Type=fractal Number=singular Case=temporalis Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-smd----s2 | Numeral Type=fractal Number=singular Case=temporalis Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mf-smd----s2s | Numeral Type=fractal Number=singular Case=temporalis Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-smd----s2p | Numeral Type=fractal Number=singular Case=temporalis Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-smd----s3 | Numeral Type=fractal Number=singular Case=temporalis Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mf-smd----s3s | Numeral Type=fractal Number=singular Case=temporalis Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-smd----s3p | Numeral Type=fractal Number=singular Case=temporalis Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-smd----p1 | Numeral Type=fractal Number=singular Case=temporalis Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mf-smd----p1s | Numeral Type=fractal Number=singular Case=temporalis Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-smd----p1p | Numeral Type=fractal Number=singular Case=temporalis Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-smd----p2 | Numeral Type=fractal Number=singular Case=temporalis Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mf-smd----p2s | Numeral Type=fractal Number=singular Case=temporalis Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-smd----p2p | Numeral Type=fractal Number=singular Case=temporalis Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-smd----p3 | Numeral Type=fractal Number=singular Case=temporalis Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mf-smd----p3s | Numeral Type=fractal Number=singular Case=temporalis Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-smd----p3p | Numeral Type=fractal Number=singular Case=temporalis Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-smr | Numeral Type=fractal Number=singular Case=temporalis Form=roman | 1 |  |
Mf-smr------s | Numeral Type=fractal Number=singular Case=temporalis Form=roman Owned_Number=singular | 1 |  |
Mf-smr------p | Numeral Type=fractal Number=singular Case=temporalis Form=roman Owned_Number=plural | 1 |  |
Mf-smr----s1 | Numeral Type=fractal Number=singular Case=temporalis Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mf-smr----s1s | Numeral Type=fractal Number=singular Case=temporalis Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-smr----s1p | Numeral Type=fractal Number=singular Case=temporalis Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-smr----s2 | Numeral Type=fractal Number=singular Case=temporalis Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mf-smr----s2s | Numeral Type=fractal Number=singular Case=temporalis Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-smr----s2p | Numeral Type=fractal Number=singular Case=temporalis Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-smr----s3 | Numeral Type=fractal Number=singular Case=temporalis Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mf-smr----s3s | Numeral Type=fractal Number=singular Case=temporalis Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-smr----s3p | Numeral Type=fractal Number=singular Case=temporalis Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-smr----p1 | Numeral Type=fractal Number=singular Case=temporalis Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mf-smr----p1s | Numeral Type=fractal Number=singular Case=temporalis Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-smr----p1p | Numeral Type=fractal Number=singular Case=temporalis Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-smr----p2 | Numeral Type=fractal Number=singular Case=temporalis Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mf-smr----p2s | Numeral Type=fractal Number=singular Case=temporalis Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-smr----p2p | Numeral Type=fractal Number=singular Case=temporalis Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-smr----p3 | Numeral Type=fractal Number=singular Case=temporalis Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mf-smr----p3s | Numeral Type=fractal Number=singular Case=temporalis Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-smr----p3p | Numeral Type=fractal Number=singular Case=temporalis Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sml | Numeral Type=fractal Number=singular Case=temporalis Form=letter | 1 |  |
Mf-sml------s | Numeral Type=fractal Number=singular Case=temporalis Form=letter Owned_Number=singular | 1 |  |
Mf-sml------p | Numeral Type=fractal Number=singular Case=temporalis Form=letter Owned_Number=plural | 1 |  |
Mf-sml----s1 | Numeral Type=fractal Number=singular Case=temporalis Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mf-sml----s1s | Numeral Type=fractal Number=singular Case=temporalis Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sml----s1p | Numeral Type=fractal Number=singular Case=temporalis Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sml----s2 | Numeral Type=fractal Number=singular Case=temporalis Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mf-sml----s2s | Numeral Type=fractal Number=singular Case=temporalis Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sml----s2p | Numeral Type=fractal Number=singular Case=temporalis Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sml----s3 | Numeral Type=fractal Number=singular Case=temporalis Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mf-sml----s3s | Numeral Type=fractal Number=singular Case=temporalis Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sml----s3p | Numeral Type=fractal Number=singular Case=temporalis Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sml----p1 | Numeral Type=fractal Number=singular Case=temporalis Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mf-sml----p1s | Numeral Type=fractal Number=singular Case=temporalis Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sml----p1p | Numeral Type=fractal Number=singular Case=temporalis Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sml----p2 | Numeral Type=fractal Number=singular Case=temporalis Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mf-sml----p2s | Numeral Type=fractal Number=singular Case=temporalis Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sml----p2p | Numeral Type=fractal Number=singular Case=temporalis Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sml----p3 | Numeral Type=fractal Number=singular Case=temporalis Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mf-sml----p3s | Numeral Type=fractal Number=singular Case=temporalis Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sml----p3p | Numeral Type=fractal Number=singular Case=temporalis Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-scd | Numeral Type=fractal Number=singular Case=causalis Form=digit | 1 |  |
Mf-scd------s | Numeral Type=fractal Number=singular Case=causalis Form=digit Owned_Number=singular | 1 |  |
Mf-scd------p | Numeral Type=fractal Number=singular Case=causalis Form=digit Owned_Number=plural | 1 |  |
Mf-scd----s1 | Numeral Type=fractal Number=singular Case=causalis Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mf-scd----s1s | Numeral Type=fractal Number=singular Case=causalis Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-scd----s1p | Numeral Type=fractal Number=singular Case=causalis Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-scd----s2 | Numeral Type=fractal Number=singular Case=causalis Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mf-scd----s2s | Numeral Type=fractal Number=singular Case=causalis Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-scd----s2p | Numeral Type=fractal Number=singular Case=causalis Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-scd----s3 | Numeral Type=fractal Number=singular Case=causalis Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mf-scd----s3s | Numeral Type=fractal Number=singular Case=causalis Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-scd----s3p | Numeral Type=fractal Number=singular Case=causalis Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-scd----p1 | Numeral Type=fractal Number=singular Case=causalis Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mf-scd----p1s | Numeral Type=fractal Number=singular Case=causalis Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-scd----p1p | Numeral Type=fractal Number=singular Case=causalis Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-scd----p2 | Numeral Type=fractal Number=singular Case=causalis Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mf-scd----p2s | Numeral Type=fractal Number=singular Case=causalis Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-scd----p2p | Numeral Type=fractal Number=singular Case=causalis Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-scd----p3 | Numeral Type=fractal Number=singular Case=causalis Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mf-scd----p3s | Numeral Type=fractal Number=singular Case=causalis Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-scd----p3p | Numeral Type=fractal Number=singular Case=causalis Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-scr | Numeral Type=fractal Number=singular Case=causalis Form=roman | 1 |  |
Mf-scr------s | Numeral Type=fractal Number=singular Case=causalis Form=roman Owned_Number=singular | 1 |  |
Mf-scr------p | Numeral Type=fractal Number=singular Case=causalis Form=roman Owned_Number=plural | 1 |  |
Mf-scr----s1 | Numeral Type=fractal Number=singular Case=causalis Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mf-scr----s1s | Numeral Type=fractal Number=singular Case=causalis Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-scr----s1p | Numeral Type=fractal Number=singular Case=causalis Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-scr----s2 | Numeral Type=fractal Number=singular Case=causalis Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mf-scr----s2s | Numeral Type=fractal Number=singular Case=causalis Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-scr----s2p | Numeral Type=fractal Number=singular Case=causalis Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-scr----s3 | Numeral Type=fractal Number=singular Case=causalis Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mf-scr----s3s | Numeral Type=fractal Number=singular Case=causalis Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-scr----s3p | Numeral Type=fractal Number=singular Case=causalis Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-scr----p1 | Numeral Type=fractal Number=singular Case=causalis Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mf-scr----p1s | Numeral Type=fractal Number=singular Case=causalis Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-scr----p1p | Numeral Type=fractal Number=singular Case=causalis Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-scr----p2 | Numeral Type=fractal Number=singular Case=causalis Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mf-scr----p2s | Numeral Type=fractal Number=singular Case=causalis Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-scr----p2p | Numeral Type=fractal Number=singular Case=causalis Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-scr----p3 | Numeral Type=fractal Number=singular Case=causalis Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mf-scr----p3s | Numeral Type=fractal Number=singular Case=causalis Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-scr----p3p | Numeral Type=fractal Number=singular Case=causalis Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-scl | Numeral Type=fractal Number=singular Case=causalis Form=letter | 1 |  |
Mf-scl------s | Numeral Type=fractal Number=singular Case=causalis Form=letter Owned_Number=singular | 1 |  |
Mf-scl------p | Numeral Type=fractal Number=singular Case=causalis Form=letter Owned_Number=plural | 1 |  |
Mf-scl----s1 | Numeral Type=fractal Number=singular Case=causalis Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mf-scl----s1s | Numeral Type=fractal Number=singular Case=causalis Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-scl----s1p | Numeral Type=fractal Number=singular Case=causalis Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-scl----s2 | Numeral Type=fractal Number=singular Case=causalis Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mf-scl----s2s | Numeral Type=fractal Number=singular Case=causalis Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-scl----s2p | Numeral Type=fractal Number=singular Case=causalis Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-scl----s3 | Numeral Type=fractal Number=singular Case=causalis Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mf-scl----s3s | Numeral Type=fractal Number=singular Case=causalis Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-scl----s3p | Numeral Type=fractal Number=singular Case=causalis Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-scl----p1 | Numeral Type=fractal Number=singular Case=causalis Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mf-scl----p1s | Numeral Type=fractal Number=singular Case=causalis Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-scl----p1p | Numeral Type=fractal Number=singular Case=causalis Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-scl----p2 | Numeral Type=fractal Number=singular Case=causalis Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mf-scl----p2s | Numeral Type=fractal Number=singular Case=causalis Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-scl----p2p | Numeral Type=fractal Number=singular Case=causalis Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-scl----p3 | Numeral Type=fractal Number=singular Case=causalis Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mf-scl----p3s | Numeral Type=fractal Number=singular Case=causalis Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-scl----p3p | Numeral Type=fractal Number=singular Case=causalis Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-ssd | Numeral Type=fractal Number=singular Case=sublative Form=digit | 1 |  |
Mf-ssd------s | Numeral Type=fractal Number=singular Case=sublative Form=digit Owned_Number=singular | 1 |  |
Mf-ssd------p | Numeral Type=fractal Number=singular Case=sublative Form=digit Owned_Number=plural | 1 |  |
Mf-ssd----s1 | Numeral Type=fractal Number=singular Case=sublative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mf-ssd----s1s | Numeral Type=fractal Number=singular Case=sublative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-ssd----s1p | Numeral Type=fractal Number=singular Case=sublative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-ssd----s2 | Numeral Type=fractal Number=singular Case=sublative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mf-ssd----s2s | Numeral Type=fractal Number=singular Case=sublative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-ssd----s2p | Numeral Type=fractal Number=singular Case=sublative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-ssd----s3 | Numeral Type=fractal Number=singular Case=sublative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mf-ssd----s3s | Numeral Type=fractal Number=singular Case=sublative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-ssd----s3p | Numeral Type=fractal Number=singular Case=sublative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-ssd----p1 | Numeral Type=fractal Number=singular Case=sublative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mf-ssd----p1s | Numeral Type=fractal Number=singular Case=sublative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-ssd----p1p | Numeral Type=fractal Number=singular Case=sublative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-ssd----p2 | Numeral Type=fractal Number=singular Case=sublative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mf-ssd----p2s | Numeral Type=fractal Number=singular Case=sublative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-ssd----p2p | Numeral Type=fractal Number=singular Case=sublative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-ssd----p3 | Numeral Type=fractal Number=singular Case=sublative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mf-ssd----p3s | Numeral Type=fractal Number=singular Case=sublative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-ssd----p3p | Numeral Type=fractal Number=singular Case=sublative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-ssr | Numeral Type=fractal Number=singular Case=sublative Form=roman | 1 |  |
Mf-ssr------s | Numeral Type=fractal Number=singular Case=sublative Form=roman Owned_Number=singular | 1 |  |
Mf-ssr------p | Numeral Type=fractal Number=singular Case=sublative Form=roman Owned_Number=plural | 1 |  |
Mf-ssr----s1 | Numeral Type=fractal Number=singular Case=sublative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mf-ssr----s1s | Numeral Type=fractal Number=singular Case=sublative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-ssr----s1p | Numeral Type=fractal Number=singular Case=sublative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-ssr----s2 | Numeral Type=fractal Number=singular Case=sublative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mf-ssr----s2s | Numeral Type=fractal Number=singular Case=sublative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-ssr----s2p | Numeral Type=fractal Number=singular Case=sublative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-ssr----s3 | Numeral Type=fractal Number=singular Case=sublative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mf-ssr----s3s | Numeral Type=fractal Number=singular Case=sublative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-ssr----s3p | Numeral Type=fractal Number=singular Case=sublative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-ssr----p1 | Numeral Type=fractal Number=singular Case=sublative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mf-ssr----p1s | Numeral Type=fractal Number=singular Case=sublative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-ssr----p1p | Numeral Type=fractal Number=singular Case=sublative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-ssr----p2 | Numeral Type=fractal Number=singular Case=sublative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mf-ssr----p2s | Numeral Type=fractal Number=singular Case=sublative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-ssr----p2p | Numeral Type=fractal Number=singular Case=sublative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-ssr----p3 | Numeral Type=fractal Number=singular Case=sublative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mf-ssr----p3s | Numeral Type=fractal Number=singular Case=sublative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-ssr----p3p | Numeral Type=fractal Number=singular Case=sublative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-ssl | Numeral Type=fractal Number=singular Case=sublative Form=letter | 1 |  |
Mf-ssl------s | Numeral Type=fractal Number=singular Case=sublative Form=letter Owned_Number=singular | 1 |  |
Mf-ssl------p | Numeral Type=fractal Number=singular Case=sublative Form=letter Owned_Number=plural | 1 |  |
Mf-ssl----s1 | Numeral Type=fractal Number=singular Case=sublative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mf-ssl----s1s | Numeral Type=fractal Number=singular Case=sublative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-ssl----s1p | Numeral Type=fractal Number=singular Case=sublative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-ssl----s2 | Numeral Type=fractal Number=singular Case=sublative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mf-ssl----s2s | Numeral Type=fractal Number=singular Case=sublative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-ssl----s2p | Numeral Type=fractal Number=singular Case=sublative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-ssl----s3 | Numeral Type=fractal Number=singular Case=sublative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mf-ssl----s3s | Numeral Type=fractal Number=singular Case=sublative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-ssl----s3p | Numeral Type=fractal Number=singular Case=sublative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-ssl----p1 | Numeral Type=fractal Number=singular Case=sublative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mf-ssl----p1s | Numeral Type=fractal Number=singular Case=sublative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-ssl----p1p | Numeral Type=fractal Number=singular Case=sublative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-ssl----p2 | Numeral Type=fractal Number=singular Case=sublative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mf-ssl----p2s | Numeral Type=fractal Number=singular Case=sublative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-ssl----p2p | Numeral Type=fractal Number=singular Case=sublative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-ssl----p3 | Numeral Type=fractal Number=singular Case=sublative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mf-ssl----p3s | Numeral Type=fractal Number=singular Case=sublative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-ssl----p3p | Numeral Type=fractal Number=singular Case=sublative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-shd | Numeral Type=fractal Number=singular Case=delative Form=digit | 1 |  |
Mf-shd------s | Numeral Type=fractal Number=singular Case=delative Form=digit Owned_Number=singular | 1 |  |
Mf-shd------p | Numeral Type=fractal Number=singular Case=delative Form=digit Owned_Number=plural | 1 |  |
Mf-shd----s1 | Numeral Type=fractal Number=singular Case=delative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mf-shd----s1s | Numeral Type=fractal Number=singular Case=delative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-shd----s1p | Numeral Type=fractal Number=singular Case=delative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-shd----s2 | Numeral Type=fractal Number=singular Case=delative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mf-shd----s2s | Numeral Type=fractal Number=singular Case=delative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-shd----s2p | Numeral Type=fractal Number=singular Case=delative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-shd----s3 | Numeral Type=fractal Number=singular Case=delative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mf-shd----s3s | Numeral Type=fractal Number=singular Case=delative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-shd----s3p | Numeral Type=fractal Number=singular Case=delative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-shd----p1 | Numeral Type=fractal Number=singular Case=delative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mf-shd----p1s | Numeral Type=fractal Number=singular Case=delative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-shd----p1p | Numeral Type=fractal Number=singular Case=delative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-shd----p2 | Numeral Type=fractal Number=singular Case=delative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mf-shd----p2s | Numeral Type=fractal Number=singular Case=delative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-shd----p2p | Numeral Type=fractal Number=singular Case=delative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-shd----p3 | Numeral Type=fractal Number=singular Case=delative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mf-shd----p3s | Numeral Type=fractal Number=singular Case=delative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-shd----p3p | Numeral Type=fractal Number=singular Case=delative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-shr | Numeral Type=fractal Number=singular Case=delative Form=roman | 1 |  |
Mf-shr------s | Numeral Type=fractal Number=singular Case=delative Form=roman Owned_Number=singular | 1 |  |
Mf-shr------p | Numeral Type=fractal Number=singular Case=delative Form=roman Owned_Number=plural | 1 |  |
Mf-shr----s1 | Numeral Type=fractal Number=singular Case=delative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mf-shr----s1s | Numeral Type=fractal Number=singular Case=delative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-shr----s1p | Numeral Type=fractal Number=singular Case=delative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-shr----s2 | Numeral Type=fractal Number=singular Case=delative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mf-shr----s2s | Numeral Type=fractal Number=singular Case=delative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-shr----s2p | Numeral Type=fractal Number=singular Case=delative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-shr----s3 | Numeral Type=fractal Number=singular Case=delative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mf-shr----s3s | Numeral Type=fractal Number=singular Case=delative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-shr----s3p | Numeral Type=fractal Number=singular Case=delative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-shr----p1 | Numeral Type=fractal Number=singular Case=delative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mf-shr----p1s | Numeral Type=fractal Number=singular Case=delative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-shr----p1p | Numeral Type=fractal Number=singular Case=delative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-shr----p2 | Numeral Type=fractal Number=singular Case=delative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mf-shr----p2s | Numeral Type=fractal Number=singular Case=delative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-shr----p2p | Numeral Type=fractal Number=singular Case=delative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-shr----p3 | Numeral Type=fractal Number=singular Case=delative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mf-shr----p3s | Numeral Type=fractal Number=singular Case=delative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-shr----p3p | Numeral Type=fractal Number=singular Case=delative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-shl | Numeral Type=fractal Number=singular Case=delative Form=letter | 1 |  |
Mf-shl------s | Numeral Type=fractal Number=singular Case=delative Form=letter Owned_Number=singular | 1 |  |
Mf-shl------p | Numeral Type=fractal Number=singular Case=delative Form=letter Owned_Number=plural | 1 |  |
Mf-shl----s1 | Numeral Type=fractal Number=singular Case=delative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mf-shl----s1s | Numeral Type=fractal Number=singular Case=delative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-shl----s1p | Numeral Type=fractal Number=singular Case=delative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-shl----s2 | Numeral Type=fractal Number=singular Case=delative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mf-shl----s2s | Numeral Type=fractal Number=singular Case=delative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-shl----s2p | Numeral Type=fractal Number=singular Case=delative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-shl----s3 | Numeral Type=fractal Number=singular Case=delative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mf-shl----s3s | Numeral Type=fractal Number=singular Case=delative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-shl----s3p | Numeral Type=fractal Number=singular Case=delative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-shl----p1 | Numeral Type=fractal Number=singular Case=delative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mf-shl----p1s | Numeral Type=fractal Number=singular Case=delative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-shl----p1p | Numeral Type=fractal Number=singular Case=delative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-shl----p2 | Numeral Type=fractal Number=singular Case=delative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mf-shl----p2s | Numeral Type=fractal Number=singular Case=delative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-shl----p2p | Numeral Type=fractal Number=singular Case=delative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-shl----p3 | Numeral Type=fractal Number=singular Case=delative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mf-shl----p3s | Numeral Type=fractal Number=singular Case=delative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-shl----p3p | Numeral Type=fractal Number=singular Case=delative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sqd | Numeral Type=fractal Number=singular Case=sociative Form=digit | 1 |  |
Mf-sqd------s | Numeral Type=fractal Number=singular Case=sociative Form=digit Owned_Number=singular | 1 |  |
Mf-sqd------p | Numeral Type=fractal Number=singular Case=sociative Form=digit Owned_Number=plural | 1 |  |
Mf-sqd----s1 | Numeral Type=fractal Number=singular Case=sociative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mf-sqd----s1s | Numeral Type=fractal Number=singular Case=sociative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sqd----s1p | Numeral Type=fractal Number=singular Case=sociative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sqd----s2 | Numeral Type=fractal Number=singular Case=sociative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mf-sqd----s2s | Numeral Type=fractal Number=singular Case=sociative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sqd----s2p | Numeral Type=fractal Number=singular Case=sociative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sqd----s3 | Numeral Type=fractal Number=singular Case=sociative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mf-sqd----s3s | Numeral Type=fractal Number=singular Case=sociative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sqd----s3p | Numeral Type=fractal Number=singular Case=sociative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sqd----p1 | Numeral Type=fractal Number=singular Case=sociative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mf-sqd----p1s | Numeral Type=fractal Number=singular Case=sociative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sqd----p1p | Numeral Type=fractal Number=singular Case=sociative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sqd----p2 | Numeral Type=fractal Number=singular Case=sociative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mf-sqd----p2s | Numeral Type=fractal Number=singular Case=sociative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sqd----p2p | Numeral Type=fractal Number=singular Case=sociative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sqd----p3 | Numeral Type=fractal Number=singular Case=sociative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mf-sqd----p3s | Numeral Type=fractal Number=singular Case=sociative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sqd----p3p | Numeral Type=fractal Number=singular Case=sociative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sqr | Numeral Type=fractal Number=singular Case=sociative Form=roman | 1 |  |
Mf-sqr------s | Numeral Type=fractal Number=singular Case=sociative Form=roman Owned_Number=singular | 1 |  |
Mf-sqr------p | Numeral Type=fractal Number=singular Case=sociative Form=roman Owned_Number=plural | 1 |  |
Mf-sqr----s1 | Numeral Type=fractal Number=singular Case=sociative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mf-sqr----s1s | Numeral Type=fractal Number=singular Case=sociative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sqr----s1p | Numeral Type=fractal Number=singular Case=sociative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sqr----s2 | Numeral Type=fractal Number=singular Case=sociative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mf-sqr----s2s | Numeral Type=fractal Number=singular Case=sociative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sqr----s2p | Numeral Type=fractal Number=singular Case=sociative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sqr----s3 | Numeral Type=fractal Number=singular Case=sociative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mf-sqr----s3s | Numeral Type=fractal Number=singular Case=sociative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sqr----s3p | Numeral Type=fractal Number=singular Case=sociative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sqr----p1 | Numeral Type=fractal Number=singular Case=sociative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mf-sqr----p1s | Numeral Type=fractal Number=singular Case=sociative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sqr----p1p | Numeral Type=fractal Number=singular Case=sociative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sqr----p2 | Numeral Type=fractal Number=singular Case=sociative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mf-sqr----p2s | Numeral Type=fractal Number=singular Case=sociative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sqr----p2p | Numeral Type=fractal Number=singular Case=sociative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sqr----p3 | Numeral Type=fractal Number=singular Case=sociative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mf-sqr----p3s | Numeral Type=fractal Number=singular Case=sociative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sqr----p3p | Numeral Type=fractal Number=singular Case=sociative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sql | Numeral Type=fractal Number=singular Case=sociative Form=letter | 1 |  |
Mf-sql------s | Numeral Type=fractal Number=singular Case=sociative Form=letter Owned_Number=singular | 1 |  |
Mf-sql------p | Numeral Type=fractal Number=singular Case=sociative Form=letter Owned_Number=plural | 1 |  |
Mf-sql----s1 | Numeral Type=fractal Number=singular Case=sociative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mf-sql----s1s | Numeral Type=fractal Number=singular Case=sociative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sql----s1p | Numeral Type=fractal Number=singular Case=sociative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sql----s2 | Numeral Type=fractal Number=singular Case=sociative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mf-sql----s2s | Numeral Type=fractal Number=singular Case=sociative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sql----s2p | Numeral Type=fractal Number=singular Case=sociative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sql----s3 | Numeral Type=fractal Number=singular Case=sociative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mf-sql----s3s | Numeral Type=fractal Number=singular Case=sociative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sql----s3p | Numeral Type=fractal Number=singular Case=sociative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sql----p1 | Numeral Type=fractal Number=singular Case=sociative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mf-sql----p1s | Numeral Type=fractal Number=singular Case=sociative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sql----p1p | Numeral Type=fractal Number=singular Case=sociative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sql----p2 | Numeral Type=fractal Number=singular Case=sociative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mf-sql----p2s | Numeral Type=fractal Number=singular Case=sociative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sql----p2p | Numeral Type=fractal Number=singular Case=sociative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sql----p3 | Numeral Type=fractal Number=singular Case=sociative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mf-sql----p3s | Numeral Type=fractal Number=singular Case=sociative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sql----p3p | Numeral Type=fractal Number=singular Case=sociative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-syd | Numeral Type=fractal Number=singular Case=factive Form=digit | 1 |  |
Mf-syd------s | Numeral Type=fractal Number=singular Case=factive Form=digit Owned_Number=singular | 1 |  |
Mf-syd------p | Numeral Type=fractal Number=singular Case=factive Form=digit Owned_Number=plural | 1 |  |
Mf-syd----s1 | Numeral Type=fractal Number=singular Case=factive Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mf-syd----s1s | Numeral Type=fractal Number=singular Case=factive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-syd----s1p | Numeral Type=fractal Number=singular Case=factive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-syd----s2 | Numeral Type=fractal Number=singular Case=factive Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mf-syd----s2s | Numeral Type=fractal Number=singular Case=factive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-syd----s2p | Numeral Type=fractal Number=singular Case=factive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-syd----s3 | Numeral Type=fractal Number=singular Case=factive Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mf-syd----s3s | Numeral Type=fractal Number=singular Case=factive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-syd----s3p | Numeral Type=fractal Number=singular Case=factive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-syd----p1 | Numeral Type=fractal Number=singular Case=factive Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mf-syd----p1s | Numeral Type=fractal Number=singular Case=factive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-syd----p1p | Numeral Type=fractal Number=singular Case=factive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-syd----p2 | Numeral Type=fractal Number=singular Case=factive Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mf-syd----p2s | Numeral Type=fractal Number=singular Case=factive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-syd----p2p | Numeral Type=fractal Number=singular Case=factive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-syd----p3 | Numeral Type=fractal Number=singular Case=factive Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mf-syd----p3s | Numeral Type=fractal Number=singular Case=factive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-syd----p3p | Numeral Type=fractal Number=singular Case=factive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-syr | Numeral Type=fractal Number=singular Case=factive Form=roman | 1 |  |
Mf-syr------s | Numeral Type=fractal Number=singular Case=factive Form=roman Owned_Number=singular | 1 |  |
Mf-syr------p | Numeral Type=fractal Number=singular Case=factive Form=roman Owned_Number=plural | 1 |  |
Mf-syr----s1 | Numeral Type=fractal Number=singular Case=factive Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mf-syr----s1s | Numeral Type=fractal Number=singular Case=factive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-syr----s1p | Numeral Type=fractal Number=singular Case=factive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-syr----s2 | Numeral Type=fractal Number=singular Case=factive Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mf-syr----s2s | Numeral Type=fractal Number=singular Case=factive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-syr----s2p | Numeral Type=fractal Number=singular Case=factive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-syr----s3 | Numeral Type=fractal Number=singular Case=factive Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mf-syr----s3s | Numeral Type=fractal Number=singular Case=factive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-syr----s3p | Numeral Type=fractal Number=singular Case=factive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-syr----p1 | Numeral Type=fractal Number=singular Case=factive Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mf-syr----p1s | Numeral Type=fractal Number=singular Case=factive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-syr----p1p | Numeral Type=fractal Number=singular Case=factive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-syr----p2 | Numeral Type=fractal Number=singular Case=factive Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mf-syr----p2s | Numeral Type=fractal Number=singular Case=factive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-syr----p2p | Numeral Type=fractal Number=singular Case=factive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-syr----p3 | Numeral Type=fractal Number=singular Case=factive Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mf-syr----p3s | Numeral Type=fractal Number=singular Case=factive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-syr----p3p | Numeral Type=fractal Number=singular Case=factive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-syl | Numeral Type=fractal Number=singular Case=factive Form=letter | 1 |  |
Mf-syl------s | Numeral Type=fractal Number=singular Case=factive Form=letter Owned_Number=singular | 1 |  |
Mf-syl------p | Numeral Type=fractal Number=singular Case=factive Form=letter Owned_Number=plural | 1 |  |
Mf-syl----s1 | Numeral Type=fractal Number=singular Case=factive Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mf-syl----s1s | Numeral Type=fractal Number=singular Case=factive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-syl----s1p | Numeral Type=fractal Number=singular Case=factive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-syl----s2 | Numeral Type=fractal Number=singular Case=factive Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mf-syl----s2s | Numeral Type=fractal Number=singular Case=factive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-syl----s2p | Numeral Type=fractal Number=singular Case=factive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-syl----s3 | Numeral Type=fractal Number=singular Case=factive Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mf-syl----s3s | Numeral Type=fractal Number=singular Case=factive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-syl----s3p | Numeral Type=fractal Number=singular Case=factive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-syl----p1 | Numeral Type=fractal Number=singular Case=factive Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mf-syl----p1s | Numeral Type=fractal Number=singular Case=factive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-syl----p1p | Numeral Type=fractal Number=singular Case=factive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-syl----p2 | Numeral Type=fractal Number=singular Case=factive Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mf-syl----p2s | Numeral Type=fractal Number=singular Case=factive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-syl----p2p | Numeral Type=fractal Number=singular Case=factive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-syl----p3 | Numeral Type=fractal Number=singular Case=factive Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mf-syl----p3s | Numeral Type=fractal Number=singular Case=factive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-syl----p3p | Numeral Type=fractal Number=singular Case=factive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-spd | Numeral Type=fractal Number=singular Case=superessive Form=digit | 1 |  |
Mf-spd------s | Numeral Type=fractal Number=singular Case=superessive Form=digit Owned_Number=singular | 1 |  |
Mf-spd------p | Numeral Type=fractal Number=singular Case=superessive Form=digit Owned_Number=plural | 1 |  |
Mf-spd----s1 | Numeral Type=fractal Number=singular Case=superessive Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mf-spd----s1s | Numeral Type=fractal Number=singular Case=superessive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-spd----s1p | Numeral Type=fractal Number=singular Case=superessive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-spd----s2 | Numeral Type=fractal Number=singular Case=superessive Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mf-spd----s2s | Numeral Type=fractal Number=singular Case=superessive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-spd----s2p | Numeral Type=fractal Number=singular Case=superessive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-spd----s3 | Numeral Type=fractal Number=singular Case=superessive Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mf-spd----s3s | Numeral Type=fractal Number=singular Case=superessive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-spd----s3p | Numeral Type=fractal Number=singular Case=superessive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-spd----p1 | Numeral Type=fractal Number=singular Case=superessive Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mf-spd----p1s | Numeral Type=fractal Number=singular Case=superessive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-spd----p1p | Numeral Type=fractal Number=singular Case=superessive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-spd----p2 | Numeral Type=fractal Number=singular Case=superessive Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mf-spd----p2s | Numeral Type=fractal Number=singular Case=superessive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-spd----p2p | Numeral Type=fractal Number=singular Case=superessive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-spd----p3 | Numeral Type=fractal Number=singular Case=superessive Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mf-spd----p3s | Numeral Type=fractal Number=singular Case=superessive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-spd----p3p | Numeral Type=fractal Number=singular Case=superessive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-spr | Numeral Type=fractal Number=singular Case=superessive Form=roman | 1 |  |
Mf-spr------s | Numeral Type=fractal Number=singular Case=superessive Form=roman Owned_Number=singular | 1 |  |
Mf-spr------p | Numeral Type=fractal Number=singular Case=superessive Form=roman Owned_Number=plural | 1 |  |
Mf-spr----s1 | Numeral Type=fractal Number=singular Case=superessive Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mf-spr----s1s | Numeral Type=fractal Number=singular Case=superessive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-spr----s1p | Numeral Type=fractal Number=singular Case=superessive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-spr----s2 | Numeral Type=fractal Number=singular Case=superessive Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mf-spr----s2s | Numeral Type=fractal Number=singular Case=superessive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-spr----s2p | Numeral Type=fractal Number=singular Case=superessive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-spr----s3 | Numeral Type=fractal Number=singular Case=superessive Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mf-spr----s3s | Numeral Type=fractal Number=singular Case=superessive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-spr----s3p | Numeral Type=fractal Number=singular Case=superessive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-spr----p1 | Numeral Type=fractal Number=singular Case=superessive Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mf-spr----p1s | Numeral Type=fractal Number=singular Case=superessive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-spr----p1p | Numeral Type=fractal Number=singular Case=superessive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-spr----p2 | Numeral Type=fractal Number=singular Case=superessive Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mf-spr----p2s | Numeral Type=fractal Number=singular Case=superessive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-spr----p2p | Numeral Type=fractal Number=singular Case=superessive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-spr----p3 | Numeral Type=fractal Number=singular Case=superessive Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mf-spr----p3s | Numeral Type=fractal Number=singular Case=superessive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-spr----p3p | Numeral Type=fractal Number=singular Case=superessive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-spl | Numeral Type=fractal Number=singular Case=superessive Form=letter | 1 |  |
Mf-spl------s | Numeral Type=fractal Number=singular Case=superessive Form=letter Owned_Number=singular | 1 |  |
Mf-spl------p | Numeral Type=fractal Number=singular Case=superessive Form=letter Owned_Number=plural | 1 |  |
Mf-spl----s1 | Numeral Type=fractal Number=singular Case=superessive Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mf-spl----s1s | Numeral Type=fractal Number=singular Case=superessive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-spl----s1p | Numeral Type=fractal Number=singular Case=superessive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-spl----s2 | Numeral Type=fractal Number=singular Case=superessive Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mf-spl----s2s | Numeral Type=fractal Number=singular Case=superessive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-spl----s2p | Numeral Type=fractal Number=singular Case=superessive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-spl----s3 | Numeral Type=fractal Number=singular Case=superessive Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mf-spl----s3s | Numeral Type=fractal Number=singular Case=superessive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-spl----s3p | Numeral Type=fractal Number=singular Case=superessive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-spl----p1 | Numeral Type=fractal Number=singular Case=superessive Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mf-spl----p1s | Numeral Type=fractal Number=singular Case=superessive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-spl----p1p | Numeral Type=fractal Number=singular Case=superessive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-spl----p2 | Numeral Type=fractal Number=singular Case=superessive Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mf-spl----p2s | Numeral Type=fractal Number=singular Case=superessive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-spl----p2p | Numeral Type=fractal Number=singular Case=superessive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-spl----p3 | Numeral Type=fractal Number=singular Case=superessive Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mf-spl----p3s | Numeral Type=fractal Number=singular Case=superessive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-spl----p3p | Numeral Type=fractal Number=singular Case=superessive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sud | Numeral Type=fractal Number=singular Case=distributive Form=digit | 1 |  |
Mf-sud------s | Numeral Type=fractal Number=singular Case=distributive Form=digit Owned_Number=singular | 1 |  |
Mf-sud------p | Numeral Type=fractal Number=singular Case=distributive Form=digit Owned_Number=plural | 1 |  |
Mf-sud----s1 | Numeral Type=fractal Number=singular Case=distributive Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mf-sud----s1s | Numeral Type=fractal Number=singular Case=distributive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sud----s1p | Numeral Type=fractal Number=singular Case=distributive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sud----s2 | Numeral Type=fractal Number=singular Case=distributive Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mf-sud----s2s | Numeral Type=fractal Number=singular Case=distributive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sud----s2p | Numeral Type=fractal Number=singular Case=distributive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sud----s3 | Numeral Type=fractal Number=singular Case=distributive Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mf-sud----s3s | Numeral Type=fractal Number=singular Case=distributive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sud----s3p | Numeral Type=fractal Number=singular Case=distributive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sud----p1 | Numeral Type=fractal Number=singular Case=distributive Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mf-sud----p1s | Numeral Type=fractal Number=singular Case=distributive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sud----p1p | Numeral Type=fractal Number=singular Case=distributive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sud----p2 | Numeral Type=fractal Number=singular Case=distributive Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mf-sud----p2s | Numeral Type=fractal Number=singular Case=distributive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sud----p2p | Numeral Type=fractal Number=singular Case=distributive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sud----p3 | Numeral Type=fractal Number=singular Case=distributive Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mf-sud----p3s | Numeral Type=fractal Number=singular Case=distributive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sud----p3p | Numeral Type=fractal Number=singular Case=distributive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sur | Numeral Type=fractal Number=singular Case=distributive Form=roman | 1 |  |
Mf-sur------s | Numeral Type=fractal Number=singular Case=distributive Form=roman Owned_Number=singular | 1 |  |
Mf-sur------p | Numeral Type=fractal Number=singular Case=distributive Form=roman Owned_Number=plural | 1 |  |
Mf-sur----s1 | Numeral Type=fractal Number=singular Case=distributive Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mf-sur----s1s | Numeral Type=fractal Number=singular Case=distributive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sur----s1p | Numeral Type=fractal Number=singular Case=distributive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sur----s2 | Numeral Type=fractal Number=singular Case=distributive Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mf-sur----s2s | Numeral Type=fractal Number=singular Case=distributive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sur----s2p | Numeral Type=fractal Number=singular Case=distributive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sur----s3 | Numeral Type=fractal Number=singular Case=distributive Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mf-sur----s3s | Numeral Type=fractal Number=singular Case=distributive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sur----s3p | Numeral Type=fractal Number=singular Case=distributive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sur----p1 | Numeral Type=fractal Number=singular Case=distributive Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mf-sur----p1s | Numeral Type=fractal Number=singular Case=distributive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sur----p1p | Numeral Type=fractal Number=singular Case=distributive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sur----p2 | Numeral Type=fractal Number=singular Case=distributive Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mf-sur----p2s | Numeral Type=fractal Number=singular Case=distributive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sur----p2p | Numeral Type=fractal Number=singular Case=distributive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sur----p3 | Numeral Type=fractal Number=singular Case=distributive Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mf-sur----p3s | Numeral Type=fractal Number=singular Case=distributive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sur----p3p | Numeral Type=fractal Number=singular Case=distributive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sul | Numeral Type=fractal Number=singular Case=distributive Form=letter | 1 |  |
Mf-sul------s | Numeral Type=fractal Number=singular Case=distributive Form=letter Owned_Number=singular | 1 |  |
Mf-sul------p | Numeral Type=fractal Number=singular Case=distributive Form=letter Owned_Number=plural | 1 |  |
Mf-sul----s1 | Numeral Type=fractal Number=singular Case=distributive Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mf-sul----s1s | Numeral Type=fractal Number=singular Case=distributive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sul----s1p | Numeral Type=fractal Number=singular Case=distributive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sul----s2 | Numeral Type=fractal Number=singular Case=distributive Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mf-sul----s2s | Numeral Type=fractal Number=singular Case=distributive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sul----s2p | Numeral Type=fractal Number=singular Case=distributive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sul----s3 | Numeral Type=fractal Number=singular Case=distributive Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mf-sul----s3s | Numeral Type=fractal Number=singular Case=distributive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sul----s3p | Numeral Type=fractal Number=singular Case=distributive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sul----p1 | Numeral Type=fractal Number=singular Case=distributive Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mf-sul----p1s | Numeral Type=fractal Number=singular Case=distributive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sul----p1p | Numeral Type=fractal Number=singular Case=distributive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sul----p2 | Numeral Type=fractal Number=singular Case=distributive Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mf-sul----p2s | Numeral Type=fractal Number=singular Case=distributive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sul----p2p | Numeral Type=fractal Number=singular Case=distributive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sul----p3 | Numeral Type=fractal Number=singular Case=distributive Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mf-sul----p3s | Numeral Type=fractal Number=singular Case=distributive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sul----p3p | Numeral Type=fractal Number=singular Case=distributive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sfd | Numeral Type=fractal Number=singular Case=essive-formal Form=digit | 1 |  |
Mf-sfd------s | Numeral Type=fractal Number=singular Case=essive-formal Form=digit Owned_Number=singular | 1 |  |
Mf-sfd------p | Numeral Type=fractal Number=singular Case=essive-formal Form=digit Owned_Number=plural | 1 |  |
Mf-sfd----s1 | Numeral Type=fractal Number=singular Case=essive-formal Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mf-sfd----s1s | Numeral Type=fractal Number=singular Case=essive-formal Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sfd----s1p | Numeral Type=fractal Number=singular Case=essive-formal Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sfd----s2 | Numeral Type=fractal Number=singular Case=essive-formal Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mf-sfd----s2s | Numeral Type=fractal Number=singular Case=essive-formal Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sfd----s2p | Numeral Type=fractal Number=singular Case=essive-formal Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sfd----s3 | Numeral Type=fractal Number=singular Case=essive-formal Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mf-sfd----s3s | Numeral Type=fractal Number=singular Case=essive-formal Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sfd----s3p | Numeral Type=fractal Number=singular Case=essive-formal Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sfd----p1 | Numeral Type=fractal Number=singular Case=essive-formal Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mf-sfd----p1s | Numeral Type=fractal Number=singular Case=essive-formal Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sfd----p1p | Numeral Type=fractal Number=singular Case=essive-formal Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sfd----p2 | Numeral Type=fractal Number=singular Case=essive-formal Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mf-sfd----p2s | Numeral Type=fractal Number=singular Case=essive-formal Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sfd----p2p | Numeral Type=fractal Number=singular Case=essive-formal Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sfd----p3 | Numeral Type=fractal Number=singular Case=essive-formal Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mf-sfd----p3s | Numeral Type=fractal Number=singular Case=essive-formal Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sfd----p3p | Numeral Type=fractal Number=singular Case=essive-formal Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sfr | Numeral Type=fractal Number=singular Case=essive-formal Form=roman | 1 |  |
Mf-sfr------s | Numeral Type=fractal Number=singular Case=essive-formal Form=roman Owned_Number=singular | 1 |  |
Mf-sfr------p | Numeral Type=fractal Number=singular Case=essive-formal Form=roman Owned_Number=plural | 1 |  |
Mf-sfr----s1 | Numeral Type=fractal Number=singular Case=essive-formal Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mf-sfr----s1s | Numeral Type=fractal Number=singular Case=essive-formal Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sfr----s1p | Numeral Type=fractal Number=singular Case=essive-formal Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sfr----s2 | Numeral Type=fractal Number=singular Case=essive-formal Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mf-sfr----s2s | Numeral Type=fractal Number=singular Case=essive-formal Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sfr----s2p | Numeral Type=fractal Number=singular Case=essive-formal Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sfr----s3 | Numeral Type=fractal Number=singular Case=essive-formal Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mf-sfr----s3s | Numeral Type=fractal Number=singular Case=essive-formal Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sfr----s3p | Numeral Type=fractal Number=singular Case=essive-formal Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sfr----p1 | Numeral Type=fractal Number=singular Case=essive-formal Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mf-sfr----p1s | Numeral Type=fractal Number=singular Case=essive-formal Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sfr----p1p | Numeral Type=fractal Number=singular Case=essive-formal Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sfr----p2 | Numeral Type=fractal Number=singular Case=essive-formal Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mf-sfr----p2s | Numeral Type=fractal Number=singular Case=essive-formal Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sfr----p2p | Numeral Type=fractal Number=singular Case=essive-formal Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sfr----p3 | Numeral Type=fractal Number=singular Case=essive-formal Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mf-sfr----p3s | Numeral Type=fractal Number=singular Case=essive-formal Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sfr----p3p | Numeral Type=fractal Number=singular Case=essive-formal Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sfl | Numeral Type=fractal Number=singular Case=essive-formal Form=letter | 1 |  |
Mf-sfl------s | Numeral Type=fractal Number=singular Case=essive-formal Form=letter Owned_Number=singular | 1 |  |
Mf-sfl------p | Numeral Type=fractal Number=singular Case=essive-formal Form=letter Owned_Number=plural | 1 |  |
Mf-sfl----s1 | Numeral Type=fractal Number=singular Case=essive-formal Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mf-sfl----s1s | Numeral Type=fractal Number=singular Case=essive-formal Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sfl----s1p | Numeral Type=fractal Number=singular Case=essive-formal Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sfl----s2 | Numeral Type=fractal Number=singular Case=essive-formal Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mf-sfl----s2s | Numeral Type=fractal Number=singular Case=essive-formal Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sfl----s2p | Numeral Type=fractal Number=singular Case=essive-formal Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sfl----s3 | Numeral Type=fractal Number=singular Case=essive-formal Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mf-sfl----s3s | Numeral Type=fractal Number=singular Case=essive-formal Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sfl----s3p | Numeral Type=fractal Number=singular Case=essive-formal Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sfl----p1 | Numeral Type=fractal Number=singular Case=essive-formal Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mf-sfl----p1s | Numeral Type=fractal Number=singular Case=essive-formal Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sfl----p1p | Numeral Type=fractal Number=singular Case=essive-formal Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sfl----p2 | Numeral Type=fractal Number=singular Case=essive-formal Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mf-sfl----p2s | Numeral Type=fractal Number=singular Case=essive-formal Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sfl----p2p | Numeral Type=fractal Number=singular Case=essive-formal Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sfl----p3 | Numeral Type=fractal Number=singular Case=essive-formal Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mf-sfl----p3s | Numeral Type=fractal Number=singular Case=essive-formal Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sfl----p3p | Numeral Type=fractal Number=singular Case=essive-formal Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pnd | Numeral Type=fractal Number=plural Case=nominative Form=digit | 1 |  |
Mf-pnd------s | Numeral Type=fractal Number=plural Case=nominative Form=digit Owned_Number=singular | 1 |  |
Mf-pnd------p | Numeral Type=fractal Number=plural Case=nominative Form=digit Owned_Number=plural | 1 |  |
Mf-pnd----s1 | Numeral Type=fractal Number=plural Case=nominative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mf-pnd----s1s | Numeral Type=fractal Number=plural Case=nominative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pnd----s1p | Numeral Type=fractal Number=plural Case=nominative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pnd----s2 | Numeral Type=fractal Number=plural Case=nominative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mf-pnd----s2s | Numeral Type=fractal Number=plural Case=nominative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pnd----s2p | Numeral Type=fractal Number=plural Case=nominative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pnd----s3 | Numeral Type=fractal Number=plural Case=nominative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mf-pnd----s3s | Numeral Type=fractal Number=plural Case=nominative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pnd----s3p | Numeral Type=fractal Number=plural Case=nominative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pnd----p1 | Numeral Type=fractal Number=plural Case=nominative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mf-pnd----p1s | Numeral Type=fractal Number=plural Case=nominative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pnd----p1p | Numeral Type=fractal Number=plural Case=nominative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pnd----p2 | Numeral Type=fractal Number=plural Case=nominative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mf-pnd----p2s | Numeral Type=fractal Number=plural Case=nominative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pnd----p2p | Numeral Type=fractal Number=plural Case=nominative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pnd----p3 | Numeral Type=fractal Number=plural Case=nominative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mf-pnd----p3s | Numeral Type=fractal Number=plural Case=nominative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pnd----p3p | Numeral Type=fractal Number=plural Case=nominative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pnr | Numeral Type=fractal Number=plural Case=nominative Form=roman | 1 |  |
Mf-pnr------s | Numeral Type=fractal Number=plural Case=nominative Form=roman Owned_Number=singular | 1 |  |
Mf-pnr------p | Numeral Type=fractal Number=plural Case=nominative Form=roman Owned_Number=plural | 1 |  |
Mf-pnr----s1 | Numeral Type=fractal Number=plural Case=nominative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mf-pnr----s1s | Numeral Type=fractal Number=plural Case=nominative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pnr----s1p | Numeral Type=fractal Number=plural Case=nominative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pnr----s2 | Numeral Type=fractal Number=plural Case=nominative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mf-pnr----s2s | Numeral Type=fractal Number=plural Case=nominative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pnr----s2p | Numeral Type=fractal Number=plural Case=nominative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pnr----s3 | Numeral Type=fractal Number=plural Case=nominative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mf-pnr----s3s | Numeral Type=fractal Number=plural Case=nominative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pnr----s3p | Numeral Type=fractal Number=plural Case=nominative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pnr----p1 | Numeral Type=fractal Number=plural Case=nominative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mf-pnr----p1s | Numeral Type=fractal Number=plural Case=nominative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pnr----p1p | Numeral Type=fractal Number=plural Case=nominative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pnr----p2 | Numeral Type=fractal Number=plural Case=nominative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mf-pnr----p2s | Numeral Type=fractal Number=plural Case=nominative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pnr----p2p | Numeral Type=fractal Number=plural Case=nominative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pnr----p3 | Numeral Type=fractal Number=plural Case=nominative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mf-pnr----p3s | Numeral Type=fractal Number=plural Case=nominative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pnr----p3p | Numeral Type=fractal Number=plural Case=nominative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pnl | Numeral Type=fractal Number=plural Case=nominative Form=letter | 1 |  |
Mf-pnl------s | Numeral Type=fractal Number=plural Case=nominative Form=letter Owned_Number=singular | 1 |  |
Mf-pnl------p | Numeral Type=fractal Number=plural Case=nominative Form=letter Owned_Number=plural | 1 |  |
Mf-pnl----s1 | Numeral Type=fractal Number=plural Case=nominative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mf-pnl----s1s | Numeral Type=fractal Number=plural Case=nominative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pnl----s1p | Numeral Type=fractal Number=plural Case=nominative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pnl----s2 | Numeral Type=fractal Number=plural Case=nominative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mf-pnl----s2s | Numeral Type=fractal Number=plural Case=nominative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pnl----s2p | Numeral Type=fractal Number=plural Case=nominative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pnl----s3 | Numeral Type=fractal Number=plural Case=nominative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mf-pnl----s3s | Numeral Type=fractal Number=plural Case=nominative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pnl----s3p | Numeral Type=fractal Number=plural Case=nominative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pnl----p1 | Numeral Type=fractal Number=plural Case=nominative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mf-pnl----p1s | Numeral Type=fractal Number=plural Case=nominative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pnl----p1p | Numeral Type=fractal Number=plural Case=nominative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pnl----p2 | Numeral Type=fractal Number=plural Case=nominative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mf-pnl----p2s | Numeral Type=fractal Number=plural Case=nominative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pnl----p2p | Numeral Type=fractal Number=plural Case=nominative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pnl----p3 | Numeral Type=fractal Number=plural Case=nominative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mf-pnl----p3s | Numeral Type=fractal Number=plural Case=nominative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pnl----p3p | Numeral Type=fractal Number=plural Case=nominative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pgd | Numeral Type=fractal Number=plural Case=genitive Form=digit | 1 |  |
Mf-pgd------s | Numeral Type=fractal Number=plural Case=genitive Form=digit Owned_Number=singular | 1 |  |
Mf-pgd------p | Numeral Type=fractal Number=plural Case=genitive Form=digit Owned_Number=plural | 1 |  |
Mf-pgd----s1 | Numeral Type=fractal Number=plural Case=genitive Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mf-pgd----s1s | Numeral Type=fractal Number=plural Case=genitive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pgd----s1p | Numeral Type=fractal Number=plural Case=genitive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pgd----s2 | Numeral Type=fractal Number=plural Case=genitive Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mf-pgd----s2s | Numeral Type=fractal Number=plural Case=genitive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pgd----s2p | Numeral Type=fractal Number=plural Case=genitive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pgd----s3 | Numeral Type=fractal Number=plural Case=genitive Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mf-pgd----s3s | Numeral Type=fractal Number=plural Case=genitive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pgd----s3p | Numeral Type=fractal Number=plural Case=genitive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pgd----p1 | Numeral Type=fractal Number=plural Case=genitive Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mf-pgd----p1s | Numeral Type=fractal Number=plural Case=genitive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pgd----p1p | Numeral Type=fractal Number=plural Case=genitive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pgd----p2 | Numeral Type=fractal Number=plural Case=genitive Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mf-pgd----p2s | Numeral Type=fractal Number=plural Case=genitive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pgd----p2p | Numeral Type=fractal Number=plural Case=genitive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pgd----p3 | Numeral Type=fractal Number=plural Case=genitive Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mf-pgd----p3s | Numeral Type=fractal Number=plural Case=genitive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pgd----p3p | Numeral Type=fractal Number=plural Case=genitive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pgr | Numeral Type=fractal Number=plural Case=genitive Form=roman | 1 |  |
Mf-pgr------s | Numeral Type=fractal Number=plural Case=genitive Form=roman Owned_Number=singular | 1 |  |
Mf-pgr------p | Numeral Type=fractal Number=plural Case=genitive Form=roman Owned_Number=plural | 1 |  |
Mf-pgr----s1 | Numeral Type=fractal Number=plural Case=genitive Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mf-pgr----s1s | Numeral Type=fractal Number=plural Case=genitive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pgr----s1p | Numeral Type=fractal Number=plural Case=genitive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pgr----s2 | Numeral Type=fractal Number=plural Case=genitive Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mf-pgr----s2s | Numeral Type=fractal Number=plural Case=genitive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pgr----s2p | Numeral Type=fractal Number=plural Case=genitive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pgr----s3 | Numeral Type=fractal Number=plural Case=genitive Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mf-pgr----s3s | Numeral Type=fractal Number=plural Case=genitive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pgr----s3p | Numeral Type=fractal Number=plural Case=genitive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pgr----p1 | Numeral Type=fractal Number=plural Case=genitive Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mf-pgr----p1s | Numeral Type=fractal Number=plural Case=genitive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pgr----p1p | Numeral Type=fractal Number=plural Case=genitive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pgr----p2 | Numeral Type=fractal Number=plural Case=genitive Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mf-pgr----p2s | Numeral Type=fractal Number=plural Case=genitive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pgr----p2p | Numeral Type=fractal Number=plural Case=genitive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pgr----p3 | Numeral Type=fractal Number=plural Case=genitive Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mf-pgr----p3s | Numeral Type=fractal Number=plural Case=genitive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pgr----p3p | Numeral Type=fractal Number=plural Case=genitive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pgl | Numeral Type=fractal Number=plural Case=genitive Form=letter | 1 |  |
Mf-pgl------s | Numeral Type=fractal Number=plural Case=genitive Form=letter Owned_Number=singular | 1 |  |
Mf-pgl------p | Numeral Type=fractal Number=plural Case=genitive Form=letter Owned_Number=plural | 1 |  |
Mf-pgl----s1 | Numeral Type=fractal Number=plural Case=genitive Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mf-pgl----s1s | Numeral Type=fractal Number=plural Case=genitive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pgl----s1p | Numeral Type=fractal Number=plural Case=genitive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pgl----s2 | Numeral Type=fractal Number=plural Case=genitive Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mf-pgl----s2s | Numeral Type=fractal Number=plural Case=genitive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pgl----s2p | Numeral Type=fractal Number=plural Case=genitive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pgl----s3 | Numeral Type=fractal Number=plural Case=genitive Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mf-pgl----s3s | Numeral Type=fractal Number=plural Case=genitive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pgl----s3p | Numeral Type=fractal Number=plural Case=genitive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pgl----p1 | Numeral Type=fractal Number=plural Case=genitive Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mf-pgl----p1s | Numeral Type=fractal Number=plural Case=genitive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pgl----p1p | Numeral Type=fractal Number=plural Case=genitive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pgl----p2 | Numeral Type=fractal Number=plural Case=genitive Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mf-pgl----p2s | Numeral Type=fractal Number=plural Case=genitive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pgl----p2p | Numeral Type=fractal Number=plural Case=genitive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pgl----p3 | Numeral Type=fractal Number=plural Case=genitive Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mf-pgl----p3s | Numeral Type=fractal Number=plural Case=genitive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pgl----p3p | Numeral Type=fractal Number=plural Case=genitive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pdd | Numeral Type=fractal Number=plural Case=dative Form=digit | 1 |  |
Mf-pdd------s | Numeral Type=fractal Number=plural Case=dative Form=digit Owned_Number=singular | 1 |  |
Mf-pdd------p | Numeral Type=fractal Number=plural Case=dative Form=digit Owned_Number=plural | 1 |  |
Mf-pdd----s1 | Numeral Type=fractal Number=plural Case=dative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mf-pdd----s1s | Numeral Type=fractal Number=plural Case=dative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pdd----s1p | Numeral Type=fractal Number=plural Case=dative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pdd----s2 | Numeral Type=fractal Number=plural Case=dative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mf-pdd----s2s | Numeral Type=fractal Number=plural Case=dative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pdd----s2p | Numeral Type=fractal Number=plural Case=dative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pdd----s3 | Numeral Type=fractal Number=plural Case=dative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mf-pdd----s3s | Numeral Type=fractal Number=plural Case=dative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pdd----s3p | Numeral Type=fractal Number=plural Case=dative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pdd----p1 | Numeral Type=fractal Number=plural Case=dative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mf-pdd----p1s | Numeral Type=fractal Number=plural Case=dative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pdd----p1p | Numeral Type=fractal Number=plural Case=dative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pdd----p2 | Numeral Type=fractal Number=plural Case=dative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mf-pdd----p2s | Numeral Type=fractal Number=plural Case=dative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pdd----p2p | Numeral Type=fractal Number=plural Case=dative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pdd----p3 | Numeral Type=fractal Number=plural Case=dative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mf-pdd----p3s | Numeral Type=fractal Number=plural Case=dative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pdd----p3p | Numeral Type=fractal Number=plural Case=dative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pdr | Numeral Type=fractal Number=plural Case=dative Form=roman | 1 |  |
Mf-pdr------s | Numeral Type=fractal Number=plural Case=dative Form=roman Owned_Number=singular | 1 |  |
Mf-pdr------p | Numeral Type=fractal Number=plural Case=dative Form=roman Owned_Number=plural | 1 |  |
Mf-pdr----s1 | Numeral Type=fractal Number=plural Case=dative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mf-pdr----s1s | Numeral Type=fractal Number=plural Case=dative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pdr----s1p | Numeral Type=fractal Number=plural Case=dative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pdr----s2 | Numeral Type=fractal Number=plural Case=dative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mf-pdr----s2s | Numeral Type=fractal Number=plural Case=dative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pdr----s2p | Numeral Type=fractal Number=plural Case=dative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pdr----s3 | Numeral Type=fractal Number=plural Case=dative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mf-pdr----s3s | Numeral Type=fractal Number=plural Case=dative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pdr----s3p | Numeral Type=fractal Number=plural Case=dative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pdr----p1 | Numeral Type=fractal Number=plural Case=dative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mf-pdr----p1s | Numeral Type=fractal Number=plural Case=dative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pdr----p1p | Numeral Type=fractal Number=plural Case=dative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pdr----p2 | Numeral Type=fractal Number=plural Case=dative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mf-pdr----p2s | Numeral Type=fractal Number=plural Case=dative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pdr----p2p | Numeral Type=fractal Number=plural Case=dative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pdr----p3 | Numeral Type=fractal Number=plural Case=dative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mf-pdr----p3s | Numeral Type=fractal Number=plural Case=dative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pdr----p3p | Numeral Type=fractal Number=plural Case=dative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pdl | Numeral Type=fractal Number=plural Case=dative Form=letter | 1 |  |
Mf-pdl------s | Numeral Type=fractal Number=plural Case=dative Form=letter Owned_Number=singular | 1 |  |
Mf-pdl------p | Numeral Type=fractal Number=plural Case=dative Form=letter Owned_Number=plural | 1 |  |
Mf-pdl----s1 | Numeral Type=fractal Number=plural Case=dative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mf-pdl----s1s | Numeral Type=fractal Number=plural Case=dative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pdl----s1p | Numeral Type=fractal Number=plural Case=dative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pdl----s2 | Numeral Type=fractal Number=plural Case=dative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mf-pdl----s2s | Numeral Type=fractal Number=plural Case=dative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pdl----s2p | Numeral Type=fractal Number=plural Case=dative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pdl----s3 | Numeral Type=fractal Number=plural Case=dative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mf-pdl----s3s | Numeral Type=fractal Number=plural Case=dative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pdl----s3p | Numeral Type=fractal Number=plural Case=dative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pdl----p1 | Numeral Type=fractal Number=plural Case=dative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mf-pdl----p1s | Numeral Type=fractal Number=plural Case=dative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pdl----p1p | Numeral Type=fractal Number=plural Case=dative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pdl----p2 | Numeral Type=fractal Number=plural Case=dative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mf-pdl----p2s | Numeral Type=fractal Number=plural Case=dative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pdl----p2p | Numeral Type=fractal Number=plural Case=dative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pdl----p3 | Numeral Type=fractal Number=plural Case=dative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mf-pdl----p3s | Numeral Type=fractal Number=plural Case=dative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pdl----p3p | Numeral Type=fractal Number=plural Case=dative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pad | Numeral Type=fractal Number=plural Case=accusative Form=digit | 1 |  |
Mf-pad------s | Numeral Type=fractal Number=plural Case=accusative Form=digit Owned_Number=singular | 1 |  |
Mf-pad------p | Numeral Type=fractal Number=plural Case=accusative Form=digit Owned_Number=plural | 1 |  |
Mf-pad----s1 | Numeral Type=fractal Number=plural Case=accusative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mf-pad----s1s | Numeral Type=fractal Number=plural Case=accusative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pad----s1p | Numeral Type=fractal Number=plural Case=accusative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pad----s2 | Numeral Type=fractal Number=plural Case=accusative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mf-pad----s2s | Numeral Type=fractal Number=plural Case=accusative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pad----s2p | Numeral Type=fractal Number=plural Case=accusative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pad----s3 | Numeral Type=fractal Number=plural Case=accusative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mf-pad----s3s | Numeral Type=fractal Number=plural Case=accusative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pad----s3p | Numeral Type=fractal Number=plural Case=accusative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pad----p1 | Numeral Type=fractal Number=plural Case=accusative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mf-pad----p1s | Numeral Type=fractal Number=plural Case=accusative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pad----p1p | Numeral Type=fractal Number=plural Case=accusative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pad----p2 | Numeral Type=fractal Number=plural Case=accusative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mf-pad----p2s | Numeral Type=fractal Number=plural Case=accusative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pad----p2p | Numeral Type=fractal Number=plural Case=accusative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pad----p3 | Numeral Type=fractal Number=plural Case=accusative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mf-pad----p3s | Numeral Type=fractal Number=plural Case=accusative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pad----p3p | Numeral Type=fractal Number=plural Case=accusative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-par | Numeral Type=fractal Number=plural Case=accusative Form=roman | 1 |  |
Mf-par------s | Numeral Type=fractal Number=plural Case=accusative Form=roman Owned_Number=singular | 1 |  |
Mf-par------p | Numeral Type=fractal Number=plural Case=accusative Form=roman Owned_Number=plural | 1 |  |
Mf-par----s1 | Numeral Type=fractal Number=plural Case=accusative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mf-par----s1s | Numeral Type=fractal Number=plural Case=accusative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-par----s1p | Numeral Type=fractal Number=plural Case=accusative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-par----s2 | Numeral Type=fractal Number=plural Case=accusative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mf-par----s2s | Numeral Type=fractal Number=plural Case=accusative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-par----s2p | Numeral Type=fractal Number=plural Case=accusative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-par----s3 | Numeral Type=fractal Number=plural Case=accusative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mf-par----s3s | Numeral Type=fractal Number=plural Case=accusative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-par----s3p | Numeral Type=fractal Number=plural Case=accusative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-par----p1 | Numeral Type=fractal Number=plural Case=accusative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mf-par----p1s | Numeral Type=fractal Number=plural Case=accusative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-par----p1p | Numeral Type=fractal Number=plural Case=accusative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-par----p2 | Numeral Type=fractal Number=plural Case=accusative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mf-par----p2s | Numeral Type=fractal Number=plural Case=accusative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-par----p2p | Numeral Type=fractal Number=plural Case=accusative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-par----p3 | Numeral Type=fractal Number=plural Case=accusative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mf-par----p3s | Numeral Type=fractal Number=plural Case=accusative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-par----p3p | Numeral Type=fractal Number=plural Case=accusative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pal | Numeral Type=fractal Number=plural Case=accusative Form=letter | 1 |  |
Mf-pal------s | Numeral Type=fractal Number=plural Case=accusative Form=letter Owned_Number=singular | 1 |  |
Mf-pal------p | Numeral Type=fractal Number=plural Case=accusative Form=letter Owned_Number=plural | 1 |  |
Mf-pal----s1 | Numeral Type=fractal Number=plural Case=accusative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mf-pal----s1s | Numeral Type=fractal Number=plural Case=accusative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pal----s1p | Numeral Type=fractal Number=plural Case=accusative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pal----s2 | Numeral Type=fractal Number=plural Case=accusative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mf-pal----s2s | Numeral Type=fractal Number=plural Case=accusative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pal----s2p | Numeral Type=fractal Number=plural Case=accusative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pal----s3 | Numeral Type=fractal Number=plural Case=accusative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mf-pal----s3s | Numeral Type=fractal Number=plural Case=accusative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pal----s3p | Numeral Type=fractal Number=plural Case=accusative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pal----p1 | Numeral Type=fractal Number=plural Case=accusative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mf-pal----p1s | Numeral Type=fractal Number=plural Case=accusative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pal----p1p | Numeral Type=fractal Number=plural Case=accusative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pal----p2 | Numeral Type=fractal Number=plural Case=accusative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mf-pal----p2s | Numeral Type=fractal Number=plural Case=accusative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pal----p2p | Numeral Type=fractal Number=plural Case=accusative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pal----p3 | Numeral Type=fractal Number=plural Case=accusative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mf-pal----p3s | Numeral Type=fractal Number=plural Case=accusative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pal----p3p | Numeral Type=fractal Number=plural Case=accusative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pid | Numeral Type=fractal Number=plural Case=instrumental Form=digit | 1 |  |
Mf-pid------s | Numeral Type=fractal Number=plural Case=instrumental Form=digit Owned_Number=singular | 1 |  |
Mf-pid------p | Numeral Type=fractal Number=plural Case=instrumental Form=digit Owned_Number=plural | 1 |  |
Mf-pid----s1 | Numeral Type=fractal Number=plural Case=instrumental Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mf-pid----s1s | Numeral Type=fractal Number=plural Case=instrumental Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pid----s1p | Numeral Type=fractal Number=plural Case=instrumental Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pid----s2 | Numeral Type=fractal Number=plural Case=instrumental Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mf-pid----s2s | Numeral Type=fractal Number=plural Case=instrumental Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pid----s2p | Numeral Type=fractal Number=plural Case=instrumental Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pid----s3 | Numeral Type=fractal Number=plural Case=instrumental Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mf-pid----s3s | Numeral Type=fractal Number=plural Case=instrumental Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pid----s3p | Numeral Type=fractal Number=plural Case=instrumental Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pid----p1 | Numeral Type=fractal Number=plural Case=instrumental Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mf-pid----p1s | Numeral Type=fractal Number=plural Case=instrumental Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pid----p1p | Numeral Type=fractal Number=plural Case=instrumental Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pid----p2 | Numeral Type=fractal Number=plural Case=instrumental Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mf-pid----p2s | Numeral Type=fractal Number=plural Case=instrumental Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pid----p2p | Numeral Type=fractal Number=plural Case=instrumental Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pid----p3 | Numeral Type=fractal Number=plural Case=instrumental Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mf-pid----p3s | Numeral Type=fractal Number=plural Case=instrumental Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pid----p3p | Numeral Type=fractal Number=plural Case=instrumental Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pir | Numeral Type=fractal Number=plural Case=instrumental Form=roman | 1 |  |
Mf-pir------s | Numeral Type=fractal Number=plural Case=instrumental Form=roman Owned_Number=singular | 1 |  |
Mf-pir------p | Numeral Type=fractal Number=plural Case=instrumental Form=roman Owned_Number=plural | 1 |  |
Mf-pir----s1 | Numeral Type=fractal Number=plural Case=instrumental Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mf-pir----s1s | Numeral Type=fractal Number=plural Case=instrumental Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pir----s1p | Numeral Type=fractal Number=plural Case=instrumental Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pir----s2 | Numeral Type=fractal Number=plural Case=instrumental Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mf-pir----s2s | Numeral Type=fractal Number=plural Case=instrumental Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pir----s2p | Numeral Type=fractal Number=plural Case=instrumental Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pir----s3 | Numeral Type=fractal Number=plural Case=instrumental Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mf-pir----s3s | Numeral Type=fractal Number=plural Case=instrumental Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pir----s3p | Numeral Type=fractal Number=plural Case=instrumental Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pir----p1 | Numeral Type=fractal Number=plural Case=instrumental Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mf-pir----p1s | Numeral Type=fractal Number=plural Case=instrumental Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pir----p1p | Numeral Type=fractal Number=plural Case=instrumental Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pir----p2 | Numeral Type=fractal Number=plural Case=instrumental Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mf-pir----p2s | Numeral Type=fractal Number=plural Case=instrumental Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pir----p2p | Numeral Type=fractal Number=plural Case=instrumental Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pir----p3 | Numeral Type=fractal Number=plural Case=instrumental Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mf-pir----p3s | Numeral Type=fractal Number=plural Case=instrumental Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pir----p3p | Numeral Type=fractal Number=plural Case=instrumental Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pil | Numeral Type=fractal Number=plural Case=instrumental Form=letter | 1 |  |
Mf-pil------s | Numeral Type=fractal Number=plural Case=instrumental Form=letter Owned_Number=singular | 1 |  |
Mf-pil------p | Numeral Type=fractal Number=plural Case=instrumental Form=letter Owned_Number=plural | 1 |  |
Mf-pil----s1 | Numeral Type=fractal Number=plural Case=instrumental Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mf-pil----s1s | Numeral Type=fractal Number=plural Case=instrumental Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pil----s1p | Numeral Type=fractal Number=plural Case=instrumental Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pil----s2 | Numeral Type=fractal Number=plural Case=instrumental Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mf-pil----s2s | Numeral Type=fractal Number=plural Case=instrumental Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pil----s2p | Numeral Type=fractal Number=plural Case=instrumental Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pil----s3 | Numeral Type=fractal Number=plural Case=instrumental Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mf-pil----s3s | Numeral Type=fractal Number=plural Case=instrumental Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pil----s3p | Numeral Type=fractal Number=plural Case=instrumental Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pil----p1 | Numeral Type=fractal Number=plural Case=instrumental Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mf-pil----p1s | Numeral Type=fractal Number=plural Case=instrumental Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pil----p1p | Numeral Type=fractal Number=plural Case=instrumental Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pil----p2 | Numeral Type=fractal Number=plural Case=instrumental Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mf-pil----p2s | Numeral Type=fractal Number=plural Case=instrumental Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pil----p2p | Numeral Type=fractal Number=plural Case=instrumental Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pil----p3 | Numeral Type=fractal Number=plural Case=instrumental Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mf-pil----p3s | Numeral Type=fractal Number=plural Case=instrumental Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pil----p3p | Numeral Type=fractal Number=plural Case=instrumental Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pxd | Numeral Type=fractal Number=plural Case=illative Form=digit | 1 |  |
Mf-pxd------s | Numeral Type=fractal Number=plural Case=illative Form=digit Owned_Number=singular | 1 |  |
Mf-pxd------p | Numeral Type=fractal Number=plural Case=illative Form=digit Owned_Number=plural | 1 |  |
Mf-pxd----s1 | Numeral Type=fractal Number=plural Case=illative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mf-pxd----s1s | Numeral Type=fractal Number=plural Case=illative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pxd----s1p | Numeral Type=fractal Number=plural Case=illative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pxd----s2 | Numeral Type=fractal Number=plural Case=illative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mf-pxd----s2s | Numeral Type=fractal Number=plural Case=illative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pxd----s2p | Numeral Type=fractal Number=plural Case=illative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pxd----s3 | Numeral Type=fractal Number=plural Case=illative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mf-pxd----s3s | Numeral Type=fractal Number=plural Case=illative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pxd----s3p | Numeral Type=fractal Number=plural Case=illative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pxd----p1 | Numeral Type=fractal Number=plural Case=illative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mf-pxd----p1s | Numeral Type=fractal Number=plural Case=illative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pxd----p1p | Numeral Type=fractal Number=plural Case=illative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pxd----p2 | Numeral Type=fractal Number=plural Case=illative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mf-pxd----p2s | Numeral Type=fractal Number=plural Case=illative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pxd----p2p | Numeral Type=fractal Number=plural Case=illative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pxd----p3 | Numeral Type=fractal Number=plural Case=illative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mf-pxd----p3s | Numeral Type=fractal Number=plural Case=illative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pxd----p3p | Numeral Type=fractal Number=plural Case=illative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pxr | Numeral Type=fractal Number=plural Case=illative Form=roman | 1 |  |
Mf-pxr------s | Numeral Type=fractal Number=plural Case=illative Form=roman Owned_Number=singular | 1 |  |
Mf-pxr------p | Numeral Type=fractal Number=plural Case=illative Form=roman Owned_Number=plural | 1 |  |
Mf-pxr----s1 | Numeral Type=fractal Number=plural Case=illative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mf-pxr----s1s | Numeral Type=fractal Number=plural Case=illative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pxr----s1p | Numeral Type=fractal Number=plural Case=illative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pxr----s2 | Numeral Type=fractal Number=plural Case=illative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mf-pxr----s2s | Numeral Type=fractal Number=plural Case=illative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pxr----s2p | Numeral Type=fractal Number=plural Case=illative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pxr----s3 | Numeral Type=fractal Number=plural Case=illative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mf-pxr----s3s | Numeral Type=fractal Number=plural Case=illative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pxr----s3p | Numeral Type=fractal Number=plural Case=illative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pxr----p1 | Numeral Type=fractal Number=plural Case=illative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mf-pxr----p1s | Numeral Type=fractal Number=plural Case=illative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pxr----p1p | Numeral Type=fractal Number=plural Case=illative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pxr----p2 | Numeral Type=fractal Number=plural Case=illative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mf-pxr----p2s | Numeral Type=fractal Number=plural Case=illative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pxr----p2p | Numeral Type=fractal Number=plural Case=illative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pxr----p3 | Numeral Type=fractal Number=plural Case=illative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mf-pxr----p3s | Numeral Type=fractal Number=plural Case=illative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pxr----p3p | Numeral Type=fractal Number=plural Case=illative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pxl | Numeral Type=fractal Number=plural Case=illative Form=letter | 1 |  |
Mf-pxl------s | Numeral Type=fractal Number=plural Case=illative Form=letter Owned_Number=singular | 1 |  |
Mf-pxl------p | Numeral Type=fractal Number=plural Case=illative Form=letter Owned_Number=plural | 1 |  |
Mf-pxl----s1 | Numeral Type=fractal Number=plural Case=illative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mf-pxl----s1s | Numeral Type=fractal Number=plural Case=illative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pxl----s1p | Numeral Type=fractal Number=plural Case=illative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pxl----s2 | Numeral Type=fractal Number=plural Case=illative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mf-pxl----s2s | Numeral Type=fractal Number=plural Case=illative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pxl----s2p | Numeral Type=fractal Number=plural Case=illative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pxl----s3 | Numeral Type=fractal Number=plural Case=illative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mf-pxl----s3s | Numeral Type=fractal Number=plural Case=illative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pxl----s3p | Numeral Type=fractal Number=plural Case=illative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pxl----p1 | Numeral Type=fractal Number=plural Case=illative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mf-pxl----p1s | Numeral Type=fractal Number=plural Case=illative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pxl----p1p | Numeral Type=fractal Number=plural Case=illative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pxl----p2 | Numeral Type=fractal Number=plural Case=illative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mf-pxl----p2s | Numeral Type=fractal Number=plural Case=illative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pxl----p2p | Numeral Type=fractal Number=plural Case=illative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pxl----p3 | Numeral Type=fractal Number=plural Case=illative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mf-pxl----p3s | Numeral Type=fractal Number=plural Case=illative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pxl----p3p | Numeral Type=fractal Number=plural Case=illative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-p2d | Numeral Type=fractal Number=plural Case=inessive Form=digit | 1 |  |
Mf-p2d------s | Numeral Type=fractal Number=plural Case=inessive Form=digit Owned_Number=singular | 1 |  |
Mf-p2d------p | Numeral Type=fractal Number=plural Case=inessive Form=digit Owned_Number=plural | 1 |  |
Mf-p2d----s1 | Numeral Type=fractal Number=plural Case=inessive Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mf-p2d----s1s | Numeral Type=fractal Number=plural Case=inessive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-p2d----s1p | Numeral Type=fractal Number=plural Case=inessive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-p2d----s2 | Numeral Type=fractal Number=plural Case=inessive Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mf-p2d----s2s | Numeral Type=fractal Number=plural Case=inessive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-p2d----s2p | Numeral Type=fractal Number=plural Case=inessive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-p2d----s3 | Numeral Type=fractal Number=plural Case=inessive Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mf-p2d----s3s | Numeral Type=fractal Number=plural Case=inessive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-p2d----s3p | Numeral Type=fractal Number=plural Case=inessive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-p2d----p1 | Numeral Type=fractal Number=plural Case=inessive Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mf-p2d----p1s | Numeral Type=fractal Number=plural Case=inessive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-p2d----p1p | Numeral Type=fractal Number=plural Case=inessive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-p2d----p2 | Numeral Type=fractal Number=plural Case=inessive Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mf-p2d----p2s | Numeral Type=fractal Number=plural Case=inessive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-p2d----p2p | Numeral Type=fractal Number=plural Case=inessive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-p2d----p3 | Numeral Type=fractal Number=plural Case=inessive Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mf-p2d----p3s | Numeral Type=fractal Number=plural Case=inessive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-p2d----p3p | Numeral Type=fractal Number=plural Case=inessive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-p2r | Numeral Type=fractal Number=plural Case=inessive Form=roman | 1 |  |
Mf-p2r------s | Numeral Type=fractal Number=plural Case=inessive Form=roman Owned_Number=singular | 1 |  |
Mf-p2r------p | Numeral Type=fractal Number=plural Case=inessive Form=roman Owned_Number=plural | 1 |  |
Mf-p2r----s1 | Numeral Type=fractal Number=plural Case=inessive Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mf-p2r----s1s | Numeral Type=fractal Number=plural Case=inessive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-p2r----s1p | Numeral Type=fractal Number=plural Case=inessive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-p2r----s2 | Numeral Type=fractal Number=plural Case=inessive Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mf-p2r----s2s | Numeral Type=fractal Number=plural Case=inessive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-p2r----s2p | Numeral Type=fractal Number=plural Case=inessive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-p2r----s3 | Numeral Type=fractal Number=plural Case=inessive Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mf-p2r----s3s | Numeral Type=fractal Number=plural Case=inessive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-p2r----s3p | Numeral Type=fractal Number=plural Case=inessive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-p2r----p1 | Numeral Type=fractal Number=plural Case=inessive Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mf-p2r----p1s | Numeral Type=fractal Number=plural Case=inessive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-p2r----p1p | Numeral Type=fractal Number=plural Case=inessive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-p2r----p2 | Numeral Type=fractal Number=plural Case=inessive Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mf-p2r----p2s | Numeral Type=fractal Number=plural Case=inessive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-p2r----p2p | Numeral Type=fractal Number=plural Case=inessive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-p2r----p3 | Numeral Type=fractal Number=plural Case=inessive Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mf-p2r----p3s | Numeral Type=fractal Number=plural Case=inessive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-p2r----p3p | Numeral Type=fractal Number=plural Case=inessive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-p2l | Numeral Type=fractal Number=plural Case=inessive Form=letter | 1 |  |
Mf-p2l------s | Numeral Type=fractal Number=plural Case=inessive Form=letter Owned_Number=singular | 1 |  |
Mf-p2l------p | Numeral Type=fractal Number=plural Case=inessive Form=letter Owned_Number=plural | 1 |  |
Mf-p2l----s1 | Numeral Type=fractal Number=plural Case=inessive Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mf-p2l----s1s | Numeral Type=fractal Number=plural Case=inessive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-p2l----s1p | Numeral Type=fractal Number=plural Case=inessive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-p2l----s2 | Numeral Type=fractal Number=plural Case=inessive Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mf-p2l----s2s | Numeral Type=fractal Number=plural Case=inessive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-p2l----s2p | Numeral Type=fractal Number=plural Case=inessive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-p2l----s3 | Numeral Type=fractal Number=plural Case=inessive Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mf-p2l----s3s | Numeral Type=fractal Number=plural Case=inessive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-p2l----s3p | Numeral Type=fractal Number=plural Case=inessive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-p2l----p1 | Numeral Type=fractal Number=plural Case=inessive Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mf-p2l----p1s | Numeral Type=fractal Number=plural Case=inessive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-p2l----p1p | Numeral Type=fractal Number=plural Case=inessive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-p2l----p2 | Numeral Type=fractal Number=plural Case=inessive Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mf-p2l----p2s | Numeral Type=fractal Number=plural Case=inessive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-p2l----p2p | Numeral Type=fractal Number=plural Case=inessive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-p2l----p3 | Numeral Type=fractal Number=plural Case=inessive Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mf-p2l----p3s | Numeral Type=fractal Number=plural Case=inessive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-p2l----p3p | Numeral Type=fractal Number=plural Case=inessive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-ped | Numeral Type=fractal Number=plural Case=elative Form=digit | 1 |  |
Mf-ped------s | Numeral Type=fractal Number=plural Case=elative Form=digit Owned_Number=singular | 1 |  |
Mf-ped------p | Numeral Type=fractal Number=plural Case=elative Form=digit Owned_Number=plural | 1 |  |
Mf-ped----s1 | Numeral Type=fractal Number=plural Case=elative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mf-ped----s1s | Numeral Type=fractal Number=plural Case=elative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-ped----s1p | Numeral Type=fractal Number=plural Case=elative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-ped----s2 | Numeral Type=fractal Number=plural Case=elative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mf-ped----s2s | Numeral Type=fractal Number=plural Case=elative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-ped----s2p | Numeral Type=fractal Number=plural Case=elative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-ped----s3 | Numeral Type=fractal Number=plural Case=elative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mf-ped----s3s | Numeral Type=fractal Number=plural Case=elative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-ped----s3p | Numeral Type=fractal Number=plural Case=elative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-ped----p1 | Numeral Type=fractal Number=plural Case=elative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mf-ped----p1s | Numeral Type=fractal Number=plural Case=elative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-ped----p1p | Numeral Type=fractal Number=plural Case=elative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-ped----p2 | Numeral Type=fractal Number=plural Case=elative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mf-ped----p2s | Numeral Type=fractal Number=plural Case=elative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-ped----p2p | Numeral Type=fractal Number=plural Case=elative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-ped----p3 | Numeral Type=fractal Number=plural Case=elative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mf-ped----p3s | Numeral Type=fractal Number=plural Case=elative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-ped----p3p | Numeral Type=fractal Number=plural Case=elative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-per | Numeral Type=fractal Number=plural Case=elative Form=roman | 1 |  |
Mf-per------s | Numeral Type=fractal Number=plural Case=elative Form=roman Owned_Number=singular | 1 |  |
Mf-per------p | Numeral Type=fractal Number=plural Case=elative Form=roman Owned_Number=plural | 1 |  |
Mf-per----s1 | Numeral Type=fractal Number=plural Case=elative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mf-per----s1s | Numeral Type=fractal Number=plural Case=elative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-per----s1p | Numeral Type=fractal Number=plural Case=elative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-per----s2 | Numeral Type=fractal Number=plural Case=elative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mf-per----s2s | Numeral Type=fractal Number=plural Case=elative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-per----s2p | Numeral Type=fractal Number=plural Case=elative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-per----s3 | Numeral Type=fractal Number=plural Case=elative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mf-per----s3s | Numeral Type=fractal Number=plural Case=elative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-per----s3p | Numeral Type=fractal Number=plural Case=elative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-per----p1 | Numeral Type=fractal Number=plural Case=elative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mf-per----p1s | Numeral Type=fractal Number=plural Case=elative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-per----p1p | Numeral Type=fractal Number=plural Case=elative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-per----p2 | Numeral Type=fractal Number=plural Case=elative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mf-per----p2s | Numeral Type=fractal Number=plural Case=elative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-per----p2p | Numeral Type=fractal Number=plural Case=elative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-per----p3 | Numeral Type=fractal Number=plural Case=elative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mf-per----p3s | Numeral Type=fractal Number=plural Case=elative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-per----p3p | Numeral Type=fractal Number=plural Case=elative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pel | Numeral Type=fractal Number=plural Case=elative Form=letter | 1 |  |
Mf-pel------s | Numeral Type=fractal Number=plural Case=elative Form=letter Owned_Number=singular | 1 |  |
Mf-pel------p | Numeral Type=fractal Number=plural Case=elative Form=letter Owned_Number=plural | 1 |  |
Mf-pel----s1 | Numeral Type=fractal Number=plural Case=elative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mf-pel----s1s | Numeral Type=fractal Number=plural Case=elative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pel----s1p | Numeral Type=fractal Number=plural Case=elative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pel----s2 | Numeral Type=fractal Number=plural Case=elative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mf-pel----s2s | Numeral Type=fractal Number=plural Case=elative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pel----s2p | Numeral Type=fractal Number=plural Case=elative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pel----s3 | Numeral Type=fractal Number=plural Case=elative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mf-pel----s3s | Numeral Type=fractal Number=plural Case=elative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pel----s3p | Numeral Type=fractal Number=plural Case=elative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pel----p1 | Numeral Type=fractal Number=plural Case=elative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mf-pel----p1s | Numeral Type=fractal Number=plural Case=elative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pel----p1p | Numeral Type=fractal Number=plural Case=elative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pel----p2 | Numeral Type=fractal Number=plural Case=elative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mf-pel----p2s | Numeral Type=fractal Number=plural Case=elative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pel----p2p | Numeral Type=fractal Number=plural Case=elative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pel----p3 | Numeral Type=fractal Number=plural Case=elative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mf-pel----p3s | Numeral Type=fractal Number=plural Case=elative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pel----p3p | Numeral Type=fractal Number=plural Case=elative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-ptd | Numeral Type=fractal Number=plural Case=allative Form=digit | 1 |  |
Mf-ptd------s | Numeral Type=fractal Number=plural Case=allative Form=digit Owned_Number=singular | 1 |  |
Mf-ptd------p | Numeral Type=fractal Number=plural Case=allative Form=digit Owned_Number=plural | 1 |  |
Mf-ptd----s1 | Numeral Type=fractal Number=plural Case=allative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mf-ptd----s1s | Numeral Type=fractal Number=plural Case=allative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-ptd----s1p | Numeral Type=fractal Number=plural Case=allative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-ptd----s2 | Numeral Type=fractal Number=plural Case=allative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mf-ptd----s2s | Numeral Type=fractal Number=plural Case=allative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-ptd----s2p | Numeral Type=fractal Number=plural Case=allative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-ptd----s3 | Numeral Type=fractal Number=plural Case=allative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mf-ptd----s3s | Numeral Type=fractal Number=plural Case=allative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-ptd----s3p | Numeral Type=fractal Number=plural Case=allative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-ptd----p1 | Numeral Type=fractal Number=plural Case=allative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mf-ptd----p1s | Numeral Type=fractal Number=plural Case=allative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-ptd----p1p | Numeral Type=fractal Number=plural Case=allative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-ptd----p2 | Numeral Type=fractal Number=plural Case=allative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mf-ptd----p2s | Numeral Type=fractal Number=plural Case=allative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-ptd----p2p | Numeral Type=fractal Number=plural Case=allative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-ptd----p3 | Numeral Type=fractal Number=plural Case=allative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mf-ptd----p3s | Numeral Type=fractal Number=plural Case=allative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-ptd----p3p | Numeral Type=fractal Number=plural Case=allative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-ptr | Numeral Type=fractal Number=plural Case=allative Form=roman | 1 |  |
Mf-ptr------s | Numeral Type=fractal Number=plural Case=allative Form=roman Owned_Number=singular | 1 |  |
Mf-ptr------p | Numeral Type=fractal Number=plural Case=allative Form=roman Owned_Number=plural | 1 |  |
Mf-ptr----s1 | Numeral Type=fractal Number=plural Case=allative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mf-ptr----s1s | Numeral Type=fractal Number=plural Case=allative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-ptr----s1p | Numeral Type=fractal Number=plural Case=allative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-ptr----s2 | Numeral Type=fractal Number=plural Case=allative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mf-ptr----s2s | Numeral Type=fractal Number=plural Case=allative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-ptr----s2p | Numeral Type=fractal Number=plural Case=allative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-ptr----s3 | Numeral Type=fractal Number=plural Case=allative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mf-ptr----s3s | Numeral Type=fractal Number=plural Case=allative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-ptr----s3p | Numeral Type=fractal Number=plural Case=allative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-ptr----p1 | Numeral Type=fractal Number=plural Case=allative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mf-ptr----p1s | Numeral Type=fractal Number=plural Case=allative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-ptr----p1p | Numeral Type=fractal Number=plural Case=allative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-ptr----p2 | Numeral Type=fractal Number=plural Case=allative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mf-ptr----p2s | Numeral Type=fractal Number=plural Case=allative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-ptr----p2p | Numeral Type=fractal Number=plural Case=allative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-ptr----p3 | Numeral Type=fractal Number=plural Case=allative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mf-ptr----p3s | Numeral Type=fractal Number=plural Case=allative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-ptr----p3p | Numeral Type=fractal Number=plural Case=allative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-ptl | Numeral Type=fractal Number=plural Case=allative Form=letter | 1 |  |
Mf-ptl------s | Numeral Type=fractal Number=plural Case=allative Form=letter Owned_Number=singular | 1 |  |
Mf-ptl------p | Numeral Type=fractal Number=plural Case=allative Form=letter Owned_Number=plural | 1 |  |
Mf-ptl----s1 | Numeral Type=fractal Number=plural Case=allative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mf-ptl----s1s | Numeral Type=fractal Number=plural Case=allative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-ptl----s1p | Numeral Type=fractal Number=plural Case=allative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-ptl----s2 | Numeral Type=fractal Number=plural Case=allative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mf-ptl----s2s | Numeral Type=fractal Number=plural Case=allative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-ptl----s2p | Numeral Type=fractal Number=plural Case=allative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-ptl----s3 | Numeral Type=fractal Number=plural Case=allative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mf-ptl----s3s | Numeral Type=fractal Number=plural Case=allative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-ptl----s3p | Numeral Type=fractal Number=plural Case=allative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-ptl----p1 | Numeral Type=fractal Number=plural Case=allative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mf-ptl----p1s | Numeral Type=fractal Number=plural Case=allative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-ptl----p1p | Numeral Type=fractal Number=plural Case=allative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-ptl----p2 | Numeral Type=fractal Number=plural Case=allative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mf-ptl----p2s | Numeral Type=fractal Number=plural Case=allative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-ptl----p2p | Numeral Type=fractal Number=plural Case=allative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-ptl----p3 | Numeral Type=fractal Number=plural Case=allative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mf-ptl----p3s | Numeral Type=fractal Number=plural Case=allative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-ptl----p3p | Numeral Type=fractal Number=plural Case=allative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-p3d | Numeral Type=fractal Number=plural Case=adessive Form=digit | 1 |  |
Mf-p3d------s | Numeral Type=fractal Number=plural Case=adessive Form=digit Owned_Number=singular | 1 |  |
Mf-p3d------p | Numeral Type=fractal Number=plural Case=adessive Form=digit Owned_Number=plural | 1 |  |
Mf-p3d----s1 | Numeral Type=fractal Number=plural Case=adessive Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mf-p3d----s1s | Numeral Type=fractal Number=plural Case=adessive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-p3d----s1p | Numeral Type=fractal Number=plural Case=adessive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-p3d----s2 | Numeral Type=fractal Number=plural Case=adessive Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mf-p3d----s2s | Numeral Type=fractal Number=plural Case=adessive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-p3d----s2p | Numeral Type=fractal Number=plural Case=adessive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-p3d----s3 | Numeral Type=fractal Number=plural Case=adessive Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mf-p3d----s3s | Numeral Type=fractal Number=plural Case=adessive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-p3d----s3p | Numeral Type=fractal Number=plural Case=adessive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-p3d----p1 | Numeral Type=fractal Number=plural Case=adessive Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mf-p3d----p1s | Numeral Type=fractal Number=plural Case=adessive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-p3d----p1p | Numeral Type=fractal Number=plural Case=adessive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-p3d----p2 | Numeral Type=fractal Number=plural Case=adessive Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mf-p3d----p2s | Numeral Type=fractal Number=plural Case=adessive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-p3d----p2p | Numeral Type=fractal Number=plural Case=adessive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-p3d----p3 | Numeral Type=fractal Number=plural Case=adessive Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mf-p3d----p3s | Numeral Type=fractal Number=plural Case=adessive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-p3d----p3p | Numeral Type=fractal Number=plural Case=adessive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-p3r | Numeral Type=fractal Number=plural Case=adessive Form=roman | 1 |  |
Mf-p3r------s | Numeral Type=fractal Number=plural Case=adessive Form=roman Owned_Number=singular | 1 |  |
Mf-p3r------p | Numeral Type=fractal Number=plural Case=adessive Form=roman Owned_Number=plural | 1 |  |
Mf-p3r----s1 | Numeral Type=fractal Number=plural Case=adessive Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mf-p3r----s1s | Numeral Type=fractal Number=plural Case=adessive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-p3r----s1p | Numeral Type=fractal Number=plural Case=adessive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-p3r----s2 | Numeral Type=fractal Number=plural Case=adessive Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mf-p3r----s2s | Numeral Type=fractal Number=plural Case=adessive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-p3r----s2p | Numeral Type=fractal Number=plural Case=adessive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-p3r----s3 | Numeral Type=fractal Number=plural Case=adessive Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mf-p3r----s3s | Numeral Type=fractal Number=plural Case=adessive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-p3r----s3p | Numeral Type=fractal Number=plural Case=adessive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-p3r----p1 | Numeral Type=fractal Number=plural Case=adessive Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mf-p3r----p1s | Numeral Type=fractal Number=plural Case=adessive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-p3r----p1p | Numeral Type=fractal Number=plural Case=adessive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-p3r----p2 | Numeral Type=fractal Number=plural Case=adessive Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mf-p3r----p2s | Numeral Type=fractal Number=plural Case=adessive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-p3r----p2p | Numeral Type=fractal Number=plural Case=adessive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-p3r----p3 | Numeral Type=fractal Number=plural Case=adessive Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mf-p3r----p3s | Numeral Type=fractal Number=plural Case=adessive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-p3r----p3p | Numeral Type=fractal Number=plural Case=adessive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-p3l | Numeral Type=fractal Number=plural Case=adessive Form=letter | 1 |  |
Mf-p3l------s | Numeral Type=fractal Number=plural Case=adessive Form=letter Owned_Number=singular | 1 |  |
Mf-p3l------p | Numeral Type=fractal Number=plural Case=adessive Form=letter Owned_Number=plural | 1 |  |
Mf-p3l----s1 | Numeral Type=fractal Number=plural Case=adessive Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mf-p3l----s1s | Numeral Type=fractal Number=plural Case=adessive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-p3l----s1p | Numeral Type=fractal Number=plural Case=adessive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-p3l----s2 | Numeral Type=fractal Number=plural Case=adessive Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mf-p3l----s2s | Numeral Type=fractal Number=plural Case=adessive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-p3l----s2p | Numeral Type=fractal Number=plural Case=adessive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-p3l----s3 | Numeral Type=fractal Number=plural Case=adessive Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mf-p3l----s3s | Numeral Type=fractal Number=plural Case=adessive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-p3l----s3p | Numeral Type=fractal Number=plural Case=adessive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-p3l----p1 | Numeral Type=fractal Number=plural Case=adessive Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mf-p3l----p1s | Numeral Type=fractal Number=plural Case=adessive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-p3l----p1p | Numeral Type=fractal Number=plural Case=adessive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-p3l----p2 | Numeral Type=fractal Number=plural Case=adessive Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mf-p3l----p2s | Numeral Type=fractal Number=plural Case=adessive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-p3l----p2p | Numeral Type=fractal Number=plural Case=adessive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-p3l----p3 | Numeral Type=fractal Number=plural Case=adessive Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mf-p3l----p3s | Numeral Type=fractal Number=plural Case=adessive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-p3l----p3p | Numeral Type=fractal Number=plural Case=adessive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pbd | Numeral Type=fractal Number=plural Case=ablative Form=digit | 1 |  |
Mf-pbd------s | Numeral Type=fractal Number=plural Case=ablative Form=digit Owned_Number=singular | 1 |  |
Mf-pbd------p | Numeral Type=fractal Number=plural Case=ablative Form=digit Owned_Number=plural | 1 |  |
Mf-pbd----s1 | Numeral Type=fractal Number=plural Case=ablative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mf-pbd----s1s | Numeral Type=fractal Number=plural Case=ablative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pbd----s1p | Numeral Type=fractal Number=plural Case=ablative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pbd----s2 | Numeral Type=fractal Number=plural Case=ablative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mf-pbd----s2s | Numeral Type=fractal Number=plural Case=ablative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pbd----s2p | Numeral Type=fractal Number=plural Case=ablative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pbd----s3 | Numeral Type=fractal Number=plural Case=ablative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mf-pbd----s3s | Numeral Type=fractal Number=plural Case=ablative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pbd----s3p | Numeral Type=fractal Number=plural Case=ablative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pbd----p1 | Numeral Type=fractal Number=plural Case=ablative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mf-pbd----p1s | Numeral Type=fractal Number=plural Case=ablative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pbd----p1p | Numeral Type=fractal Number=plural Case=ablative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pbd----p2 | Numeral Type=fractal Number=plural Case=ablative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mf-pbd----p2s | Numeral Type=fractal Number=plural Case=ablative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pbd----p2p | Numeral Type=fractal Number=plural Case=ablative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pbd----p3 | Numeral Type=fractal Number=plural Case=ablative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mf-pbd----p3s | Numeral Type=fractal Number=plural Case=ablative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pbd----p3p | Numeral Type=fractal Number=plural Case=ablative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pbr | Numeral Type=fractal Number=plural Case=ablative Form=roman | 1 |  |
Mf-pbr------s | Numeral Type=fractal Number=plural Case=ablative Form=roman Owned_Number=singular | 1 |  |
Mf-pbr------p | Numeral Type=fractal Number=plural Case=ablative Form=roman Owned_Number=plural | 1 |  |
Mf-pbr----s1 | Numeral Type=fractal Number=plural Case=ablative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mf-pbr----s1s | Numeral Type=fractal Number=plural Case=ablative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pbr----s1p | Numeral Type=fractal Number=plural Case=ablative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pbr----s2 | Numeral Type=fractal Number=plural Case=ablative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mf-pbr----s2s | Numeral Type=fractal Number=plural Case=ablative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pbr----s2p | Numeral Type=fractal Number=plural Case=ablative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pbr----s3 | Numeral Type=fractal Number=plural Case=ablative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mf-pbr----s3s | Numeral Type=fractal Number=plural Case=ablative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pbr----s3p | Numeral Type=fractal Number=plural Case=ablative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pbr----p1 | Numeral Type=fractal Number=plural Case=ablative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mf-pbr----p1s | Numeral Type=fractal Number=plural Case=ablative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pbr----p1p | Numeral Type=fractal Number=plural Case=ablative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pbr----p2 | Numeral Type=fractal Number=plural Case=ablative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mf-pbr----p2s | Numeral Type=fractal Number=plural Case=ablative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pbr----p2p | Numeral Type=fractal Number=plural Case=ablative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pbr----p3 | Numeral Type=fractal Number=plural Case=ablative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mf-pbr----p3s | Numeral Type=fractal Number=plural Case=ablative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pbr----p3p | Numeral Type=fractal Number=plural Case=ablative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pbl | Numeral Type=fractal Number=plural Case=ablative Form=letter | 1 |  |
Mf-pbl------s | Numeral Type=fractal Number=plural Case=ablative Form=letter Owned_Number=singular | 1 |  |
Mf-pbl------p | Numeral Type=fractal Number=plural Case=ablative Form=letter Owned_Number=plural | 1 |  |
Mf-pbl----s1 | Numeral Type=fractal Number=plural Case=ablative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mf-pbl----s1s | Numeral Type=fractal Number=plural Case=ablative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pbl----s1p | Numeral Type=fractal Number=plural Case=ablative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pbl----s2 | Numeral Type=fractal Number=plural Case=ablative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mf-pbl----s2s | Numeral Type=fractal Number=plural Case=ablative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pbl----s2p | Numeral Type=fractal Number=plural Case=ablative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pbl----s3 | Numeral Type=fractal Number=plural Case=ablative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mf-pbl----s3s | Numeral Type=fractal Number=plural Case=ablative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pbl----s3p | Numeral Type=fractal Number=plural Case=ablative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pbl----p1 | Numeral Type=fractal Number=plural Case=ablative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mf-pbl----p1s | Numeral Type=fractal Number=plural Case=ablative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pbl----p1p | Numeral Type=fractal Number=plural Case=ablative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pbl----p2 | Numeral Type=fractal Number=plural Case=ablative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mf-pbl----p2s | Numeral Type=fractal Number=plural Case=ablative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pbl----p2p | Numeral Type=fractal Number=plural Case=ablative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pbl----p3 | Numeral Type=fractal Number=plural Case=ablative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mf-pbl----p3s | Numeral Type=fractal Number=plural Case=ablative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pbl----p3p | Numeral Type=fractal Number=plural Case=ablative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-p9d | Numeral Type=fractal Number=plural Case=terminative Form=digit | 1 |  |
Mf-p9d------s | Numeral Type=fractal Number=plural Case=terminative Form=digit Owned_Number=singular | 1 |  |
Mf-p9d------p | Numeral Type=fractal Number=plural Case=terminative Form=digit Owned_Number=plural | 1 |  |
Mf-p9d----s1 | Numeral Type=fractal Number=plural Case=terminative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mf-p9d----s1s | Numeral Type=fractal Number=plural Case=terminative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-p9d----s1p | Numeral Type=fractal Number=plural Case=terminative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-p9d----s2 | Numeral Type=fractal Number=plural Case=terminative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mf-p9d----s2s | Numeral Type=fractal Number=plural Case=terminative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-p9d----s2p | Numeral Type=fractal Number=plural Case=terminative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-p9d----s3 | Numeral Type=fractal Number=plural Case=terminative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mf-p9d----s3s | Numeral Type=fractal Number=plural Case=terminative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-p9d----s3p | Numeral Type=fractal Number=plural Case=terminative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-p9d----p1 | Numeral Type=fractal Number=plural Case=terminative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mf-p9d----p1s | Numeral Type=fractal Number=plural Case=terminative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-p9d----p1p | Numeral Type=fractal Number=plural Case=terminative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-p9d----p2 | Numeral Type=fractal Number=plural Case=terminative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mf-p9d----p2s | Numeral Type=fractal Number=plural Case=terminative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-p9d----p2p | Numeral Type=fractal Number=plural Case=terminative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-p9d----p3 | Numeral Type=fractal Number=plural Case=terminative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mf-p9d----p3s | Numeral Type=fractal Number=plural Case=terminative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-p9d----p3p | Numeral Type=fractal Number=plural Case=terminative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-p9r | Numeral Type=fractal Number=plural Case=terminative Form=roman | 1 |  |
Mf-p9r------s | Numeral Type=fractal Number=plural Case=terminative Form=roman Owned_Number=singular | 1 |  |
Mf-p9r------p | Numeral Type=fractal Number=plural Case=terminative Form=roman Owned_Number=plural | 1 |  |
Mf-p9r----s1 | Numeral Type=fractal Number=plural Case=terminative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mf-p9r----s1s | Numeral Type=fractal Number=plural Case=terminative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-p9r----s1p | Numeral Type=fractal Number=plural Case=terminative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-p9r----s2 | Numeral Type=fractal Number=plural Case=terminative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mf-p9r----s2s | Numeral Type=fractal Number=plural Case=terminative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-p9r----s2p | Numeral Type=fractal Number=plural Case=terminative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-p9r----s3 | Numeral Type=fractal Number=plural Case=terminative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mf-p9r----s3s | Numeral Type=fractal Number=plural Case=terminative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-p9r----s3p | Numeral Type=fractal Number=plural Case=terminative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-p9r----p1 | Numeral Type=fractal Number=plural Case=terminative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mf-p9r----p1s | Numeral Type=fractal Number=plural Case=terminative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-p9r----p1p | Numeral Type=fractal Number=plural Case=terminative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-p9r----p2 | Numeral Type=fractal Number=plural Case=terminative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mf-p9r----p2s | Numeral Type=fractal Number=plural Case=terminative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-p9r----p2p | Numeral Type=fractal Number=plural Case=terminative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-p9r----p3 | Numeral Type=fractal Number=plural Case=terminative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mf-p9r----p3s | Numeral Type=fractal Number=plural Case=terminative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-p9r----p3p | Numeral Type=fractal Number=plural Case=terminative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-p9l | Numeral Type=fractal Number=plural Case=terminative Form=letter | 1 |  |
Mf-p9l------s | Numeral Type=fractal Number=plural Case=terminative Form=letter Owned_Number=singular | 1 |  |
Mf-p9l------p | Numeral Type=fractal Number=plural Case=terminative Form=letter Owned_Number=plural | 1 |  |
Mf-p9l----s1 | Numeral Type=fractal Number=plural Case=terminative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mf-p9l----s1s | Numeral Type=fractal Number=plural Case=terminative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-p9l----s1p | Numeral Type=fractal Number=plural Case=terminative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-p9l----s2 | Numeral Type=fractal Number=plural Case=terminative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mf-p9l----s2s | Numeral Type=fractal Number=plural Case=terminative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-p9l----s2p | Numeral Type=fractal Number=plural Case=terminative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-p9l----s3 | Numeral Type=fractal Number=plural Case=terminative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mf-p9l----s3s | Numeral Type=fractal Number=plural Case=terminative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-p9l----s3p | Numeral Type=fractal Number=plural Case=terminative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-p9l----p1 | Numeral Type=fractal Number=plural Case=terminative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mf-p9l----p1s | Numeral Type=fractal Number=plural Case=terminative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-p9l----p1p | Numeral Type=fractal Number=plural Case=terminative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-p9l----p2 | Numeral Type=fractal Number=plural Case=terminative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mf-p9l----p2s | Numeral Type=fractal Number=plural Case=terminative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-p9l----p2p | Numeral Type=fractal Number=plural Case=terminative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-p9l----p3 | Numeral Type=fractal Number=plural Case=terminative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mf-p9l----p3s | Numeral Type=fractal Number=plural Case=terminative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-p9l----p3p | Numeral Type=fractal Number=plural Case=terminative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pmd | Numeral Type=fractal Number=plural Case=temporalis Form=digit | 1 |  |
Mf-pmd------s | Numeral Type=fractal Number=plural Case=temporalis Form=digit Owned_Number=singular | 1 |  |
Mf-pmd------p | Numeral Type=fractal Number=plural Case=temporalis Form=digit Owned_Number=plural | 1 |  |
Mf-pmd----s1 | Numeral Type=fractal Number=plural Case=temporalis Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mf-pmd----s1s | Numeral Type=fractal Number=plural Case=temporalis Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pmd----s1p | Numeral Type=fractal Number=plural Case=temporalis Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pmd----s2 | Numeral Type=fractal Number=plural Case=temporalis Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mf-pmd----s2s | Numeral Type=fractal Number=plural Case=temporalis Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pmd----s2p | Numeral Type=fractal Number=plural Case=temporalis Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pmd----s3 | Numeral Type=fractal Number=plural Case=temporalis Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mf-pmd----s3s | Numeral Type=fractal Number=plural Case=temporalis Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pmd----s3p | Numeral Type=fractal Number=plural Case=temporalis Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pmd----p1 | Numeral Type=fractal Number=plural Case=temporalis Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mf-pmd----p1s | Numeral Type=fractal Number=plural Case=temporalis Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pmd----p1p | Numeral Type=fractal Number=plural Case=temporalis Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pmd----p2 | Numeral Type=fractal Number=plural Case=temporalis Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mf-pmd----p2s | Numeral Type=fractal Number=plural Case=temporalis Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pmd----p2p | Numeral Type=fractal Number=plural Case=temporalis Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pmd----p3 | Numeral Type=fractal Number=plural Case=temporalis Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mf-pmd----p3s | Numeral Type=fractal Number=plural Case=temporalis Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pmd----p3p | Numeral Type=fractal Number=plural Case=temporalis Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pmr | Numeral Type=fractal Number=plural Case=temporalis Form=roman | 1 |  |
Mf-pmr------s | Numeral Type=fractal Number=plural Case=temporalis Form=roman Owned_Number=singular | 1 |  |
Mf-pmr------p | Numeral Type=fractal Number=plural Case=temporalis Form=roman Owned_Number=plural | 1 |  |
Mf-pmr----s1 | Numeral Type=fractal Number=plural Case=temporalis Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mf-pmr----s1s | Numeral Type=fractal Number=plural Case=temporalis Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pmr----s1p | Numeral Type=fractal Number=plural Case=temporalis Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pmr----s2 | Numeral Type=fractal Number=plural Case=temporalis Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mf-pmr----s2s | Numeral Type=fractal Number=plural Case=temporalis Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pmr----s2p | Numeral Type=fractal Number=plural Case=temporalis Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pmr----s3 | Numeral Type=fractal Number=plural Case=temporalis Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mf-pmr----s3s | Numeral Type=fractal Number=plural Case=temporalis Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pmr----s3p | Numeral Type=fractal Number=plural Case=temporalis Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pmr----p1 | Numeral Type=fractal Number=plural Case=temporalis Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mf-pmr----p1s | Numeral Type=fractal Number=plural Case=temporalis Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pmr----p1p | Numeral Type=fractal Number=plural Case=temporalis Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pmr----p2 | Numeral Type=fractal Number=plural Case=temporalis Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mf-pmr----p2s | Numeral Type=fractal Number=plural Case=temporalis Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pmr----p2p | Numeral Type=fractal Number=plural Case=temporalis Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pmr----p3 | Numeral Type=fractal Number=plural Case=temporalis Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mf-pmr----p3s | Numeral Type=fractal Number=plural Case=temporalis Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pmr----p3p | Numeral Type=fractal Number=plural Case=temporalis Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pml | Numeral Type=fractal Number=plural Case=temporalis Form=letter | 1 |  |
Mf-pml------s | Numeral Type=fractal Number=plural Case=temporalis Form=letter Owned_Number=singular | 1 |  |
Mf-pml------p | Numeral Type=fractal Number=plural Case=temporalis Form=letter Owned_Number=plural | 1 |  |
Mf-pml----s1 | Numeral Type=fractal Number=plural Case=temporalis Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mf-pml----s1s | Numeral Type=fractal Number=plural Case=temporalis Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pml----s1p | Numeral Type=fractal Number=plural Case=temporalis Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pml----s2 | Numeral Type=fractal Number=plural Case=temporalis Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mf-pml----s2s | Numeral Type=fractal Number=plural Case=temporalis Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pml----s2p | Numeral Type=fractal Number=plural Case=temporalis Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pml----s3 | Numeral Type=fractal Number=plural Case=temporalis Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mf-pml----s3s | Numeral Type=fractal Number=plural Case=temporalis Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pml----s3p | Numeral Type=fractal Number=plural Case=temporalis Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pml----p1 | Numeral Type=fractal Number=plural Case=temporalis Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mf-pml----p1s | Numeral Type=fractal Number=plural Case=temporalis Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pml----p1p | Numeral Type=fractal Number=plural Case=temporalis Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pml----p2 | Numeral Type=fractal Number=plural Case=temporalis Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mf-pml----p2s | Numeral Type=fractal Number=plural Case=temporalis Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pml----p2p | Numeral Type=fractal Number=plural Case=temporalis Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pml----p3 | Numeral Type=fractal Number=plural Case=temporalis Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mf-pml----p3s | Numeral Type=fractal Number=plural Case=temporalis Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pml----p3p | Numeral Type=fractal Number=plural Case=temporalis Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pcd | Numeral Type=fractal Number=plural Case=causalis Form=digit | 1 |  |
Mf-pcd------s | Numeral Type=fractal Number=plural Case=causalis Form=digit Owned_Number=singular | 1 |  |
Mf-pcd------p | Numeral Type=fractal Number=plural Case=causalis Form=digit Owned_Number=plural | 1 |  |
Mf-pcd----s1 | Numeral Type=fractal Number=plural Case=causalis Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mf-pcd----s1s | Numeral Type=fractal Number=plural Case=causalis Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pcd----s1p | Numeral Type=fractal Number=plural Case=causalis Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pcd----s2 | Numeral Type=fractal Number=plural Case=causalis Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mf-pcd----s2s | Numeral Type=fractal Number=plural Case=causalis Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pcd----s2p | Numeral Type=fractal Number=plural Case=causalis Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pcd----s3 | Numeral Type=fractal Number=plural Case=causalis Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mf-pcd----s3s | Numeral Type=fractal Number=plural Case=causalis Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pcd----s3p | Numeral Type=fractal Number=plural Case=causalis Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pcd----p1 | Numeral Type=fractal Number=plural Case=causalis Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mf-pcd----p1s | Numeral Type=fractal Number=plural Case=causalis Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pcd----p1p | Numeral Type=fractal Number=plural Case=causalis Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pcd----p2 | Numeral Type=fractal Number=plural Case=causalis Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mf-pcd----p2s | Numeral Type=fractal Number=plural Case=causalis Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pcd----p2p | Numeral Type=fractal Number=plural Case=causalis Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pcd----p3 | Numeral Type=fractal Number=plural Case=causalis Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mf-pcd----p3s | Numeral Type=fractal Number=plural Case=causalis Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pcd----p3p | Numeral Type=fractal Number=plural Case=causalis Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pcr | Numeral Type=fractal Number=plural Case=causalis Form=roman | 1 |  |
Mf-pcr------s | Numeral Type=fractal Number=plural Case=causalis Form=roman Owned_Number=singular | 1 |  |
Mf-pcr------p | Numeral Type=fractal Number=plural Case=causalis Form=roman Owned_Number=plural | 1 |  |
Mf-pcr----s1 | Numeral Type=fractal Number=plural Case=causalis Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mf-pcr----s1s | Numeral Type=fractal Number=plural Case=causalis Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pcr----s1p | Numeral Type=fractal Number=plural Case=causalis Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pcr----s2 | Numeral Type=fractal Number=plural Case=causalis Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mf-pcr----s2s | Numeral Type=fractal Number=plural Case=causalis Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pcr----s2p | Numeral Type=fractal Number=plural Case=causalis Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pcr----s3 | Numeral Type=fractal Number=plural Case=causalis Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mf-pcr----s3s | Numeral Type=fractal Number=plural Case=causalis Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pcr----s3p | Numeral Type=fractal Number=plural Case=causalis Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pcr----p1 | Numeral Type=fractal Number=plural Case=causalis Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mf-pcr----p1s | Numeral Type=fractal Number=plural Case=causalis Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pcr----p1p | Numeral Type=fractal Number=plural Case=causalis Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pcr----p2 | Numeral Type=fractal Number=plural Case=causalis Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mf-pcr----p2s | Numeral Type=fractal Number=plural Case=causalis Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pcr----p2p | Numeral Type=fractal Number=plural Case=causalis Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pcr----p3 | Numeral Type=fractal Number=plural Case=causalis Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mf-pcr----p3s | Numeral Type=fractal Number=plural Case=causalis Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pcr----p3p | Numeral Type=fractal Number=plural Case=causalis Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pcl | Numeral Type=fractal Number=plural Case=causalis Form=letter | 1 |  |
Mf-pcl------s | Numeral Type=fractal Number=plural Case=causalis Form=letter Owned_Number=singular | 1 |  |
Mf-pcl------p | Numeral Type=fractal Number=plural Case=causalis Form=letter Owned_Number=plural | 1 |  |
Mf-pcl----s1 | Numeral Type=fractal Number=plural Case=causalis Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mf-pcl----s1s | Numeral Type=fractal Number=plural Case=causalis Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pcl----s1p | Numeral Type=fractal Number=plural Case=causalis Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pcl----s2 | Numeral Type=fractal Number=plural Case=causalis Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mf-pcl----s2s | Numeral Type=fractal Number=plural Case=causalis Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pcl----s2p | Numeral Type=fractal Number=plural Case=causalis Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pcl----s3 | Numeral Type=fractal Number=plural Case=causalis Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mf-pcl----s3s | Numeral Type=fractal Number=plural Case=causalis Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pcl----s3p | Numeral Type=fractal Number=plural Case=causalis Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pcl----p1 | Numeral Type=fractal Number=plural Case=causalis Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mf-pcl----p1s | Numeral Type=fractal Number=plural Case=causalis Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pcl----p1p | Numeral Type=fractal Number=plural Case=causalis Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pcl----p2 | Numeral Type=fractal Number=plural Case=causalis Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mf-pcl----p2s | Numeral Type=fractal Number=plural Case=causalis Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pcl----p2p | Numeral Type=fractal Number=plural Case=causalis Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pcl----p3 | Numeral Type=fractal Number=plural Case=causalis Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mf-pcl----p3s | Numeral Type=fractal Number=plural Case=causalis Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pcl----p3p | Numeral Type=fractal Number=plural Case=causalis Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-psd | Numeral Type=fractal Number=plural Case=sublative Form=digit | 1 |  |
Mf-psd------s | Numeral Type=fractal Number=plural Case=sublative Form=digit Owned_Number=singular | 1 |  |
Mf-psd------p | Numeral Type=fractal Number=plural Case=sublative Form=digit Owned_Number=plural | 1 |  |
Mf-psd----s1 | Numeral Type=fractal Number=plural Case=sublative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mf-psd----s1s | Numeral Type=fractal Number=plural Case=sublative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-psd----s1p | Numeral Type=fractal Number=plural Case=sublative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-psd----s2 | Numeral Type=fractal Number=plural Case=sublative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mf-psd----s2s | Numeral Type=fractal Number=plural Case=sublative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-psd----s2p | Numeral Type=fractal Number=plural Case=sublative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-psd----s3 | Numeral Type=fractal Number=plural Case=sublative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mf-psd----s3s | Numeral Type=fractal Number=plural Case=sublative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-psd----s3p | Numeral Type=fractal Number=plural Case=sublative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-psd----p1 | Numeral Type=fractal Number=plural Case=sublative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mf-psd----p1s | Numeral Type=fractal Number=plural Case=sublative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-psd----p1p | Numeral Type=fractal Number=plural Case=sublative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-psd----p2 | Numeral Type=fractal Number=plural Case=sublative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mf-psd----p2s | Numeral Type=fractal Number=plural Case=sublative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-psd----p2p | Numeral Type=fractal Number=plural Case=sublative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-psd----p3 | Numeral Type=fractal Number=plural Case=sublative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mf-psd----p3s | Numeral Type=fractal Number=plural Case=sublative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-psd----p3p | Numeral Type=fractal Number=plural Case=sublative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-psr | Numeral Type=fractal Number=plural Case=sublative Form=roman | 1 |  |
Mf-psr------s | Numeral Type=fractal Number=plural Case=sublative Form=roman Owned_Number=singular | 1 |  |
Mf-psr------p | Numeral Type=fractal Number=plural Case=sublative Form=roman Owned_Number=plural | 1 |  |
Mf-psr----s1 | Numeral Type=fractal Number=plural Case=sublative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mf-psr----s1s | Numeral Type=fractal Number=plural Case=sublative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-psr----s1p | Numeral Type=fractal Number=plural Case=sublative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-psr----s2 | Numeral Type=fractal Number=plural Case=sublative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mf-psr----s2s | Numeral Type=fractal Number=plural Case=sublative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-psr----s2p | Numeral Type=fractal Number=plural Case=sublative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-psr----s3 | Numeral Type=fractal Number=plural Case=sublative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mf-psr----s3s | Numeral Type=fractal Number=plural Case=sublative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-psr----s3p | Numeral Type=fractal Number=plural Case=sublative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-psr----p1 | Numeral Type=fractal Number=plural Case=sublative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mf-psr----p1s | Numeral Type=fractal Number=plural Case=sublative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-psr----p1p | Numeral Type=fractal Number=plural Case=sublative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-psr----p2 | Numeral Type=fractal Number=plural Case=sublative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mf-psr----p2s | Numeral Type=fractal Number=plural Case=sublative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-psr----p2p | Numeral Type=fractal Number=plural Case=sublative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-psr----p3 | Numeral Type=fractal Number=plural Case=sublative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mf-psr----p3s | Numeral Type=fractal Number=plural Case=sublative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-psr----p3p | Numeral Type=fractal Number=plural Case=sublative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-psl | Numeral Type=fractal Number=plural Case=sublative Form=letter | 1 |  |
Mf-psl------s | Numeral Type=fractal Number=plural Case=sublative Form=letter Owned_Number=singular | 1 |  |
Mf-psl------p | Numeral Type=fractal Number=plural Case=sublative Form=letter Owned_Number=plural | 1 |  |
Mf-psl----s1 | Numeral Type=fractal Number=plural Case=sublative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mf-psl----s1s | Numeral Type=fractal Number=plural Case=sublative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-psl----s1p | Numeral Type=fractal Number=plural Case=sublative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-psl----s2 | Numeral Type=fractal Number=plural Case=sublative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mf-psl----s2s | Numeral Type=fractal Number=plural Case=sublative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-psl----s2p | Numeral Type=fractal Number=plural Case=sublative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-psl----s3 | Numeral Type=fractal Number=plural Case=sublative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mf-psl----s3s | Numeral Type=fractal Number=plural Case=sublative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-psl----s3p | Numeral Type=fractal Number=plural Case=sublative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-psl----p1 | Numeral Type=fractal Number=plural Case=sublative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mf-psl----p1s | Numeral Type=fractal Number=plural Case=sublative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-psl----p1p | Numeral Type=fractal Number=plural Case=sublative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-psl----p2 | Numeral Type=fractal Number=plural Case=sublative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mf-psl----p2s | Numeral Type=fractal Number=plural Case=sublative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-psl----p2p | Numeral Type=fractal Number=plural Case=sublative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-psl----p3 | Numeral Type=fractal Number=plural Case=sublative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mf-psl----p3s | Numeral Type=fractal Number=plural Case=sublative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-psl----p3p | Numeral Type=fractal Number=plural Case=sublative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-phd | Numeral Type=fractal Number=plural Case=delative Form=digit | 1 |  |
Mf-phd------s | Numeral Type=fractal Number=plural Case=delative Form=digit Owned_Number=singular | 1 |  |
Mf-phd------p | Numeral Type=fractal Number=plural Case=delative Form=digit Owned_Number=plural | 1 |  |
Mf-phd----s1 | Numeral Type=fractal Number=plural Case=delative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mf-phd----s1s | Numeral Type=fractal Number=plural Case=delative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-phd----s1p | Numeral Type=fractal Number=plural Case=delative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-phd----s2 | Numeral Type=fractal Number=plural Case=delative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mf-phd----s2s | Numeral Type=fractal Number=plural Case=delative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-phd----s2p | Numeral Type=fractal Number=plural Case=delative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-phd----s3 | Numeral Type=fractal Number=plural Case=delative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mf-phd----s3s | Numeral Type=fractal Number=plural Case=delative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-phd----s3p | Numeral Type=fractal Number=plural Case=delative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-phd----p1 | Numeral Type=fractal Number=plural Case=delative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mf-phd----p1s | Numeral Type=fractal Number=plural Case=delative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-phd----p1p | Numeral Type=fractal Number=plural Case=delative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-phd----p2 | Numeral Type=fractal Number=plural Case=delative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mf-phd----p2s | Numeral Type=fractal Number=plural Case=delative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-phd----p2p | Numeral Type=fractal Number=plural Case=delative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-phd----p3 | Numeral Type=fractal Number=plural Case=delative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mf-phd----p3s | Numeral Type=fractal Number=plural Case=delative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-phd----p3p | Numeral Type=fractal Number=plural Case=delative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-phr | Numeral Type=fractal Number=plural Case=delative Form=roman | 1 |  |
Mf-phr------s | Numeral Type=fractal Number=plural Case=delative Form=roman Owned_Number=singular | 1 |  |
Mf-phr------p | Numeral Type=fractal Number=plural Case=delative Form=roman Owned_Number=plural | 1 |  |
Mf-phr----s1 | Numeral Type=fractal Number=plural Case=delative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mf-phr----s1s | Numeral Type=fractal Number=plural Case=delative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-phr----s1p | Numeral Type=fractal Number=plural Case=delative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-phr----s2 | Numeral Type=fractal Number=plural Case=delative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mf-phr----s2s | Numeral Type=fractal Number=plural Case=delative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-phr----s2p | Numeral Type=fractal Number=plural Case=delative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-phr----s3 | Numeral Type=fractal Number=plural Case=delative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mf-phr----s3s | Numeral Type=fractal Number=plural Case=delative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-phr----s3p | Numeral Type=fractal Number=plural Case=delative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-phr----p1 | Numeral Type=fractal Number=plural Case=delative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mf-phr----p1s | Numeral Type=fractal Number=plural Case=delative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-phr----p1p | Numeral Type=fractal Number=plural Case=delative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-phr----p2 | Numeral Type=fractal Number=plural Case=delative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mf-phr----p2s | Numeral Type=fractal Number=plural Case=delative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-phr----p2p | Numeral Type=fractal Number=plural Case=delative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-phr----p3 | Numeral Type=fractal Number=plural Case=delative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mf-phr----p3s | Numeral Type=fractal Number=plural Case=delative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-phr----p3p | Numeral Type=fractal Number=plural Case=delative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-phl | Numeral Type=fractal Number=plural Case=delative Form=letter | 1 |  |
Mf-phl------s | Numeral Type=fractal Number=plural Case=delative Form=letter Owned_Number=singular | 1 |  |
Mf-phl------p | Numeral Type=fractal Number=plural Case=delative Form=letter Owned_Number=plural | 1 |  |
Mf-phl----s1 | Numeral Type=fractal Number=plural Case=delative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mf-phl----s1s | Numeral Type=fractal Number=plural Case=delative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-phl----s1p | Numeral Type=fractal Number=plural Case=delative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-phl----s2 | Numeral Type=fractal Number=plural Case=delative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mf-phl----s2s | Numeral Type=fractal Number=plural Case=delative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-phl----s2p | Numeral Type=fractal Number=plural Case=delative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-phl----s3 | Numeral Type=fractal Number=plural Case=delative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mf-phl----s3s | Numeral Type=fractal Number=plural Case=delative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-phl----s3p | Numeral Type=fractal Number=plural Case=delative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-phl----p1 | Numeral Type=fractal Number=plural Case=delative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mf-phl----p1s | Numeral Type=fractal Number=plural Case=delative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-phl----p1p | Numeral Type=fractal Number=plural Case=delative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-phl----p2 | Numeral Type=fractal Number=plural Case=delative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mf-phl----p2s | Numeral Type=fractal Number=plural Case=delative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-phl----p2p | Numeral Type=fractal Number=plural Case=delative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-phl----p3 | Numeral Type=fractal Number=plural Case=delative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mf-phl----p3s | Numeral Type=fractal Number=plural Case=delative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-phl----p3p | Numeral Type=fractal Number=plural Case=delative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pqd | Numeral Type=fractal Number=plural Case=sociative Form=digit | 1 |  |
Mf-pqd------s | Numeral Type=fractal Number=plural Case=sociative Form=digit Owned_Number=singular | 1 |  |
Mf-pqd------p | Numeral Type=fractal Number=plural Case=sociative Form=digit Owned_Number=plural | 1 |  |
Mf-pqd----s1 | Numeral Type=fractal Number=plural Case=sociative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mf-pqd----s1s | Numeral Type=fractal Number=plural Case=sociative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pqd----s1p | Numeral Type=fractal Number=plural Case=sociative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pqd----s2 | Numeral Type=fractal Number=plural Case=sociative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mf-pqd----s2s | Numeral Type=fractal Number=plural Case=sociative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pqd----s2p | Numeral Type=fractal Number=plural Case=sociative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pqd----s3 | Numeral Type=fractal Number=plural Case=sociative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mf-pqd----s3s | Numeral Type=fractal Number=plural Case=sociative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pqd----s3p | Numeral Type=fractal Number=plural Case=sociative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pqd----p1 | Numeral Type=fractal Number=plural Case=sociative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mf-pqd----p1s | Numeral Type=fractal Number=plural Case=sociative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pqd----p1p | Numeral Type=fractal Number=plural Case=sociative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pqd----p2 | Numeral Type=fractal Number=plural Case=sociative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mf-pqd----p2s | Numeral Type=fractal Number=plural Case=sociative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pqd----p2p | Numeral Type=fractal Number=plural Case=sociative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pqd----p3 | Numeral Type=fractal Number=plural Case=sociative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mf-pqd----p3s | Numeral Type=fractal Number=plural Case=sociative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pqd----p3p | Numeral Type=fractal Number=plural Case=sociative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pqr | Numeral Type=fractal Number=plural Case=sociative Form=roman | 1 |  |
Mf-pqr------s | Numeral Type=fractal Number=plural Case=sociative Form=roman Owned_Number=singular | 1 |  |
Mf-pqr------p | Numeral Type=fractal Number=plural Case=sociative Form=roman Owned_Number=plural | 1 |  |
Mf-pqr----s1 | Numeral Type=fractal Number=plural Case=sociative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mf-pqr----s1s | Numeral Type=fractal Number=plural Case=sociative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pqr----s1p | Numeral Type=fractal Number=plural Case=sociative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pqr----s2 | Numeral Type=fractal Number=plural Case=sociative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mf-pqr----s2s | Numeral Type=fractal Number=plural Case=sociative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pqr----s2p | Numeral Type=fractal Number=plural Case=sociative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pqr----s3 | Numeral Type=fractal Number=plural Case=sociative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mf-pqr----s3s | Numeral Type=fractal Number=plural Case=sociative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pqr----s3p | Numeral Type=fractal Number=plural Case=sociative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pqr----p1 | Numeral Type=fractal Number=plural Case=sociative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mf-pqr----p1s | Numeral Type=fractal Number=plural Case=sociative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pqr----p1p | Numeral Type=fractal Number=plural Case=sociative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pqr----p2 | Numeral Type=fractal Number=plural Case=sociative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mf-pqr----p2s | Numeral Type=fractal Number=plural Case=sociative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pqr----p2p | Numeral Type=fractal Number=plural Case=sociative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pqr----p3 | Numeral Type=fractal Number=plural Case=sociative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mf-pqr----p3s | Numeral Type=fractal Number=plural Case=sociative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pqr----p3p | Numeral Type=fractal Number=plural Case=sociative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pql | Numeral Type=fractal Number=plural Case=sociative Form=letter | 1 |  |
Mf-pql------s | Numeral Type=fractal Number=plural Case=sociative Form=letter Owned_Number=singular | 1 |  |
Mf-pql------p | Numeral Type=fractal Number=plural Case=sociative Form=letter Owned_Number=plural | 1 |  |
Mf-pql----s1 | Numeral Type=fractal Number=plural Case=sociative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mf-pql----s1s | Numeral Type=fractal Number=plural Case=sociative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pql----s1p | Numeral Type=fractal Number=plural Case=sociative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pql----s2 | Numeral Type=fractal Number=plural Case=sociative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mf-pql----s2s | Numeral Type=fractal Number=plural Case=sociative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pql----s2p | Numeral Type=fractal Number=plural Case=sociative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pql----s3 | Numeral Type=fractal Number=plural Case=sociative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mf-pql----s3s | Numeral Type=fractal Number=plural Case=sociative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pql----s3p | Numeral Type=fractal Number=plural Case=sociative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pql----p1 | Numeral Type=fractal Number=plural Case=sociative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mf-pql----p1s | Numeral Type=fractal Number=plural Case=sociative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pql----p1p | Numeral Type=fractal Number=plural Case=sociative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pql----p2 | Numeral Type=fractal Number=plural Case=sociative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mf-pql----p2s | Numeral Type=fractal Number=plural Case=sociative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pql----p2p | Numeral Type=fractal Number=plural Case=sociative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pql----p3 | Numeral Type=fractal Number=plural Case=sociative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mf-pql----p3s | Numeral Type=fractal Number=plural Case=sociative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pql----p3p | Numeral Type=fractal Number=plural Case=sociative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pyd | Numeral Type=fractal Number=plural Case=factive Form=digit | 1 |  |
Mf-pyd------s | Numeral Type=fractal Number=plural Case=factive Form=digit Owned_Number=singular | 1 |  |
Mf-pyd------p | Numeral Type=fractal Number=plural Case=factive Form=digit Owned_Number=plural | 1 |  |
Mf-pyd----s1 | Numeral Type=fractal Number=plural Case=factive Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mf-pyd----s1s | Numeral Type=fractal Number=plural Case=factive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pyd----s1p | Numeral Type=fractal Number=plural Case=factive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pyd----s2 | Numeral Type=fractal Number=plural Case=factive Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mf-pyd----s2s | Numeral Type=fractal Number=plural Case=factive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pyd----s2p | Numeral Type=fractal Number=plural Case=factive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pyd----s3 | Numeral Type=fractal Number=plural Case=factive Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mf-pyd----s3s | Numeral Type=fractal Number=plural Case=factive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pyd----s3p | Numeral Type=fractal Number=plural Case=factive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pyd----p1 | Numeral Type=fractal Number=plural Case=factive Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mf-pyd----p1s | Numeral Type=fractal Number=plural Case=factive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pyd----p1p | Numeral Type=fractal Number=plural Case=factive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pyd----p2 | Numeral Type=fractal Number=plural Case=factive Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mf-pyd----p2s | Numeral Type=fractal Number=plural Case=factive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pyd----p2p | Numeral Type=fractal Number=plural Case=factive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pyd----p3 | Numeral Type=fractal Number=plural Case=factive Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mf-pyd----p3s | Numeral Type=fractal Number=plural Case=factive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pyd----p3p | Numeral Type=fractal Number=plural Case=factive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pyr | Numeral Type=fractal Number=plural Case=factive Form=roman | 1 |  |
Mf-pyr------s | Numeral Type=fractal Number=plural Case=factive Form=roman Owned_Number=singular | 1 |  |
Mf-pyr------p | Numeral Type=fractal Number=plural Case=factive Form=roman Owned_Number=plural | 1 |  |
Mf-pyr----s1 | Numeral Type=fractal Number=plural Case=factive Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mf-pyr----s1s | Numeral Type=fractal Number=plural Case=factive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pyr----s1p | Numeral Type=fractal Number=plural Case=factive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pyr----s2 | Numeral Type=fractal Number=plural Case=factive Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mf-pyr----s2s | Numeral Type=fractal Number=plural Case=factive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pyr----s2p | Numeral Type=fractal Number=plural Case=factive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pyr----s3 | Numeral Type=fractal Number=plural Case=factive Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mf-pyr----s3s | Numeral Type=fractal Number=plural Case=factive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pyr----s3p | Numeral Type=fractal Number=plural Case=factive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pyr----p1 | Numeral Type=fractal Number=plural Case=factive Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mf-pyr----p1s | Numeral Type=fractal Number=plural Case=factive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pyr----p1p | Numeral Type=fractal Number=plural Case=factive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pyr----p2 | Numeral Type=fractal Number=plural Case=factive Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mf-pyr----p2s | Numeral Type=fractal Number=plural Case=factive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pyr----p2p | Numeral Type=fractal Number=plural Case=factive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pyr----p3 | Numeral Type=fractal Number=plural Case=factive Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mf-pyr----p3s | Numeral Type=fractal Number=plural Case=factive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pyr----p3p | Numeral Type=fractal Number=plural Case=factive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pyl | Numeral Type=fractal Number=plural Case=factive Form=letter | 1 |  |
Mf-pyl------s | Numeral Type=fractal Number=plural Case=factive Form=letter Owned_Number=singular | 1 |  |
Mf-pyl------p | Numeral Type=fractal Number=plural Case=factive Form=letter Owned_Number=plural | 1 |  |
Mf-pyl----s1 | Numeral Type=fractal Number=plural Case=factive Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mf-pyl----s1s | Numeral Type=fractal Number=plural Case=factive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pyl----s1p | Numeral Type=fractal Number=plural Case=factive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pyl----s2 | Numeral Type=fractal Number=plural Case=factive Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mf-pyl----s2s | Numeral Type=fractal Number=plural Case=factive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pyl----s2p | Numeral Type=fractal Number=plural Case=factive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pyl----s3 | Numeral Type=fractal Number=plural Case=factive Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mf-pyl----s3s | Numeral Type=fractal Number=plural Case=factive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pyl----s3p | Numeral Type=fractal Number=plural Case=factive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pyl----p1 | Numeral Type=fractal Number=plural Case=factive Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mf-pyl----p1s | Numeral Type=fractal Number=plural Case=factive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pyl----p1p | Numeral Type=fractal Number=plural Case=factive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pyl----p2 | Numeral Type=fractal Number=plural Case=factive Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mf-pyl----p2s | Numeral Type=fractal Number=plural Case=factive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pyl----p2p | Numeral Type=fractal Number=plural Case=factive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pyl----p3 | Numeral Type=fractal Number=plural Case=factive Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mf-pyl----p3s | Numeral Type=fractal Number=plural Case=factive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pyl----p3p | Numeral Type=fractal Number=plural Case=factive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-ppd | Numeral Type=fractal Number=plural Case=superessive Form=digit | 1 |  |
Mf-ppd------s | Numeral Type=fractal Number=plural Case=superessive Form=digit Owned_Number=singular | 1 |  |
Mf-ppd------p | Numeral Type=fractal Number=plural Case=superessive Form=digit Owned_Number=plural | 1 |  |
Mf-ppd----s1 | Numeral Type=fractal Number=plural Case=superessive Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mf-ppd----s1s | Numeral Type=fractal Number=plural Case=superessive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-ppd----s1p | Numeral Type=fractal Number=plural Case=superessive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-ppd----s2 | Numeral Type=fractal Number=plural Case=superessive Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mf-ppd----s2s | Numeral Type=fractal Number=plural Case=superessive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-ppd----s2p | Numeral Type=fractal Number=plural Case=superessive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-ppd----s3 | Numeral Type=fractal Number=plural Case=superessive Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mf-ppd----s3s | Numeral Type=fractal Number=plural Case=superessive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-ppd----s3p | Numeral Type=fractal Number=plural Case=superessive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-ppd----p1 | Numeral Type=fractal Number=plural Case=superessive Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mf-ppd----p1s | Numeral Type=fractal Number=plural Case=superessive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-ppd----p1p | Numeral Type=fractal Number=plural Case=superessive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-ppd----p2 | Numeral Type=fractal Number=plural Case=superessive Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mf-ppd----p2s | Numeral Type=fractal Number=plural Case=superessive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-ppd----p2p | Numeral Type=fractal Number=plural Case=superessive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-ppd----p3 | Numeral Type=fractal Number=plural Case=superessive Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mf-ppd----p3s | Numeral Type=fractal Number=plural Case=superessive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-ppd----p3p | Numeral Type=fractal Number=plural Case=superessive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-ppr | Numeral Type=fractal Number=plural Case=superessive Form=roman | 1 |  |
Mf-ppr------s | Numeral Type=fractal Number=plural Case=superessive Form=roman Owned_Number=singular | 1 |  |
Mf-ppr------p | Numeral Type=fractal Number=plural Case=superessive Form=roman Owned_Number=plural | 1 |  |
Mf-ppr----s1 | Numeral Type=fractal Number=plural Case=superessive Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mf-ppr----s1s | Numeral Type=fractal Number=plural Case=superessive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-ppr----s1p | Numeral Type=fractal Number=plural Case=superessive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-ppr----s2 | Numeral Type=fractal Number=plural Case=superessive Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mf-ppr----s2s | Numeral Type=fractal Number=plural Case=superessive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-ppr----s2p | Numeral Type=fractal Number=plural Case=superessive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-ppr----s3 | Numeral Type=fractal Number=plural Case=superessive Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mf-ppr----s3s | Numeral Type=fractal Number=plural Case=superessive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-ppr----s3p | Numeral Type=fractal Number=plural Case=superessive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-ppr----p1 | Numeral Type=fractal Number=plural Case=superessive Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mf-ppr----p1s | Numeral Type=fractal Number=plural Case=superessive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-ppr----p1p | Numeral Type=fractal Number=plural Case=superessive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-ppr----p2 | Numeral Type=fractal Number=plural Case=superessive Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mf-ppr----p2s | Numeral Type=fractal Number=plural Case=superessive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-ppr----p2p | Numeral Type=fractal Number=plural Case=superessive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-ppr----p3 | Numeral Type=fractal Number=plural Case=superessive Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mf-ppr----p3s | Numeral Type=fractal Number=plural Case=superessive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-ppr----p3p | Numeral Type=fractal Number=plural Case=superessive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-ppl | Numeral Type=fractal Number=plural Case=superessive Form=letter | 1 |  |
Mf-ppl------s | Numeral Type=fractal Number=plural Case=superessive Form=letter Owned_Number=singular | 1 |  |
Mf-ppl------p | Numeral Type=fractal Number=plural Case=superessive Form=letter Owned_Number=plural | 1 |  |
Mf-ppl----s1 | Numeral Type=fractal Number=plural Case=superessive Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mf-ppl----s1s | Numeral Type=fractal Number=plural Case=superessive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-ppl----s1p | Numeral Type=fractal Number=plural Case=superessive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-ppl----s2 | Numeral Type=fractal Number=plural Case=superessive Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mf-ppl----s2s | Numeral Type=fractal Number=plural Case=superessive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-ppl----s2p | Numeral Type=fractal Number=plural Case=superessive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-ppl----s3 | Numeral Type=fractal Number=plural Case=superessive Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mf-ppl----s3s | Numeral Type=fractal Number=plural Case=superessive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-ppl----s3p | Numeral Type=fractal Number=plural Case=superessive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-ppl----p1 | Numeral Type=fractal Number=plural Case=superessive Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mf-ppl----p1s | Numeral Type=fractal Number=plural Case=superessive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-ppl----p1p | Numeral Type=fractal Number=plural Case=superessive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-ppl----p2 | Numeral Type=fractal Number=plural Case=superessive Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mf-ppl----p2s | Numeral Type=fractal Number=plural Case=superessive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-ppl----p2p | Numeral Type=fractal Number=plural Case=superessive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-ppl----p3 | Numeral Type=fractal Number=plural Case=superessive Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mf-ppl----p3s | Numeral Type=fractal Number=plural Case=superessive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-ppl----p3p | Numeral Type=fractal Number=plural Case=superessive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pud | Numeral Type=fractal Number=plural Case=distributive Form=digit | 1 |  |
Mf-pud------s | Numeral Type=fractal Number=plural Case=distributive Form=digit Owned_Number=singular | 1 |  |
Mf-pud------p | Numeral Type=fractal Number=plural Case=distributive Form=digit Owned_Number=plural | 1 |  |
Mf-pud----s1 | Numeral Type=fractal Number=plural Case=distributive Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mf-pud----s1s | Numeral Type=fractal Number=plural Case=distributive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pud----s1p | Numeral Type=fractal Number=plural Case=distributive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pud----s2 | Numeral Type=fractal Number=plural Case=distributive Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mf-pud----s2s | Numeral Type=fractal Number=plural Case=distributive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pud----s2p | Numeral Type=fractal Number=plural Case=distributive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pud----s3 | Numeral Type=fractal Number=plural Case=distributive Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mf-pud----s3s | Numeral Type=fractal Number=plural Case=distributive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pud----s3p | Numeral Type=fractal Number=plural Case=distributive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pud----p1 | Numeral Type=fractal Number=plural Case=distributive Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mf-pud----p1s | Numeral Type=fractal Number=plural Case=distributive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pud----p1p | Numeral Type=fractal Number=plural Case=distributive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pud----p2 | Numeral Type=fractal Number=plural Case=distributive Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mf-pud----p2s | Numeral Type=fractal Number=plural Case=distributive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pud----p2p | Numeral Type=fractal Number=plural Case=distributive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pud----p3 | Numeral Type=fractal Number=plural Case=distributive Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mf-pud----p3s | Numeral Type=fractal Number=plural Case=distributive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pud----p3p | Numeral Type=fractal Number=plural Case=distributive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pur | Numeral Type=fractal Number=plural Case=distributive Form=roman | 1 |  |
Mf-pur------s | Numeral Type=fractal Number=plural Case=distributive Form=roman Owned_Number=singular | 1 |  |
Mf-pur------p | Numeral Type=fractal Number=plural Case=distributive Form=roman Owned_Number=plural | 1 |  |
Mf-pur----s1 | Numeral Type=fractal Number=plural Case=distributive Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mf-pur----s1s | Numeral Type=fractal Number=plural Case=distributive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pur----s1p | Numeral Type=fractal Number=plural Case=distributive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pur----s2 | Numeral Type=fractal Number=plural Case=distributive Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mf-pur----s2s | Numeral Type=fractal Number=plural Case=distributive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pur----s2p | Numeral Type=fractal Number=plural Case=distributive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pur----s3 | Numeral Type=fractal Number=plural Case=distributive Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mf-pur----s3s | Numeral Type=fractal Number=plural Case=distributive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pur----s3p | Numeral Type=fractal Number=plural Case=distributive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pur----p1 | Numeral Type=fractal Number=plural Case=distributive Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mf-pur----p1s | Numeral Type=fractal Number=plural Case=distributive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pur----p1p | Numeral Type=fractal Number=plural Case=distributive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pur----p2 | Numeral Type=fractal Number=plural Case=distributive Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mf-pur----p2s | Numeral Type=fractal Number=plural Case=distributive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pur----p2p | Numeral Type=fractal Number=plural Case=distributive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pur----p3 | Numeral Type=fractal Number=plural Case=distributive Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mf-pur----p3s | Numeral Type=fractal Number=plural Case=distributive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pur----p3p | Numeral Type=fractal Number=plural Case=distributive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pul | Numeral Type=fractal Number=plural Case=distributive Form=letter | 1 |  |
Mf-pul------s | Numeral Type=fractal Number=plural Case=distributive Form=letter Owned_Number=singular | 1 |  |
Mf-pul------p | Numeral Type=fractal Number=plural Case=distributive Form=letter Owned_Number=plural | 1 |  |
Mf-pul----s1 | Numeral Type=fractal Number=plural Case=distributive Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mf-pul----s1s | Numeral Type=fractal Number=plural Case=distributive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pul----s1p | Numeral Type=fractal Number=plural Case=distributive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pul----s2 | Numeral Type=fractal Number=plural Case=distributive Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mf-pul----s2s | Numeral Type=fractal Number=plural Case=distributive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pul----s2p | Numeral Type=fractal Number=plural Case=distributive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pul----s3 | Numeral Type=fractal Number=plural Case=distributive Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mf-pul----s3s | Numeral Type=fractal Number=plural Case=distributive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pul----s3p | Numeral Type=fractal Number=plural Case=distributive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pul----p1 | Numeral Type=fractal Number=plural Case=distributive Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mf-pul----p1s | Numeral Type=fractal Number=plural Case=distributive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pul----p1p | Numeral Type=fractal Number=plural Case=distributive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pul----p2 | Numeral Type=fractal Number=plural Case=distributive Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mf-pul----p2s | Numeral Type=fractal Number=plural Case=distributive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pul----p2p | Numeral Type=fractal Number=plural Case=distributive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pul----p3 | Numeral Type=fractal Number=plural Case=distributive Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mf-pul----p3s | Numeral Type=fractal Number=plural Case=distributive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pul----p3p | Numeral Type=fractal Number=plural Case=distributive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pfd | Numeral Type=fractal Number=plural Case=essive-formal Form=digit | 1 |  |
Mf-pfd------s | Numeral Type=fractal Number=plural Case=essive-formal Form=digit Owned_Number=singular | 1 |  |
Mf-pfd------p | Numeral Type=fractal Number=plural Case=essive-formal Form=digit Owned_Number=plural | 1 |  |
Mf-pfd----s1 | Numeral Type=fractal Number=plural Case=essive-formal Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mf-pfd----s1s | Numeral Type=fractal Number=plural Case=essive-formal Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pfd----s1p | Numeral Type=fractal Number=plural Case=essive-formal Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pfd----s2 | Numeral Type=fractal Number=plural Case=essive-formal Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mf-pfd----s2s | Numeral Type=fractal Number=plural Case=essive-formal Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pfd----s2p | Numeral Type=fractal Number=plural Case=essive-formal Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pfd----s3 | Numeral Type=fractal Number=plural Case=essive-formal Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mf-pfd----s3s | Numeral Type=fractal Number=plural Case=essive-formal Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pfd----s3p | Numeral Type=fractal Number=plural Case=essive-formal Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pfd----p1 | Numeral Type=fractal Number=plural Case=essive-formal Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mf-pfd----p1s | Numeral Type=fractal Number=plural Case=essive-formal Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pfd----p1p | Numeral Type=fractal Number=plural Case=essive-formal Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pfd----p2 | Numeral Type=fractal Number=plural Case=essive-formal Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mf-pfd----p2s | Numeral Type=fractal Number=plural Case=essive-formal Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pfd----p2p | Numeral Type=fractal Number=plural Case=essive-formal Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pfd----p3 | Numeral Type=fractal Number=plural Case=essive-formal Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mf-pfd----p3s | Numeral Type=fractal Number=plural Case=essive-formal Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pfd----p3p | Numeral Type=fractal Number=plural Case=essive-formal Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pfr | Numeral Type=fractal Number=plural Case=essive-formal Form=roman | 1 |  |
Mf-pfr------s | Numeral Type=fractal Number=plural Case=essive-formal Form=roman Owned_Number=singular | 1 |  |
Mf-pfr------p | Numeral Type=fractal Number=plural Case=essive-formal Form=roman Owned_Number=plural | 1 |  |
Mf-pfr----s1 | Numeral Type=fractal Number=plural Case=essive-formal Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mf-pfr----s1s | Numeral Type=fractal Number=plural Case=essive-formal Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pfr----s1p | Numeral Type=fractal Number=plural Case=essive-formal Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pfr----s2 | Numeral Type=fractal Number=plural Case=essive-formal Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mf-pfr----s2s | Numeral Type=fractal Number=plural Case=essive-formal Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pfr----s2p | Numeral Type=fractal Number=plural Case=essive-formal Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pfr----s3 | Numeral Type=fractal Number=plural Case=essive-formal Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mf-pfr----s3s | Numeral Type=fractal Number=plural Case=essive-formal Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pfr----s3p | Numeral Type=fractal Number=plural Case=essive-formal Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pfr----p1 | Numeral Type=fractal Number=plural Case=essive-formal Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mf-pfr----p1s | Numeral Type=fractal Number=plural Case=essive-formal Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pfr----p1p | Numeral Type=fractal Number=plural Case=essive-formal Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pfr----p2 | Numeral Type=fractal Number=plural Case=essive-formal Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mf-pfr----p2s | Numeral Type=fractal Number=plural Case=essive-formal Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pfr----p2p | Numeral Type=fractal Number=plural Case=essive-formal Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pfr----p3 | Numeral Type=fractal Number=plural Case=essive-formal Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mf-pfr----p3s | Numeral Type=fractal Number=plural Case=essive-formal Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pfr----p3p | Numeral Type=fractal Number=plural Case=essive-formal Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pfl | Numeral Type=fractal Number=plural Case=essive-formal Form=letter | 1 |  |
Mf-pfl------s | Numeral Type=fractal Number=plural Case=essive-formal Form=letter Owned_Number=singular | 1 |  |
Mf-pfl------p | Numeral Type=fractal Number=plural Case=essive-formal Form=letter Owned_Number=plural | 1 |  |
Mf-pfl----s1 | Numeral Type=fractal Number=plural Case=essive-formal Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mf-pfl----s1s | Numeral Type=fractal Number=plural Case=essive-formal Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pfl----s1p | Numeral Type=fractal Number=plural Case=essive-formal Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pfl----s2 | Numeral Type=fractal Number=plural Case=essive-formal Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mf-pfl----s2s | Numeral Type=fractal Number=plural Case=essive-formal Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pfl----s2p | Numeral Type=fractal Number=plural Case=essive-formal Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pfl----s3 | Numeral Type=fractal Number=plural Case=essive-formal Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mf-pfl----s3s | Numeral Type=fractal Number=plural Case=essive-formal Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pfl----s3p | Numeral Type=fractal Number=plural Case=essive-formal Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pfl----p1 | Numeral Type=fractal Number=plural Case=essive-formal Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mf-pfl----p1s | Numeral Type=fractal Number=plural Case=essive-formal Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pfl----p1p | Numeral Type=fractal Number=plural Case=essive-formal Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pfl----p2 | Numeral Type=fractal Number=plural Case=essive-formal Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mf-pfl----p2s | Numeral Type=fractal Number=plural Case=essive-formal Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pfl----p2p | Numeral Type=fractal Number=plural Case=essive-formal Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pfl----p3 | Numeral Type=fractal Number=plural Case=essive-formal Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mf-pfl----p3s | Numeral Type=fractal Number=plural Case=essive-formal Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pfl----p3p | Numeral Type=fractal Number=plural Case=essive-formal Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
P | Attribute (en) | Value (en) | Code (en) |
0 | CATEGORY | Interjection | I |
1 | Type | mood | m |
other | o |
Pos | Type |
I | [mo] |
This index gives the list of morphosyntactic descriptions (MSDs) and their features. In the table below, the first column gives the MSD, the second its expansion into a feature-structure, the third gives the number of entries in the lexicon (64,003 entries), and the fourth gives some examples as word-form/lemma. The list was extracted form the Hungarian MULTEXT-East lexicon.
Note that for Hungarian, the number of theoretically possible MSDs represented in this index is much greater than those found in the lexicon.
MSD | Features | Types | Examples |
Im | Interjection Type=mood | 1 |  |
Io | Interjection Type=other | 40 | vigyázz, úgymond, ugyi, tyű, tessék |
P | Attribute (en) | Value (en) | Code (en) |
0 | CATEGORY | Abbreviation | Y |
Pos |
Y |
This index gives the list of morphosyntactic descriptions (MSDs) and their features. In the table below, the first column gives the MSD, the second its expansion into a feature-structure, the third gives the number of entries in the lexicon (64,003 entries), and the fourth gives some examples as word-form/lemma. The list was extracted form the Hungarian MULTEXT-East lexicon.
Note that for Hungarian, the number of theoretically possible MSDs represented in this index is much greater than those found in the lexicon.
MSD | Features | Types | Examples |
Y | Abbreviation | 92 | X., XX, XXI, XVI, XIX |
P | Attribute (en) | Value (en) | Code (en) |
0 | CATEGORY | Residual | X |
Pos |
X |
This index gives the list of morphosyntactic descriptions (MSDs) and their features. In the table below, the first column gives the MSD, the second its expansion into a feature-structure, the third gives the number of entries in the lexicon (64,003 entries), and the fourth gives some examples as word-form/lemma. The list was extracted form the Hungarian MULTEXT-East lexicon.
Note that for Hungarian, the number of theoretically possible MSDs represented in this index is much greater than those found in the lexicon.
MSD | Features | Types | Examples |
X | Residual | 1 | 2+2=5 |
P | Attribute (en) | Value (en) | Code (en) |
0 | CATEGORY | Punctuation | Z |
This index gives the list of morphosyntactic descriptions (MSDs) and their features. In the table below, the first column gives the MSD, the second its expansion into a feature-structure, the third gives the number of entries in the lexicon (64,003 entries), and the fourth gives some examples as word-form/lemma. The list was extracted form the Hungarian MULTEXT-East lexicon.
Note that for Hungarian, the number of theoretically possible MSDs represented in this index is much greater than those found in the lexicon.
MSD | Features | Types | Examples |
Z | Punctuation | 10 | ,, ., .., ..., ? |
In this section all the attributes presented in the tables are listed in alphabetical order. //For some attributes which are not self-explanatory, a brief description of their semantics is provided.//
Attribute (en) | Category (en) | Position |
Case | Adjective | 5 |
Case | Noun | 4 |
Case | Numeral | 4 |
Case | Pronoun | 5 |
Clitic | Adverb | 3 |
Coord_Type | Conjunction | 3 |
Definiteness | Verb | 9 |
Degree | Adjective | 2 |
Degree | Adverb | 2 |
Form | Numeral | 5 |
Formation | Conjunction | 2 |
Number | Adjective | 4 |
Number | Adverb | 4 |
Number | Noun | 3 |
Number | Numeral | 3 |
Number | Pronoun | 4 |
Number | Verb | 5 |
Owned_Number | Adjective | 12 |
Owned_Number | Noun | 10 |
Owned_Number | Numeral | 12 |
Owned_Number | Pronoun | 16 |
Owner_Number | Adjective | 10 |
Owner_Number | Noun | 8 |
Owner_Number | Numeral | 10 |
Owner_Number | Pronoun | 6 |
Owner_Person | Adjective | 11 |
Owner_Person | Noun | 9 |
Owner_Person | Numeral | 11 |
Owner_Person | Pronoun | 15 |
Person | Adverb | 5 |
Person | Pronoun | 2 |
Person | Verb | 4 |
Tense | Verb | 3 |
Type | Adjective | 1 |
Type | Adposition | 1 |
Type | Adverb | 1 |
Type | Article | 1 |
Type | Conjunction | 1 |
Type | Interjection | 1 |
Type | Noun | 1 |
Type | Numeral | 1 |
Type | Pronoun | 1 |
Type | Verb | 1 |
VForm | Verb | 2 |
The values presented within the tables are, in the following, listed in alphabetical order; the first column gives the name of the value, the second column its code and the third lists attributes for which the value is appropriate.
Value (en) | Code (en) | Attribute (en) | Category (en) |
1s2s | 2 | Definiteness | Verb |
ablative | b | Case | Adjective |
ablative | b | Case | Noun |
ablative | b | Case | Numeral |
ablative | b | Case | Pronoun |
accusative | a | Case | Adjective |
accusative | a | Case | Noun |
accusative | a | Case | Numeral |
accusative | a | Case | Pronoun |
adessive | 3 | Case | Adjective |
adessive | 3 | Case | Noun |
adessive | 3 | Case | Numeral |
adessive | 3 | Case | Pronoun |
allative | t | Case | Adjective |
allative | t | Case | Noun |
allative | t | Case | Numeral |
allative | t | Case | Pronoun |
auxiliary | a | Type | Verb |
cardinal | c | Type | Numeral |
causal | o | Type | Adverb |
causalis | c | Case | Adjective |
causalis | c | Case | Noun |
causalis | c | Case | Numeral |
causalis | c | Case | Pronoun |
common | c | Type | Noun |
comparative | c | Degree | Adjective |
comparative | c | Degree | Adverb |
compound | c | Formation | Conjunction |
conditional | c | VForm | Verb |
coordinating | c | Type | Conjunction |
dative | d | Case | Adjective |
dative | d | Case | Noun |
dative | d | Case | Numeral |
dative | d | Case | Pronoun |
definite | f | Type | Article |
delative | h | Case | Adjective |
delative | h | Case | Noun |
delative | h | Case | Numeral |
delative | h | Case | Pronoun |
demonstrative | d | Type | Pronoun |
digit | d | Form | Numeral |
distributive | u | Case | Adjective |
distributive | u | Case | Noun |
distributive | u | Case | Numeral |
distributive | u | Case | Pronoun |
elative | e | Case | Adjective |
elative | e | Case | Noun |
elative | e | Case | Numeral |
elative | e | Case | Pronoun |
essive | w | Case | Adjective |
essive | w | Case | Noun |
essive | w | Case | Numeral |
essive | w | Case | Pronoun |
essive-formal | f | Case | Adjective |
essive-formal | f | Case | Noun |
essive-formal | f | Case | Numeral |
essive-formal | f | Case | Pronoun |
factive | y | Case | Adjective |
factive | y | Case | Noun |
factive | y | Case | Numeral |
factive | y | Case | Pronoun |
first | 1 | Owner_Person | Adjective |
first | 1 | Owner_Person | Noun |
first | 1 | Owner_Person | Numeral |
first | 1 | Owner_Person | Pronoun |
first | 1 | Person | Adverb |
first | 1 | Person | Pronoun |
first | 1 | Person | Verb |
fractal | f | Type | Numeral |
general | g | Type | Adverb |
genitive | g | Case | Adjective |
genitive | g | Case | Noun |
genitive | g | Case | Numeral |
genitive | g | Case | Pronoun |
illative | x | Case | Adjective |
illative | x | Case | Noun |
illative | x | Case | Numeral |
illative | x | Case | Pronoun |
imperative | m | VForm | Verb |
indefinite | i | Type | Article |
indefinite | i | Type | Pronoun |
indicative | i | VForm | Verb |
inessive | 2 | Case | Adjective |
inessive | 2 | Case | Noun |
inessive | 2 | Case | Numeral |
inessive | 2 | Case | Pronoun |
infinitive | n | VForm | Verb |
instrumental | i | Case | Adjective |
instrumental | i | Case | Noun |
instrumental | i | Case | Numeral |
instrumental | i | Case | Pronoun |
interrogative | q | Type | Adverb |
interrogative | q | Type | Pronoun |
letter | l | Form | Numeral |
main | m | Type | Verb |
modifier | m | Type | Adverb |
mood | m | Type | Interjection |
multiplicative | 6 | Case | Numeral |
no | n | Clitic | Adverb |
no | n | Definiteness | Verb |
nominative | n | Case | Adjective |
nominative | n | Case | Noun |
nominative | n | Case | Numeral |
nominative | n | Case | Pronoun |
ordinal | o | Type | Numeral |
other | o | Type | Interjection |
particle | p | Type | Adverb |
past | s | Tense | Verb |
personal | p | Type | Pronoun |
plural | p | Number | Adjective |
plural | p | Number | Adverb |
plural | p | Number | Noun |
plural | p | Number | Numeral |
plural | p | Number | Pronoun |
plural | p | Number | Verb |
plural | p | Owned_Number | Adjective |
plural | p | Owned_Number | Noun |
plural | p | Owned_Number | Numeral |
plural | p | Owned_Number | Pronoun |
plural | p | Owner_Number | Adjective |
plural | p | Owner_Number | Noun |
plural | p | Owner_Number | Numeral |
plural | p | Owner_Number | Pronoun |
positive | p | Degree | Adjective |
positive | p | Degree | Adverb |
possessive | s | Type | Pronoun |
postposition | t | Type | Adposition |
present | p | Tense | Verb |
proper | p | Type | Noun |
qualificative | f | Type | Adjective |
reciprocal | y | Type | Pronoun |
reflexive | x | Type | Pronoun |
relative | r | Type | Pronoun |
roman | r | Form | Numeral |
second | 2 | Owner_Person | Adjective |
second | 2 | Owner_Person | Noun |
second | 2 | Owner_Person | Numeral |
second | 2 | Owner_Person | Pronoun |
second | 2 | Person | Adverb |
second | 2 | Person | Pronoun |
second | 2 | Person | Verb |
sentence | p | Coord_Type | Conjunction |
simple | s | Formation | Conjunction |
singular | s | Number | Adjective |
singular | s | Number | Adverb |
singular | s | Number | Noun |
singular | s | Number | Numeral |
singular | s | Number | Pronoun |
singular | s | Number | Verb |
singular | s | Owned_Number | Adjective |
singular | s | Owned_Number | Noun |
singular | s | Owned_Number | Numeral |
singular | s | Owned_Number | Pronoun |
singular | s | Owner_Number | Adjective |
singular | s | Owner_Number | Noun |
singular | s | Owner_Number | Numeral |
singular | s | Owner_Number | Pronoun |
sociative | q | Case | Adjective |
sociative | q | Case | Noun |
sociative | q | Case | Numeral |
sociative | q | Case | Pronoun |
sublative | s | Case | Adjective |
sublative | s | Case | Noun |
sublative | s | Case | Numeral |
sublative | s | Case | Pronoun |
subordinating | s | Type | Conjunction |
superessive | p | Case | Adjective |
superessive | p | Case | Noun |
superessive | p | Case | Numeral |
superessive | p | Case | Pronoun |
superlative | s | Degree | Adjective |
superlative | s | Degree | Adverb |
temporalis | m | Case | Adjective |
temporalis | m | Case | Noun |
temporalis | m | Case | Numeral |
temporalis | m | Case | Pronoun |
terminative | 9 | Case | Adjective |
terminative | 9 | Case | Noun |
terminative | 9 | Case | Numeral |
terminative | 9 | Case | Pronoun |
third | 3 | Owner_Person | Adjective |
third | 3 | Owner_Person | Noun |
third | 3 | Owner_Person | Numeral |
third | 3 | Owner_Person | Pronoun |
third | 3 | Person | Adverb |
third | 3 | Person | Pronoun |
third | 3 | Person | Verb |
verbal | v | Type | Adverb |
words | w | Coord_Type | Conjunction |
yes | y | Clitic | Adverb |
yes | y | Definiteness | Verb |
This index gives the list of morphosyntactic descriptions (MSDs) and their features. In the table below, the first column gives the MSD, the second its expansion into a feature-structure, the third gives the number of entries in the lexicon (64,003 entries), and the fourth gives some examples as word-form/lemma. The list was extracted form the Hungarian MULTEXT-East lexicon.
Note that for Hungarian, the number of theoretically possible MSDs represented in this index is much greater than those found in the lexicon.
MSD | Features | Types | Examples |
Nc-sn | Noun Type=common Number=singular Case=nominative | 6834 | zűrzavar, zümmögés, zuhogó, zsúfoltság, zsold |
Nc-sn-----s | Noun Type=common Number=singular Case=nominative Owned_Number=singular | 55 | Winstoné/Winston, városé/város, útonállóé/útonálló, uraságé/uraság, tüllé/tüll |
Nc-sn-----p | Noun Type=common Number=singular Case=nominative Owned_Number=plural | 2 | övéi/öv, estéi/est |
Nc-sn---s1 | Noun Type=common Number=singular Case=nominative Owner_Number=singular Owner_Person=first | 171 | visszértágulásom/visszértágulás, vérem/vér, vendégem/vendég, véleményem/vélemény, vejem/vej |
Nc-sn---s1s | Noun Type=common Number=singular Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Nc-sn---s1p | Noun Type=common Number=singular Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Nc-sn---s2 | Noun Type=common Number=singular Case=nominative Owner_Number=singular Owner_Person=second | 64 | véleményed/vélemény, valamid/valami, utad/út, tested/test, szükséged/szükség |
Nc-sn---s2s | Noun Type=common Number=singular Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Nc-sn---s2p | Noun Type=common Number=singular Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Nc-sn---s3 | Noun Type=common Number=singular Case=nominative Owner_Number=singular Owner_Person=third | 1801 | zűrzavara/zűrzavar, zuhataga/zuhatag, zuhanása/zuhanás, zsarnoksága/zsarnokság, zöme/zöm |
Nc-sn---s3s | Noun Type=common Number=singular Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=singular | 2 | többségéé/többség, ezredeséé/ezredes |
Nc-sn---s3p | Noun Type=common Number=singular Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Nc-sn---p1 | Noun Type=common Number=singular Case=nominative Owner_Number=plural Owner_Person=first | 178 | voltunk/volt, viszonyunk/viszony, világunk/világ, véleményetek/vélemény, vásznunk/vászon |
Nc-sn---p1s | Noun Type=common Number=singular Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 | életeké/él |
Nc-sn---p1p | Noun Type=common Number=singular Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Nc-sn---p2 | Noun Type=common Number=singular Case=nominative Owner_Number=plural Owner_Person=second | 1 |  |
Nc-sn---p2s | Noun Type=common Number=singular Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Nc-sn---p2p | Noun Type=common Number=singular Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Nc-sn---p3 | Noun Type=common Number=singular Case=nominative Owner_Number=plural Owner_Person=third | 303 | zsebük/zseb, zárkózottságuk/zárkózottság, vonatkozásuk/vonatkozás, vitájuk/vita, viszonyuk/viszony |
Nc-sn---p3s | Noun Type=common Number=singular Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Nc-sn---p3p | Noun Type=common Number=singular Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Nc-sg | Noun Type=common Number=singular Case=genitive | 1 |  |
Nc-sg-----s | Noun Type=common Number=singular Case=genitive Owned_Number=singular | 1 |  |
Nc-sg-----p | Noun Type=common Number=singular Case=genitive Owned_Number=plural | 1 |  |
Nc-sg---s1 | Noun Type=common Number=singular Case=genitive Owner_Number=singular Owner_Person=first | 1 |  |
Nc-sg---s1s | Noun Type=common Number=singular Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Nc-sg---s1p | Noun Type=common Number=singular Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Nc-sg---s2 | Noun Type=common Number=singular Case=genitive Owner_Number=singular Owner_Person=second | 1 |  |
Nc-sg---s2s | Noun Type=common Number=singular Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Nc-sg---s2p | Noun Type=common Number=singular Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Nc-sg---s3 | Noun Type=common Number=singular Case=genitive Owner_Number=singular Owner_Person=third | 1 |  |
Nc-sg---s3s | Noun Type=common Number=singular Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Nc-sg---s3p | Noun Type=common Number=singular Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Nc-sg---p1 | Noun Type=common Number=singular Case=genitive Owner_Number=plural Owner_Person=first | 1 |  |
Nc-sg---p1s | Noun Type=common Number=singular Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Nc-sg---p1p | Noun Type=common Number=singular Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Nc-sg---p2 | Noun Type=common Number=singular Case=genitive Owner_Number=plural Owner_Person=second | 1 |  |
Nc-sg---p2s | Noun Type=common Number=singular Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Nc-sg---p2p | Noun Type=common Number=singular Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Nc-sg---p3 | Noun Type=common Number=singular Case=genitive Owner_Number=plural Owner_Person=third | 1 |  |
Nc-sg---p3s | Noun Type=common Number=singular Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Nc-sg---p3p | Noun Type=common Number=singular Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Nc-sd | Noun Type=common Number=singular Case=dative | 745 | zsírnak/zsír, zónának/zóna, zavarnak/zavar, zárnak/zár, Winstonnak/Winston |
Nc-sd-----s | Noun Type=common Number=singular Case=dative Owned_Number=singular | 174 | vonósnégyesének/vonósnégyes, volumenének/volumen, vízigényének/vízigény, visszatérésének/visszatérés, vidékének/vidék |
Nc-sd-----p | Noun Type=common Number=singular Case=dative Owned_Number=plural | 1 |  |
Nc-sd---s1 | Noun Type=common Number=singular Case=dative Owner_Number=singular Owner_Person=first | 1 |  |
Nc-sd---s1s | Noun Type=common Number=singular Case=dative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Nc-sd---s1p | Noun Type=common Number=singular Case=dative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Nc-sd---s2 | Noun Type=common Number=singular Case=dative Owner_Number=singular Owner_Person=second | 18 | törődnek/törő, törekednek/törek, nagyváradnak/nagyvár, lázadnak/láz, kerekednek/kerék |
Nc-sd---s2s | Noun Type=common Number=singular Case=dative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Nc-sd---s2p | Noun Type=common Number=singular Case=dative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Nc-sd---s3 | Noun Type=common Number=singular Case=dative Owner_Number=singular Owner_Person=third | 492 | zárjának/zár, zálogának/zálog, vonzerejének/vonzerő, vonósnégyesének/vonósnégyes, vonalának/vonal |
Nc-sd---s3s | Noun Type=common Number=singular Case=dative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Nc-sd---s3p | Noun Type=common Number=singular Case=dative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Nc-sd---p1 | Noun Type=common Number=singular Case=dative Owner_Number=plural Owner_Person=first | 16 | vérünknek/vér, rendszerünknek/rendszer, nemzetgazdaságunknak/nemzetgazdaság, munkatársunknak/munkatárs, mindnyájunknak/mindnyáj |
Nc-sd---p1s | Noun Type=common Number=singular Case=dative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Nc-sd---p1p | Noun Type=common Number=singular Case=dative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Nc-sd---p2 | Noun Type=common Number=singular Case=dative Owner_Number=plural Owner_Person=second | 1 |  |
Nc-sd---p2s | Noun Type=common Number=singular Case=dative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Nc-sd---p2p | Noun Type=common Number=singular Case=dative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Nc-sd---p3 | Noun Type=common Number=singular Case=dative Owner_Number=plural Owner_Person=third | 13 | vejüknek/vő, vejüknek/vej, tevékenységüknek/tevékenység, szerencséjüknek/szerencse, sétájuknak/séta |
Nc-sd---p3s | Noun Type=common Number=singular Case=dative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Nc-sd---p3p | Noun Type=common Number=singular Case=dative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Nc-sa | Noun Type=common Number=singular Case=accusative | 2508 | züllést/züllés, zsoldot/zsold, zsírt/zsír, zsírsertést/zsírsertés, zsinegdarabot/zsinegdarab |
Nc-sa-----s | Noun Type=common Number=singular Case=accusative Owned_Number=singular | 412 | zsebét/zseb, visszfényét/visszfény, visszatérését/visszatérés, visszafizetését/visszafizetés, viselkedését/viselkedés |
Nc-sa-----p | Noun Type=common Number=singular Case=accusative Owned_Number=plural | 1 |  |
Nc-sa---s1 | Noun Type=common Number=singular Case=accusative Owner_Number=singular Owner_Person=first | 1 |  |
Nc-sa---s1s | Noun Type=common Number=singular Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Nc-sa---s1p | Noun Type=common Number=singular Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Nc-sa---s2 | Noun Type=common Number=singular Case=accusative Owner_Number=singular Owner_Person=second | 20 | zagyvaságáradat/zagyvaságár, véleményedet/vélemény, válladat/váll, tüdődet/tüdő, tárlatodat/tárlat |
Nc-sa---s2s | Noun Type=common Number=singular Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Nc-sa---s2p | Noun Type=common Number=singular Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Nc-sa---s3 | Noun Type=common Number=singular Case=accusative Owner_Number=singular Owner_Person=third | 1053 | zsírját/zsír, zsebét/zseb, zsákját/zsák, zenekarát/zenekar, zavartalanságát/zavartalanság |
Nc-sa---s3s | Noun Type=common Number=singular Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Nc-sa---s3p | Noun Type=common Number=singular Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Nc-sa---p1 | Noun Type=common Number=singular Case=accusative Owner_Number=plural Owner_Person=first | 51 | világunkat/világ, vidékünket/vidék, vágyódásunkat/vágyódás, ügyünket/ügy, tudásunkat/tudás |
Nc-sa---p1s | Noun Type=common Number=singular Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Nc-sa---p1p | Noun Type=common Number=singular Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Nc-sa---p2 | Noun Type=common Number=singular Case=accusative Owner_Number=plural Owner_Person=second | 1 |  |
Nc-sa---p2s | Noun Type=common Number=singular Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Nc-sa---p2p | Noun Type=common Number=singular Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Nc-sa---p3 | Noun Type=common Number=singular Case=accusative Owner_Number=plural Owner_Person=third | 124 | zsarnokságukat/zsarnokság, vezetőjüket/vezető, véleményüket/vélemény, ügyüket/ügy, türelmüket/türelem |
Nc-sa---p3s | Noun Type=common Number=singular Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Nc-sa---p3p | Noun Type=common Number=singular Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Nc-si | Noun Type=common Number=singular Case=instrumental | 981 | zsebbel/zseb, zsákkal/zsák, zsákdarabbal/zsákdarab, zöngéssel/zöngés, zenével/zene |
Nc-si-----s | Noun Type=common Number=singular Case=instrumental Owned_Number=singular | 133 | Winstonéval/Winston, vezetésével/vezetés, vezényletével/vezénylet, véleményével/vélemény, ütemével/ütem |
Nc-si-----p | Noun Type=common Number=singular Case=instrumental Owned_Number=plural | 1 |  |
Nc-si---s1 | Noun Type=common Number=singular Case=instrumental Owner_Number=singular Owner_Person=first | 17 | vejemmel/vej, tudtommal/tudta, számmal/száj, mutatóujjammal/mutatóujj, magánéletemmel/magánélet |
Nc-si---s1s | Noun Type=common Number=singular Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Nc-si---s1p | Noun Type=common Number=singular Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Nc-si---s2 | Noun Type=common Number=singular Case=instrumental Owner_Number=singular Owner_Person=second | 2 | botrányoddal/botrány, barátoddal/barát |
Nc-si---s2s | Noun Type=common Number=singular Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Nc-si---s2p | Noun Type=common Number=singular Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Nc-si---s3 | Noun Type=common Number=singular Case=instrumental Owner_Number=singular Owner_Person=third | 325 | zsidóságával/zsidóság, ziláltságával/ziláltság, zálogosításával/zálogosítás, világával/világ, vigyorával/vigyor |
Nc-si---s3s | Noun Type=common Number=singular Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Nc-si---s3p | Noun Type=common Number=singular Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Nc-si---p1 | Noun Type=common Number=singular Case=instrumental Owner_Number=plural Owner_Person=first | 10 | újságszeletekkel/újságszél, terminológiánkkal/terminológia, szemünkkel/szem, önmagunkkal/önmag, magunkkal/mag |
Nc-si---p1s | Noun Type=common Number=singular Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Nc-si---p1p | Noun Type=common Number=singular Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Nc-si---p2 | Noun Type=common Number=singular Case=instrumental Owner_Number=plural Owner_Person=second | 1 |  |
Nc-si---p2s | Noun Type=common Number=singular Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Nc-si---p2p | Noun Type=common Number=singular Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Nc-si---p3 | Noun Type=common Number=singular Case=instrumental Owner_Number=plural Owner_Person=third | 15 | tetejükkel/tető, segítségükkel/segítség, orrukkal/orr, munkájukkal/munka, megegyezésükkel/megegyezés |
Nc-si---p3s | Noun Type=common Number=singular Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Nc-si---p3p | Noun Type=common Number=singular Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Nc-sx | Noun Type=common Number=singular Case=illative | 442 | zsákdarabba/zsákdarab, zsákba/zsák, zihálásba/zihálás, zenélésbe/zenélés, zavarba/zavar |
Nc-sx-----s | Noun Type=common Number=singular Case=illative Owned_Number=singular | 54 | zsebébe/zseb, vezetésébe/vezetés, vérkeringésébe/vérkeringés, védelmébe/védelem, ügyébe/ügy |
Nc-sx-----p | Noun Type=common Number=singular Case=illative Owned_Number=plural | 1 |  |
Nc-sx---s1 | Noun Type=common Number=singular Case=illative Owner_Number=singular Owner_Person=first | 1 |  |
Nc-sx---s1s | Noun Type=common Number=singular Case=illative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Nc-sx---s1p | Noun Type=common Number=singular Case=illative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Nc-sx---s2 | Noun Type=common Number=singular Case=illative Owner_Number=singular Owner_Person=second | 5 | naplódba/napló, húzódba/húzó, eszedbe/ész, csődbe/cső, arcodba/arc |
Nc-sx---s2s | Noun Type=common Number=singular Case=illative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Nc-sx---s2p | Noun Type=common Number=singular Case=illative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Nc-sx---s3 | Noun Type=common Number=singular Case=illative Owner_Number=singular Owner_Person=third | 139 | zsebébe/zseb, zsákjába/zsák, világába/világ, vezetésébe/vezetés, vérkeringésébe/vérkeringés |
Nc-sx---s3s | Noun Type=common Number=singular Case=illative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Nc-sx---s3p | Noun Type=common Number=singular Case=illative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Nc-sx---p1 | Noun Type=common Number=singular Case=illative Owner_Number=plural Owner_Person=first | 14 | testünkbe/test, padlónkba/padló, ölünkbe/öl, nyelvünkbe/nyelv, lábunkba/láb |
Nc-sx---p1s | Noun Type=common Number=singular Case=illative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Nc-sx---p1p | Noun Type=common Number=singular Case=illative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Nc-sx---p2 | Noun Type=common Number=singular Case=illative Owner_Number=plural Owner_Person=second | 1 |  |
Nc-sx---p2s | Noun Type=common Number=singular Case=illative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Nc-sx---p2p | Noun Type=common Number=singular Case=illative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Nc-sx---p3 | Noun Type=common Number=singular Case=illative Owner_Number=plural Owner_Person=third | 18 | városukba/város, tökéletességükbe/tökéletesség, szemükbe/szem, szájukba/száj, otthonukba/otthon |
Nc-sx---p3s | Noun Type=common Number=singular Case=illative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Nc-sx---p3p | Noun Type=common Number=singular Case=illative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Nc-s2 | Noun Type=common Number=singular Case=inessive | 950 | zűrzavarban/zűrzavar, zúgásban/zúgás, zsírban/zsír, zsibvásárban/zsibvásár, zsibogóban/zsibogó |
Nc-s2-----s | Noun Type=common Number=singular Case=inessive Owned_Number=singular | 152 | zsebében/zseb, zömében/zöm, zenében/zen, visszfényében/visszfény, viselkedésében/viselkedés |
Nc-s2-----p | Noun Type=common Number=singular Case=inessive Owned_Number=plural | 1 |  |
Nc-s2---s1 | Noun Type=common Number=singular Case=inessive Owner_Number=singular Owner_Person=first | 1 |  |
Nc-s2---s1s | Noun Type=common Number=singular Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 | értelemében/értél |
Nc-s2---s1p | Noun Type=common Number=singular Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Nc-s2---s2 | Noun Type=common Number=singular Case=inessive Owner_Number=singular Owner_Person=second | 15 | véredben/vér, okádékodban/okádék, koponyádban/koponya, kezedben/kéz, gyűjtésedben/gyűjtés |
Nc-s2---s2s | Noun Type=common Number=singular Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Nc-s2---s2p | Noun Type=common Number=singular Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Nc-s2---s3 | Noun Type=common Number=singular Case=inessive Owner_Number=singular Owner_Person=third | 409 | zsebében/zseb, zsargonjában/zsargon, zömében/zöm, zenében/zen, zajában/zaj |
Nc-s2---s3s | Noun Type=common Number=singular Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Nc-s2---s3p | Noun Type=common Number=singular Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Nc-s2---p1 | Noun Type=common Number=singular Case=inessive Owner_Number=plural Owner_Person=first | 33 | zsebünkben/zseb, világunkban/világ, tudatunkban/tudat, témánkban/téma, társadalmunkban/társadalom |
Nc-s2---p1s | Noun Type=common Number=singular Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Nc-s2---p1p | Noun Type=common Number=singular Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Nc-s2---p2 | Noun Type=common Number=singular Case=inessive Owner_Number=plural Owner_Person=second | 1 |  |
Nc-s2---p2s | Noun Type=common Number=singular Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Nc-s2---p2p | Noun Type=common Number=singular Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Nc-s2---p3 | Noun Type=common Number=singular Case=inessive Owner_Number=plural Owner_Person=third | 37 | várukban/vár, vallatásukban/vallatás, tulajdonukban/tulajdon, tudatukban/tudat, többségükben/többség |
Nc-s2---p3s | Noun Type=common Number=singular Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Nc-s2---p3p | Noun Type=common Number=singular Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Nc-se | Noun Type=common Number=singular Case=elative | 378 | zsemléből/zsemle, zsebből/zseb, zsákból/zsák, zónából/zóna, Winstonból/Winston |
Nc-se-----s | Noun Type=common Number=singular Case=elative Owned_Number=singular | 46 | zsebéből/zseb, vizeletéből/vizelet, ügyéből/ügy, tisztéből/tiszt, szövetségéből/szövetség |
Nc-se-----p | Noun Type=common Number=singular Case=elative Owned_Number=plural | 1 |  |
Nc-se---s1 | Noun Type=common Number=singular Case=elative Owner_Number=singular Owner_Person=first | 1 |  |
Nc-se---s1s | Noun Type=common Number=singular Case=elative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Nc-se---s1p | Noun Type=common Number=singular Case=elative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Nc-se---s2 | Noun Type=common Number=singular Case=elative Owner_Number=singular Owner_Person=second | 4 | szádból/száj, fejedből/fej, álmodból/álom, akaratodból/akarat |
Nc-se---s2s | Noun Type=common Number=singular Case=elative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Nc-se---s2p | Noun Type=common Number=singular Case=elative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Nc-se---s3 | Noun Type=common Number=singular Case=elative Owner_Number=singular Owner_Person=third | 146 | zűrzavarából/zűrzavar, zsebéből/zseb, vizeskancsójából/vizeskancsó, vizeletéből/vizelet, vizéből/víz |
Nc-se---s3s | Noun Type=common Number=singular Case=elative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Nc-se---s3p | Noun Type=common Number=singular Case=elative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Nc-se---p1 | Noun Type=common Number=singular Case=elative Owner_Number=plural Owner_Person=first | 8 | szemünkből/szem, pénzünkből/pénz, légterünkből/légtér, körötökből/kör, falunkból/falu |
Nc-se---p1s | Noun Type=common Number=singular Case=elative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Nc-se---p1p | Noun Type=common Number=singular Case=elative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Nc-se---p2 | Noun Type=common Number=singular Case=elative Owner_Number=plural Owner_Person=second | 1 |  |
Nc-se---p2s | Noun Type=common Number=singular Case=elative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Nc-se---p2p | Noun Type=common Number=singular Case=elative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Nc-se---p3 | Noun Type=common Number=singular Case=elative Owner_Number=plural Owner_Person=third | 21 | testükből/test, testtartásukból/testtartás, szőrükből/szőr, szerkezetükből/szerkezet, szemükből/szem |
Nc-se---p3s | Noun Type=common Number=singular Case=elative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Nc-se---p3p | Noun Type=common Number=singular Case=elative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Nc-st | Noun Type=common Number=singular Case=allative | 269 | Winstonhoz/Winston, vizsgához/vizsga, véleményhez/vélemény, véghez/vég, vámtisztviselőhöz/vámtisztviselő |
Nc-st-----s | Noun Type=common Number=singular Case=allative Owned_Number=singular | 55 | véglegesítéséhez/véglegesítés, végéhez/vég, védőövezetéhez/védőövezet, üzemeltetéséhez/üzemeltetés, történetéhez/történet |
Nc-st-----p | Noun Type=common Number=singular Case=allative Owned_Number=plural | 1 |  |
Nc-st---s1 | Noun Type=common Number=singular Case=allative Owner_Number=singular Owner_Person=first | 1 |  |
Nc-st---s1s | Noun Type=common Number=singular Case=allative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 | pereméhez/per |
Nc-st---s1p | Noun Type=common Number=singular Case=allative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Nc-st---s2 | Noun Type=common Number=singular Case=allative Owner_Number=singular Owner_Person=second | 3 | rögeszmédhez/rögeszme, csődhöz/cső, betegségedhez/betegség |
Nc-st---s2s | Noun Type=common Number=singular Case=allative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Nc-st---s2p | Noun Type=common Number=singular Case=allative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Nc-st---s3 | Noun Type=common Number=singular Case=allative Owner_Number=singular Owner_Person=third | 124 | zászlójához/zászló, visszautalásához/visszautalás, vezetőjéhez/vezető, véglegesítéséhez/véglegesítés, végéhez/vég |
Nc-st---s3s | Noun Type=common Number=singular Case=allative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Nc-st---s3p | Noun Type=common Number=singular Case=allative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Nc-st---p1 | Noun Type=common Number=singular Case=allative Owner_Number=plural Owner_Person=first | 8 | ügyünkhöz/ügy, szívünkhöz/szív, magunkhoz/mag, lapunkhoz/lapu, lapunkhoz/lap |
Nc-st---p1s | Noun Type=common Number=singular Case=allative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Nc-st---p1p | Noun Type=common Number=singular Case=allative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Nc-st---p2 | Noun Type=common Number=singular Case=allative Owner_Number=plural Owner_Person=second | 1 |  |
Nc-st---p2s | Noun Type=common Number=singular Case=allative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Nc-st---p2p | Noun Type=common Number=singular Case=allative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Nc-st---p3 | Noun Type=common Number=singular Case=allative Owner_Number=plural Owner_Person=third | 13 | testükhöz/test, talpukhoz/talp, szolgálatukhoz/szolgálat, szétszedésükhöz/szétszedés, sírjukhoz/sír |
Nc-st---p3s | Noun Type=common Number=singular Case=allative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Nc-st---p3p | Noun Type=common Number=singular Case=allative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Nc-s3 | Noun Type=common Number=singular Case=adessive | 139 | voksolásnál/voksolás, virágnál/virág, világosságnál/világosság, verandaasztalnál/verandaasztal, vasútnál/vasút |
Nc-s3-----s | Noun Type=common Number=singular Case=adessive Owned_Number=singular | 13 | végénél/vég, tervezésénél/tervezés, természeténél/természet, térdénél/térd, tárgyalópartnerénél/tárgyalópartner |
Nc-s3-----p | Noun Type=common Number=singular Case=adessive Owned_Number=plural | 1 |  |
Nc-s3---s1 | Noun Type=common Number=singular Case=adessive Owner_Number=singular Owner_Person=first | 1 |  |
Nc-s3---s1s | Noun Type=common Number=singular Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Nc-s3---s1p | Noun Type=common Number=singular Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Nc-s3---s2 | Noun Type=common Number=singular Case=adessive Owner_Number=singular Owner_Person=second | 1 |  |
Nc-s3---s2s | Noun Type=common Number=singular Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Nc-s3---s2p | Noun Type=common Number=singular Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Nc-s3---s3 | Noun Type=common Number=singular Case=adessive Owner_Number=singular Owner_Person=third | 41 | végénél/vég, vásárlásánál/vásárlás, vállánál/váll, tervezésénél/tervezés, természeténél/természet |
Nc-s3---s3s | Noun Type=common Number=singular Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Nc-s3---s3p | Noun Type=common Number=singular Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Nc-s3---p1 | Noun Type=common Number=singular Case=adessive Owner_Number=plural Owner_Person=first | 2 | parancsnokságunknál/parancsnokság, művészeteknél/művész |
Nc-s3---p1s | Noun Type=common Number=singular Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Nc-s3---p1p | Noun Type=common Number=singular Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Nc-s3---p2 | Noun Type=common Number=singular Case=adessive Owner_Number=plural Owner_Person=second | 1 |  |
Nc-s3---p2s | Noun Type=common Number=singular Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Nc-s3---p2p | Noun Type=common Number=singular Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Nc-s3---p3 | Noun Type=common Number=singular Case=adessive Owner_Number=plural Owner_Person=third | 1 |  |
Nc-s3---p3s | Noun Type=common Number=singular Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Nc-s3---p3p | Noun Type=common Number=singular Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Nc-sb | Noun Type=common Number=singular Case=ablative | 273 | zivatartól/zivatar, zajtól/zaj, Winstontól/Winston, vöröskereszttől/vöröskereszt, víztől/víz |
Nc-sb-----s | Noun Type=common Number=singular Case=ablative Owned_Number=singular | 33 | végétől/vég, ügyeletesétől/ügyeletes, tulajdonrészétől/tulajdonrész, törzsétől/törzs, tömegétől/tömeg |
Nc-sb-----p | Noun Type=common Number=singular Case=ablative Owned_Number=plural | 1 |  |
Nc-sb---s1 | Noun Type=common Number=singular Case=ablative Owner_Number=singular Owner_Person=first | 1 |  |
Nc-sb---s1s | Noun Type=common Number=singular Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Nc-sb---s1p | Noun Type=common Number=singular Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Nc-sb---s2 | Noun Type=common Number=singular Case=ablative Owner_Number=singular Owner_Person=second | 2 | váradtól/vár, árpádtól/árpa |
Nc-sb---s2s | Noun Type=common Number=singular Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Nc-sb---s2p | Noun Type=common Number=singular Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Nc-sb---s3 | Noun Type=common Number=singular Case=ablative Owner_Number=singular Owner_Person=third | 95 | víziójától/vízió, vezetőjétől/vezető, végétől/vég, ügyvezetőjétől/ügyvezető, ügyeletesétől/ügyeletes |
Nc-sb---s3s | Noun Type=common Number=singular Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Nc-sb---s3p | Noun Type=common Number=singular Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Nc-sb---p1 | Noun Type=common Number=singular Case=ablative Owner_Number=plural Owner_Person=first | 3 | professzorunktól/professzor, gyerekkorunktól/gyerekkor, betegségünktől/betegség |
Nc-sb---p1s | Noun Type=common Number=singular Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Nc-sb---p1p | Noun Type=common Number=singular Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Nc-sb---p2 | Noun Type=common Number=singular Case=ablative Owner_Number=plural Owner_Person=second | 1 |  |
Nc-sb---p2s | Noun Type=common Number=singular Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Nc-sb---p2p | Noun Type=common Number=singular Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Nc-sb---p3 | Noun Type=common Number=singular Case=ablative Owner_Number=plural Owner_Person=third | 6 | születésüktől/születés, színezetüktől/színezet, kegyüktől/kegy, jelentésüktől/jelentés, játékosuktól/játékos |
Nc-sb---p3s | Noun Type=common Number=singular Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Nc-sb---p3p | Noun Type=common Number=singular Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Nc-s9 | Noun Type=common Number=singular Case=terminative | 106 | zsúfolásig/zsúfolás, záróráig/záróra, viszketésig/viszketés, végtelenségig/végtelenség, végig/vég |
Nc-s9-----s | Noun Type=common Number=singular Case=terminative Owned_Number=singular | 10 | végéig/vég, széléig/szél, percéig/perc, októberéig/október, megérkezéséig/megérkezés |
Nc-s9-----p | Noun Type=common Number=singular Case=terminative Owned_Number=plural | 1 |  |
Nc-s9---s1 | Noun Type=common Number=singular Case=terminative Owner_Number=singular Owner_Person=first | 2 | velőmig/velő, halálomig/halál |
Nc-s9---s1s | Noun Type=common Number=singular Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Nc-s9---s1p | Noun Type=common Number=singular Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Nc-s9---s2 | Noun Type=common Number=singular Case=terminative Owner_Number=singular Owner_Person=second | 3 | nagyváradig/nagyvár, korodig/kor, halálodig/halál |
Nc-s9---s2s | Noun Type=common Number=singular Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Nc-s9---s2p | Noun Type=common Number=singular Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Nc-s9---s3 | Noun Type=common Number=singular Case=terminative Owner_Number=singular Owner_Person=third | 27 | világáig/világ, velejéig/velő, végéig/vég, tetejéig/tető, szótáráig/szótár |
Nc-s9---s3s | Noun Type=common Number=singular Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Nc-s9---s3p | Noun Type=common Number=singular Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Nc-s9---p1 | Noun Type=common Number=singular Case=terminative Owner_Number=plural Owner_Person=first | 2 | lapzártánkig/lapzárta, házikónkig/házikó |
Nc-s9---p1s | Noun Type=common Number=singular Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Nc-s9---p1p | Noun Type=common Number=singular Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Nc-s9---p2 | Noun Type=common Number=singular Case=terminative Owner_Number=plural Owner_Person=second | 1 |  |
Nc-s9---p2s | Noun Type=common Number=singular Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Nc-s9---p2p | Noun Type=common Number=singular Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Nc-s9---p3 | Noun Type=common Number=singular Case=terminative Owner_Number=plural Owner_Person=third | 1 | halálukig/halál |
Nc-s9---p3s | Noun Type=common Number=singular Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Nc-s9---p3p | Noun Type=common Number=singular Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Nc-sw | Noun Type=common Number=singular Case=essive | 58 | zárul/zár, vitézül/vitéz, vendégül/vendég, végül/vég, végezetül/végezet |
Nc-sw-----s | Noun Type=common Number=singular Case=essive Owned_Number=singular | 5 | kamarapartneréül/kamarapartner, jeléül/jel, feltételéül/feltétel, eszközéül/eszköz, elismeréséül/elismerés |
Nc-sw-----p | Noun Type=common Number=singular Case=essive Owned_Number=plural | 1 |  |
Nc-sw---s1 | Noun Type=common Number=singular Case=essive Owner_Number=singular Owner_Person=first | 1 |  |
Nc-sw---s1s | Noun Type=common Number=singular Case=essive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Nc-sw---s1p | Noun Type=common Number=singular Case=essive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Nc-sw---s2 | Noun Type=common Number=singular Case=essive Owner_Number=singular Owner_Person=second | 1 |  |
Nc-sw---s2s | Noun Type=common Number=singular Case=essive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Nc-sw---s2p | Noun Type=common Number=singular Case=essive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Nc-sw---s3 | Noun Type=common Number=singular Case=essive Owner_Number=singular Owner_Person=third | 12 | várójául/váró, vacsorájául/vacsora, színteréül/színtér, prédájául/préda, kamarapartneréül/kamarapartner |
Nc-sw---s3s | Noun Type=common Number=singular Case=essive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Nc-sw---s3p | Noun Type=common Number=singular Case=essive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Nc-sw---p1 | Noun Type=common Number=singular Case=essive Owner_Number=plural Owner_Person=first | 1 |  |
Nc-sw---p1s | Noun Type=common Number=singular Case=essive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Nc-sw---p1p | Noun Type=common Number=singular Case=essive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Nc-sw---p2 | Noun Type=common Number=singular Case=essive Owner_Number=plural Owner_Person=second | 1 |  |
Nc-sw---p2s | Noun Type=common Number=singular Case=essive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Nc-sw---p2p | Noun Type=common Number=singular Case=essive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Nc-sw---p3 | Noun Type=common Number=singular Case=essive Owner_Number=plural Owner_Person=third | 1 |  |
Nc-sw---p3s | Noun Type=common Number=singular Case=essive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Nc-sw---p3p | Noun Type=common Number=singular Case=essive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Nc-sm | Noun Type=common Number=singular Case=temporalis | 36 | záráskor/zárás, vízálláskor/vízállás, választáskor/választás, valamikor/valami, utókor/utó |
Nc-sm-----s | Noun Type=common Number=singular Case=temporalis Owned_Number=singular | 1 |  |
Nc-sm-----p | Noun Type=common Number=singular Case=temporalis Owned_Number=plural | 1 |  |
Nc-sm---s1 | Noun Type=common Number=singular Case=temporalis Owner_Number=singular Owner_Person=first | 1 |  |
Nc-sm---s1s | Noun Type=common Number=singular Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Nc-sm---s1p | Noun Type=common Number=singular Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Nc-sm---s2 | Noun Type=common Number=singular Case=temporalis Owner_Number=singular Owner_Person=second | 1 |  |
Nc-sm---s2s | Noun Type=common Number=singular Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Nc-sm---s2p | Noun Type=common Number=singular Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Nc-sm---s3 | Noun Type=common Number=singular Case=temporalis Owner_Number=singular Owner_Person=third | 25 | visszaadásakor/visszaadás, változtatásakor/változtatás, tanulmányozásakor/tanulmányozás, nyitásakor/nyitás, módosításakor/módosítás |
Nc-sm---s3s | Noun Type=common Number=singular Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Nc-sm---s3p | Noun Type=common Number=singular Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Nc-sm---p1 | Noun Type=common Number=singular Case=temporalis Owner_Number=plural Owner_Person=first | 1 | lapzártánkkor/lapzárta |
Nc-sm---p1s | Noun Type=common Number=singular Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Nc-sm---p1p | Noun Type=common Number=singular Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Nc-sm---p2 | Noun Type=common Number=singular Case=temporalis Owner_Number=plural Owner_Person=second | 1 |  |
Nc-sm---p2s | Noun Type=common Number=singular Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Nc-sm---p2p | Noun Type=common Number=singular Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Nc-sm---p3 | Noun Type=common Number=singular Case=temporalis Owner_Number=plural Owner_Person=third | 2 | megszületésükkor/megszületés, belépésükkor/belépés |
Nc-sm---p3s | Noun Type=common Number=singular Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Nc-sm---p3p | Noun Type=common Number=singular Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Nc-sc | Noun Type=common Number=singular Case=causalis | 114 | zagyvaságért/zagyvaság, vízért/víz, visszhangtalanságért/visszhangtalanság, világért/világ, valamiért/valami |
Nc-sc-----s | Noun Type=common Number=singular Case=causalis Owned_Number=singular | 24 | túléléséért/túlélés, tisztéért/tiszt, tevékenységéért/tevékenység, tettéért/tett, szőréért/szőr |
Nc-sc-----p | Noun Type=common Number=singular Case=causalis Owned_Number=plural | 1 |  |
Nc-sc---s1 | Noun Type=common Number=singular Case=causalis Owner_Number=singular Owner_Person=first | 1 |  |
Nc-sc---s1s | Noun Type=common Number=singular Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Nc-sc---s1p | Noun Type=common Number=singular Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Nc-sc---s2 | Noun Type=common Number=singular Case=causalis Owner_Number=singular Owner_Person=second | 1 | lelkiismeretedért/lelkiismeret |
Nc-sc---s2s | Noun Type=common Number=singular Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Nc-sc---s2p | Noun Type=common Number=singular Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Nc-sc---s3 | Noun Type=common Number=singular Case=causalis Owner_Number=singular Owner_Person=third | 43 | zenéjéért/zene, vállalkozásáért/vállalkozás, túléléséért/túlélés, tisztéért/tiszt, tevékenységéért/tevékenység |
Nc-sc---s3s | Noun Type=common Number=singular Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Nc-sc---s3p | Noun Type=common Number=singular Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Nc-sc---p1 | Noun Type=common Number=singular Case=causalis Owner_Number=plural Owner_Person=first | 4 | pénzünkért/pénz, lányunkért/lány, hasunkért/has, állapotokért/állap |
Nc-sc---p1s | Noun Type=common Number=singular Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Nc-sc---p1p | Noun Type=common Number=singular Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Nc-sc---p2 | Noun Type=common Number=singular Case=causalis Owner_Number=plural Owner_Person=second | 1 |  |
Nc-sc---p2s | Noun Type=common Number=singular Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Nc-sc---p2p | Noun Type=common Number=singular Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Nc-sc---p3 | Noun Type=common Number=singular Case=causalis Owner_Number=plural Owner_Person=third | 3 | vereségükért/vereség, telefonkártyájukért/telefonkártya, mindnyájukért/mindnyáj |
Nc-sc---p3s | Noun Type=common Number=singular Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Nc-sc---p3p | Noun Type=common Number=singular Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Nc-ss | Noun Type=common Number=singular Case=sublative | 855 | zsebre/zseb, zsákszámra/zsákszám, zenére/zene, zenehallgatásra/zenehallgatás, zeneesztétikára/zeneesztétika |
Nc-ss-----s | Noun Type=common Number=singular Case=sublative Owned_Number=singular | 167 | zsebére/zseb, visszatérítésére/visszatérítés, visszafizetésére/visszafizetés, veszélyére/veszély, versére/vers |
Nc-ss-----p | Noun Type=common Number=singular Case=sublative Owned_Number=plural | 1 |  |
Nc-ss---s1 | Noun Type=common Number=singular Case=sublative Owner_Number=singular Owner_Person=first | 13 | védelmemre/védelem, tudomásomra/tudomás, tanításomra/tanítás, szuperállamra/szuperáll, számomra/szám |
Nc-ss---s1s | Noun Type=common Number=singular Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Nc-ss---s1p | Noun Type=common Number=singular Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Nc-ss---s2 | Noun Type=common Number=singular Case=sublative Owner_Number=singular Owner_Person=second | 8 | váradra/vár, terhedre/teher, szegedre/szeg, számodra/szám, nagyváradra/nagyvár |
Nc-ss---s2s | Noun Type=common Number=singular Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Nc-ss---s2p | Noun Type=common Number=singular Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Nc-ss---s3 | Noun Type=common Number=singular Case=sublative Owner_Number=singular Owner_Person=third | 395 | zsebére/zseb, vizsgaelőadására/vizsgaelőadás, viszonyára/viszony, visszatérítésére/visszatérítés, visszafizetésére/visszafizetés |
Nc-ss---s3s | Noun Type=common Number=singular Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Nc-ss---s3p | Noun Type=common Number=singular Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Nc-ss---p1 | Noun Type=common Number=singular Case=sublative Owner_Number=plural Owner_Person=first | 19 | vezérünkre/vezér, vállunkra/váll, torkunkra/torok, szemünkre/szem, számunkra/szám |
Nc-ss---p1s | Noun Type=common Number=singular Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Nc-ss---p1p | Noun Type=common Number=singular Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Nc-ss---p2 | Noun Type=common Number=singular Case=sublative Owner_Number=plural Owner_Person=second | 1 |  |
Nc-ss---p2s | Noun Type=common Number=singular Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Nc-ss---p2p | Noun Type=common Number=singular Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Nc-ss---p3 | Noun Type=common Number=singular Case=sublative Owner_Number=plural Owner_Person=third | 26 | vendégükre/vendég, védelmükre/védelem, ujjukra/ujj, terhükre/teher, találkozásukra/találkozás |
Nc-ss---p3s | Noun Type=common Number=singular Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Nc-ss---p3p | Noun Type=common Number=singular Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Nc-sh | Noun Type=common Number=singular Case=delative | 333 | zsírról/zsír, zsebpénzről/zsebpénz, zsákmányról/zsákmány, zenéről/zene, Winstonról/Winston |
Nc-sh-----s | Noun Type=common Number=singular Case=delative Owned_Number=singular | 77 | visszatéréséről/visszatérés, végéről/vég, védelméről/védelem, túlteljesítéséről/túlteljesítés, törvényességéről/törvényesség |
Nc-sh-----p | Noun Type=common Number=singular Case=delative Owned_Number=plural | 1 |  |
Nc-sh---s1 | Noun Type=common Number=singular Case=delative Owner_Number=singular Owner_Person=first | 1 |  |
Nc-sh---s1s | Noun Type=common Number=singular Case=delative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Nc-sh---s1p | Noun Type=common Number=singular Case=delative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Nc-sh---s2 | Noun Type=common Number=singular Case=delative Owner_Number=singular Owner_Person=second | 2 | váradról/vár, arcodról/arc |
Nc-sh---s2s | Noun Type=common Number=singular Case=delative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Nc-sh---s2p | Noun Type=common Number=singular Case=delative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Nc-sh---s3 | Noun Type=common Number=singular Case=delative Owner_Number=singular Owner_Person=third | 189 | zongoraleckéjéről/zongoralecke, vizsgájáról/vizsga, viszonyáról/viszony, visszavonásáról/visszavonás, visszatéréséről/visszatérés |
Nc-sh---s3s | Noun Type=common Number=singular Case=delative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Nc-sh---s3p | Noun Type=common Number=singular Case=delative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Nc-sh---p1 | Noun Type=common Number=singular Case=delative Owner_Number=plural Owner_Person=first | 4 | világunkról/világ, részünkről/rész, megyénkről/megye, magunkról/mag |
Nc-sh---p1s | Noun Type=common Number=singular Case=delative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Nc-sh---p1p | Noun Type=common Number=singular Case=delative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Nc-sh---p2 | Noun Type=common Number=singular Case=delative Owner_Number=plural Owner_Person=second | 1 |  |
Nc-sh---p2s | Noun Type=common Number=singular Case=delative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Nc-sh---p2p | Noun Type=common Number=singular Case=delative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Nc-sh---p3 | Noun Type=common Number=singular Case=delative Owner_Number=plural Owner_Person=third | 8 | tárlatukról/tárlat, szívükről/szív, részükről/rész, munkájukról/munka, magzatukról/magzat |
Nc-sh---p3s | Noun Type=common Number=singular Case=delative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Nc-sh---p3p | Noun Type=common Number=singular Case=delative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Nc-sq | Noun Type=common Number=singular Case=sociative | 2 | levelestül/levél, gyökerestül/gyökér |
Nc-sq-----s | Noun Type=common Number=singular Case=sociative Owned_Number=singular | 1 |  |
Nc-sq-----p | Noun Type=common Number=singular Case=sociative Owned_Number=plural | 1 |  |
Nc-sq---s1 | Noun Type=common Number=singular Case=sociative Owner_Number=singular Owner_Person=first | 1 |  |
Nc-sq---s1s | Noun Type=common Number=singular Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Nc-sq---s1p | Noun Type=common Number=singular Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Nc-sq---s2 | Noun Type=common Number=singular Case=sociative Owner_Number=singular Owner_Person=second | 1 |  |
Nc-sq---s2s | Noun Type=common Number=singular Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Nc-sq---s2p | Noun Type=common Number=singular Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Nc-sq---s3 | Noun Type=common Number=singular Case=sociative Owner_Number=singular Owner_Person=third | 1 |  |
Nc-sq---s3s | Noun Type=common Number=singular Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Nc-sq---s3p | Noun Type=common Number=singular Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Nc-sq---p1 | Noun Type=common Number=singular Case=sociative Owner_Number=plural Owner_Person=first | 1 |  |
Nc-sq---p1s | Noun Type=common Number=singular Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Nc-sq---p1p | Noun Type=common Number=singular Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Nc-sq---p2 | Noun Type=common Number=singular Case=sociative Owner_Number=plural Owner_Person=second | 1 |  |
Nc-sq---p2s | Noun Type=common Number=singular Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Nc-sq---p2p | Noun Type=common Number=singular Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Nc-sq---p3 | Noun Type=common Number=singular Case=sociative Owner_Number=plural Owner_Person=third | 1 |  |
Nc-sq---p3s | Noun Type=common Number=singular Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Nc-sq---p3p | Noun Type=common Number=singular Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Nc-sy | Noun Type=common Number=singular Case=factive | 92 | vízzé/víz, vezérimádattá/vezérimádat, valóvá/való, valósággá/valóság, ünneppé/ünnep |
Nc-sy-----s | Noun Type=common Number=singular Case=factive Owned_Number=singular | 7 | tartópillérévé/tartópillér, részévé/rész, ösztönévé/ösztön, megbélyegzésévé/megbélyegzés, kérdésévé/kérdés |
Nc-sy-----p | Noun Type=common Number=singular Case=factive Owned_Number=plural | 1 |  |
Nc-sy---s1 | Noun Type=common Number=singular Case=factive Owner_Number=singular Owner_Person=first | 1 |  |
Nc-sy---s1s | Noun Type=common Number=singular Case=factive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Nc-sy---s1p | Noun Type=common Number=singular Case=factive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Nc-sy---s2 | Noun Type=common Number=singular Case=factive Owner_Number=singular Owner_Person=second | 1 | erőddé/erő |
Nc-sy---s2s | Noun Type=common Number=singular Case=factive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Nc-sy---s2p | Noun Type=common Number=singular Case=factive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Nc-sy---s3 | Noun Type=common Number=singular Case=factive Owner_Number=singular Owner_Person=third | 21 | vezetőjévé/vezető, tartópillérévé/tartópillér, tárgyává/tárgy, tagjává/tag, szokásává/szokás |
Nc-sy---s3s | Noun Type=common Number=singular Case=factive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Nc-sy---s3p | Noun Type=common Number=singular Case=factive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Nc-sy---p1 | Noun Type=common Number=singular Case=factive Owner_Number=plural Owner_Person=first | 1 | miniszterelnökünkké/miniszterelnök |
Nc-sy---p1s | Noun Type=common Number=singular Case=factive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Nc-sy---p1p | Noun Type=common Number=singular Case=factive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Nc-sy---p2 | Noun Type=common Number=singular Case=factive Owner_Number=plural Owner_Person=second | 1 |  |
Nc-sy---p2s | Noun Type=common Number=singular Case=factive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Nc-sy---p2p | Noun Type=common Number=singular Case=factive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Nc-sy---p3 | Noun Type=common Number=singular Case=factive Owner_Number=plural Owner_Person=third | 2 | jelükké/jel, áldozatukká/áldozat |
Nc-sy---p3s | Noun Type=common Number=singular Case=factive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Nc-sy---p3p | Noun Type=common Number=singular Case=factive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Nc-sp | Noun Type=common Number=singular Case=superessive | 633 | zsoldon/zsold, zsidóságon/zsidóság, záróünnepélyen/záróünnepély, zárójelen/zárójel, zálogpiacon/zálogpiac |
Nc-sp-----s | Noun Type=common Number=singular Case=superessive Owned_Number=singular | 76 | végén/vég, ürügyén/ürügy, ülésén/ülés, tükrén/tükör, tövén/tő |
Nc-sp-----p | Noun Type=common Number=singular Case=superessive Owned_Number=plural | 1 |  |
Nc-sp---s1 | Noun Type=common Number=singular Case=superessive Owner_Number=singular Owner_Person=first | 7 | utamon/út, számon/száj, rovásomon/rovás, költségemen/költség, fejemen/fej |
Nc-sp---s1s | Noun Type=common Number=singular Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 | peremén/per |
Nc-sp---s1p | Noun Type=common Number=singular Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Nc-sp---s2 | Noun Type=common Number=singular Case=superessive Owner_Number=singular Owner_Person=second | 7 | váradon/vár, testeden/test, telefonodon/telefon, szegeden/szeg, lábadon/láb |
Nc-sp---s2s | Noun Type=common Number=singular Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 | könnyedén/könny |
Nc-sp---s2p | Noun Type=common Number=singular Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Nc-sp---s3 | Noun Type=common Number=singular Case=superessive Owner_Number=singular Owner_Person=third | 252 | vizsgaelőadásán/vizsgaelőadás, viszonyán/viszony, viadalán/viadal, végén/vég, vállán/váll |
Nc-sp---s3s | Noun Type=common Number=singular Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Nc-sp---s3p | Noun Type=common Number=singular Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Nc-sp---p1 | Noun Type=common Number=singular Case=superessive Owner_Number=plural Owner_Person=first | 15 | tudatunkon/tudat, szemétdombunkon/szemétdomb, sorsunkon/sors, rajzunkon/rajz, pozíciónkon/pozíció |
Nc-sp---p1s | Noun Type=common Number=singular Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Nc-sp---p1p | Noun Type=common Number=singular Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Nc-sp---p2 | Noun Type=common Number=singular Case=superessive Owner_Number=plural Owner_Person=second | 1 |  |
Nc-sp---p2s | Noun Type=common Number=singular Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Nc-sp---p2p | Noun Type=common Number=singular Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Nc-sp---p3 | Noun Type=common Number=singular Case=superessive Owner_Number=plural Owner_Person=third | 28 | üvegajtajukon/üvegajtó, ülésükön/ülés, térdükön/térd, temetésükön/temetés, talpukon/talp |
Nc-sp---p3s | Noun Type=common Number=singular Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Nc-sp---p3p | Noun Type=common Number=singular Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Nc-su | Noun Type=common Number=singular Case=distributive | 35 | vércsoportonként/vércsoport, tömbönként/tömb, rekordonként/rekord, reggelenként/reggel, pillanatonként/pillanat |
Nc-su-----s | Noun Type=common Number=singular Case=distributive Owned_Number=singular | 1 |  |
Nc-su-----p | Noun Type=common Number=singular Case=distributive Owned_Number=plural | 1 |  |
Nc-su---s1 | Noun Type=common Number=singular Case=distributive Owner_Number=singular Owner_Person=first | 1 |  |
Nc-su---s1s | Noun Type=common Number=singular Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Nc-su---s1p | Noun Type=common Number=singular Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Nc-su---s2 | Noun Type=common Number=singular Case=distributive Owner_Number=singular Owner_Person=second | 1 |  |
Nc-su---s2s | Noun Type=common Number=singular Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Nc-su---s2p | Noun Type=common Number=singular Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Nc-su---s3 | Noun Type=common Number=singular Case=distributive Owner_Number=singular Owner_Person=third | 1 |  |
Nc-su---s3s | Noun Type=common Number=singular Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Nc-su---s3p | Noun Type=common Number=singular Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Nc-su---p1 | Noun Type=common Number=singular Case=distributive Owner_Number=plural Owner_Person=first | 1 |  |
Nc-su---p1s | Noun Type=common Number=singular Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Nc-su---p1p | Noun Type=common Number=singular Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Nc-su---p2 | Noun Type=common Number=singular Case=distributive Owner_Number=plural Owner_Person=second | 1 |  |
Nc-su---p2s | Noun Type=common Number=singular Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Nc-su---p2p | Noun Type=common Number=singular Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Nc-su---p3 | Noun Type=common Number=singular Case=distributive Owner_Number=plural Owner_Person=third | 1 |  |
Nc-su---p3s | Noun Type=common Number=singular Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Nc-su---p3p | Noun Type=common Number=singular Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Nc-sf | Noun Type=common Number=singular Case=essive-formal | 1 |  |
Nc-sf-----s | Noun Type=common Number=singular Case=essive-formal Owned_Number=singular | 1 |  |
Nc-sf-----p | Noun Type=common Number=singular Case=essive-formal Owned_Number=plural | 1 |  |
Nc-sf---s1 | Noun Type=common Number=singular Case=essive-formal Owner_Number=singular Owner_Person=first | 1 |  |
Nc-sf---s1s | Noun Type=common Number=singular Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Nc-sf---s1p | Noun Type=common Number=singular Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Nc-sf---s2 | Noun Type=common Number=singular Case=essive-formal Owner_Number=singular Owner_Person=second | 1 |  |
Nc-sf---s2s | Noun Type=common Number=singular Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Nc-sf---s2p | Noun Type=common Number=singular Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Nc-sf---s3 | Noun Type=common Number=singular Case=essive-formal Owner_Number=singular Owner_Person=third | 1 |  |
Nc-sf---s3s | Noun Type=common Number=singular Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Nc-sf---s3p | Noun Type=common Number=singular Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Nc-sf---p1 | Noun Type=common Number=singular Case=essive-formal Owner_Number=plural Owner_Person=first | 1 |  |
Nc-sf---p1s | Noun Type=common Number=singular Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Nc-sf---p1p | Noun Type=common Number=singular Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Nc-sf---p2 | Noun Type=common Number=singular Case=essive-formal Owner_Number=plural Owner_Person=second | 1 |  |
Nc-sf---p2s | Noun Type=common Number=singular Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Nc-sf---p2p | Noun Type=common Number=singular Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Nc-sf---p3 | Noun Type=common Number=singular Case=essive-formal Owner_Number=plural Owner_Person=third | 1 |  |
Nc-sf---p3s | Noun Type=common Number=singular Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Nc-sf---p3p | Noun Type=common Number=singular Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Nc-pn | Noun Type=common Number=plural Case=nominative | 1872 | zugárusok/zugárus, zsugorinak/zsugorín, zsírpárnák/zsírpárna, zsidótörvények/zsidótörvény, zsebkések/zsebkés |
Nc-pn-----s | Noun Type=common Number=plural Case=nominative Owned_Number=singular | 6 | rendszereké/rendszer, nőké/nő, kémeké/kém, katonáké/katona, életeké/élet |
Nc-pn-----p | Noun Type=common Number=plural Case=nominative Owned_Number=plural | 1 |  |
Nc-pn---s1 | Noun Type=common Number=plural Case=nominative Owner_Number=singular Owner_Person=first | 19 | uraim/úr, társaim/társ, tanulmányaim/tanulmány, szüleim/szülő, pácienseim/páciens |
Nc-pn---s1s | Noun Type=common Number=plural Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Nc-pn---s1p | Noun Type=common Number=plural Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Nc-pn---s2 | Noun Type=common Number=plural Case=nominative Owner_Number=singular Owner_Person=second | 6 | problémáid/probléma, munkadarabjaid/munkadarab, lánytanítványaid/lánytanítvány, lábujjaid/lábujj, gondolataid/gondolat |
Nc-pn---s2s | Noun Type=common Number=plural Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Nc-pn---s2p | Noun Type=common Number=plural Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Nc-pn---s3 | Noun Type=common Number=plural Case=nominative Owner_Number=singular Owner_Person=third | 474 | zökkenői/zökkenő, zenekarai/zenekar, zászlai/zászló, vonalai/vonal, völgyei/völgy |
Nc-pn---s3s | Noun Type=common Number=plural Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=singular | 2 | eredményeié/eredmény, ellenfeleié/ellenfél |
Nc-pn---s3p | Noun Type=common Number=plural Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Nc-pn---p1 | Noun Type=common Number=plural Case=nominative Owner_Number=plural Owner_Person=first | 48 | vezetőink/vezető, vágyaink/vágy, vádjaink/vád, útlevélkérelmeink/útlevélkérelem, útitársaink/útitárs |
Nc-pn---p1s | Noun Type=common Number=plural Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Nc-pn---p1p | Noun Type=common Number=plural Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Nc-pn---p2 | Noun Type=common Number=plural Case=nominative Owner_Number=plural Owner_Person=second | 1 |  |
Nc-pn---p2s | Noun Type=common Number=plural Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Nc-pn---p2p | Noun Type=common Number=plural Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Nc-pn---p3 | Noun Type=common Number=plural Case=nominative Owner_Number=plural Owner_Person=third | 68 | vitáik/vita, versenytársaik/versenytárs, véleményeik/vélemény, védenceik/védenc, vallomásaik/vallomás |
Nc-pn---p3s | Noun Type=common Number=plural Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Nc-pn---p3p | Noun Type=common Number=plural Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Nc-pg | Noun Type=common Number=plural Case=genitive | 1 |  |
Nc-pg-----s | Noun Type=common Number=plural Case=genitive Owned_Number=singular | 1 |  |
Nc-pg-----p | Noun Type=common Number=plural Case=genitive Owned_Number=plural | 1 |  |
Nc-pg---s1 | Noun Type=common Number=plural Case=genitive Owner_Number=singular Owner_Person=first | 1 |  |
Nc-pg---s1s | Noun Type=common Number=plural Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Nc-pg---s1p | Noun Type=common Number=plural Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Nc-pg---s2 | Noun Type=common Number=plural Case=genitive Owner_Number=singular Owner_Person=second | 1 |  |
Nc-pg---s2s | Noun Type=common Number=plural Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Nc-pg---s2p | Noun Type=common Number=plural Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Nc-pg---s3 | Noun Type=common Number=plural Case=genitive Owner_Number=singular Owner_Person=third | 1 |  |
Nc-pg---s3s | Noun Type=common Number=plural Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Nc-pg---s3p | Noun Type=common Number=plural Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Nc-pg---p1 | Noun Type=common Number=plural Case=genitive Owner_Number=plural Owner_Person=first | 1 |  |
Nc-pg---p1s | Noun Type=common Number=plural Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Nc-pg---p1p | Noun Type=common Number=plural Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Nc-pg---p2 | Noun Type=common Number=plural Case=genitive Owner_Number=plural Owner_Person=second | 1 |  |
Nc-pg---p2s | Noun Type=common Number=plural Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Nc-pg---p2p | Noun Type=common Number=plural Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Nc-pg---p3 | Noun Type=common Number=plural Case=genitive Owner_Number=plural Owner_Person=third | 1 |  |
Nc-pg---p3s | Noun Type=common Number=plural Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Nc-pg---p3p | Noun Type=common Number=plural Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Nc-pd | Noun Type=common Number=plural Case=dative | 186 | vevőknek/vevő, versenytársaknak/versenytárs, vásárlóknak/vásárló, várakozásoknak/várakozás, vállalkozóknak/vállalkozó |
Nc-pd-----s | Noun Type=common Number=plural Case=dative Owned_Number=singular | 1 | főnökének/főn |
Nc-pd-----p | Noun Type=common Number=plural Case=dative Owned_Number=plural | 1 |  |
Nc-pd---s1 | Noun Type=common Number=plural Case=dative Owner_Number=singular Owner_Person=first | 2 | fiaimnak/fiú, fiaimnak/fi |
Nc-pd---s1s | Noun Type=common Number=plural Case=dative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Nc-pd---s1p | Noun Type=common Number=plural Case=dative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Nc-pd---s2 | Noun Type=common Number=plural Case=dative Owner_Number=singular Owner_Person=second | 1 |  |
Nc-pd---s2s | Noun Type=common Number=plural Case=dative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Nc-pd---s2p | Noun Type=common Number=plural Case=dative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Nc-pd---s3 | Noun Type=common Number=plural Case=dative Owner_Number=singular Owner_Person=third | 138 | vezetőinek/vezető, vezércikkeinek/vezércikk, versenytársainak/versenytárs, vallatóinak/vallató, úttörőiről/úttörő |
Nc-pd---s3s | Noun Type=common Number=plural Case=dative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Nc-pd---s3p | Noun Type=common Number=plural Case=dative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Nc-pd---p1 | Noun Type=common Number=plural Case=dative Owner_Number=plural Owner_Person=first | 4 | utódainknak/utód, igazolványainknak/igazolvány, idegeinknek/ideg, adottságainknak/adottság |
Nc-pd---p1s | Noun Type=common Number=plural Case=dative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Nc-pd---p1p | Noun Type=common Number=plural Case=dative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Nc-pd---p2 | Noun Type=common Number=plural Case=dative Owner_Number=plural Owner_Person=second | 2 | fiaitoknak/fiú, fiaitoknak/fi |
Nc-pd---p2s | Noun Type=common Number=plural Case=dative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Nc-pd---p2p | Noun Type=common Number=plural Case=dative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Nc-pd---p3 | Noun Type=common Number=plural Case=dative Owner_Number=plural Owner_Person=third | 9 | védenceiknek/védenc, vágyaiknak/vágy, tisztjeiknek/tiszt, szüleiknek/szülő, katonatiszt-fiaiknak/katonatiszt-fiú |
Nc-pd---p3s | Noun Type=common Number=plural Case=dative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Nc-pd---p3p | Noun Type=common Number=plural Case=dative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Nc-pa | Noun Type=common Number=plural Case=accusative | 819 | zsellérgyerekeket/zsellérgyerek, zsebeket/zseb, zöldségféléket/zöldségféle, zoknikat/zokni, zenészeket/zenész |
Nc-pa-----s | Noun Type=common Number=plural Case=accusative Owned_Number=singular | 3 | tőkét/tő, főnökét/főn, énekét/én |
Nc-pa-----p | Noun Type=common Number=plural Case=accusative Owned_Number=plural | 1 |  |
Nc-pa---s1 | Noun Type=common Number=plural Case=accusative Owner_Number=singular Owner_Person=first | 8 | ujjaimat/ujj, szempontjaimat/szempont, papírjaimat/papír, opáljaimat/opál, jogaimat/jog |
Nc-pa---s1s | Noun Type=common Number=plural Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Nc-pa---s1p | Noun Type=common Number=plural Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Nc-pa---s2 | Noun Type=common Number=plural Case=accusative Owner_Number=singular Owner_Person=second | 4 | passzióidat/passzió, papírjaidat/papír, fülkarikáidat/fülkarika, érzéseidet/érzés |
Nc-pa---s2s | Noun Type=common Number=plural Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Nc-pa---s2p | Noun Type=common Number=plural Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Nc-pa---s3 | Noun Type=common Number=plural Case=accusative Owner_Number=singular Owner_Person=third | 265 | viszonyait/viszony, visszavágóit/visszavágó, villanyégőit/villanyégő, vezetőit/vezető, vezércikkeit/vezércikk |
Nc-pa---s3s | Noun Type=common Number=plural Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Nc-pa---s3p | Noun Type=common Number=plural Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Nc-pa---p1 | Noun Type=common Number=plural Case=accusative Owner_Number=plural Owner_Person=first | 10 | varainkat/var, papírjainkat/papír, lehetőségeinket/lehetőség, követeléseinket/követelés, költségeinket/költség |
Nc-pa---p1s | Noun Type=common Number=plural Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 | tárgyalópartnereinkét/tárgyalópartner |
Nc-pa---p1p | Noun Type=common Number=plural Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Nc-pa---p2 | Noun Type=common Number=plural Case=accusative Owner_Number=plural Owner_Person=second | 1 |  |
Nc-pa---p2s | Noun Type=common Number=plural Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Nc-pa---p2p | Noun Type=common Number=plural Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Nc-pa---p3 | Noun Type=common Number=plural Case=accusative Owner_Number=plural Owner_Person=third | 64 | zagyvaságaikat/zagyvaság, vonalaikat/vonal, törvényeiket/törvény, töltőtollaikat/töltőtoll, tetteiket/tett |
Nc-pa---p3s | Noun Type=common Number=plural Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Nc-pa---p3p | Noun Type=common Number=plural Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Nc-pi | Noun Type=common Number=plural Case=instrumental | 315 | zászlókkal/zászló, zagyvaságokkal/zagyvaság, zacskókkal/zacskó, vonalakkal/vonal, vizsgálatokkal/vizsgálat |
Nc-pi-----s | Noun Type=common Number=plural Case=instrumental Owned_Number=singular | 7 | tőkével/tő, masztodonokéval/masztodon, mamutokéval/mamut, főnökével/főn, csúszómászókéval/csúszómászó |
Nc-pi-----p | Noun Type=common Number=plural Case=instrumental Owned_Number=plural | 1 |  |
Nc-pi---s1 | Noun Type=common Number=plural Case=instrumental Owner_Number=singular Owner_Person=first | 1 | példáimmal/példa |
Nc-pi---s1s | Noun Type=common Number=plural Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Nc-pi---s1p | Noun Type=common Number=plural Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Nc-pi---s2 | Noun Type=common Number=plural Case=instrumental Owner_Number=singular Owner_Person=second | 1 |  |
Nc-pi---s2s | Noun Type=common Number=plural Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Nc-pi---s2p | Noun Type=common Number=plural Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Nc-pi---s3 | Noun Type=common Number=plural Case=instrumental Owner_Number=singular Owner_Person=third | 71 | vezetőivel/vezető, ügynökeivel/ügynök, ügyeivel/ügy, történéseivel/történés, tisztségviselőivel/tisztségviselő |
Nc-pi---s3s | Noun Type=common Number=plural Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Nc-pi---s3p | Noun Type=common Number=plural Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Nc-pi---p1 | Noun Type=common Number=plural Case=instrumental Owner_Number=plural Owner_Person=first | 2 | elnyomóinkkal/elnyomó, cselédkönyveinkkel/cselédkönyv |
Nc-pi---p1s | Noun Type=common Number=plural Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Nc-pi---p1p | Noun Type=common Number=plural Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Nc-pi---p2 | Noun Type=common Number=plural Case=instrumental Owner_Number=plural Owner_Person=second | 1 | lányaitokkal/lány |
Nc-pi---p2s | Noun Type=common Number=plural Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Nc-pi---p2p | Noun Type=common Number=plural Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Nc-pi---p3 | Noun Type=common Number=plural Case=instrumental Owner_Number=plural Owner_Person=third | 19 | ujjaikkal/ujj, ügynökeikkel/ügynök, tepsijeikkel/tepsi, tanúvallomásaikkal/tanúvallomás, szüleikkel/szülő |
Nc-pi---p3s | Noun Type=common Number=plural Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Nc-pi---p3p | Noun Type=common Number=plural Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Nc-px | Noun Type=common Number=plural Case=illative | 53 | üzlethelyiségekbe/üzlethelyiség, uradalmakba/uradalom, tokokba/tok, tócsákba/tócsa, távolságokba/távolság |
Nc-px-----s | Noun Type=common Number=plural Case=illative Owned_Number=singular | 1 |  |
Nc-px-----p | Noun Type=common Number=plural Case=illative Owned_Number=plural | 1 |  |
Nc-px---s1 | Noun Type=common Number=plural Case=illative Owner_Number=singular Owner_Person=first | 1 |  |
Nc-px---s1s | Noun Type=common Number=plural Case=illative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Nc-px---s1p | Noun Type=common Number=plural Case=illative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Nc-px---s2 | Noun Type=common Number=plural Case=illative Owner_Number=singular Owner_Person=second | 1 |  |
Nc-px---s2s | Noun Type=common Number=plural Case=illative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Nc-px---s2p | Noun Type=common Number=plural Case=illative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Nc-px---s3 | Noun Type=common Number=plural Case=illative Owner_Number=singular Owner_Person=third | 11 | ujjaiba/ujj, soraiba/sor, rejtelmeibe/rejtelem, orrlyukaiba/orrlyuk, munkálataiba/munkálat |
Nc-px---s3s | Noun Type=common Number=plural Case=illative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Nc-px---s3p | Noun Type=common Number=plural Case=illative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Nc-px---p1 | Noun Type=common Number=plural Case=illative Owner_Number=plural Owner_Person=first | 1 | szőnyegeinkbe/szőnyeg |
Nc-px---p1s | Noun Type=common Number=plural Case=illative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Nc-px---p1p | Noun Type=common Number=plural Case=illative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Nc-px---p2 | Noun Type=common Number=plural Case=illative Owner_Number=plural Owner_Person=second | 1 |  |
Nc-px---p2s | Noun Type=common Number=plural Case=illative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Nc-px---p2p | Noun Type=common Number=plural Case=illative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Nc-px---p3 | Noun Type=common Number=plural Case=illative Owner_Number=plural Owner_Person=third | 1 | gondolataikba/gondolat |
Nc-px---p3s | Noun Type=common Number=plural Case=illative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Nc-px---p3p | Noun Type=common Number=plural Case=illative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Nc-p2 | Noun Type=common Number=plural Case=inessive | 186 | vitákban/vita, veszekedésekben/veszekedés, versgyűjteményekben/versgyűjtemény, versenypályákban/versenypálya, városrészekben/városrész |
Nc-p2-----s | Noun Type=common Number=plural Case=inessive Owned_Number=singular | 1 |  |
Nc-p2-----p | Noun Type=common Number=plural Case=inessive Owned_Number=plural | 1 |  |
Nc-p2---s1 | Noun Type=common Number=plural Case=inessive Owner_Number=singular Owner_Person=first | 1 | ábrándozásaimban/ábrándozás |
Nc-p2---s1s | Noun Type=common Number=plural Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Nc-p2---s1p | Noun Type=common Number=plural Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Nc-p2---s2 | Noun Type=common Number=plural Case=inessive Owner_Number=singular Owner_Person=second | 1 | idegességeidben/idegesség |
Nc-p2---s2s | Noun Type=common Number=plural Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Nc-p2---s2p | Noun Type=common Number=plural Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Nc-p2---s3 | Noun Type=common Number=plural Case=inessive Owner_Number=singular Owner_Person=third | 75 | villáiban/villa, vallomásaiban/vallomás, útvesztőiben/útvesztő, üdülőiben/üdülő, torkolataiban/torkolat |
Nc-p2---s3s | Noun Type=common Number=plural Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Nc-p2---s3p | Noun Type=common Number=plural Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Nc-p2---p1 | Noun Type=common Number=plural Case=inessive Owner_Number=plural Owner_Person=first | 2 | napjainkban/nap, condráinkban/condra |
Nc-p2---p1s | Noun Type=common Number=plural Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Nc-p2---p1p | Noun Type=common Number=plural Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Nc-p2---p2 | Noun Type=common Number=plural Case=inessive Owner_Number=plural Owner_Person=second | 1 |  |
Nc-p2---p2s | Noun Type=common Number=plural Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Nc-p2---p2p | Noun Type=common Number=plural Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Nc-p2---p3 | Noun Type=common Number=plural Case=inessive Owner_Number=plural Owner_Person=third | 8 | vonalaikban/vonal, soraikban/sor, módszereikben/módszer, járműveikben/jármű, izmaikban/izom |
Nc-p2---p3s | Noun Type=common Number=plural Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Nc-p2---p3p | Noun Type=common Number=plural Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Nc-pe | Noun Type=common Number=plural Case=elative | 94 | villanykörtékből/villanykörte, viaszfigurákból/viaszfigura, változásokból/változás, újságokból/újság, újságírókból/újságíró |
Nc-pe-----s | Noun Type=common Number=plural Case=elative Owned_Number=singular | 1 |  |
Nc-pe-----p | Noun Type=common Number=plural Case=elative Owned_Number=plural | 1 |  |
Nc-pe---s1 | Noun Type=common Number=plural Case=elative Owner_Number=singular Owner_Person=first | 1 |  |
Nc-pe---s1s | Noun Type=common Number=plural Case=elative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Nc-pe---s1p | Noun Type=common Number=plural Case=elative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Nc-pe---s2 | Noun Type=common Number=plural Case=elative Owner_Number=singular Owner_Person=second | 1 |  |
Nc-pe---s2s | Noun Type=common Number=plural Case=elative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Nc-pe---s2p | Noun Type=common Number=plural Case=elative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Nc-pe---s3 | Noun Type=common Number=plural Case=elative Owner_Number=singular Owner_Person=third | 37 | zugaiból/zug, vulkánjaiból/vulkán, utalásaiból/utalás, tévedéseiből/tévedés, termeiből/terem |
Nc-pe---s3s | Noun Type=common Number=plural Case=elative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Nc-pe---s3p | Noun Type=common Number=plural Case=elative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Nc-pe---p1 | Noun Type=common Number=plural Case=elative Owner_Number=plural Owner_Person=first | 1 |  |
Nc-pe---p1s | Noun Type=common Number=plural Case=elative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Nc-pe---p1p | Noun Type=common Number=plural Case=elative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Nc-pe---p2 | Noun Type=common Number=plural Case=elative Owner_Number=plural Owner_Person=second | 1 |  |
Nc-pe---p2s | Noun Type=common Number=plural Case=elative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Nc-pe---p2p | Noun Type=common Number=plural Case=elative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Nc-pe---p3 | Noun Type=common Number=plural Case=elative Owner_Number=plural Owner_Person=third | 5 | szavaikból/szó, írógépeikből/írógép, falvaikból/falu, bevételeikből/bevétel, áraikból/ár |
Nc-pe---p3s | Noun Type=common Number=plural Case=elative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Nc-pe---p3p | Noun Type=common Number=plural Case=elative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Nc-pt | Noun Type=common Number=plural Case=allative | 65 | vonalakhoz/vonal, vitákhoz/vita, világítótestekhez/világítótest, választásokhoz/választás, urnákhoz/urna |
Nc-pt-----s | Noun Type=common Number=plural Case=allative Owned_Number=singular | 2 | tömegekéhez/tömeg, kábelekéhez/kábel |
Nc-pt-----p | Noun Type=common Number=plural Case=allative Owned_Number=plural | 1 |  |
Nc-pt---s1 | Noun Type=common Number=plural Case=allative Owner_Number=singular Owner_Person=first | 1 | ismerőseimhez/ismerős |
Nc-pt---s1s | Noun Type=common Number=plural Case=allative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Nc-pt---s1p | Noun Type=common Number=plural Case=allative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Nc-pt---s2 | Noun Type=common Number=plural Case=allative Owner_Number=singular Owner_Person=second | 1 |  |
Nc-pt---s2s | Noun Type=common Number=plural Case=allative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Nc-pt---s2p | Noun Type=common Number=plural Case=allative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Nc-pt---s3 | Noun Type=common Number=plural Case=allative Owner_Number=singular Owner_Person=third | 15 | vezetőihez/vezető, tagjaihoz/tag, szüleihez/szülő, szépségeihez/szépség, részesedéseihez/részesedés |
Nc-pt---s3s | Noun Type=common Number=plural Case=allative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Nc-pt---s3p | Noun Type=common Number=plural Case=allative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Nc-pt---p1 | Noun Type=common Number=plural Case=allative Owner_Number=plural Owner_Person=first | 1 |  |
Nc-pt---p1s | Noun Type=common Number=plural Case=allative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Nc-pt---p1p | Noun Type=common Number=plural Case=allative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Nc-pt---p2 | Noun Type=common Number=plural Case=allative Owner_Number=plural Owner_Person=second | 1 |  |
Nc-pt---p2s | Noun Type=common Number=plural Case=allative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Nc-pt---p2p | Noun Type=common Number=plural Case=allative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Nc-pt---p3 | Noun Type=common Number=plural Case=allative Owner_Number=plural Owner_Person=third | 3 | szüleikhez/szülő, hagyományaikhoz/hagyomány, cilindereikhez/cilinder |
Nc-pt---p3s | Noun Type=common Number=plural Case=allative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Nc-pt---p3p | Noun Type=common Number=plural Case=allative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Nc-p3 | Noun Type=common Number=plural Case=adessive | 42 | vámházaknál/vámház, vállalkozóknál/vállalkozó, tudósításoknál/tudósítás, testvér-portréknál/testvér-portré, társaságoknál/társaság |
Nc-p3-----s | Noun Type=common Number=plural Case=adessive Owned_Number=singular | 1 | évekénél/év |
Nc-p3-----p | Noun Type=common Number=plural Case=adessive Owned_Number=plural | 1 |  |
Nc-p3---s1 | Noun Type=common Number=plural Case=adessive Owner_Number=singular Owner_Person=first | 1 |  |
Nc-p3---s1s | Noun Type=common Number=plural Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Nc-p3---s1p | Noun Type=common Number=plural Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Nc-p3---s2 | Noun Type=common Number=plural Case=adessive Owner_Number=singular Owner_Person=second | 1 |  |
Nc-p3---s2s | Noun Type=common Number=plural Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Nc-p3---s2p | Noun Type=common Number=plural Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Nc-p3---s3 | Noun Type=common Number=plural Case=adessive Owner_Number=singular Owner_Person=third | 8 | terveinél/terv, szüleinél/szülő, osztásainál/osztás, oltárainál/oltár, köreinél/kör |
Nc-p3---s3s | Noun Type=common Number=plural Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Nc-p3---s3p | Noun Type=common Number=plural Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Nc-p3---p1 | Noun Type=common Number=plural Case=adessive Owner_Number=plural Owner_Person=first | 1 |  |
Nc-p3---p1s | Noun Type=common Number=plural Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Nc-p3---p1p | Noun Type=common Number=plural Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Nc-p3---p2 | Noun Type=common Number=plural Case=adessive Owner_Number=plural Owner_Person=second | 1 |  |
Nc-p3---p2s | Noun Type=common Number=plural Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Nc-p3---p2p | Noun Type=common Number=plural Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Nc-p3---p3 | Noun Type=common Number=plural Case=adessive Owner_Number=plural Owner_Person=third | 2 | teázásaiknál/teázás, szüleiknél/szülő |
Nc-p3---p3s | Noun Type=common Number=plural Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Nc-p3---p3p | Noun Type=common Number=plural Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Nc-pb | Noun Type=common Number=plural Case=ablative | 74 | vitáktól/vita, veszekedésektől/veszekedés, vásárlóktól/vásárló, városrészektől/városrész, üzletágaktól/üzletág |
Nc-pb-----s | Noun Type=common Number=plural Case=ablative Owned_Number=singular | 1 | nőkétől/nő |
Nc-pb-----p | Noun Type=common Number=plural Case=ablative Owned_Number=plural | 1 |  |
Nc-pb---s1 | Noun Type=common Number=plural Case=ablative Owner_Number=singular Owner_Person=first | 1 |  |
Nc-pb---s1s | Noun Type=common Number=plural Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Nc-pb---s1p | Noun Type=common Number=plural Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Nc-pb---s2 | Noun Type=common Number=plural Case=ablative Owner_Number=singular Owner_Person=second | 1 |  |
Nc-pb---s2s | Noun Type=common Number=plural Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Nc-pb---s2p | Noun Type=common Number=plural Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Nc-pb---s3 | Noun Type=common Number=plural Case=ablative Owner_Number=singular Owner_Person=third | 14 | vezetőitől/vezető, tagjaitól/tag, opáljaitól/opál, munkatársaitól/munkatárs, mérkőzéseitől/mérkőzés |
Nc-pb---s3s | Noun Type=common Number=plural Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Nc-pb---s3p | Noun Type=common Number=plural Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Nc-pb---p1 | Noun Type=common Number=plural Case=ablative Owner_Number=plural Owner_Person=first | 1 | embereinktől/ember |
Nc-pb---p1s | Noun Type=common Number=plural Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Nc-pb---p1p | Noun Type=common Number=plural Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Nc-pb---p2 | Noun Type=common Number=plural Case=ablative Owner_Number=plural Owner_Person=second | 1 |  |
Nc-pb---p2s | Noun Type=common Number=plural Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Nc-pb---p2p | Noun Type=common Number=plural Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Nc-pb---p3 | Noun Type=common Number=plural Case=ablative Owner_Number=plural Owner_Person=third | 6 | társaiktól/társ, szüleiktől/szülő, partnereiktől/partner, láncaiktól/lánc, jelentéseiktől/jelentés |
Nc-pb---p3s | Noun Type=common Number=plural Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Nc-pb---p3p | Noun Type=common Number=plural Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Nc-p9 | Noun Type=common Number=plural Case=terminative | 22 | vesékig/vese, választásokig/választás, tettekig/tett, szavakig/szó, szalmakazlakig/szalmakazal |
Nc-p9-----s | Noun Type=common Number=plural Case=terminative Owned_Number=singular | 1 |  |
Nc-p9-----p | Noun Type=common Number=plural Case=terminative Owned_Number=plural | 1 |  |
Nc-p9---s1 | Noun Type=common Number=plural Case=terminative Owner_Number=singular Owner_Person=first | 1 |  |
Nc-p9---s1s | Noun Type=common Number=plural Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Nc-p9---s1p | Noun Type=common Number=plural Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Nc-p9---s2 | Noun Type=common Number=plural Case=terminative Owner_Number=singular Owner_Person=second | 1 |  |
Nc-p9---s2s | Noun Type=common Number=plural Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Nc-p9---s2p | Noun Type=common Number=plural Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Nc-p9---s3 | Noun Type=common Number=plural Case=terminative Owner_Number=singular Owner_Person=third | 2 | pofacsontjaiig/pofacsont, csontjaiig/csont |
Nc-p9---s3s | Noun Type=common Number=plural Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Nc-p9---s3p | Noun Type=common Number=plural Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Nc-p9---p1 | Noun Type=common Number=plural Case=terminative Owner_Number=plural Owner_Person=first | 1 | sejtjeinkig/sejt |
Nc-p9---p1s | Noun Type=common Number=plural Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Nc-p9---p1p | Noun Type=common Number=plural Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Nc-p9---p2 | Noun Type=common Number=plural Case=terminative Owner_Number=plural Owner_Person=second | 1 |  |
Nc-p9---p2s | Noun Type=common Number=plural Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Nc-p9---p2p | Noun Type=common Number=plural Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Nc-p9---p3 | Noun Type=common Number=plural Case=terminative Owner_Number=plural Owner_Person=third | 1 |  |
Nc-p9---p3s | Noun Type=common Number=plural Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Nc-p9---p3p | Noun Type=common Number=plural Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Nc-pw | Noun Type=common Number=plural Case=essive | 1 |  |
Nc-pw-----s | Noun Type=common Number=plural Case=essive Owned_Number=singular | 1 |  |
Nc-pw-----p | Noun Type=common Number=plural Case=essive Owned_Number=plural | 1 |  |
Nc-pw---s1 | Noun Type=common Number=plural Case=essive Owner_Number=singular Owner_Person=first | 1 |  |
Nc-pw---s1s | Noun Type=common Number=plural Case=essive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Nc-pw---s1p | Noun Type=common Number=plural Case=essive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Nc-pw---s2 | Noun Type=common Number=plural Case=essive Owner_Number=singular Owner_Person=second | 1 |  |
Nc-pw---s2s | Noun Type=common Number=plural Case=essive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Nc-pw---s2p | Noun Type=common Number=plural Case=essive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Nc-pw---s3 | Noun Type=common Number=plural Case=essive Owner_Number=singular Owner_Person=third | 1 | ürügyeiül/ürügy |
Nc-pw---s3s | Noun Type=common Number=plural Case=essive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Nc-pw---s3p | Noun Type=common Number=plural Case=essive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Nc-pw---p1 | Noun Type=common Number=plural Case=essive Owner_Number=plural Owner_Person=first | 1 |  |
Nc-pw---p1s | Noun Type=common Number=plural Case=essive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Nc-pw---p1p | Noun Type=common Number=plural Case=essive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Nc-pw---p2 | Noun Type=common Number=plural Case=essive Owner_Number=plural Owner_Person=second | 1 |  |
Nc-pw---p2s | Noun Type=common Number=plural Case=essive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Nc-pw---p2p | Noun Type=common Number=plural Case=essive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Nc-pw---p3 | Noun Type=common Number=plural Case=essive Owner_Number=plural Owner_Person=third | 1 |  |
Nc-pw---p3s | Noun Type=common Number=plural Case=essive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Nc-pw---p3p | Noun Type=common Number=plural Case=essive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Nc-pm | Noun Type=common Number=plural Case=temporalis | 1 | alkalmakkor/alkalom |
Nc-pm-----s | Noun Type=common Number=plural Case=temporalis Owned_Number=singular | 1 |  |
Nc-pm-----p | Noun Type=common Number=plural Case=temporalis Owned_Number=plural | 1 |  |
Nc-pm---s1 | Noun Type=common Number=plural Case=temporalis Owner_Number=singular Owner_Person=first | 1 |  |
Nc-pm---s1s | Noun Type=common Number=plural Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Nc-pm---s1p | Noun Type=common Number=plural Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Nc-pm---s2 | Noun Type=common Number=plural Case=temporalis Owner_Number=singular Owner_Person=second | 1 |  |
Nc-pm---s2s | Noun Type=common Number=plural Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Nc-pm---s2p | Noun Type=common Number=plural Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Nc-pm---s3 | Noun Type=common Number=plural Case=temporalis Owner_Number=singular Owner_Person=third | 1 |  |
Nc-pm---s3s | Noun Type=common Number=plural Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Nc-pm---s3p | Noun Type=common Number=plural Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Nc-pm---p1 | Noun Type=common Number=plural Case=temporalis Owner_Number=plural Owner_Person=first | 1 |  |
Nc-pm---p1s | Noun Type=common Number=plural Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Nc-pm---p1p | Noun Type=common Number=plural Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Nc-pm---p2 | Noun Type=common Number=plural Case=temporalis Owner_Number=plural Owner_Person=second | 1 |  |
Nc-pm---p2s | Noun Type=common Number=plural Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Nc-pm---p2p | Noun Type=common Number=plural Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Nc-pm---p3 | Noun Type=common Number=plural Case=temporalis Owner_Number=plural Owner_Person=third | 1 |  |
Nc-pm---p3s | Noun Type=common Number=plural Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Nc-pm---p3p | Noun Type=common Number=plural Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Nc-pc | Noun Type=common Number=plural Case=causalis | 21 | újságfoszlányokért/újságfoszlány, ügyekért/ügy, tolvajlásokért/tolvajlás, tervekért/terv, sztárokért/sztár |
Nc-pc-----s | Noun Type=common Number=plural Case=causalis Owned_Number=singular | 1 |  |
Nc-pc-----p | Noun Type=common Number=plural Case=causalis Owned_Number=plural | 1 |  |
Nc-pc---s1 | Noun Type=common Number=plural Case=causalis Owner_Number=singular Owner_Person=first | 1 |  |
Nc-pc---s1s | Noun Type=common Number=plural Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Nc-pc---s1p | Noun Type=common Number=plural Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Nc-pc---s2 | Noun Type=common Number=plural Case=causalis Owner_Number=singular Owner_Person=second | 1 |  |
Nc-pc---s2s | Noun Type=common Number=plural Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Nc-pc---s2p | Noun Type=common Number=plural Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Nc-pc---s3 | Noun Type=common Number=plural Case=causalis Owner_Number=singular Owner_Person=third | 1 | szerelőiért/szerelő |
Nc-pc---s3s | Noun Type=common Number=plural Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Nc-pc---s3p | Noun Type=common Number=plural Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Nc-pc---p1 | Noun Type=common Number=plural Case=causalis Owner_Number=plural Owner_Person=first | 1 |  |
Nc-pc---p1s | Noun Type=common Number=plural Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Nc-pc---p1p | Noun Type=common Number=plural Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Nc-pc---p2 | Noun Type=common Number=plural Case=causalis Owner_Number=plural Owner_Person=second | 1 |  |
Nc-pc---p2s | Noun Type=common Number=plural Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Nc-pc---p2p | Noun Type=common Number=plural Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Nc-pc---p3 | Noun Type=common Number=plural Case=causalis Owner_Number=plural Owner_Person=third | 1 |  |
Nc-pc---p3s | Noun Type=common Number=plural Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Nc-pc---p3p | Noun Type=common Number=plural Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Nc-ps | Noun Type=common Number=plural Case=sublative | 166 | zöldáradásokra/zöldáradás, zeneművekre/zenemű, vizsgálatokra/vizsgálat, visszaélésekre/visszaélés, vezetőkre/vezető |
Nc-ps-----s | Noun Type=common Number=plural Case=sublative Owned_Number=singular | 1 |  |
Nc-ps-----p | Noun Type=common Number=plural Case=sublative Owned_Number=plural | 1 |  |
Nc-ps---s1 | Noun Type=common Number=plural Case=sublative Owner_Number=singular Owner_Person=first | 1 |  |
Nc-ps---s1s | Noun Type=common Number=plural Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Nc-ps---s1p | Noun Type=common Number=plural Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Nc-ps---s2 | Noun Type=common Number=plural Case=sublative Owner_Number=singular Owner_Person=second | 1 |  |
Nc-ps---s2s | Noun Type=common Number=plural Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Nc-ps---s2p | Noun Type=common Number=plural Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Nc-ps---s3 | Noun Type=common Number=plural Case=sublative Owner_Number=singular Owner_Person=third | 43 | üzeneteire/üzenet, unokáira/unoka, tulajdonosaira/tulajdonos, tisztségviselőire/tisztségviselő, szereplőire/szereplő |
Nc-ps---s3s | Noun Type=common Number=plural Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Nc-ps---s3p | Noun Type=common Number=plural Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Nc-ps---p1 | Noun Type=common Number=plural Case=sublative Owner_Number=plural Owner_Person=first | 2 | napjainkra/nap, kongresszusainkra/kongresszus |
Nc-ps---p1s | Noun Type=common Number=plural Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Nc-ps---p1p | Noun Type=common Number=plural Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Nc-ps---p2 | Noun Type=common Number=plural Case=sublative Owner_Number=plural Owner_Person=second | 1 |  |
Nc-ps---p2s | Noun Type=common Number=plural Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Nc-ps---p2p | Noun Type=common Number=plural Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Nc-ps---p3 | Noun Type=common Number=plural Case=sublative Owner_Number=plural Owner_Person=third | 4 | munkahelyeikre/munkahely, iskoláikra/iskola, honfitársaikra/honfitárs, fejlesztéseikre/fejlesztés |
Nc-ps---p3s | Noun Type=common Number=plural Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Nc-ps---p3p | Noun Type=common Number=plural Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Nc-ph | Noun Type=common Number=plural Case=delative | 83 | zászlókról/zászló, vizekről/víz, viszonyokról/viszony, vidékekről/vidék, útakadályokról/útakadály |
Nc-ph-----s | Noun Type=common Number=plural Case=delative Owned_Number=singular | 1 |  |
Nc-ph-----p | Noun Type=common Number=plural Case=delative Owned_Number=plural | 1 |  |
Nc-ph---s1 | Noun Type=common Number=plural Case=delative Owner_Number=singular Owner_Person=first | 1 |  |
Nc-ph---s1s | Noun Type=common Number=plural Case=delative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Nc-ph---s1p | Noun Type=common Number=plural Case=delative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Nc-ph---s2 | Noun Type=common Number=plural Case=delative Owner_Number=singular Owner_Person=second | 1 | cselekedeteidről/cselekedet |
Nc-ph---s2s | Noun Type=common Number=plural Case=delative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Nc-ph---s2p | Noun Type=common Number=plural Case=delative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Nc-ph---s3 | Noun Type=common Number=plural Case=delative Owner_Number=singular Owner_Person=third | 44 | vallomásairól/vallomás, vallásüldözéseiről/vallásüldözés, ujjairól/ujj, tárgyalásairól/tárgyalás, szeretetvendégségeiről/szeretetvendégség |
Nc-ph---s3s | Noun Type=common Number=plural Case=delative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Nc-ph---s3p | Noun Type=common Number=plural Case=delative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Nc-ph---p1 | Noun Type=common Number=plural Case=delative Owner_Number=plural Owner_Person=first | 1 | vizeinkről/víz |
Nc-ph---p1s | Noun Type=common Number=plural Case=delative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Nc-ph---p1p | Noun Type=common Number=plural Case=delative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Nc-ph---p2 | Noun Type=common Number=plural Case=delative Owner_Number=plural Owner_Person=second | 1 |  |
Nc-ph---p2s | Noun Type=common Number=plural Case=delative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Nc-ph---p2p | Noun Type=common Number=plural Case=delative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Nc-ph---p3 | Noun Type=common Number=plural Case=delative Owner_Number=plural Owner_Person=third | 5 | szeretkezéseikről/szeretkezés, lázadozásaikról/lázadozás, ismereteikről/ismeret, íróikról/író, hozzátartozóikról/hozzátartozó |
Nc-ph---p3s | Noun Type=common Number=plural Case=delative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Nc-ph---p3p | Noun Type=common Number=plural Case=delative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Nc-pq | Noun Type=common Number=plural Case=sociative | 1 |  |
Nc-pq-----s | Noun Type=common Number=plural Case=sociative Owned_Number=singular | 1 |  |
Nc-pq-----p | Noun Type=common Number=plural Case=sociative Owned_Number=plural | 1 |  |
Nc-pq---s1 | Noun Type=common Number=plural Case=sociative Owner_Number=singular Owner_Person=first | 1 |  |
Nc-pq---s1s | Noun Type=common Number=plural Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Nc-pq---s1p | Noun Type=common Number=plural Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Nc-pq---s2 | Noun Type=common Number=plural Case=sociative Owner_Number=singular Owner_Person=second | 1 |  |
Nc-pq---s2s | Noun Type=common Number=plural Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Nc-pq---s2p | Noun Type=common Number=plural Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Nc-pq---s3 | Noun Type=common Number=plural Case=sociative Owner_Number=singular Owner_Person=third | 1 |  |
Nc-pq---s3s | Noun Type=common Number=plural Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Nc-pq---s3p | Noun Type=common Number=plural Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Nc-pq---p1 | Noun Type=common Number=plural Case=sociative Owner_Number=plural Owner_Person=first | 1 |  |
Nc-pq---p1s | Noun Type=common Number=plural Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Nc-pq---p1p | Noun Type=common Number=plural Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Nc-pq---p2 | Noun Type=common Number=plural Case=sociative Owner_Number=plural Owner_Person=second | 1 |  |
Nc-pq---p2s | Noun Type=common Number=plural Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Nc-pq---p2p | Noun Type=common Number=plural Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Nc-pq---p3 | Noun Type=common Number=plural Case=sociative Owner_Number=plural Owner_Person=third | 1 |  |
Nc-pq---p3s | Noun Type=common Number=plural Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Nc-pq---p3p | Noun Type=common Number=plural Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Nc-py | Noun Type=common Number=plural Case=factive | 9 | vértanúkká/vértanú, magyarokká/magyar, indákká/inda, gyufaszálakká/gyufaszál, főügyintézőkké/főügyintéző |
Nc-py-----s | Noun Type=common Number=plural Case=factive Owned_Number=singular | 1 |  |
Nc-py-----p | Noun Type=common Number=plural Case=factive Owned_Number=plural | 1 |  |
Nc-py---s1 | Noun Type=common Number=plural Case=factive Owner_Number=singular Owner_Person=first | 1 |  |
Nc-py---s1s | Noun Type=common Number=plural Case=factive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Nc-py---s1p | Noun Type=common Number=plural Case=factive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Nc-py---s2 | Noun Type=common Number=plural Case=factive Owner_Number=singular Owner_Person=second | 1 |  |
Nc-py---s2s | Noun Type=common Number=plural Case=factive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Nc-py---s2p | Noun Type=common Number=plural Case=factive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Nc-py---s3 | Noun Type=common Number=plural Case=factive Owner_Number=singular Owner_Person=third | 2 | szükségleteivé/szükséglet, jelmezeivé/jelmez |
Nc-py---s3s | Noun Type=common Number=plural Case=factive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Nc-py---s3p | Noun Type=common Number=plural Case=factive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Nc-py---p1 | Noun Type=common Number=plural Case=factive Owner_Number=plural Owner_Person=first | 1 |  |
Nc-py---p1s | Noun Type=common Number=plural Case=factive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Nc-py---p1p | Noun Type=common Number=plural Case=factive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Nc-py---p2 | Noun Type=common Number=plural Case=factive Owner_Number=plural Owner_Person=second | 1 |  |
Nc-py---p2s | Noun Type=common Number=plural Case=factive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Nc-py---p2p | Noun Type=common Number=plural Case=factive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Nc-py---p3 | Noun Type=common Number=plural Case=factive Owner_Number=plural Owner_Person=third | 1 |  |
Nc-py---p3s | Noun Type=common Number=plural Case=factive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Nc-py---p3p | Noun Type=common Number=plural Case=factive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Nc-pp | Noun Type=common Number=plural Case=superessive | 161 | vízállásokon/vízállás, világversenyeken/világverseny, világturnékon/világturné, vidékeken/vidék, vasútvonalakon/vasútvonal |
Nc-pp-----s | Noun Type=common Number=plural Case=superessive Owned_Number=singular | 1 |  |
Nc-pp-----p | Noun Type=common Number=plural Case=superessive Owned_Number=plural | 1 |  |
Nc-pp---s1 | Noun Type=common Number=plural Case=superessive Owner_Number=singular Owner_Person=first | 1 |  |
Nc-pp---s1s | Noun Type=common Number=plural Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Nc-pp---s1p | Noun Type=common Number=plural Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Nc-pp---s2 | Noun Type=common Number=plural Case=superessive Owner_Number=singular Owner_Person=second | 1 |  |
Nc-pp---s2s | Noun Type=common Number=plural Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Nc-pp---s2p | Noun Type=common Number=plural Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Nc-pp---s3 | Noun Type=common Number=plural Case=superessive Owner_Number=singular Owner_Person=third | 56 | vágányain/vágány, útjain/út, utcarajzain/utcarajz, utcáin/utca, ülőhelyein/ülőhely |
Nc-pp---s3s | Noun Type=common Number=plural Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Nc-pp---s3p | Noun Type=common Number=plural Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Nc-pp---p1 | Noun Type=common Number=plural Case=superessive Owner_Number=plural Owner_Person=first | 4 | tagjainkon/tag, sétáinkon/séta, halainkon/hal, bankszámláinkon/bankszámla |
Nc-pp---p1s | Noun Type=common Number=plural Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Nc-pp---p1p | Noun Type=common Number=plural Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Nc-pp---p2 | Noun Type=common Number=plural Case=superessive Owner_Number=plural Owner_Person=second | 1 | cselekedeteiteken/cselekedet |
Nc-pp---p2s | Noun Type=common Number=plural Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Nc-pp---p2p | Noun Type=common Number=plural Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Nc-pp---p3 | Noun Type=common Number=plural Case=superessive Owner_Number=plural Owner_Person=third | 6 | pecsétjeiken/pecsét, látogatásaikon/látogatás, lábaikon/láb, hangversenyeiken/hangverseny, gazdáikon/gazda |
Nc-pp---p3s | Noun Type=common Number=plural Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Nc-pp---p3p | Noun Type=common Number=plural Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Nc-pu | Noun Type=common Number=plural Case=distributive | 1 |  |
Nc-pu-----s | Noun Type=common Number=plural Case=distributive Owned_Number=singular | 1 |  |
Nc-pu-----p | Noun Type=common Number=plural Case=distributive Owned_Number=plural | 1 |  |
Nc-pu---s1 | Noun Type=common Number=plural Case=distributive Owner_Number=singular Owner_Person=first | 1 |  |
Nc-pu---s1s | Noun Type=common Number=plural Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Nc-pu---s1p | Noun Type=common Number=plural Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Nc-pu---s2 | Noun Type=common Number=plural Case=distributive Owner_Number=singular Owner_Person=second | 1 |  |
Nc-pu---s2s | Noun Type=common Number=plural Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Nc-pu---s2p | Noun Type=common Number=plural Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Nc-pu---s3 | Noun Type=common Number=plural Case=distributive Owner_Number=singular Owner_Person=third | 1 |  |
Nc-pu---s3s | Noun Type=common Number=plural Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Nc-pu---s3p | Noun Type=common Number=plural Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Nc-pu---p1 | Noun Type=common Number=plural Case=distributive Owner_Number=plural Owner_Person=first | 1 |  |
Nc-pu---p1s | Noun Type=common Number=plural Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Nc-pu---p1p | Noun Type=common Number=plural Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Nc-pu---p2 | Noun Type=common Number=plural Case=distributive Owner_Number=plural Owner_Person=second | 1 |  |
Nc-pu---p2s | Noun Type=common Number=plural Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Nc-pu---p2p | Noun Type=common Number=plural Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Nc-pu---p3 | Noun Type=common Number=plural Case=distributive Owner_Number=plural Owner_Person=third | 1 |  |
Nc-pu---p3s | Noun Type=common Number=plural Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Nc-pu---p3p | Noun Type=common Number=plural Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Nc-pf | Noun Type=common Number=plural Case=essive-formal | 1 |  |
Nc-pf-----s | Noun Type=common Number=plural Case=essive-formal Owned_Number=singular | 1 |  |
Nc-pf-----p | Noun Type=common Number=plural Case=essive-formal Owned_Number=plural | 1 |  |
Nc-pf---s1 | Noun Type=common Number=plural Case=essive-formal Owner_Number=singular Owner_Person=first | 1 |  |
Nc-pf---s1s | Noun Type=common Number=plural Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Nc-pf---s1p | Noun Type=common Number=plural Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Nc-pf---s2 | Noun Type=common Number=plural Case=essive-formal Owner_Number=singular Owner_Person=second | 1 |  |
Nc-pf---s2s | Noun Type=common Number=plural Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Nc-pf---s2p | Noun Type=common Number=plural Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Nc-pf---s3 | Noun Type=common Number=plural Case=essive-formal Owner_Number=singular Owner_Person=third | 1 |  |
Nc-pf---s3s | Noun Type=common Number=plural Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Nc-pf---s3p | Noun Type=common Number=plural Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Nc-pf---p1 | Noun Type=common Number=plural Case=essive-formal Owner_Number=plural Owner_Person=first | 1 |  |
Nc-pf---p1s | Noun Type=common Number=plural Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Nc-pf---p1p | Noun Type=common Number=plural Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Nc-pf---p2 | Noun Type=common Number=plural Case=essive-formal Owner_Number=plural Owner_Person=second | 1 |  |
Nc-pf---p2s | Noun Type=common Number=plural Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Nc-pf---p2p | Noun Type=common Number=plural Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Nc-pf---p3 | Noun Type=common Number=plural Case=essive-formal Owner_Number=plural Owner_Person=third | 1 |  |
Nc-pf---p3s | Noun Type=common Number=plural Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Nc-pf---p3p | Noun Type=common Number=plural Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Np-sn | Noun Type=proper Number=singular Case=nominative | 498 | Zsuzsa, Zsuzsanna, Zsolt, Zsilinszky, Zsigmond |
Np-sn-----s | Noun Type=proper Number=singular Case=nominative Owned_Number=singular | 2 | Krisztináé/Krisztina, Kissé/Kiss |
Np-sn-----p | Noun Type=proper Number=singular Case=nominative Owned_Number=plural | 1 |  |
Np-sn---s1 | Noun Type=proper Number=singular Case=nominative Owner_Number=singular Owner_Person=first | 2 | Sanyikám/Sanyika, Józsikám/Józsika |
Np-sn---s1s | Noun Type=proper Number=singular Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Np-sn---s1p | Noun Type=proper Number=singular Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Np-sn---s2 | Noun Type=proper Number=singular Case=nominative Owner_Number=singular Owner_Person=second | 1 |  |
Np-sn---s2s | Noun Type=proper Number=singular Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Np-sn---s2p | Noun Type=proper Number=singular Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Np-sn---s3 | Noun Type=proper Number=singular Case=nominative Owner_Number=singular Owner_Person=third | 6 | Szerencse/Szerencs, Rózsadombja/Rózsadomb, Gittája/Gitta, Alija/Ali, Afrikája/Afrika |
Np-sn---s3s | Noun Type=proper Number=singular Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Np-sn---s3p | Noun Type=proper Number=singular Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Np-sn---p1 | Noun Type=proper Number=singular Case=nominative Owner_Number=plural Owner_Person=first | 1 |  |
Np-sn---p1s | Noun Type=proper Number=singular Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Np-sn---p1p | Noun Type=proper Number=singular Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Np-sn---p2 | Noun Type=proper Number=singular Case=nominative Owner_Number=plural Owner_Person=second | 1 |  |
Np-sn---p2s | Noun Type=proper Number=singular Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Np-sn---p2p | Noun Type=proper Number=singular Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Np-sn---p3 | Noun Type=proper Number=singular Case=nominative Owner_Number=plural Owner_Person=third | 1 |  |
Np-sn---p3s | Noun Type=proper Number=singular Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Np-sn---p3p | Noun Type=proper Number=singular Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Np-sg | Noun Type=proper Number=singular Case=genitive | 1 |  |
Np-sg-----s | Noun Type=proper Number=singular Case=genitive Owned_Number=singular | 1 |  |
Np-sg-----p | Noun Type=proper Number=singular Case=genitive Owned_Number=plural | 1 |  |
Np-sg---s1 | Noun Type=proper Number=singular Case=genitive Owner_Number=singular Owner_Person=first | 1 |  |
Np-sg---s1s | Noun Type=proper Number=singular Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Np-sg---s1p | Noun Type=proper Number=singular Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Np-sg---s2 | Noun Type=proper Number=singular Case=genitive Owner_Number=singular Owner_Person=second | 1 |  |
Np-sg---s2s | Noun Type=proper Number=singular Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Np-sg---s2p | Noun Type=proper Number=singular Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Np-sg---s3 | Noun Type=proper Number=singular Case=genitive Owner_Number=singular Owner_Person=third | 1 |  |
Np-sg---s3s | Noun Type=proper Number=singular Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Np-sg---s3p | Noun Type=proper Number=singular Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Np-sg---p1 | Noun Type=proper Number=singular Case=genitive Owner_Number=plural Owner_Person=first | 1 |  |
Np-sg---p1s | Noun Type=proper Number=singular Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Np-sg---p1p | Noun Type=proper Number=singular Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Np-sg---p2 | Noun Type=proper Number=singular Case=genitive Owner_Number=plural Owner_Person=second | 1 |  |
Np-sg---p2s | Noun Type=proper Number=singular Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Np-sg---p2p | Noun Type=proper Number=singular Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Np-sg---p3 | Noun Type=proper Number=singular Case=genitive Owner_Number=plural Owner_Person=third | 1 |  |
Np-sg---p3s | Noun Type=proper Number=singular Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Np-sg---p3p | Noun Type=proper Number=singular Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Np-sd | Noun Type=proper Number=singular Case=dative | 52 | Zsuzsának/Zsuzsa, Tibetnek/Tibet, Sanyinak/Sanyi, Sándornak/Sándor, Pistának/Pista |
Np-sd-----s | Noun Type=proper Number=singular Case=dative Owned_Number=singular | 1 |  |
Np-sd-----p | Noun Type=proper Number=singular Case=dative Owned_Number=plural | 1 |  |
Np-sd---s1 | Noun Type=proper Number=singular Case=dative Owner_Number=singular Owner_Person=first | 1 |  |
Np-sd---s1s | Noun Type=proper Number=singular Case=dative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Np-sd---s1p | Noun Type=proper Number=singular Case=dative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Np-sd---s2 | Noun Type=proper Number=singular Case=dative Owner_Number=singular Owner_Person=second | 1 |  |
Np-sd---s2s | Noun Type=proper Number=singular Case=dative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Np-sd---s2p | Noun Type=proper Number=singular Case=dative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Np-sd---s3 | Noun Type=proper Number=singular Case=dative Owner_Number=singular Owner_Person=third | 3 | Yorkjának/York, Szondi-tesztjének/Szondi-teszt, NATO-tagságának/NATO-tagság |
Np-sd---s3s | Noun Type=proper Number=singular Case=dative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Np-sd---s3p | Noun Type=proper Number=singular Case=dative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Np-sd---p1 | Noun Type=proper Number=singular Case=dative Owner_Number=plural Owner_Person=first | 1 |  |
Np-sd---p1s | Noun Type=proper Number=singular Case=dative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Np-sd---p1p | Noun Type=proper Number=singular Case=dative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Np-sd---p2 | Noun Type=proper Number=singular Case=dative Owner_Number=plural Owner_Person=second | 1 |  |
Np-sd---p2s | Noun Type=proper Number=singular Case=dative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Np-sd---p2p | Noun Type=proper Number=singular Case=dative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Np-sd---p3 | Noun Type=proper Number=singular Case=dative Owner_Number=plural Owner_Person=third | 1 |  |
Np-sd---p3s | Noun Type=proper Number=singular Case=dative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Np-sd---p3p | Noun Type=proper Number=singular Case=dative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Np-sa | Noun Type=proper Number=singular Case=accusative | 98 | Zsuzsannát/Zsuzsanna, Zsoltot/Zsolt, Zsigát/Zsiga, Zoltánt/Zoltán, Törökbálintot/Törökbálint |
Np-sa-----s | Noun Type=proper Number=singular Case=accusative Owned_Number=singular | 3 | Tiborét/Tibor, Sopronét/Sopron, Aladárét/Aladár |
Np-sa-----p | Noun Type=proper Number=singular Case=accusative Owned_Number=plural | 1 |  |
Np-sa---s1 | Noun Type=proper Number=singular Case=accusative Owner_Number=singular Owner_Person=first | 1 |  |
Np-sa---s1s | Noun Type=proper Number=singular Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Np-sa---s1p | Noun Type=proper Number=singular Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Np-sa---s2 | Noun Type=proper Number=singular Case=accusative Owner_Number=singular Owner_Person=second | 1 |  |
Np-sa---s2s | Noun Type=proper Number=singular Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Np-sa---s2p | Noun Type=proper Number=singular Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Np-sa---s3 | Noun Type=proper Number=singular Case=accusative Owner_Number=singular Owner_Person=third | 1 | Tacitusát/Tacitus |
Np-sa---s3s | Noun Type=proper Number=singular Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Np-sa---s3p | Noun Type=proper Number=singular Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Np-sa---p1 | Noun Type=proper Number=singular Case=accusative Owner_Number=plural Owner_Person=first | 1 |  |
Np-sa---p1s | Noun Type=proper Number=singular Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Np-sa---p1p | Noun Type=proper Number=singular Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Np-sa---p2 | Noun Type=proper Number=singular Case=accusative Owner_Number=plural Owner_Person=second | 1 |  |
Np-sa---p2s | Noun Type=proper Number=singular Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Np-sa---p2p | Noun Type=proper Number=singular Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Np-sa---p3 | Noun Type=proper Number=singular Case=accusative Owner_Number=plural Owner_Person=third | 1 |  |
Np-sa---p3s | Noun Type=proper Number=singular Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Np-sa---p3p | Noun Type=proper Number=singular Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Np-si | Noun Type=proper Number=singular Case=instrumental | 52 | Ukrajnával/Ukrajna, Tivadarral/Tivadar, Szíriával/Szíria, SZDSZ-szel/SZDSZ, SS-házmesterrel/SS-házmester |
Np-si-----s | Noun Type=proper Number=singular Case=instrumental Owned_Number=singular | 1 |  |
Np-si-----p | Noun Type=proper Number=singular Case=instrumental Owned_Number=plural | 1 |  |
Np-si---s1 | Noun Type=proper Number=singular Case=instrumental Owner_Number=singular Owner_Person=first | 1 |  |
Np-si---s1s | Noun Type=proper Number=singular Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Np-si---s1p | Noun Type=proper Number=singular Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Np-si---s2 | Noun Type=proper Number=singular Case=instrumental Owner_Number=singular Owner_Person=second | 1 |  |
Np-si---s2s | Noun Type=proper Number=singular Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Np-si---s2p | Noun Type=proper Number=singular Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Np-si---s3 | Noun Type=proper Number=singular Case=instrumental Owner_Number=singular Owner_Person=third | 1 | Oroszországával/Oroszország |
Np-si---s3s | Noun Type=proper Number=singular Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Np-si---s3p | Noun Type=proper Number=singular Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Np-si---p1 | Noun Type=proper Number=singular Case=instrumental Owner_Number=plural Owner_Person=first | 1 |  |
Np-si---p1s | Noun Type=proper Number=singular Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Np-si---p1p | Noun Type=proper Number=singular Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Np-si---p2 | Noun Type=proper Number=singular Case=instrumental Owner_Number=plural Owner_Person=second | 1 |  |
Np-si---p2s | Noun Type=proper Number=singular Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Np-si---p2p | Noun Type=proper Number=singular Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Np-si---p3 | Noun Type=proper Number=singular Case=instrumental Owner_Number=plural Owner_Person=third | 1 | Ladájukkal/Lada |
Np-si---p3s | Noun Type=proper Number=singular Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Np-si---p3p | Noun Type=proper Number=singular Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Np-sx | Noun Type=proper Number=singular Case=illative | 29 | Zürichbe/Zürich, Ukrajnába/Ukrajna, Tiszába/Tisza, Szófiába/Szófia, Szlovákiába/Szlovákia |
Np-sx-----s | Noun Type=proper Number=singular Case=illative Owned_Number=singular | 1 |  |
Np-sx-----p | Noun Type=proper Number=singular Case=illative Owned_Number=plural | 1 |  |
Np-sx---s1 | Noun Type=proper Number=singular Case=illative Owner_Number=singular Owner_Person=first | 1 |  |
Np-sx---s1s | Noun Type=proper Number=singular Case=illative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Np-sx---s1p | Noun Type=proper Number=singular Case=illative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Np-sx---s2 | Noun Type=proper Number=singular Case=illative Owner_Number=singular Owner_Person=second | 1 |  |
Np-sx---s2s | Noun Type=proper Number=singular Case=illative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Np-sx---s2p | Noun Type=proper Number=singular Case=illative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Np-sx---s3 | Noun Type=proper Number=singular Case=illative Owner_Number=singular Owner_Person=third | 1 |  |
Np-sx---s3s | Noun Type=proper Number=singular Case=illative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Np-sx---s3p | Noun Type=proper Number=singular Case=illative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Np-sx---p1 | Noun Type=proper Number=singular Case=illative Owner_Number=plural Owner_Person=first | 1 |  |
Np-sx---p1s | Noun Type=proper Number=singular Case=illative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Np-sx---p1p | Noun Type=proper Number=singular Case=illative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Np-sx---p2 | Noun Type=proper Number=singular Case=illative Owner_Number=plural Owner_Person=second | 1 |  |
Np-sx---p2s | Noun Type=proper Number=singular Case=illative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Np-sx---p2p | Noun Type=proper Number=singular Case=illative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Np-sx---p3 | Noun Type=proper Number=singular Case=illative Owner_Number=plural Owner_Person=third | 1 |  |
Np-sx---p3s | Noun Type=proper Number=singular Case=illative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Np-sx---p3p | Noun Type=proper Number=singular Case=illative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Np-s2 | Noun Type=proper Number=singular Case=inessive | 90 | Zürichben/Zürich, Zalában/Zala, Zágrábban/Zágráb, Yorkban/York, Washingtonban/Washington |
Np-s2-----s | Noun Type=proper Number=singular Case=inessive Owned_Number=singular | 1 |  |
Np-s2-----p | Noun Type=proper Number=singular Case=inessive Owned_Number=plural | 1 |  |
Np-s2---s1 | Noun Type=proper Number=singular Case=inessive Owner_Number=singular Owner_Person=first | 1 |  |
Np-s2---s1s | Noun Type=proper Number=singular Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Np-s2---s1p | Noun Type=proper Number=singular Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Np-s2---s2 | Noun Type=proper Number=singular Case=inessive Owner_Number=singular Owner_Person=second | 1 |  |
Np-s2---s2s | Noun Type=proper Number=singular Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Np-s2---s2p | Noun Type=proper Number=singular Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Np-s2---s3 | Noun Type=proper Number=singular Case=inessive Owner_Number=singular Owner_Person=third | 1 | Kupájában/Kupa |
Np-s2---s3s | Noun Type=proper Number=singular Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Np-s2---s3p | Noun Type=proper Number=singular Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Np-s2---p1 | Noun Type=proper Number=singular Case=inessive Owner_Number=plural Owner_Person=first | 1 |  |
Np-s2---p1s | Noun Type=proper Number=singular Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Np-s2---p1p | Noun Type=proper Number=singular Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Np-s2---p2 | Noun Type=proper Number=singular Case=inessive Owner_Number=plural Owner_Person=second | 1 |  |
Np-s2---p2s | Noun Type=proper Number=singular Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Np-s2---p2p | Noun Type=proper Number=singular Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Np-s2---p3 | Noun Type=proper Number=singular Case=inessive Owner_Number=plural Owner_Person=third | 1 |  |
Np-s2---p3s | Noun Type=proper Number=singular Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Np-s2---p3p | Noun Type=proper Number=singular Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Np-se | Noun Type=proper Number=singular Case=elative | 24 | Zágrábból/Zágráb, Ukrajnából/Ukrajna, Tanzániából/Tanzánia, Szovjetunióból/Szovjetunió, Spanyolországból/Spanyolország |
Np-se-----s | Noun Type=proper Number=singular Case=elative Owned_Number=singular | 1 | Zsuzsáéból/Zsuzsa |
Np-se-----p | Noun Type=proper Number=singular Case=elative Owned_Number=plural | 1 |  |
Np-se---s1 | Noun Type=proper Number=singular Case=elative Owner_Number=singular Owner_Person=first | 1 |  |
Np-se---s1s | Noun Type=proper Number=singular Case=elative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Np-se---s1p | Noun Type=proper Number=singular Case=elative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Np-se---s2 | Noun Type=proper Number=singular Case=elative Owner_Number=singular Owner_Person=second | 1 |  |
Np-se---s2s | Noun Type=proper Number=singular Case=elative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Np-se---s2p | Noun Type=proper Number=singular Case=elative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Np-se---s3 | Noun Type=proper Number=singular Case=elative Owner_Number=singular Owner_Person=third | 1 |  |
Np-se---s3s | Noun Type=proper Number=singular Case=elative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Np-se---s3p | Noun Type=proper Number=singular Case=elative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Np-se---p1 | Noun Type=proper Number=singular Case=elative Owner_Number=plural Owner_Person=first | 1 |  |
Np-se---p1s | Noun Type=proper Number=singular Case=elative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Np-se---p1p | Noun Type=proper Number=singular Case=elative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Np-se---p2 | Noun Type=proper Number=singular Case=elative Owner_Number=plural Owner_Person=second | 1 |  |
Np-se---p2s | Noun Type=proper Number=singular Case=elative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Np-se---p2p | Noun Type=proper Number=singular Case=elative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Np-se---p3 | Noun Type=proper Number=singular Case=elative Owner_Number=plural Owner_Person=third | 1 |  |
Np-se---p3s | Noun Type=proper Number=singular Case=elative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Np-se---p3p | Noun Type=proper Number=singular Case=elative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Np-st | Noun Type=proper Number=singular Case=allative | 13 | Zsigához/Zsiga, Wallenberg-csoporthoz/Wallenberg-csoport, Vergiliushoz/Vergilius, Sanyihoz/Sanyi, Piroskához/Piroska |
Np-st-----s | Noun Type=proper Number=singular Case=allative Owned_Number=singular | 1 |  |
Np-st-----p | Noun Type=proper Number=singular Case=allative Owned_Number=plural | 1 |  |
Np-st---s1 | Noun Type=proper Number=singular Case=allative Owner_Number=singular Owner_Person=first | 1 |  |
Np-st---s1s | Noun Type=proper Number=singular Case=allative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Np-st---s1p | Noun Type=proper Number=singular Case=allative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Np-st---s2 | Noun Type=proper Number=singular Case=allative Owner_Number=singular Owner_Person=second | 1 |  |
Np-st---s2s | Noun Type=proper Number=singular Case=allative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Np-st---s2p | Noun Type=proper Number=singular Case=allative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Np-st---s3 | Noun Type=proper Number=singular Case=allative Owner_Number=singular Owner_Person=third | 1 |  |
Np-st---s3s | Noun Type=proper Number=singular Case=allative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Np-st---s3p | Noun Type=proper Number=singular Case=allative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Np-st---p1 | Noun Type=proper Number=singular Case=allative Owner_Number=plural Owner_Person=first | 1 |  |
Np-st---p1s | Noun Type=proper Number=singular Case=allative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Np-st---p1p | Noun Type=proper Number=singular Case=allative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Np-st---p2 | Noun Type=proper Number=singular Case=allative Owner_Number=plural Owner_Person=second | 1 |  |
Np-st---p2s | Noun Type=proper Number=singular Case=allative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Np-st---p2p | Noun Type=proper Number=singular Case=allative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Np-st---p3 | Noun Type=proper Number=singular Case=allative Owner_Number=plural Owner_Person=third | 1 |  |
Np-st---p3s | Noun Type=proper Number=singular Case=allative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Np-st---p3p | Noun Type=proper Number=singular Case=allative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Np-s3 | Noun Type=proper Number=singular Case=adessive | 10 | Zsigmondnál/Zsigmond, Szondinál/Szondi, Róbertnél/Róbert, Mihálynál/Mihály, Mártonnál/Márton |
Np-s3-----s | Noun Type=proper Number=singular Case=adessive Owned_Number=singular | 1 |  |
Np-s3-----p | Noun Type=proper Number=singular Case=adessive Owned_Number=plural | 1 | Kolumbuszéinál/Kolumbusz |
Np-s3---s1 | Noun Type=proper Number=singular Case=adessive Owner_Number=singular Owner_Person=first | 1 |  |
Np-s3---s1s | Noun Type=proper Number=singular Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Np-s3---s1p | Noun Type=proper Number=singular Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Np-s3---s2 | Noun Type=proper Number=singular Case=adessive Owner_Number=singular Owner_Person=second | 1 |  |
Np-s3---s2s | Noun Type=proper Number=singular Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Np-s3---s2p | Noun Type=proper Number=singular Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Np-s3---s3 | Noun Type=proper Number=singular Case=adessive Owner_Number=singular Owner_Person=third | 1 |  |
Np-s3---s3s | Noun Type=proper Number=singular Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Np-s3---s3p | Noun Type=proper Number=singular Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Np-s3---p1 | Noun Type=proper Number=singular Case=adessive Owner_Number=plural Owner_Person=first | 1 |  |
Np-s3---p1s | Noun Type=proper Number=singular Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Np-s3---p1p | Noun Type=proper Number=singular Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Np-s3---p2 | Noun Type=proper Number=singular Case=adessive Owner_Number=plural Owner_Person=second | 1 |  |
Np-s3---p2s | Noun Type=proper Number=singular Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Np-s3---p2p | Noun Type=proper Number=singular Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Np-s3---p3 | Noun Type=proper Number=singular Case=adessive Owner_Number=plural Owner_Person=third | 1 |  |
Np-s3---p3s | Noun Type=proper Number=singular Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Np-s3---p3p | Noun Type=proper Number=singular Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Np-sb | Noun Type=proper Number=singular Case=ablative | 34 | Washingtontól/Washington, Verditől/Verdi, Tiszától/Tisza, Tamástól/Tamás, Szonditól/Szondi |
Np-sb-----s | Noun Type=proper Number=singular Case=ablative Owned_Number=singular | 1 |  |
Np-sb-----p | Noun Type=proper Number=singular Case=ablative Owned_Number=plural | 1 |  |
Np-sb---s1 | Noun Type=proper Number=singular Case=ablative Owner_Number=singular Owner_Person=first | 1 |  |
Np-sb---s1s | Noun Type=proper Number=singular Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Np-sb---s1p | Noun Type=proper Number=singular Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Np-sb---s2 | Noun Type=proper Number=singular Case=ablative Owner_Number=singular Owner_Person=second | 1 |  |
Np-sb---s2s | Noun Type=proper Number=singular Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Np-sb---s2p | Noun Type=proper Number=singular Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Np-sb---s3 | Noun Type=proper Number=singular Case=ablative Owner_Number=singular Owner_Person=third | 1 |  |
Np-sb---s3s | Noun Type=proper Number=singular Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Np-sb---s3p | Noun Type=proper Number=singular Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Np-sb---p1 | Noun Type=proper Number=singular Case=ablative Owner_Number=plural Owner_Person=first | 1 |  |
Np-sb---p1s | Noun Type=proper Number=singular Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Np-sb---p1p | Noun Type=proper Number=singular Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Np-sb---p2 | Noun Type=proper Number=singular Case=ablative Owner_Number=plural Owner_Person=second | 1 |  |
Np-sb---p2s | Noun Type=proper Number=singular Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Np-sb---p2p | Noun Type=proper Number=singular Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Np-sb---p3 | Noun Type=proper Number=singular Case=ablative Owner_Number=plural Owner_Person=third | 1 |  |
Np-sb---p3s | Noun Type=proper Number=singular Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Np-sb---p3p | Noun Type=proper Number=singular Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Np-s9 | Noun Type=proper Number=singular Case=terminative | 9 | Visztuláig/Visztula, Rajnáig/Rajna, Pilátusig/Pilátus, Nagyváradig/Nagyvárad, Miklósig/Miklós |
Np-s9-----s | Noun Type=proper Number=singular Case=terminative Owned_Number=singular | 1 |  |
Np-s9-----p | Noun Type=proper Number=singular Case=terminative Owned_Number=plural | 1 |  |
Np-s9---s1 | Noun Type=proper Number=singular Case=terminative Owner_Number=singular Owner_Person=first | 1 |  |
Np-s9---s1s | Noun Type=proper Number=singular Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Np-s9---s1p | Noun Type=proper Number=singular Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Np-s9---s2 | Noun Type=proper Number=singular Case=terminative Owner_Number=singular Owner_Person=second | 1 |  |
Np-s9---s2s | Noun Type=proper Number=singular Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Np-s9---s2p | Noun Type=proper Number=singular Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Np-s9---s3 | Noun Type=proper Number=singular Case=terminative Owner_Number=singular Owner_Person=third | 1 |  |
Np-s9---s3s | Noun Type=proper Number=singular Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Np-s9---s3p | Noun Type=proper Number=singular Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Np-s9---p1 | Noun Type=proper Number=singular Case=terminative Owner_Number=plural Owner_Person=first | 1 |  |
Np-s9---p1s | Noun Type=proper Number=singular Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Np-s9---p1p | Noun Type=proper Number=singular Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Np-s9---p2 | Noun Type=proper Number=singular Case=terminative Owner_Number=plural Owner_Person=second | 1 |  |
Np-s9---p2s | Noun Type=proper Number=singular Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Np-s9---p2p | Noun Type=proper Number=singular Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Np-s9---p3 | Noun Type=proper Number=singular Case=terminative Owner_Number=plural Owner_Person=third | 1 |  |
Np-s9---p3s | Noun Type=proper Number=singular Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Np-s9---p3p | Noun Type=proper Number=singular Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Np-sw | Noun Type=proper Number=singular Case=essive | 1 |  |
Np-sw-----s | Noun Type=proper Number=singular Case=essive Owned_Number=singular | 1 |  |
Np-sw-----p | Noun Type=proper Number=singular Case=essive Owned_Number=plural | 1 |  |
Np-sw---s1 | Noun Type=proper Number=singular Case=essive Owner_Number=singular Owner_Person=first | 1 |  |
Np-sw---s1s | Noun Type=proper Number=singular Case=essive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Np-sw---s1p | Noun Type=proper Number=singular Case=essive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Np-sw---s2 | Noun Type=proper Number=singular Case=essive Owner_Number=singular Owner_Person=second | 1 |  |
Np-sw---s2s | Noun Type=proper Number=singular Case=essive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Np-sw---s2p | Noun Type=proper Number=singular Case=essive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Np-sw---s3 | Noun Type=proper Number=singular Case=essive Owner_Number=singular Owner_Person=third | 1 |  |
Np-sw---s3s | Noun Type=proper Number=singular Case=essive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Np-sw---s3p | Noun Type=proper Number=singular Case=essive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Np-sw---p1 | Noun Type=proper Number=singular Case=essive Owner_Number=plural Owner_Person=first | 1 |  |
Np-sw---p1s | Noun Type=proper Number=singular Case=essive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Np-sw---p1p | Noun Type=proper Number=singular Case=essive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Np-sw---p2 | Noun Type=proper Number=singular Case=essive Owner_Number=plural Owner_Person=second | 1 |  |
Np-sw---p2s | Noun Type=proper Number=singular Case=essive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Np-sw---p2p | Noun Type=proper Number=singular Case=essive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Np-sw---p3 | Noun Type=proper Number=singular Case=essive Owner_Number=plural Owner_Person=third | 1 |  |
Np-sw---p3s | Noun Type=proper Number=singular Case=essive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Np-sw---p3p | Noun Type=proper Number=singular Case=essive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Np-sm | Noun Type=proper Number=singular Case=temporalis | 1 |  |
Np-sm-----s | Noun Type=proper Number=singular Case=temporalis Owned_Number=singular | 1 |  |
Np-sm-----p | Noun Type=proper Number=singular Case=temporalis Owned_Number=plural | 1 |  |
Np-sm---s1 | Noun Type=proper Number=singular Case=temporalis Owner_Number=singular Owner_Person=first | 1 |  |
Np-sm---s1s | Noun Type=proper Number=singular Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Np-sm---s1p | Noun Type=proper Number=singular Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Np-sm---s2 | Noun Type=proper Number=singular Case=temporalis Owner_Number=singular Owner_Person=second | 1 |  |
Np-sm---s2s | Noun Type=proper Number=singular Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Np-sm---s2p | Noun Type=proper Number=singular Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Np-sm---s3 | Noun Type=proper Number=singular Case=temporalis Owner_Number=singular Owner_Person=third | 1 |  |
Np-sm---s3s | Noun Type=proper Number=singular Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Np-sm---s3p | Noun Type=proper Number=singular Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Np-sm---p1 | Noun Type=proper Number=singular Case=temporalis Owner_Number=plural Owner_Person=first | 1 |  |
Np-sm---p1s | Noun Type=proper Number=singular Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Np-sm---p1p | Noun Type=proper Number=singular Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Np-sm---p2 | Noun Type=proper Number=singular Case=temporalis Owner_Number=plural Owner_Person=second | 1 |  |
Np-sm---p2s | Noun Type=proper Number=singular Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Np-sm---p2p | Noun Type=proper Number=singular Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Np-sm---p3 | Noun Type=proper Number=singular Case=temporalis Owner_Number=plural Owner_Person=third | 1 |  |
Np-sm---p3s | Noun Type=proper Number=singular Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Np-sm---p3p | Noun Type=proper Number=singular Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Np-sc | Noun Type=proper Number=singular Case=causalis | 1 | Szlovákiáért/Szlovákia |
Np-sc-----s | Noun Type=proper Number=singular Case=causalis Owned_Number=singular | 1 |  |
Np-sc-----p | Noun Type=proper Number=singular Case=causalis Owned_Number=plural | 1 |  |
Np-sc---s1 | Noun Type=proper Number=singular Case=causalis Owner_Number=singular Owner_Person=first | 1 |  |
Np-sc---s1s | Noun Type=proper Number=singular Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Np-sc---s1p | Noun Type=proper Number=singular Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Np-sc---s2 | Noun Type=proper Number=singular Case=causalis Owner_Number=singular Owner_Person=second | 1 |  |
Np-sc---s2s | Noun Type=proper Number=singular Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Np-sc---s2p | Noun Type=proper Number=singular Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Np-sc---s3 | Noun Type=proper Number=singular Case=causalis Owner_Number=singular Owner_Person=third | 1 |  |
Np-sc---s3s | Noun Type=proper Number=singular Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Np-sc---s3p | Noun Type=proper Number=singular Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Np-sc---p1 | Noun Type=proper Number=singular Case=causalis Owner_Number=plural Owner_Person=first | 1 |  |
Np-sc---p1s | Noun Type=proper Number=singular Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Np-sc---p1p | Noun Type=proper Number=singular Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Np-sc---p2 | Noun Type=proper Number=singular Case=causalis Owner_Number=plural Owner_Person=second | 1 |  |
Np-sc---p2s | Noun Type=proper Number=singular Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Np-sc---p2p | Noun Type=proper Number=singular Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Np-sc---p3 | Noun Type=proper Number=singular Case=causalis Owner_Number=plural Owner_Person=third | 1 |  |
Np-sc---p3s | Noun Type=proper Number=singular Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Np-sc---p3p | Noun Type=proper Number=singular Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Np-ss | Noun Type=proper Number=singular Case=sublative | 21 | Visegrádra/Visegrád, Szolnokra/Szolnok, Szegedre/Szeged, Paksra/Paks, Nagyváradra/Nagyvárad |
Np-ss-----s | Noun Type=proper Number=singular Case=sublative Owned_Number=singular | 1 | Szerencsére/Szerencs |
Np-ss-----p | Noun Type=proper Number=singular Case=sublative Owned_Number=plural | 1 |  |
Np-ss---s1 | Noun Type=proper Number=singular Case=sublative Owner_Number=singular Owner_Person=first | 1 | Józsefemre/József |
Np-ss---s1s | Noun Type=proper Number=singular Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Np-ss---s1p | Noun Type=proper Number=singular Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Np-ss---s2 | Noun Type=proper Number=singular Case=sublative Owner_Number=singular Owner_Person=second | 1 |  |
Np-ss---s2s | Noun Type=proper Number=singular Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Np-ss---s2p | Noun Type=proper Number=singular Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Np-ss---s3 | Noun Type=proper Number=singular Case=sublative Owner_Number=singular Owner_Person=third | 1 | Szerencsére/Szerencs |
Np-ss---s3s | Noun Type=proper Number=singular Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Np-ss---s3p | Noun Type=proper Number=singular Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Np-ss---p1 | Noun Type=proper Number=singular Case=sublative Owner_Number=plural Owner_Person=first | 1 |  |
Np-ss---p1s | Noun Type=proper Number=singular Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Np-ss---p1p | Noun Type=proper Number=singular Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Np-ss---p2 | Noun Type=proper Number=singular Case=sublative Owner_Number=plural Owner_Person=second | 1 |  |
Np-ss---p2s | Noun Type=proper Number=singular Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Np-ss---p2p | Noun Type=proper Number=singular Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Np-ss---p3 | Noun Type=proper Number=singular Case=sublative Owner_Number=plural Owner_Person=third | 1 |  |
Np-ss---p3s | Noun Type=proper Number=singular Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Np-ss---p3p | Noun Type=proper Number=singular Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Np-sh | Noun Type=proper Number=singular Case=delative | 12 | SZDSZ-ről/SZDSZ, Magyarországról/Magyarország, Lajosról/Lajos, Krisztináról/Krisztina, Kristófról/Kristóf |
Np-sh-----s | Noun Type=proper Number=singular Case=delative Owned_Number=singular | 1 |  |
Np-sh-----p | Noun Type=proper Number=singular Case=delative Owned_Number=plural | 1 |  |
Np-sh---s1 | Noun Type=proper Number=singular Case=delative Owner_Number=singular Owner_Person=first | 1 |  |
Np-sh---s1s | Noun Type=proper Number=singular Case=delative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Np-sh---s1p | Noun Type=proper Number=singular Case=delative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Np-sh---s2 | Noun Type=proper Number=singular Case=delative Owner_Number=singular Owner_Person=second | 1 |  |
Np-sh---s2s | Noun Type=proper Number=singular Case=delative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Np-sh---s2p | Noun Type=proper Number=singular Case=delative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Np-sh---s3 | Noun Type=proper Number=singular Case=delative Owner_Number=singular Owner_Person=third | 1 |  |
Np-sh---s3s | Noun Type=proper Number=singular Case=delative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Np-sh---s3p | Noun Type=proper Number=singular Case=delative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Np-sh---p1 | Noun Type=proper Number=singular Case=delative Owner_Number=plural Owner_Person=first | 1 |  |
Np-sh---p1s | Noun Type=proper Number=singular Case=delative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Np-sh---p1p | Noun Type=proper Number=singular Case=delative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Np-sh---p2 | Noun Type=proper Number=singular Case=delative Owner_Number=plural Owner_Person=second | 1 |  |
Np-sh---p2s | Noun Type=proper Number=singular Case=delative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Np-sh---p2p | Noun Type=proper Number=singular Case=delative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Np-sh---p3 | Noun Type=proper Number=singular Case=delative Owner_Number=plural Owner_Person=third | 1 |  |
Np-sh---p3s | Noun Type=proper Number=singular Case=delative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Np-sh---p3p | Noun Type=proper Number=singular Case=delative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Np-sq | Noun Type=proper Number=singular Case=sociative | 1 |  |
Np-sq-----s | Noun Type=proper Number=singular Case=sociative Owned_Number=singular | 1 |  |
Np-sq-----p | Noun Type=proper Number=singular Case=sociative Owned_Number=plural | 1 |  |
Np-sq---s1 | Noun Type=proper Number=singular Case=sociative Owner_Number=singular Owner_Person=first | 1 |  |
Np-sq---s1s | Noun Type=proper Number=singular Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Np-sq---s1p | Noun Type=proper Number=singular Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Np-sq---s2 | Noun Type=proper Number=singular Case=sociative Owner_Number=singular Owner_Person=second | 1 |  |
Np-sq---s2s | Noun Type=proper Number=singular Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Np-sq---s2p | Noun Type=proper Number=singular Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Np-sq---s3 | Noun Type=proper Number=singular Case=sociative Owner_Number=singular Owner_Person=third | 1 |  |
Np-sq---s3s | Noun Type=proper Number=singular Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Np-sq---s3p | Noun Type=proper Number=singular Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Np-sq---p1 | Noun Type=proper Number=singular Case=sociative Owner_Number=plural Owner_Person=first | 1 |  |
Np-sq---p1s | Noun Type=proper Number=singular Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Np-sq---p1p | Noun Type=proper Number=singular Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Np-sq---p2 | Noun Type=proper Number=singular Case=sociative Owner_Number=plural Owner_Person=second | 1 |  |
Np-sq---p2s | Noun Type=proper Number=singular Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Np-sq---p2p | Noun Type=proper Number=singular Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Np-sq---p3 | Noun Type=proper Number=singular Case=sociative Owner_Number=plural Owner_Person=third | 1 |  |
Np-sq---p3s | Noun Type=proper Number=singular Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Np-sq---p3p | Noun Type=proper Number=singular Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Np-sy | Noun Type=proper Number=singular Case=factive | 1 | Kissé/Kiss |
Np-sy-----s | Noun Type=proper Number=singular Case=factive Owned_Number=singular | 1 |  |
Np-sy-----p | Noun Type=proper Number=singular Case=factive Owned_Number=plural | 1 |  |
Np-sy---s1 | Noun Type=proper Number=singular Case=factive Owner_Number=singular Owner_Person=first | 1 |  |
Np-sy---s1s | Noun Type=proper Number=singular Case=factive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Np-sy---s1p | Noun Type=proper Number=singular Case=factive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Np-sy---s2 | Noun Type=proper Number=singular Case=factive Owner_Number=singular Owner_Person=second | 1 |  |
Np-sy---s2s | Noun Type=proper Number=singular Case=factive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Np-sy---s2p | Noun Type=proper Number=singular Case=factive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Np-sy---s3 | Noun Type=proper Number=singular Case=factive Owner_Number=singular Owner_Person=third | 1 |  |
Np-sy---s3s | Noun Type=proper Number=singular Case=factive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Np-sy---s3p | Noun Type=proper Number=singular Case=factive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Np-sy---p1 | Noun Type=proper Number=singular Case=factive Owner_Number=plural Owner_Person=first | 1 |  |
Np-sy---p1s | Noun Type=proper Number=singular Case=factive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Np-sy---p1p | Noun Type=proper Number=singular Case=factive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Np-sy---p2 | Noun Type=proper Number=singular Case=factive Owner_Number=plural Owner_Person=second | 1 |  |
Np-sy---p2s | Noun Type=proper Number=singular Case=factive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Np-sy---p2p | Noun Type=proper Number=singular Case=factive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Np-sy---p3 | Noun Type=proper Number=singular Case=factive Owner_Number=plural Owner_Person=third | 1 |  |
Np-sy---p3s | Noun Type=proper Number=singular Case=factive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Np-sy---p3p | Noun Type=proper Number=singular Case=factive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Np-sp | Noun Type=proper Number=singular Case=superessive | 42 | Zalaegerszegen/Zalaegerszeg, Tisza-tavon/Tisza-tó, Tiszán/Tisza, Tatabányán/Tatabánya, Szombathelyen/Szombathely |
Np-sp-----s | Noun Type=proper Number=singular Case=superessive Owned_Number=singular | 1 |  |
Np-sp-----p | Noun Type=proper Number=singular Case=superessive Owned_Number=plural | 1 |  |
Np-sp---s1 | Noun Type=proper Number=singular Case=superessive Owner_Number=singular Owner_Person=first | 1 |  |
Np-sp---s1s | Noun Type=proper Number=singular Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Np-sp---s1p | Noun Type=proper Number=singular Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Np-sp---s2 | Noun Type=proper Number=singular Case=superessive Owner_Number=singular Owner_Person=second | 1 |  |
Np-sp---s2s | Noun Type=proper Number=singular Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Np-sp---s2p | Noun Type=proper Number=singular Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Np-sp---s3 | Noun Type=proper Number=singular Case=superessive Owner_Number=singular Owner_Person=third | 1 |  |
Np-sp---s3s | Noun Type=proper Number=singular Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Np-sp---s3p | Noun Type=proper Number=singular Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Np-sp---p1 | Noun Type=proper Number=singular Case=superessive Owner_Number=plural Owner_Person=first | 1 |  |
Np-sp---p1s | Noun Type=proper Number=singular Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Np-sp---p1p | Noun Type=proper Number=singular Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Np-sp---p2 | Noun Type=proper Number=singular Case=superessive Owner_Number=plural Owner_Person=second | 1 |  |
Np-sp---p2s | Noun Type=proper Number=singular Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Np-sp---p2p | Noun Type=proper Number=singular Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Np-sp---p3 | Noun Type=proper Number=singular Case=superessive Owner_Number=plural Owner_Person=third | 1 |  |
Np-sp---p3s | Noun Type=proper Number=singular Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Np-sp---p3p | Noun Type=proper Number=singular Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Np-su | Noun Type=proper Number=singular Case=distributive | 1 |  |
Np-su-----s | Noun Type=proper Number=singular Case=distributive Owned_Number=singular | 1 |  |
Np-su-----p | Noun Type=proper Number=singular Case=distributive Owned_Number=plural | 1 |  |
Np-su---s1 | Noun Type=proper Number=singular Case=distributive Owner_Number=singular Owner_Person=first | 1 |  |
Np-su---s1s | Noun Type=proper Number=singular Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Np-su---s1p | Noun Type=proper Number=singular Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Np-su---s2 | Noun Type=proper Number=singular Case=distributive Owner_Number=singular Owner_Person=second | 1 |  |
Np-su---s2s | Noun Type=proper Number=singular Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Np-su---s2p | Noun Type=proper Number=singular Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Np-su---s3 | Noun Type=proper Number=singular Case=distributive Owner_Number=singular Owner_Person=third | 1 |  |
Np-su---s3s | Noun Type=proper Number=singular Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Np-su---s3p | Noun Type=proper Number=singular Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Np-su---p1 | Noun Type=proper Number=singular Case=distributive Owner_Number=plural Owner_Person=first | 1 |  |
Np-su---p1s | Noun Type=proper Number=singular Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Np-su---p1p | Noun Type=proper Number=singular Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Np-su---p2 | Noun Type=proper Number=singular Case=distributive Owner_Number=plural Owner_Person=second | 1 |  |
Np-su---p2s | Noun Type=proper Number=singular Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Np-su---p2p | Noun Type=proper Number=singular Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Np-su---p3 | Noun Type=proper Number=singular Case=distributive Owner_Number=plural Owner_Person=third | 1 |  |
Np-su---p3s | Noun Type=proper Number=singular Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Np-su---p3p | Noun Type=proper Number=singular Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Np-sf | Noun Type=proper Number=singular Case=essive-formal | 1 |  |
Np-sf-----s | Noun Type=proper Number=singular Case=essive-formal Owned_Number=singular | 1 |  |
Np-sf-----p | Noun Type=proper Number=singular Case=essive-formal Owned_Number=plural | 1 |  |
Np-sf---s1 | Noun Type=proper Number=singular Case=essive-formal Owner_Number=singular Owner_Person=first | 1 |  |
Np-sf---s1s | Noun Type=proper Number=singular Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Np-sf---s1p | Noun Type=proper Number=singular Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Np-sf---s2 | Noun Type=proper Number=singular Case=essive-formal Owner_Number=singular Owner_Person=second | 1 |  |
Np-sf---s2s | Noun Type=proper Number=singular Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Np-sf---s2p | Noun Type=proper Number=singular Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Np-sf---s3 | Noun Type=proper Number=singular Case=essive-formal Owner_Number=singular Owner_Person=third | 1 |  |
Np-sf---s3s | Noun Type=proper Number=singular Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Np-sf---s3p | Noun Type=proper Number=singular Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Np-sf---p1 | Noun Type=proper Number=singular Case=essive-formal Owner_Number=plural Owner_Person=first | 1 |  |
Np-sf---p1s | Noun Type=proper Number=singular Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Np-sf---p1p | Noun Type=proper Number=singular Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Np-sf---p2 | Noun Type=proper Number=singular Case=essive-formal Owner_Number=plural Owner_Person=second | 1 |  |
Np-sf---p2s | Noun Type=proper Number=singular Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Np-sf---p2p | Noun Type=proper Number=singular Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Np-sf---p3 | Noun Type=proper Number=singular Case=essive-formal Owner_Number=plural Owner_Person=third | 1 |  |
Np-sf---p3s | Noun Type=proper Number=singular Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Np-sf---p3p | Noun Type=proper Number=singular Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Np-pn | Noun Type=proper Number=plural Case=nominative | 3 | Zoltánok/Zoltán, Suzuki-eladások/Suzuki-eladás, Csabák/Csaba |
Np-pn-----s | Noun Type=proper Number=plural Case=nominative Owned_Number=singular | 1 |  |
Np-pn-----p | Noun Type=proper Number=plural Case=nominative Owned_Number=plural | 1 |  |
Np-pn---s1 | Noun Type=proper Number=plural Case=nominative Owner_Number=singular Owner_Person=first | 1 |  |
Np-pn---s1s | Noun Type=proper Number=plural Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Np-pn---s1p | Noun Type=proper Number=plural Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Np-pn---s2 | Noun Type=proper Number=plural Case=nominative Owner_Number=singular Owner_Person=second | 1 |  |
Np-pn---s2s | Noun Type=proper Number=plural Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Np-pn---s2p | Noun Type=proper Number=plural Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Np-pn---s3 | Noun Type=proper Number=plural Case=nominative Owner_Number=singular Owner_Person=third | 5 | Torontói/Toronto, Tihanyi/Tihany, Ontariói/Ontario, Mozart-szerelmesei/Mozart-szerelmes, Cannes-i/Cannes |
Np-pn---s3s | Noun Type=proper Number=plural Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Np-pn---s3p | Noun Type=proper Number=plural Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Np-pn---p1 | Noun Type=proper Number=plural Case=nominative Owner_Number=plural Owner_Person=first | 1 |  |
Np-pn---p1s | Noun Type=proper Number=plural Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Np-pn---p1p | Noun Type=proper Number=plural Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Np-pn---p2 | Noun Type=proper Number=plural Case=nominative Owner_Number=plural Owner_Person=second | 1 |  |
Np-pn---p2s | Noun Type=proper Number=plural Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Np-pn---p2p | Noun Type=proper Number=plural Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Np-pn---p3 | Noun Type=proper Number=plural Case=nominative Owner_Number=plural Owner_Person=third | 1 |  |
Np-pn---p3s | Noun Type=proper Number=plural Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Np-pn---p3p | Noun Type=proper Number=plural Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Np-pg | Noun Type=proper Number=plural Case=genitive | 1 |  |
Np-pg-----s | Noun Type=proper Number=plural Case=genitive Owned_Number=singular | 1 |  |
Np-pg-----p | Noun Type=proper Number=plural Case=genitive Owned_Number=plural | 1 |  |
Np-pg---s1 | Noun Type=proper Number=plural Case=genitive Owner_Number=singular Owner_Person=first | 1 |  |
Np-pg---s1s | Noun Type=proper Number=plural Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Np-pg---s1p | Noun Type=proper Number=plural Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Np-pg---s2 | Noun Type=proper Number=plural Case=genitive Owner_Number=singular Owner_Person=second | 1 |  |
Np-pg---s2s | Noun Type=proper Number=plural Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Np-pg---s2p | Noun Type=proper Number=plural Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Np-pg---s3 | Noun Type=proper Number=plural Case=genitive Owner_Number=singular Owner_Person=third | 1 |  |
Np-pg---s3s | Noun Type=proper Number=plural Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Np-pg---s3p | Noun Type=proper Number=plural Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Np-pg---p1 | Noun Type=proper Number=plural Case=genitive Owner_Number=plural Owner_Person=first | 1 |  |
Np-pg---p1s | Noun Type=proper Number=plural Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Np-pg---p1p | Noun Type=proper Number=plural Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Np-pg---p2 | Noun Type=proper Number=plural Case=genitive Owner_Number=plural Owner_Person=second | 1 |  |
Np-pg---p2s | Noun Type=proper Number=plural Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Np-pg---p2p | Noun Type=proper Number=plural Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Np-pg---p3 | Noun Type=proper Number=plural Case=genitive Owner_Number=plural Owner_Person=third | 1 |  |
Np-pg---p3s | Noun Type=proper Number=plural Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Np-pg---p3p | Noun Type=proper Number=plural Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Np-pd | Noun Type=proper Number=plural Case=dative | 1 |  |
Np-pd-----s | Noun Type=proper Number=plural Case=dative Owned_Number=singular | 1 |  |
Np-pd-----p | Noun Type=proper Number=plural Case=dative Owned_Number=plural | 1 |  |
Np-pd---s1 | Noun Type=proper Number=plural Case=dative Owner_Number=singular Owner_Person=first | 1 |  |
Np-pd---s1s | Noun Type=proper Number=plural Case=dative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Np-pd---s1p | Noun Type=proper Number=plural Case=dative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Np-pd---s2 | Noun Type=proper Number=plural Case=dative Owner_Number=singular Owner_Person=second | 1 |  |
Np-pd---s2s | Noun Type=proper Number=plural Case=dative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Np-pd---s2p | Noun Type=proper Number=plural Case=dative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Np-pd---s3 | Noun Type=proper Number=plural Case=dative Owner_Number=singular Owner_Person=third | 1 |  |
Np-pd---s3s | Noun Type=proper Number=plural Case=dative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Np-pd---s3p | Noun Type=proper Number=plural Case=dative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Np-pd---p1 | Noun Type=proper Number=plural Case=dative Owner_Number=plural Owner_Person=first | 1 |  |
Np-pd---p1s | Noun Type=proper Number=plural Case=dative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Np-pd---p1p | Noun Type=proper Number=plural Case=dative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Np-pd---p2 | Noun Type=proper Number=plural Case=dative Owner_Number=plural Owner_Person=second | 1 |  |
Np-pd---p2s | Noun Type=proper Number=plural Case=dative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Np-pd---p2p | Noun Type=proper Number=plural Case=dative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Np-pd---p3 | Noun Type=proper Number=plural Case=dative Owner_Number=plural Owner_Person=third | 1 |  |
Np-pd---p3s | Noun Type=proper Number=plural Case=dative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Np-pd---p3p | Noun Type=proper Number=plural Case=dative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Np-pa | Noun Type=proper Number=plural Case=accusative | 1 | Kossuth-díjakat/Kossuth-díj |
Np-pa-----s | Noun Type=proper Number=plural Case=accusative Owned_Number=singular | 1 | Gyöngyikét/Gyöngyi |
Np-pa-----p | Noun Type=proper Number=plural Case=accusative Owned_Number=plural | 1 |  |
Np-pa---s1 | Noun Type=proper Number=plural Case=accusative Owner_Number=singular Owner_Person=first | 1 |  |
Np-pa---s1s | Noun Type=proper Number=plural Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Np-pa---s1p | Noun Type=proper Number=plural Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Np-pa---s2 | Noun Type=proper Number=plural Case=accusative Owner_Number=singular Owner_Person=second | 1 |  |
Np-pa---s2s | Noun Type=proper Number=plural Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Np-pa---s2p | Noun Type=proper Number=plural Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Np-pa---s3 | Noun Type=proper Number=plural Case=accusative Owner_Number=singular Owner_Person=third | 1 |  |
Np-pa---s3s | Noun Type=proper Number=plural Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Np-pa---s3p | Noun Type=proper Number=plural Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Np-pa---p1 | Noun Type=proper Number=plural Case=accusative Owner_Number=plural Owner_Person=first | 1 |  |
Np-pa---p1s | Noun Type=proper Number=plural Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Np-pa---p1p | Noun Type=proper Number=plural Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Np-pa---p2 | Noun Type=proper Number=plural Case=accusative Owner_Number=plural Owner_Person=second | 1 |  |
Np-pa---p2s | Noun Type=proper Number=plural Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Np-pa---p2p | Noun Type=proper Number=plural Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Np-pa---p3 | Noun Type=proper Number=plural Case=accusative Owner_Number=plural Owner_Person=third | 1 | Kossuth-díjaikat/Kossuth-díj |
Np-pa---p3s | Noun Type=proper Number=plural Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Np-pa---p3p | Noun Type=proper Number=plural Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Np-pi | Noun Type=proper Number=plural Case=instrumental | 1 |  |
Np-pi-----s | Noun Type=proper Number=plural Case=instrumental Owned_Number=singular | 1 |  |
Np-pi-----p | Noun Type=proper Number=plural Case=instrumental Owned_Number=plural | 1 |  |
Np-pi---s1 | Noun Type=proper Number=plural Case=instrumental Owner_Number=singular Owner_Person=first | 1 |  |
Np-pi---s1s | Noun Type=proper Number=plural Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Np-pi---s1p | Noun Type=proper Number=plural Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Np-pi---s2 | Noun Type=proper Number=plural Case=instrumental Owner_Number=singular Owner_Person=second | 1 |  |
Np-pi---s2s | Noun Type=proper Number=plural Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Np-pi---s2p | Noun Type=proper Number=plural Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Np-pi---s3 | Noun Type=proper Number=plural Case=instrumental Owner_Number=singular Owner_Person=third | 1 | Wagner-rendezéseivel/Wagner-rendezés |
Np-pi---s3s | Noun Type=proper Number=plural Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Np-pi---s3p | Noun Type=proper Number=plural Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Np-pi---p1 | Noun Type=proper Number=plural Case=instrumental Owner_Number=plural Owner_Person=first | 1 |  |
Np-pi---p1s | Noun Type=proper Number=plural Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Np-pi---p1p | Noun Type=proper Number=plural Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Np-pi---p2 | Noun Type=proper Number=plural Case=instrumental Owner_Number=plural Owner_Person=second | 1 |  |
Np-pi---p2s | Noun Type=proper Number=plural Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Np-pi---p2p | Noun Type=proper Number=plural Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Np-pi---p3 | Noun Type=proper Number=plural Case=instrumental Owner_Number=plural Owner_Person=third | 1 |  |
Np-pi---p3s | Noun Type=proper Number=plural Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Np-pi---p3p | Noun Type=proper Number=plural Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Np-px | Noun Type=proper Number=plural Case=illative | 1 |  |
Np-px-----s | Noun Type=proper Number=plural Case=illative Owned_Number=singular | 1 |  |
Np-px-----p | Noun Type=proper Number=plural Case=illative Owned_Number=plural | 1 |  |
Np-px---s1 | Noun Type=proper Number=plural Case=illative Owner_Number=singular Owner_Person=first | 1 |  |
Np-px---s1s | Noun Type=proper Number=plural Case=illative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Np-px---s1p | Noun Type=proper Number=plural Case=illative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Np-px---s2 | Noun Type=proper Number=plural Case=illative Owner_Number=singular Owner_Person=second | 1 |  |
Np-px---s2s | Noun Type=proper Number=plural Case=illative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Np-px---s2p | Noun Type=proper Number=plural Case=illative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Np-px---s3 | Noun Type=proper Number=plural Case=illative Owner_Number=singular Owner_Person=third | 1 |  |
Np-px---s3s | Noun Type=proper Number=plural Case=illative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Np-px---s3p | Noun Type=proper Number=plural Case=illative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Np-px---p1 | Noun Type=proper Number=plural Case=illative Owner_Number=plural Owner_Person=first | 1 |  |
Np-px---p1s | Noun Type=proper Number=plural Case=illative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Np-px---p1p | Noun Type=proper Number=plural Case=illative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Np-px---p2 | Noun Type=proper Number=plural Case=illative Owner_Number=plural Owner_Person=second | 1 |  |
Np-px---p2s | Noun Type=proper Number=plural Case=illative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Np-px---p2p | Noun Type=proper Number=plural Case=illative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Np-px---p3 | Noun Type=proper Number=plural Case=illative Owner_Number=plural Owner_Person=third | 1 |  |
Np-px---p3s | Noun Type=proper Number=plural Case=illative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Np-px---p3p | Noun Type=proper Number=plural Case=illative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Np-p2 | Noun Type=proper Number=plural Case=inessive | 1 |  |
Np-p2-----s | Noun Type=proper Number=plural Case=inessive Owned_Number=singular | 1 |  |
Np-p2-----p | Noun Type=proper Number=plural Case=inessive Owned_Number=plural | 1 |  |
Np-p2---s1 | Noun Type=proper Number=plural Case=inessive Owner_Number=singular Owner_Person=first | 1 |  |
Np-p2---s1s | Noun Type=proper Number=plural Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Np-p2---s1p | Noun Type=proper Number=plural Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Np-p2---s2 | Noun Type=proper Number=plural Case=inessive Owner_Number=singular Owner_Person=second | 1 |  |
Np-p2---s2s | Noun Type=proper Number=plural Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Np-p2---s2p | Noun Type=proper Number=plural Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Np-p2---s3 | Noun Type=proper Number=plural Case=inessive Owner_Number=singular Owner_Person=third | 1 |  |
Np-p2---s3s | Noun Type=proper Number=plural Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Np-p2---s3p | Noun Type=proper Number=plural Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Np-p2---p1 | Noun Type=proper Number=plural Case=inessive Owner_Number=plural Owner_Person=first | 1 |  |
Np-p2---p1s | Noun Type=proper Number=plural Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Np-p2---p1p | Noun Type=proper Number=plural Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Np-p2---p2 | Noun Type=proper Number=plural Case=inessive Owner_Number=plural Owner_Person=second | 1 |  |
Np-p2---p2s | Noun Type=proper Number=plural Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Np-p2---p2p | Noun Type=proper Number=plural Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Np-p2---p3 | Noun Type=proper Number=plural Case=inessive Owner_Number=plural Owner_Person=third | 1 |  |
Np-p2---p3s | Noun Type=proper Number=plural Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Np-p2---p3p | Noun Type=proper Number=plural Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Np-pe | Noun Type=proper Number=plural Case=elative | 1 | K-országokból/K-ország |
Np-pe-----s | Noun Type=proper Number=plural Case=elative Owned_Number=singular | 1 |  |
Np-pe-----p | Noun Type=proper Number=plural Case=elative Owned_Number=plural | 1 |  |
Np-pe---s1 | Noun Type=proper Number=plural Case=elative Owner_Number=singular Owner_Person=first | 1 |  |
Np-pe---s1s | Noun Type=proper Number=plural Case=elative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Np-pe---s1p | Noun Type=proper Number=plural Case=elative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Np-pe---s2 | Noun Type=proper Number=plural Case=elative Owner_Number=singular Owner_Person=second | 1 |  |
Np-pe---s2s | Noun Type=proper Number=plural Case=elative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Np-pe---s2p | Noun Type=proper Number=plural Case=elative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Np-pe---s3 | Noun Type=proper Number=plural Case=elative Owner_Number=singular Owner_Person=third | 1 |  |
Np-pe---s3s | Noun Type=proper Number=plural Case=elative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Np-pe---s3p | Noun Type=proper Number=plural Case=elative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Np-pe---p1 | Noun Type=proper Number=plural Case=elative Owner_Number=plural Owner_Person=first | 1 |  |
Np-pe---p1s | Noun Type=proper Number=plural Case=elative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Np-pe---p1p | Noun Type=proper Number=plural Case=elative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Np-pe---p2 | Noun Type=proper Number=plural Case=elative Owner_Number=plural Owner_Person=second | 1 |  |
Np-pe---p2s | Noun Type=proper Number=plural Case=elative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Np-pe---p2p | Noun Type=proper Number=plural Case=elative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Np-pe---p3 | Noun Type=proper Number=plural Case=elative Owner_Number=plural Owner_Person=third | 1 |  |
Np-pe---p3s | Noun Type=proper Number=plural Case=elative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Np-pe---p3p | Noun Type=proper Number=plural Case=elative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Np-pt | Noun Type=proper Number=plural Case=allative | 1 |  |
Np-pt-----s | Noun Type=proper Number=plural Case=allative Owned_Number=singular | 1 |  |
Np-pt-----p | Noun Type=proper Number=plural Case=allative Owned_Number=plural | 1 |  |
Np-pt---s1 | Noun Type=proper Number=plural Case=allative Owner_Number=singular Owner_Person=first | 1 |  |
Np-pt---s1s | Noun Type=proper Number=plural Case=allative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Np-pt---s1p | Noun Type=proper Number=plural Case=allative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Np-pt---s2 | Noun Type=proper Number=plural Case=allative Owner_Number=singular Owner_Person=second | 1 |  |
Np-pt---s2s | Noun Type=proper Number=plural Case=allative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Np-pt---s2p | Noun Type=proper Number=plural Case=allative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Np-pt---s3 | Noun Type=proper Number=plural Case=allative Owner_Number=singular Owner_Person=third | 1 |  |
Np-pt---s3s | Noun Type=proper Number=plural Case=allative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Np-pt---s3p | Noun Type=proper Number=plural Case=allative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Np-pt---p1 | Noun Type=proper Number=plural Case=allative Owner_Number=plural Owner_Person=first | 1 |  |
Np-pt---p1s | Noun Type=proper Number=plural Case=allative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Np-pt---p1p | Noun Type=proper Number=plural Case=allative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Np-pt---p2 | Noun Type=proper Number=plural Case=allative Owner_Number=plural Owner_Person=second | 1 |  |
Np-pt---p2s | Noun Type=proper Number=plural Case=allative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Np-pt---p2p | Noun Type=proper Number=plural Case=allative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Np-pt---p3 | Noun Type=proper Number=plural Case=allative Owner_Number=plural Owner_Person=third | 1 |  |
Np-pt---p3s | Noun Type=proper Number=plural Case=allative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Np-pt---p3p | Noun Type=proper Number=plural Case=allative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Np-p3 | Noun Type=proper Number=plural Case=adessive | 1 |  |
Np-p3-----s | Noun Type=proper Number=plural Case=adessive Owned_Number=singular | 1 |  |
Np-p3-----p | Noun Type=proper Number=plural Case=adessive Owned_Number=plural | 1 |  |
Np-p3---s1 | Noun Type=proper Number=plural Case=adessive Owner_Number=singular Owner_Person=first | 1 |  |
Np-p3---s1s | Noun Type=proper Number=plural Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Np-p3---s1p | Noun Type=proper Number=plural Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Np-p3---s2 | Noun Type=proper Number=plural Case=adessive Owner_Number=singular Owner_Person=second | 1 |  |
Np-p3---s2s | Noun Type=proper Number=plural Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Np-p3---s2p | Noun Type=proper Number=plural Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Np-p3---s3 | Noun Type=proper Number=plural Case=adessive Owner_Number=singular Owner_Person=third | 1 |  |
Np-p3---s3s | Noun Type=proper Number=plural Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Np-p3---s3p | Noun Type=proper Number=plural Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Np-p3---p1 | Noun Type=proper Number=plural Case=adessive Owner_Number=plural Owner_Person=first | 1 |  |
Np-p3---p1s | Noun Type=proper Number=plural Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Np-p3---p1p | Noun Type=proper Number=plural Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Np-p3---p2 | Noun Type=proper Number=plural Case=adessive Owner_Number=plural Owner_Person=second | 1 |  |
Np-p3---p2s | Noun Type=proper Number=plural Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Np-p3---p2p | Noun Type=proper Number=plural Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Np-p3---p3 | Noun Type=proper Number=plural Case=adessive Owner_Number=plural Owner_Person=third | 1 |  |
Np-p3---p3s | Noun Type=proper Number=plural Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Np-p3---p3p | Noun Type=proper Number=plural Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Np-pb | Noun Type=proper Number=plural Case=ablative | 1 |  |
Np-pb-----s | Noun Type=proper Number=plural Case=ablative Owned_Number=singular | 1 |  |
Np-pb-----p | Noun Type=proper Number=plural Case=ablative Owned_Number=plural | 1 |  |
Np-pb---s1 | Noun Type=proper Number=plural Case=ablative Owner_Number=singular Owner_Person=first | 1 |  |
Np-pb---s1s | Noun Type=proper Number=plural Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Np-pb---s1p | Noun Type=proper Number=plural Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Np-pb---s2 | Noun Type=proper Number=plural Case=ablative Owner_Number=singular Owner_Person=second | 1 |  |
Np-pb---s2s | Noun Type=proper Number=plural Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Np-pb---s2p | Noun Type=proper Number=plural Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Np-pb---s3 | Noun Type=proper Number=plural Case=ablative Owner_Number=singular Owner_Person=third | 1 |  |
Np-pb---s3s | Noun Type=proper Number=plural Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Np-pb---s3p | Noun Type=proper Number=plural Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Np-pb---p1 | Noun Type=proper Number=plural Case=ablative Owner_Number=plural Owner_Person=first | 1 |  |
Np-pb---p1s | Noun Type=proper Number=plural Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Np-pb---p1p | Noun Type=proper Number=plural Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Np-pb---p2 | Noun Type=proper Number=plural Case=ablative Owner_Number=plural Owner_Person=second | 1 |  |
Np-pb---p2s | Noun Type=proper Number=plural Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Np-pb---p2p | Noun Type=proper Number=plural Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Np-pb---p3 | Noun Type=proper Number=plural Case=ablative Owner_Number=plural Owner_Person=third | 1 |  |
Np-pb---p3s | Noun Type=proper Number=plural Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Np-pb---p3p | Noun Type=proper Number=plural Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Np-p9 | Noun Type=proper Number=plural Case=terminative | 1 | Kennedy-testvérekig/Kennedy-testvér |
Np-p9-----s | Noun Type=proper Number=plural Case=terminative Owned_Number=singular | 1 |  |
Np-p9-----p | Noun Type=proper Number=plural Case=terminative Owned_Number=plural | 1 |  |
Np-p9---s1 | Noun Type=proper Number=plural Case=terminative Owner_Number=singular Owner_Person=first | 1 |  |
Np-p9---s1s | Noun Type=proper Number=plural Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Np-p9---s1p | Noun Type=proper Number=plural Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Np-p9---s2 | Noun Type=proper Number=plural Case=terminative Owner_Number=singular Owner_Person=second | 1 |  |
Np-p9---s2s | Noun Type=proper Number=plural Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Np-p9---s2p | Noun Type=proper Number=plural Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Np-p9---s3 | Noun Type=proper Number=plural Case=terminative Owner_Number=singular Owner_Person=third | 1 |  |
Np-p9---s3s | Noun Type=proper Number=plural Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Np-p9---s3p | Noun Type=proper Number=plural Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Np-p9---p1 | Noun Type=proper Number=plural Case=terminative Owner_Number=plural Owner_Person=first | 1 |  |
Np-p9---p1s | Noun Type=proper Number=plural Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Np-p9---p1p | Noun Type=proper Number=plural Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Np-p9---p2 | Noun Type=proper Number=plural Case=terminative Owner_Number=plural Owner_Person=second | 1 |  |
Np-p9---p2s | Noun Type=proper Number=plural Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Np-p9---p2p | Noun Type=proper Number=plural Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Np-p9---p3 | Noun Type=proper Number=plural Case=terminative Owner_Number=plural Owner_Person=third | 1 |  |
Np-p9---p3s | Noun Type=proper Number=plural Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Np-p9---p3p | Noun Type=proper Number=plural Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Np-pw | Noun Type=proper Number=plural Case=essive | 1 |  |
Np-pw-----s | Noun Type=proper Number=plural Case=essive Owned_Number=singular | 1 |  |
Np-pw-----p | Noun Type=proper Number=plural Case=essive Owned_Number=plural | 1 |  |
Np-pw---s1 | Noun Type=proper Number=plural Case=essive Owner_Number=singular Owner_Person=first | 1 |  |
Np-pw---s1s | Noun Type=proper Number=plural Case=essive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Np-pw---s1p | Noun Type=proper Number=plural Case=essive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Np-pw---s2 | Noun Type=proper Number=plural Case=essive Owner_Number=singular Owner_Person=second | 1 |  |
Np-pw---s2s | Noun Type=proper Number=plural Case=essive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Np-pw---s2p | Noun Type=proper Number=plural Case=essive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Np-pw---s3 | Noun Type=proper Number=plural Case=essive Owner_Number=singular Owner_Person=third | 1 |  |
Np-pw---s3s | Noun Type=proper Number=plural Case=essive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Np-pw---s3p | Noun Type=proper Number=plural Case=essive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Np-pw---p1 | Noun Type=proper Number=plural Case=essive Owner_Number=plural Owner_Person=first | 1 |  |
Np-pw---p1s | Noun Type=proper Number=plural Case=essive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Np-pw---p1p | Noun Type=proper Number=plural Case=essive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Np-pw---p2 | Noun Type=proper Number=plural Case=essive Owner_Number=plural Owner_Person=second | 1 |  |
Np-pw---p2s | Noun Type=proper Number=plural Case=essive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Np-pw---p2p | Noun Type=proper Number=plural Case=essive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Np-pw---p3 | Noun Type=proper Number=plural Case=essive Owner_Number=plural Owner_Person=third | 1 |  |
Np-pw---p3s | Noun Type=proper Number=plural Case=essive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Np-pw---p3p | Noun Type=proper Number=plural Case=essive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Np-pm | Noun Type=proper Number=plural Case=temporalis | 1 |  |
Np-pm-----s | Noun Type=proper Number=plural Case=temporalis Owned_Number=singular | 1 |  |
Np-pm-----p | Noun Type=proper Number=plural Case=temporalis Owned_Number=plural | 1 |  |
Np-pm---s1 | Noun Type=proper Number=plural Case=temporalis Owner_Number=singular Owner_Person=first | 1 |  |
Np-pm---s1s | Noun Type=proper Number=plural Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Np-pm---s1p | Noun Type=proper Number=plural Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Np-pm---s2 | Noun Type=proper Number=plural Case=temporalis Owner_Number=singular Owner_Person=second | 1 |  |
Np-pm---s2s | Noun Type=proper Number=plural Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Np-pm---s2p | Noun Type=proper Number=plural Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Np-pm---s3 | Noun Type=proper Number=plural Case=temporalis Owner_Number=singular Owner_Person=third | 1 |  |
Np-pm---s3s | Noun Type=proper Number=plural Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Np-pm---s3p | Noun Type=proper Number=plural Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Np-pm---p1 | Noun Type=proper Number=plural Case=temporalis Owner_Number=plural Owner_Person=first | 1 |  |
Np-pm---p1s | Noun Type=proper Number=plural Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Np-pm---p1p | Noun Type=proper Number=plural Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Np-pm---p2 | Noun Type=proper Number=plural Case=temporalis Owner_Number=plural Owner_Person=second | 1 |  |
Np-pm---p2s | Noun Type=proper Number=plural Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Np-pm---p2p | Noun Type=proper Number=plural Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Np-pm---p3 | Noun Type=proper Number=plural Case=temporalis Owner_Number=plural Owner_Person=third | 1 |  |
Np-pm---p3s | Noun Type=proper Number=plural Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Np-pm---p3p | Noun Type=proper Number=plural Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Np-pc | Noun Type=proper Number=plural Case=causalis | 1 |  |
Np-pc-----s | Noun Type=proper Number=plural Case=causalis Owned_Number=singular | 1 |  |
Np-pc-----p | Noun Type=proper Number=plural Case=causalis Owned_Number=plural | 1 |  |
Np-pc---s1 | Noun Type=proper Number=plural Case=causalis Owner_Number=singular Owner_Person=first | 1 |  |
Np-pc---s1s | Noun Type=proper Number=plural Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Np-pc---s1p | Noun Type=proper Number=plural Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Np-pc---s2 | Noun Type=proper Number=plural Case=causalis Owner_Number=singular Owner_Person=second | 1 |  |
Np-pc---s2s | Noun Type=proper Number=plural Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Np-pc---s2p | Noun Type=proper Number=plural Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Np-pc---s3 | Noun Type=proper Number=plural Case=causalis Owner_Number=singular Owner_Person=third | 1 |  |
Np-pc---s3s | Noun Type=proper Number=plural Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Np-pc---s3p | Noun Type=proper Number=plural Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Np-pc---p1 | Noun Type=proper Number=plural Case=causalis Owner_Number=plural Owner_Person=first | 1 |  |
Np-pc---p1s | Noun Type=proper Number=plural Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Np-pc---p1p | Noun Type=proper Number=plural Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Np-pc---p2 | Noun Type=proper Number=plural Case=causalis Owner_Number=plural Owner_Person=second | 1 |  |
Np-pc---p2s | Noun Type=proper Number=plural Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Np-pc---p2p | Noun Type=proper Number=plural Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Np-pc---p3 | Noun Type=proper Number=plural Case=causalis Owner_Number=plural Owner_Person=third | 1 |  |
Np-pc---p3s | Noun Type=proper Number=plural Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Np-pc---p3p | Noun Type=proper Number=plural Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Np-ps | Noun Type=proper Number=plural Case=sublative | 1 |  |
Np-ps-----s | Noun Type=proper Number=plural Case=sublative Owned_Number=singular | 1 |  |
Np-ps-----p | Noun Type=proper Number=plural Case=sublative Owned_Number=plural | 1 |  |
Np-ps---s1 | Noun Type=proper Number=plural Case=sublative Owner_Number=singular Owner_Person=first | 1 |  |
Np-ps---s1s | Noun Type=proper Number=plural Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Np-ps---s1p | Noun Type=proper Number=plural Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Np-ps---s2 | Noun Type=proper Number=plural Case=sublative Owner_Number=singular Owner_Person=second | 1 |  |
Np-ps---s2s | Noun Type=proper Number=plural Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Np-ps---s2p | Noun Type=proper Number=plural Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Np-ps---s3 | Noun Type=proper Number=plural Case=sublative Owner_Number=singular Owner_Person=third | 1 |  |
Np-ps---s3s | Noun Type=proper Number=plural Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Np-ps---s3p | Noun Type=proper Number=plural Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Np-ps---p1 | Noun Type=proper Number=plural Case=sublative Owner_Number=plural Owner_Person=first | 1 |  |
Np-ps---p1s | Noun Type=proper Number=plural Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Np-ps---p1p | Noun Type=proper Number=plural Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Np-ps---p2 | Noun Type=proper Number=plural Case=sublative Owner_Number=plural Owner_Person=second | 1 |  |
Np-ps---p2s | Noun Type=proper Number=plural Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Np-ps---p2p | Noun Type=proper Number=plural Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Np-ps---p3 | Noun Type=proper Number=plural Case=sublative Owner_Number=plural Owner_Person=third | 1 |  |
Np-ps---p3s | Noun Type=proper Number=plural Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Np-ps---p3p | Noun Type=proper Number=plural Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Np-ph | Noun Type=proper Number=plural Case=delative | 1 |  |
Np-ph-----s | Noun Type=proper Number=plural Case=delative Owned_Number=singular | 1 |  |
Np-ph-----p | Noun Type=proper Number=plural Case=delative Owned_Number=plural | 1 |  |
Np-ph---s1 | Noun Type=proper Number=plural Case=delative Owner_Number=singular Owner_Person=first | 1 |  |
Np-ph---s1s | Noun Type=proper Number=plural Case=delative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Np-ph---s1p | Noun Type=proper Number=plural Case=delative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Np-ph---s2 | Noun Type=proper Number=plural Case=delative Owner_Number=singular Owner_Person=second | 1 |  |
Np-ph---s2s | Noun Type=proper Number=plural Case=delative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Np-ph---s2p | Noun Type=proper Number=plural Case=delative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Np-ph---s3 | Noun Type=proper Number=plural Case=delative Owner_Number=singular Owner_Person=third | 1 |  |
Np-ph---s3s | Noun Type=proper Number=plural Case=delative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Np-ph---s3p | Noun Type=proper Number=plural Case=delative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Np-ph---p1 | Noun Type=proper Number=plural Case=delative Owner_Number=plural Owner_Person=first | 1 |  |
Np-ph---p1s | Noun Type=proper Number=plural Case=delative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Np-ph---p1p | Noun Type=proper Number=plural Case=delative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Np-ph---p2 | Noun Type=proper Number=plural Case=delative Owner_Number=plural Owner_Person=second | 1 |  |
Np-ph---p2s | Noun Type=proper Number=plural Case=delative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Np-ph---p2p | Noun Type=proper Number=plural Case=delative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Np-ph---p3 | Noun Type=proper Number=plural Case=delative Owner_Number=plural Owner_Person=third | 1 |  |
Np-ph---p3s | Noun Type=proper Number=plural Case=delative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Np-ph---p3p | Noun Type=proper Number=plural Case=delative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Np-pq | Noun Type=proper Number=plural Case=sociative | 1 |  |
Np-pq-----s | Noun Type=proper Number=plural Case=sociative Owned_Number=singular | 1 |  |
Np-pq-----p | Noun Type=proper Number=plural Case=sociative Owned_Number=plural | 1 |  |
Np-pq---s1 | Noun Type=proper Number=plural Case=sociative Owner_Number=singular Owner_Person=first | 1 |  |
Np-pq---s1s | Noun Type=proper Number=plural Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Np-pq---s1p | Noun Type=proper Number=plural Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Np-pq---s2 | Noun Type=proper Number=plural Case=sociative Owner_Number=singular Owner_Person=second | 1 |  |
Np-pq---s2s | Noun Type=proper Number=plural Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Np-pq---s2p | Noun Type=proper Number=plural Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Np-pq---s3 | Noun Type=proper Number=plural Case=sociative Owner_Number=singular Owner_Person=third | 1 |  |
Np-pq---s3s | Noun Type=proper Number=plural Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Np-pq---s3p | Noun Type=proper Number=plural Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Np-pq---p1 | Noun Type=proper Number=plural Case=sociative Owner_Number=plural Owner_Person=first | 1 |  |
Np-pq---p1s | Noun Type=proper Number=plural Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Np-pq---p1p | Noun Type=proper Number=plural Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Np-pq---p2 | Noun Type=proper Number=plural Case=sociative Owner_Number=plural Owner_Person=second | 1 |  |
Np-pq---p2s | Noun Type=proper Number=plural Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Np-pq---p2p | Noun Type=proper Number=plural Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Np-pq---p3 | Noun Type=proper Number=plural Case=sociative Owner_Number=plural Owner_Person=third | 1 |  |
Np-pq---p3s | Noun Type=proper Number=plural Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Np-pq---p3p | Noun Type=proper Number=plural Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Np-py | Noun Type=proper Number=plural Case=factive | 1 |  |
Np-py-----s | Noun Type=proper Number=plural Case=factive Owned_Number=singular | 1 |  |
Np-py-----p | Noun Type=proper Number=plural Case=factive Owned_Number=plural | 1 |  |
Np-py---s1 | Noun Type=proper Number=plural Case=factive Owner_Number=singular Owner_Person=first | 1 |  |
Np-py---s1s | Noun Type=proper Number=plural Case=factive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Np-py---s1p | Noun Type=proper Number=plural Case=factive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Np-py---s2 | Noun Type=proper Number=plural Case=factive Owner_Number=singular Owner_Person=second | 1 |  |
Np-py---s2s | Noun Type=proper Number=plural Case=factive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Np-py---s2p | Noun Type=proper Number=plural Case=factive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Np-py---s3 | Noun Type=proper Number=plural Case=factive Owner_Number=singular Owner_Person=third | 1 |  |
Np-py---s3s | Noun Type=proper Number=plural Case=factive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Np-py---s3p | Noun Type=proper Number=plural Case=factive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Np-py---p1 | Noun Type=proper Number=plural Case=factive Owner_Number=plural Owner_Person=first | 1 |  |
Np-py---p1s | Noun Type=proper Number=plural Case=factive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Np-py---p1p | Noun Type=proper Number=plural Case=factive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Np-py---p2 | Noun Type=proper Number=plural Case=factive Owner_Number=plural Owner_Person=second | 1 |  |
Np-py---p2s | Noun Type=proper Number=plural Case=factive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Np-py---p2p | Noun Type=proper Number=plural Case=factive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Np-py---p3 | Noun Type=proper Number=plural Case=factive Owner_Number=plural Owner_Person=third | 1 |  |
Np-py---p3s | Noun Type=proper Number=plural Case=factive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Np-py---p3p | Noun Type=proper Number=plural Case=factive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Np-pp | Noun Type=proper Number=plural Case=superessive | 1 |  |
Np-pp-----s | Noun Type=proper Number=plural Case=superessive Owned_Number=singular | 1 |  |
Np-pp-----p | Noun Type=proper Number=plural Case=superessive Owned_Number=plural | 1 |  |
Np-pp---s1 | Noun Type=proper Number=plural Case=superessive Owner_Number=singular Owner_Person=first | 1 |  |
Np-pp---s1s | Noun Type=proper Number=plural Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Np-pp---s1p | Noun Type=proper Number=plural Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Np-pp---s2 | Noun Type=proper Number=plural Case=superessive Owner_Number=singular Owner_Person=second | 1 |  |
Np-pp---s2s | Noun Type=proper Number=plural Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Np-pp---s2p | Noun Type=proper Number=plural Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Np-pp---s3 | Noun Type=proper Number=plural Case=superessive Owner_Number=singular Owner_Person=third | 1 |  |
Np-pp---s3s | Noun Type=proper Number=plural Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Np-pp---s3p | Noun Type=proper Number=plural Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Np-pp---p1 | Noun Type=proper Number=plural Case=superessive Owner_Number=plural Owner_Person=first | 1 |  |
Np-pp---p1s | Noun Type=proper Number=plural Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Np-pp---p1p | Noun Type=proper Number=plural Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Np-pp---p2 | Noun Type=proper Number=plural Case=superessive Owner_Number=plural Owner_Person=second | 1 |  |
Np-pp---p2s | Noun Type=proper Number=plural Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Np-pp---p2p | Noun Type=proper Number=plural Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Np-pp---p3 | Noun Type=proper Number=plural Case=superessive Owner_Number=plural Owner_Person=third | 1 |  |
Np-pp---p3s | Noun Type=proper Number=plural Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Np-pp---p3p | Noun Type=proper Number=plural Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Np-pu | Noun Type=proper Number=plural Case=distributive | 1 |  |
Np-pu-----s | Noun Type=proper Number=plural Case=distributive Owned_Number=singular | 1 |  |
Np-pu-----p | Noun Type=proper Number=plural Case=distributive Owned_Number=plural | 1 |  |
Np-pu---s1 | Noun Type=proper Number=plural Case=distributive Owner_Number=singular Owner_Person=first | 1 |  |
Np-pu---s1s | Noun Type=proper Number=plural Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Np-pu---s1p | Noun Type=proper Number=plural Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Np-pu---s2 | Noun Type=proper Number=plural Case=distributive Owner_Number=singular Owner_Person=second | 1 |  |
Np-pu---s2s | Noun Type=proper Number=plural Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Np-pu---s2p | Noun Type=proper Number=plural Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Np-pu---s3 | Noun Type=proper Number=plural Case=distributive Owner_Number=singular Owner_Person=third | 1 |  |
Np-pu---s3s | Noun Type=proper Number=plural Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Np-pu---s3p | Noun Type=proper Number=plural Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Np-pu---p1 | Noun Type=proper Number=plural Case=distributive Owner_Number=plural Owner_Person=first | 1 |  |
Np-pu---p1s | Noun Type=proper Number=plural Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Np-pu---p1p | Noun Type=proper Number=plural Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Np-pu---p2 | Noun Type=proper Number=plural Case=distributive Owner_Number=plural Owner_Person=second | 1 |  |
Np-pu---p2s | Noun Type=proper Number=plural Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Np-pu---p2p | Noun Type=proper Number=plural Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Np-pu---p3 | Noun Type=proper Number=plural Case=distributive Owner_Number=plural Owner_Person=third | 1 |  |
Np-pu---p3s | Noun Type=proper Number=plural Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Np-pu---p3p | Noun Type=proper Number=plural Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Np-pf | Noun Type=proper Number=plural Case=essive-formal | 1 |  |
Np-pf-----s | Noun Type=proper Number=plural Case=essive-formal Owned_Number=singular | 1 |  |
Np-pf-----p | Noun Type=proper Number=plural Case=essive-formal Owned_Number=plural | 1 |  |
Np-pf---s1 | Noun Type=proper Number=plural Case=essive-formal Owner_Number=singular Owner_Person=first | 1 |  |
Np-pf---s1s | Noun Type=proper Number=plural Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Np-pf---s1p | Noun Type=proper Number=plural Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Np-pf---s2 | Noun Type=proper Number=plural Case=essive-formal Owner_Number=singular Owner_Person=second | 1 |  |
Np-pf---s2s | Noun Type=proper Number=plural Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Np-pf---s2p | Noun Type=proper Number=plural Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Np-pf---s3 | Noun Type=proper Number=plural Case=essive-formal Owner_Number=singular Owner_Person=third | 1 |  |
Np-pf---s3s | Noun Type=proper Number=plural Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Np-pf---s3p | Noun Type=proper Number=plural Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Np-pf---p1 | Noun Type=proper Number=plural Case=essive-formal Owner_Number=plural Owner_Person=first | 1 |  |
Np-pf---p1s | Noun Type=proper Number=plural Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Np-pf---p1p | Noun Type=proper Number=plural Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Np-pf---p2 | Noun Type=proper Number=plural Case=essive-formal Owner_Number=plural Owner_Person=second | 1 |  |
Np-pf---p2s | Noun Type=proper Number=plural Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Np-pf---p2p | Noun Type=proper Number=plural Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Np-pf---p3 | Noun Type=proper Number=plural Case=essive-formal Owner_Number=plural Owner_Person=third | 1 |  |
Np-pf---p3s | Noun Type=proper Number=plural Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Np-pf---p3p | Noun Type=proper Number=plural Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Vmip1s---n | Verb Type=main VForm=indicative Tense=present Person=first Number=singular Definiteness=no | 209 | zavarok/zavar, vonatok/vonat, viszek/visz, visszatérek/visszatér, visszarettentek/visszarettent |
Vmip1s---y | Verb Type=main VForm=indicative Tense=present Person=first Number=singular Definiteness=yes | 193 | viszem/visz, visszautazom/visszautaz, visszautazom/visszautazik, visszaadom/visszaad, veszem/vesz |
Vmip1s---2 | Verb Type=main VForm=indicative Tense=present Person=first Number=singular Definiteness=1s2s | 20 | vállak/válik, vádollak/vádol, tartalak/tart, szeretlek/szeret, noszogathatlak/noszogathat |
Vmip1p---n | Verb Type=main VForm=indicative Tense=present Person=first Number=plural Definiteness=no | 202 | vitázunk/vitáz, vitázunk/vitázik, visszamentünk/visszament, visszajövünk/visszajön, visszafordítunk/visszafordít |
Vmip1p---y | Verb Type=main VForm=indicative Tense=present Person=first Number=plural Definiteness=yes | 152 | vizsgálhatjuk/vizsgálhat, vékázzuk/vékáz, vehetjük/vehet, végezzük/végez, várjuk/vár |
Vmip2s---n | Verb Type=main VForm=indicative Tense=present Person=second Number=singular Definiteness=no | 81 | zuhansz/zuhan, visszatérsz/visszatér, visszaemlékszel/visszaemlékszik, vársz/vár, válsz/válik |
Vmip2s---y | Verb Type=main VForm=indicative Tense=present Person=second Number=singular Definiteness=yes | 66 | viszontszereted/viszontszeret, veszed/vesz, veszed/veszik, várod/vár, újjáéled/újjáél |
Vmip2p---n | Verb Type=main VForm=indicative Tense=present Person=second Number=plural Definiteness=no | 332 | viziteltek/vizitel, visszatértek/visszatér, visszarettentek/visszaretten, visszamentek/visszamegy, viseltek/visel |
Vmip2p---y | Verb Type=main VForm=indicative Tense=present Person=second Number=plural Definiteness=yes | 22 | vállaljátok/vállal, vághatjátok/vághat, uralhatjátok/uralhat, tudjátok/tud, tanuljátok/tanul |
Vmip3s---n | Verb Type=main VForm=indicative Tense=present Person=third Number=singular Definiteness=no | 1404 | zuhog, zúg, zsugorodik, zörrent, zökkent |
Vmip3s---y | Verb Type=main VForm=indicative Tense=present Person=third Number=singular Definiteness=yes | 816 | zengi/zeng, zárja/zár, vonzhatja/vonzhat, vonja/von, vizsgálja/vizsgál |
Vmip3p---n | Verb Type=main VForm=indicative Tense=present Person=third Number=plural Definiteness=no | 725 | zuhannak/zuhan, zsarolnak/zsarol, zsákolnak/zsákol, zökkennek/zökken, zavarnak/zavar |
Vmip3p---y | Verb Type=main VForm=indicative Tense=present Person=third Number=plural Definiteness=yes | 758 | zúdítják/zúdít, zsúfolják/zsúfol, zavarják/zavar, vonzzák/vonz, vonják/von |
Vmis1s---n | Verb Type=main VForm=indicative Tense=past Person=first Number=singular Definiteness=no | 344 | voltam/van, vittem/visz, visszariadtam/visszariad, visszanéztem/visszanéz, visszaléptem/visszalép |
Vmis1s---y | Verb Type=main VForm=indicative Tense=past Person=first Number=singular Definiteness=yes | 344 | voltam/van, vittem/visz, visszariadtam/visszariad, visszanéztem/visszanéz, visszaléptem/visszalép |
Vmis1s---2 | Verb Type=main VForm=indicative Tense=past Person=first Number=singular Definiteness=1s2s | 6 | megismertelek/megismer, figyelmeztettelek/figyelmeztet, elárultalak/elárul, eladtalak/elad, csaltalak/csal |
Vmis1p---n | Verb Type=main VForm=indicative Tense=past Person=first Number=plural Definiteness=no | 262 | voltunk/van, vittünk/visz, visszatértünk/visszatér, visszanéztünk/visszanéz, visszamentünk/visszamegy |
Vmis1p---y | Verb Type=main VForm=indicative Tense=past Person=first Number=plural Definiteness=yes | 166 | voltuk/van, vittük/visz, visszaküldtük/visszaküld, vettük/vesz, vártuk/vár |
Vmis2s---n | Verb Type=main VForm=indicative Tense=past Person=second Number=singular Definiteness=no | 61 | voltál/van, visszatértél/visszatér, tudtál/tud, tettél/tesz, találtál/talál |
Vmis2s---y | Verb Type=main VForm=indicative Tense=past Person=second Number=singular Definiteness=yes | 46 | vállaltad/vállal, uraltad/ural, tudtad/tud, tartottad/tart, találtad/talál |
Vmis2p---n | Verb Type=main VForm=indicative Tense=past Person=second Number=plural Definiteness=no | 15 | voltatok/van, vállaltatok/vállal, számítottatok/számít, olvastatok/olvas, kísértetek/kísér |
Vmis2p---y | Verb Type=main VForm=indicative Tense=past Person=second Number=plural Definiteness=yes | 10 | uraltátok/ural, tettétek/tesz, tehettétek/tehet, megmondtátok/megmond, megkínoztátok/megkínoz |
Vmis3s---n | Verb Type=main VForm=indicative Tense=past Person=third Number=singular Definiteness=no | 2599 | zúzott/zúz, zümmögött/zümmög, zuhant/zuhan, zúgott/zúg, zúgolódott/zúgolódik |
Vmis3s---y | Verb Type=main VForm=indicative Tense=past Person=third Number=singular Definiteness=yes | 1198 | zúzta/zúz, zokogta/zokog, zavarta/zavar, zárta/zár, vonzotta/vonz |
Vmis3p---n | Verb Type=main VForm=indicative Tense=past Person=third Number=plural Definiteness=no | 1029 | zümmögtek/zümmög, zuhantak/zuhan, zúgtak/zúg, zsúfoltak/zsúfol, zsinatolhattak/zsinatolhat |
Vmis3p---y | Verb Type=main VForm=indicative Tense=past Person=third Number=plural Definiteness=yes | 820 | zsúfolták/zsúfol, zavarták/zavar, zárták/zár, vonták/von, vizsgálták/vizsgál |
Vmmp1s---n | Verb Type=main VForm=imperative Tense=present Person=first Number=singular Definiteness=no | 29 | vágjak/vág, tűnjek/tűnik, tudjak/tud, tegyek/tesz, szaladjak/szalad |
Vmmp1s---y | Verb Type=main VForm=imperative Tense=present Person=first Number=singular Definiteness=yes | 39 | vigyem/visz, várjam/vár, vallattassam/vallattas, válasszam/választ, tudjam/tud |
Vmmp1s---2 | Verb Type=main VForm=imperative Tense=present Person=first Number=singular Definiteness=1s2s | 1 |  |
Vmmp1p---n | Verb Type=main VForm=imperative Tense=present Person=first Number=plural Definiteness=no | 79 | zuhanjunk/zuhan, vitatkozzunk/vitatkozik, veszekedjünk/veszekedik, vehessünk/vehet, vegyünk/vesz |
Vmmp1p---y | Verb Type=main VForm=imperative Tense=present Person=first Number=plural Definiteness=yes | 113 | vesszük/vesz, vesszük/veszt, vesszük/veszik, vékázzuk/vékáz, vegyük/vesz |
Vmmp2s---n | Verb Type=main VForm=imperative Tense=present Person=second Number=singular Definiteness=no | 56 | viselkedj/viselkedik, vigyázz/vigyáz, vigyázzál/vigyáz, veress/veres, vásárolj/vásárol |
Vmmp2s---y | Verb Type=main VForm=imperative Tense=present Person=second Number=singular Definiteness=yes | 41 | zárd/zár, vidd/visz, vesd/vet, verd/ver, valld/vall |
Vmmp2p---n | Verb Type=main VForm=imperative Tense=present Person=second Number=plural Definiteness=no | 21 | vonuljatok/vonul, vigyetek/visz, vigyázzatok/vigyáz, veszítsetek/veszít, ülepedjetek/ülepedik |
Vmmp2p---y | Verb Type=main VForm=imperative Tense=present Person=second Number=plural Definiteness=yes | 25 | vigyétek/visz, vállaljátok/vállal, tudjátok/tud, tanuljátok/tanul, próbáljátok/próbál |
Vmmp3s---n | Verb Type=main VForm=imperative Tense=present Person=third Number=singular Definiteness=no | 266 | zuhanjon/zuhan, zubogjon/zubog, zavarodjon/zavarodik, visszatérjen/visszatér, visszahozzon/visszahoz |
Vmmp3s---y | Verb Type=main VForm=imperative Tense=present Person=third Number=singular Definiteness=yes | 423 | zárja/zár, vonja/von, vizsgálja/vizsgál, viszontszerethesse/viszontszerethet, visszautasítsa/visszautasít |
Vmmp3p---n | Verb Type=main VForm=imperative Tense=present Person=third Number=plural Definiteness=no | 145 | visszaverjenek/visszaver, vihessenek/vihet, veszítsenek/veszít, vessenek/vet, versengjenek/verseng |
Vmmp3p---y | Verb Type=main VForm=imperative Tense=present Person=third Number=plural Definiteness=yes | 288 | zsúfolják/zsúfol, zavarják/zavar, vonzzák/vonz, vonják/von, vizsgálják/vizsgál |
Vmcp1s---n | Verb Type=main VForm=conditional Tense=present Person=first Number=singular Definiteness=no | 64 | volnék/van, vehetnék/vehet, vallanék/vall, vállalnék/vállal, tükröződnék/tükröződik |
Vmcp1s---y | Verb Type=main VForm=conditional Tense=present Person=first Number=singular Definiteness=yes | 21 | világítanám/világít, tudnám/tud, tehetném/tehet, szeretném/szeret, mondhatnám/mondhat |
Vmcp1s---2 | Verb Type=main VForm=conditional Tense=present Person=first Number=singular Definiteness=1s2s | 1 | tudnálak/tud |
Vmcp1p---n | Verb Type=main VForm=conditional Tense=present Person=first Number=plural Definiteness=no | 36 | volnánk/van, vihetnénk/vihet, vetnénk/vet, túlméreteznénk/túlméretez, tudnánk/tud |
Vmcp1p---y | Verb Type=main VForm=conditional Tense=present Person=first Number=plural Definiteness=yes | 38 | volnánk/van, vihetnénk/vihet, vetnénk/vet, túlméreteznénk/túlméretez, tudnánk/tud |
Vmcp2s---n | Verb Type=main VForm=conditional Tense=present Person=second Number=singular Definiteness=no | 21 | választhatnál/választhat, utaznál/utaz, utaznál/utazik, tudnál/tud, tervezetnél/tervezet |
Vmcp2s---y | Verb Type=main VForm=conditional Tense=present Person=second Number=singular Definiteness=yes | 8 | vinnéd/visz, tudnád/tud, megnézhetnéd/megnézhet, látnád/lát, elvihetnéd/elvihet |
Vmcp2p---n | Verb Type=main VForm=conditional Tense=present Person=second Number=plural Definiteness=no | 5 | tudnátok/tud, továbbtaníttatnátok/továbbtaníttat, lennétek/lesz, elárulnátok/elárul, csinálnátok/csinál |
Vmcp2p---y | Verb Type=main VForm=conditional Tense=present Person=second Number=plural Definiteness=yes | 5 | tudnátok/tud, továbbtaníttatnátok/továbbtaníttat, lennétek/lesz, elárulnátok/elárul, csinálnátok/csinál |
Vmcp3s---n | Verb Type=main VForm=conditional Tense=present Person=third Number=singular Definiteness=no | 182 | vóna/van, volna/van, viszolyogna/viszolyog, visszaadna/visszaad, vigyázna/vigyáz |
Vmcp3s---y | Verb Type=main VForm=conditional Tense=present Person=third Number=singular Definiteness=yes | 124 | visszakapná/visszakap, veszélyeztetné/veszélyeztet, venné/vesz, vehetné/vehet, várná/vár |
Vmcp3p---n | Verb Type=main VForm=conditional Tense=present Person=third Number=plural Definiteness=no | 76 | zúzódnának/zúzódik, volnának/van, viselnének/visel, vinnének/visz, vezényelnének/vezényel |
Vmcp3p---y | Verb Type=main VForm=conditional Tense=present Person=third Number=plural Definiteness=yes | 86 | vehetnék/vehet, utalnák/utal, tükröződnék/tükröződik, tudnák/tud, tudhatnák/tudhat |
Vmn | Verb Type=main VForm=infinitive | 1303 | zúzni/zúz, zuhanni/zuhan, zsugorodni/zsugorodik, zsarolni/zsarol, zsákolni/zsákol |
Vmnp1s | Verb Type=main VForm=infinitive Tense=present Person=first Number=singular | 36 | vennem/vesz, védenem/véd, váltanom/vált, tennem/tesz, tartanom/tart |
Vmnp1p | Verb Type=main VForm=infinitive Tense=present Person=first Number=plural | 44 | vinnünk/visz, vennünk/vesz, válnunk/válik, vállalnunk/vállal, tudnunk/tud |
Vmnp2s | Verb Type=main VForm=infinitive Tense=present Person=second Number=singular | 24 | vinned/visz, venned/vesz, tudnod/tud, tenned/tesz, távoznod/távoz |
Vmnp2p | Verb Type=main VForm=infinitive Tense=present Person=second Number=plural | 6 | vennetek/vesz, törődnötök/törődik, távoznotok/távoz, távoznotok/távozik, megkörnyékeznetek/megkörnyékez |
Vmnp3s | Verb Type=main VForm=infinitive Tense=present Person=third Number=singular | 212 | zárnia/zár, vizelnie/vizel, visszatérnie/visszatér, vigyáznia/vigyáz, vetnie/vet |
Vmnp3p | Verb Type=main VForm=infinitive Tense=present Person=third Number=plural | 83 | visszajuttatniuk/visszajuttat, venniük/vesz, végigszenvedniük/végigszenved, végezniük/végez, várakozniuk/várakozik |
Vaip1s---n | Verb Type=auxiliary VForm=indicative Tense=present Person=first Number=singular Definiteness=no | 1 |  |
Vaip1p---n | Verb Type=auxiliary VForm=indicative Tense=present Person=first Number=plural Definiteness=no | 1 |  |
Vaip2s---n | Verb Type=auxiliary VForm=indicative Tense=present Person=second Number=singular Definiteness=no | 1 |  |
Vaip2p---n | Verb Type=auxiliary VForm=indicative Tense=present Person=second Number=plural Definiteness=no | 1 |  |
Vaip3s---n | Verb Type=auxiliary VForm=indicative Tense=present Person=third Number=singular Definiteness=no | 1 |  |
Vaip3p---n | Verb Type=auxiliary VForm=indicative Tense=present Person=third Number=plural Definiteness=no | 1 |  |
Afp-sn | Adjective Type=qualificative Degree=positive Number=singular Case=nominative | 8003 | zúzott, zűrzavaros, zürichi, zümmögő, zümmögött |
Afp-sn------s | Adjective Type=qualificative Degree=positive Number=singular Case=nominative Owned_Number=singular | 16 | védetté/védett, többié/többi, többé/több, tanítóé/tanító, szilágyié/szilágyi |
Afp-sn------p | Adjective Type=qualificative Degree=positive Number=singular Case=nominative Owned_Number=plural | 1 |  |
Afp-sn----s1 | Adjective Type=qualificative Degree=positive Number=singular Case=nominative Owner_Number=singular Owner_Person=first | 170 | voltam/volt, vittem/vitt, visszariadtam/visszariadt, viseltem/viselt, vettem/vett |
Afp-sn----s1s | Adjective Type=qualificative Degree=positive Number=singular Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afp-sn----s1p | Adjective Type=qualificative Degree=positive Number=singular Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afp-sn----s2 | Adjective Type=qualificative Degree=positive Number=singular Case=nominative Owner_Number=singular Owner_Person=second | 33 | vállaltad/vállalt, uraltad/uralt, tartottad/tartott, találtad/talált, sajátod/saját |
Afp-sn----s2s | Adjective Type=qualificative Degree=positive Number=singular Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afp-sn----s2p | Adjective Type=qualificative Degree=positive Number=singular Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afp-sn----s3 | Adjective Type=qualificative Degree=positive Number=singular Case=nominative Owner_Number=singular Owner_Person=third | 150 | zöldje/zöld, vezetője/vezető, versenyzője/versenyző, védelmezője/védelmező, varázslója/varázsló |
Afp-sn----s3s | Adjective Type=qualificative Degree=positive Number=singular Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 | ezredeséé/ezredes |
Afp-sn----s3p | Adjective Type=qualificative Degree=positive Number=singular Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afp-sn----p1 | Adjective Type=qualificative Degree=positive Number=singular Case=nominative Owner_Number=plural Owner_Person=first | 151 | voltunk/volt, voltatok/volt, vittünk/vitt, visszatértünk/visszatért, visszamentünk/visszament |
Afp-sn----p1s | Adjective Type=qualificative Degree=positive Number=singular Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afp-sn----p1p | Adjective Type=qualificative Degree=positive Number=singular Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afp-sn----p2 | Adjective Type=qualificative Degree=positive Number=singular Case=nominative Owner_Number=plural Owner_Person=second | 1 |  |
Afp-sn----p2s | Adjective Type=qualificative Degree=positive Number=singular Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afp-sn----p2p | Adjective Type=qualificative Degree=positive Number=singular Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afp-sn----p3 | Adjective Type=qualificative Degree=positive Number=singular Case=nominative Owner_Number=plural Owner_Person=third | 46 | vittük/vitt, vettük/vett, töltöttük/töltött, tettük/tett, tennivalójuk/tennivaló |
Afp-sn----p3s | Adjective Type=qualificative Degree=positive Number=singular Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afp-sn----p3p | Adjective Type=qualificative Degree=positive Number=singular Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afp-sg | Adjective Type=qualificative Degree=positive Number=singular Case=genitive | 1 |  |
Afp-sg------s | Adjective Type=qualificative Degree=positive Number=singular Case=genitive Owned_Number=singular | 1 |  |
Afp-sg------p | Adjective Type=qualificative Degree=positive Number=singular Case=genitive Owned_Number=plural | 1 |  |
Afp-sg----s1 | Adjective Type=qualificative Degree=positive Number=singular Case=genitive Owner_Number=singular Owner_Person=first | 1 |  |
Afp-sg----s1s | Adjective Type=qualificative Degree=positive Number=singular Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afp-sg----s1p | Adjective Type=qualificative Degree=positive Number=singular Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afp-sg----s2 | Adjective Type=qualificative Degree=positive Number=singular Case=genitive Owner_Number=singular Owner_Person=second | 1 |  |
Afp-sg----s2s | Adjective Type=qualificative Degree=positive Number=singular Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afp-sg----s2p | Adjective Type=qualificative Degree=positive Number=singular Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afp-sg----s3 | Adjective Type=qualificative Degree=positive Number=singular Case=genitive Owner_Number=singular Owner_Person=third | 1 |  |
Afp-sg----s3s | Adjective Type=qualificative Degree=positive Number=singular Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afp-sg----s3p | Adjective Type=qualificative Degree=positive Number=singular Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afp-sg----p1 | Adjective Type=qualificative Degree=positive Number=singular Case=genitive Owner_Number=plural Owner_Person=first | 1 |  |
Afp-sg----p1s | Adjective Type=qualificative Degree=positive Number=singular Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afp-sg----p1p | Adjective Type=qualificative Degree=positive Number=singular Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afp-sg----p2 | Adjective Type=qualificative Degree=positive Number=singular Case=genitive Owner_Number=plural Owner_Person=second | 1 |  |
Afp-sg----p2s | Adjective Type=qualificative Degree=positive Number=singular Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afp-sg----p2p | Adjective Type=qualificative Degree=positive Number=singular Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afp-sg----p3 | Adjective Type=qualificative Degree=positive Number=singular Case=genitive Owner_Number=plural Owner_Person=third | 1 |  |
Afp-sg----p3s | Adjective Type=qualificative Degree=positive Number=singular Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afp-sg----p3p | Adjective Type=qualificative Degree=positive Number=singular Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afp-sd | Adjective Type=qualificative Degree=positive Number=singular Case=dative | 348 | zsugorinak/zsugori, zsidónak/zsidó, vonzónak/vonzó, visszamaradottnak/visszamaradott, vezetőnek/vezető |
Afp-sd------s | Adjective Type=qualificative Degree=positive Number=singular Case=dative Owned_Number=singular | 8 | vonósnégyesének/vonósnégyes, vesztesének/vesztes, tízszeresének/tízszeres, mélyének/mély, létrejöttének/létrejött |
Afp-sd------p | Adjective Type=qualificative Degree=positive Number=singular Case=dative Owned_Number=plural | 1 |  |
Afp-sd----s1 | Adjective Type=qualificative Degree=positive Number=singular Case=dative Owner_Number=singular Owner_Person=first | 1 |  |
Afp-sd----s1s | Adjective Type=qualificative Degree=positive Number=singular Case=dative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afp-sd----s1p | Adjective Type=qualificative Degree=positive Number=singular Case=dative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afp-sd----s2 | Adjective Type=qualificative Degree=positive Number=singular Case=dative Owner_Number=singular Owner_Person=second | 27 | vonzódnak/vonzó, végződnek/végző, törődnek/törő, tisztázódnak/tisztázó, szétszóródnak/szétszóró |
Afp-sd----s2s | Adjective Type=qualificative Degree=positive Number=singular Case=dative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afp-sd----s2p | Adjective Type=qualificative Degree=positive Number=singular Case=dative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afp-sd----s3 | Adjective Type=qualificative Degree=positive Number=singular Case=dative Owner_Number=singular Owner_Person=third | 32 | vonósnégyesének/vonósnégyes, vesztesének/vesztes, vb-döntőjének/vb-döntő, tulajdonosának/tulajdonos, tulajdonának/tulajdon |
Afp-sd----s3s | Adjective Type=qualificative Degree=positive Number=singular Case=dative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afp-sd----s3p | Adjective Type=qualificative Degree=positive Number=singular Case=dative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afp-sd----p1 | Adjective Type=qualificative Degree=positive Number=singular Case=dative Owner_Number=plural Owner_Person=first | 2 | tanyásunknak/tanyás, játékosunknak/játékos |
Afp-sd----p1s | Adjective Type=qualificative Degree=positive Number=singular Case=dative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afp-sd----p1p | Adjective Type=qualificative Degree=positive Number=singular Case=dative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afp-sd----p2 | Adjective Type=qualificative Degree=positive Number=singular Case=dative Owner_Number=plural Owner_Person=second | 1 |  |
Afp-sd----p2s | Adjective Type=qualificative Degree=positive Number=singular Case=dative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afp-sd----p2p | Adjective Type=qualificative Degree=positive Number=singular Case=dative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afp-sd----p3 | Adjective Type=qualificative Degree=positive Number=singular Case=dative Owner_Number=plural Owner_Person=third | 1 |  |
Afp-sd----p3s | Adjective Type=qualificative Degree=positive Number=singular Case=dative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afp-sd----p3p | Adjective Type=qualificative Degree=positive Number=singular Case=dative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afp-sa | Adjective Type=qualificative Degree=positive Number=singular Case=accusative | 323 | zsírsertést/zsírsertés, zsidót/zsidó, zöngést/zöngés, zöldet/zöld, zeneköltőt/zeneköltő |
Afp-sa------s | Adjective Type=qualificative Degree=positive Number=singular Case=accusative Owned_Number=singular | 10 | tettét/tett, örökösét/örökös, naplementét/naplement, melegét/meleg, levesét/leves |
Afp-sa------p | Adjective Type=qualificative Degree=positive Number=singular Case=accusative Owned_Number=plural | 1 |  |
Afp-sa----s1 | Adjective Type=qualificative Degree=positive Number=singular Case=accusative Owner_Number=singular Owner_Person=first | 1 |  |
Afp-sa----s1s | Adjective Type=qualificative Degree=positive Number=singular Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afp-sa----s1p | Adjective Type=qualificative Degree=positive Number=singular Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afp-sa----s2 | Adjective Type=qualificative Degree=positive Number=singular Case=accusative Owner_Number=singular Owner_Person=second | 1 |  |
Afp-sa----s2s | Adjective Type=qualificative Degree=positive Number=singular Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afp-sa----s2p | Adjective Type=qualificative Degree=positive Number=singular Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afp-sa----s3 | Adjective Type=qualificative Degree=positive Number=singular Case=accusative Owner_Number=singular Owner_Person=third | 47 | zöldjét/zöld, vezetőjét/vezető, vezérigazgatóját/vezérigazgató, vastagát/vastag, tulajdonosát/tulajdonos |
Afp-sa----s3s | Adjective Type=qualificative Degree=positive Number=singular Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afp-sa----s3p | Adjective Type=qualificative Degree=positive Number=singular Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afp-sa----p1 | Adjective Type=qualificative Degree=positive Number=singular Case=accusative Owner_Number=plural Owner_Person=first | 3 | vágyódásunkat/vágyódás, múltunkat/múlt, borúlátónkat/borúlátó |
Afp-sa----p1s | Adjective Type=qualificative Degree=positive Number=singular Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afp-sa----p1p | Adjective Type=qualificative Degree=positive Number=singular Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afp-sa----p2 | Adjective Type=qualificative Degree=positive Number=singular Case=accusative Owner_Number=plural Owner_Person=second | 1 |  |
Afp-sa----p2s | Adjective Type=qualificative Degree=positive Number=singular Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afp-sa----p2p | Adjective Type=qualificative Degree=positive Number=singular Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afp-sa----p3 | Adjective Type=qualificative Degree=positive Number=singular Case=accusative Owner_Number=plural Owner_Person=third | 5 | vezetőjüket/vezető, mondanivalójukat/mondanivaló, kapusukat/kapus, idegenlégiósukat/idegenlégiós, formájukat/forma |
Afp-sa----p3s | Adjective Type=qualificative Degree=positive Number=singular Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afp-sa----p3p | Adjective Type=qualificative Degree=positive Number=singular Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afp-si | Adjective Type=qualificative Degree=positive Number=singular Case=instrumental | 96 | zöngéssel/zöngés, világhálóval/világháló, vezetővel/vezető, vezetőivel/vezetői, vérnyomásmérővel/vérnyomásmérő |
Afp-si------s | Adjective Type=qualificative Degree=positive Number=singular Case=instrumental Owned_Number=singular | 4 | melegével/meleg, leteltével/letelt, elteltével/eltelt, egyesével/egyes |
Afp-si------p | Adjective Type=qualificative Degree=positive Number=singular Case=instrumental Owned_Number=plural | 1 |  |
Afp-si----s1 | Adjective Type=qualificative Degree=positive Number=singular Case=instrumental Owner_Number=singular Owner_Person=first | 1 |  |
Afp-si----s1s | Adjective Type=qualificative Degree=positive Number=singular Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afp-si----s1p | Adjective Type=qualificative Degree=positive Number=singular Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afp-si----s2 | Adjective Type=qualificative Degree=positive Number=singular Case=instrumental Owner_Number=singular Owner_Person=second | 1 |  |
Afp-si----s2s | Adjective Type=qualificative Degree=positive Number=singular Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afp-si----s2p | Adjective Type=qualificative Degree=positive Number=singular Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afp-si----s3 | Adjective Type=qualificative Degree=positive Number=singular Case=instrumental Owner_Number=singular Owner_Person=third | 17 | tulajdonosával/tulajdonos, találkozójával/találkozó, szorosával/szoros, szomszédjával/szomszéd, melegével/meleg |
Afp-si----s3s | Adjective Type=qualificative Degree=positive Number=singular Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afp-si----s3p | Adjective Type=qualificative Degree=positive Number=singular Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afp-si----p1 | Adjective Type=qualificative Degree=positive Number=singular Case=instrumental Owner_Number=plural Owner_Person=first | 1 |  |
Afp-si----p1s | Adjective Type=qualificative Degree=positive Number=singular Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afp-si----p1p | Adjective Type=qualificative Degree=positive Number=singular Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afp-si----p2 | Adjective Type=qualificative Degree=positive Number=singular Case=instrumental Owner_Number=plural Owner_Person=second | 1 |  |
Afp-si----p2s | Adjective Type=qualificative Degree=positive Number=singular Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afp-si----p2p | Adjective Type=qualificative Degree=positive Number=singular Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afp-si----p3 | Adjective Type=qualificative Degree=positive Number=singular Case=instrumental Owner_Number=plural Owner_Person=third | 1 | derekukkal/derék |
Afp-si----p3s | Adjective Type=qualificative Degree=positive Number=singular Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afp-si----p3p | Adjective Type=qualificative Degree=positive Number=singular Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afp-sx | Adjective Type=qualificative Degree=positive Number=singular Case=illative | 43 | versformába/versformá, végtelenbe/végtelen, ülőfürdőbe/ülőfürdő, üldözőbe/üldöző, tulajdonba/tulajdon |
Afp-sx------s | Adjective Type=qualificative Degree=positive Number=singular Case=illative Owned_Number=singular | 1 | mélyébe/mély |
Afp-sx------p | Adjective Type=qualificative Degree=positive Number=singular Case=illative Owned_Number=plural | 1 |  |
Afp-sx----s1 | Adjective Type=qualificative Degree=positive Number=singular Case=illative Owner_Number=singular Owner_Person=first | 1 |  |
Afp-sx----s1s | Adjective Type=qualificative Degree=positive Number=singular Case=illative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afp-sx----s1p | Adjective Type=qualificative Degree=positive Number=singular Case=illative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afp-sx----s2 | Adjective Type=qualificative Degree=positive Number=singular Case=illative Owner_Number=singular Owner_Person=second | 1 | húzódba/húzó |
Afp-sx----s2s | Adjective Type=qualificative Degree=positive Number=singular Case=illative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afp-sx----s2p | Adjective Type=qualificative Degree=positive Number=singular Case=illative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afp-sx----s3 | Adjective Type=qualificative Degree=positive Number=singular Case=illative Owner_Number=singular Owner_Person=third | 7 | tulajdonába/tulajdon, sűrűjébe/sűrű, mélyébe/mély, magasába/magas, formájába/forma |
Afp-sx----s3s | Adjective Type=qualificative Degree=positive Number=singular Case=illative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afp-sx----s3p | Adjective Type=qualificative Degree=positive Number=singular Case=illative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afp-sx----p1 | Adjective Type=qualificative Degree=positive Number=singular Case=illative Owner_Number=plural Owner_Person=first | 1 |  |
Afp-sx----p1s | Adjective Type=qualificative Degree=positive Number=singular Case=illative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afp-sx----p1p | Adjective Type=qualificative Degree=positive Number=singular Case=illative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afp-sx----p2 | Adjective Type=qualificative Degree=positive Number=singular Case=illative Owner_Number=plural Owner_Person=second | 1 |  |
Afp-sx----p2s | Adjective Type=qualificative Degree=positive Number=singular Case=illative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afp-sx----p2p | Adjective Type=qualificative Degree=positive Number=singular Case=illative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afp-sx----p3 | Adjective Type=qualificative Degree=positive Number=singular Case=illative Owner_Number=plural Owner_Person=third | 1 | dolgozójukba/dolgozó |
Afp-sx----p3s | Adjective Type=qualificative Degree=positive Number=singular Case=illative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afp-sx----p3p | Adjective Type=qualificative Degree=positive Number=singular Case=illative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afp-s2 | Adjective Type=qualificative Degree=positive Number=singular Case=inessive | 107 | zsibogóban/zsibogó, zöldben/zöld, vizsgálatiban/vizsgálati, vigadóban/vigadó, végiben/végi |
Afp-s2------s | Adjective Type=qualificative Degree=positive Number=singular Case=inessive Owned_Number=singular | 5 | ültében/ült, mélyében/mély, ijedtében/ijedt, hátradőltében/hátradőlt, egészében/egész |
Afp-s2------p | Adjective Type=qualificative Degree=positive Number=singular Case=inessive Owned_Number=plural | 1 |  |
Afp-s2----s1 | Adjective Type=qualificative Degree=positive Number=singular Case=inessive Owner_Number=singular Owner_Person=first | 1 |  |
Afp-s2----s1s | Adjective Type=qualificative Degree=positive Number=singular Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afp-s2----s1p | Adjective Type=qualificative Degree=positive Number=singular Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afp-s2----s2 | Adjective Type=qualificative Degree=positive Number=singular Case=inessive Owner_Number=singular Owner_Person=second | 1 |  |
Afp-s2----s2s | Adjective Type=qualificative Degree=positive Number=singular Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afp-s2----s2p | Adjective Type=qualificative Degree=positive Number=singular Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afp-s2----s3 | Adjective Type=qualificative Degree=positive Number=singular Case=inessive Owner_Number=singular Owner_Person=third | 21 | valójában/való, vackában/vacak, ültében/ült, ujjasában/ujjas, tulajdonában/tulajdon |
Afp-s2----s3s | Adjective Type=qualificative Degree=positive Number=singular Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afp-s2----s3p | Adjective Type=qualificative Degree=positive Number=singular Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afp-s2----p1 | Adjective Type=qualificative Degree=positive Number=singular Case=inessive Owner_Number=plural Owner_Person=first | 1 | bensőnkben/benső |
Afp-s2----p1s | Adjective Type=qualificative Degree=positive Number=singular Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afp-s2----p1p | Adjective Type=qualificative Degree=positive Number=singular Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afp-s2----p2 | Adjective Type=qualificative Degree=positive Number=singular Case=inessive Owner_Number=plural Owner_Person=second | 1 |  |
Afp-s2----p2s | Adjective Type=qualificative Degree=positive Number=singular Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afp-s2----p2p | Adjective Type=qualificative Degree=positive Number=singular Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afp-s2----p3 | Adjective Type=qualificative Degree=positive Number=singular Case=inessive Owner_Number=plural Owner_Person=third | 4 | tulajdonukban/tulajdon, szomszédjukban/szomszéd, kötőjükben/kötő, bensőjükben/benső |
Afp-s2----p3s | Adjective Type=qualificative Degree=positive Number=singular Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afp-s2----p3p | Adjective Type=qualificative Degree=positive Number=singular Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afp-se | Adjective Type=qualificative Degree=positive Number=singular Case=elative | 37 | vállalkozóból/vállalkozó, üstökösből/üstökös, újból/új, terepjáróból/terepjáró, távolból/távol |
Afp-se------s | Adjective Type=qualificative Degree=positive Number=singular Case=elative Owned_Number=singular | 1 | elemzéséből/elemzés |
Afp-se------p | Adjective Type=qualificative Degree=positive Number=singular Case=elative Owned_Number=plural | 1 |  |
Afp-se----s1 | Adjective Type=qualificative Degree=positive Number=singular Case=elative Owner_Number=singular Owner_Person=first | 1 |  |
Afp-se----s1s | Adjective Type=qualificative Degree=positive Number=singular Case=elative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afp-se----s1p | Adjective Type=qualificative Degree=positive Number=singular Case=elative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afp-se----s2 | Adjective Type=qualificative Degree=positive Number=singular Case=elative Owner_Number=singular Owner_Person=second | 1 |  |
Afp-se----s2s | Adjective Type=qualificative Degree=positive Number=singular Case=elative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afp-se----s2p | Adjective Type=qualificative Degree=positive Number=singular Case=elative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afp-se----s3 | Adjective Type=qualificative Degree=positive Number=singular Case=elative Owner_Number=singular Owner_Person=third | 6 | szakadtából/szakadt, önszántából/önszánt, nagyjából/nagy, igazából/igaz, formájából/forma |
Afp-se----s3s | Adjective Type=qualificative Degree=positive Number=singular Case=elative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afp-se----s3p | Adjective Type=qualificative Degree=positive Number=singular Case=elative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afp-se----p1 | Adjective Type=qualificative Degree=positive Number=singular Case=elative Owner_Number=plural Owner_Person=first | 1 |  |
Afp-se----p1s | Adjective Type=qualificative Degree=positive Number=singular Case=elative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afp-se----p1p | Adjective Type=qualificative Degree=positive Number=singular Case=elative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afp-se----p2 | Adjective Type=qualificative Degree=positive Number=singular Case=elative Owner_Number=plural Owner_Person=second | 1 |  |
Afp-se----p2s | Adjective Type=qualificative Degree=positive Number=singular Case=elative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afp-se----p2p | Adjective Type=qualificative Degree=positive Number=singular Case=elative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afp-se----p3 | Adjective Type=qualificative Degree=positive Number=singular Case=elative Owner_Number=plural Owner_Person=third | 4 | pengőjükből/pengő, önszántukból/önszánt, múltjukból/múlt, hálójukból/háló |
Afp-se----p3s | Adjective Type=qualificative Degree=positive Number=singular Case=elative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afp-se----p3p | Adjective Type=qualificative Degree=positive Number=singular Case=elative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afp-st | Adjective Type=qualificative Degree=positive Number=singular Case=allative | 38 | zsidóhoz/zsidó, vízszinteshez/vízszintes, vezetőihez/vezetői, vámtisztviselőhöz/vámtisztviselő, tulajdonoshoz/tulajdonos |
Afp-st------s | Adjective Type=qualificative Degree=positive Number=singular Case=allative Owned_Number=singular | 3 | zsidóéhoz/zsidó, hitelvesztéséhez/hitelvesztés, hidegéhez/hideg |
Afp-st------p | Adjective Type=qualificative Degree=positive Number=singular Case=allative Owned_Number=plural | 1 |  |
Afp-st----s1 | Adjective Type=qualificative Degree=positive Number=singular Case=allative Owner_Number=singular Owner_Person=first | 1 |  |
Afp-st----s1s | Adjective Type=qualificative Degree=positive Number=singular Case=allative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afp-st----s1p | Adjective Type=qualificative Degree=positive Number=singular Case=allative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afp-st----s2 | Adjective Type=qualificative Degree=positive Number=singular Case=allative Owner_Number=singular Owner_Person=second | 1 |  |
Afp-st----s2s | Adjective Type=qualificative Degree=positive Number=singular Case=allative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afp-st----s2p | Adjective Type=qualificative Degree=positive Number=singular Case=allative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afp-st----s3 | Adjective Type=qualificative Degree=positive Number=singular Case=allative Owner_Number=singular Owner_Person=third | 4 | vezetőjéhez/vezető, hitelvesztéséhez/hitelvesztés, hidegéhez/hideg, csípőjéhez/csípő |
Afp-st----s3s | Adjective Type=qualificative Degree=positive Number=singular Case=allative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afp-st----s3p | Adjective Type=qualificative Degree=positive Number=singular Case=allative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afp-st----p1 | Adjective Type=qualificative Degree=positive Number=singular Case=allative Owner_Number=plural Owner_Person=first | 1 |  |
Afp-st----p1s | Adjective Type=qualificative Degree=positive Number=singular Case=allative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afp-st----p1p | Adjective Type=qualificative Degree=positive Number=singular Case=allative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afp-st----p2 | Adjective Type=qualificative Degree=positive Number=singular Case=allative Owner_Number=plural Owner_Person=second | 1 |  |
Afp-st----p2s | Adjective Type=qualificative Degree=positive Number=singular Case=allative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afp-st----p2p | Adjective Type=qualificative Degree=positive Number=singular Case=allative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afp-st----p3 | Adjective Type=qualificative Degree=positive Number=singular Case=allative Owner_Number=plural Owner_Person=third | 1 |  |
Afp-st----p3s | Adjective Type=qualificative Degree=positive Number=singular Case=allative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afp-st----p3p | Adjective Type=qualificative Degree=positive Number=singular Case=allative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afp-s3 | Adjective Type=qualificative Degree=positive Number=singular Case=adessive | 41 | zsidónál/zsidó, vártnál/várt, valóságosnál/valóságos, valamennyinél/valamennyi, tulajdonosnál/tulajdonos |
Afp-s3------s | Adjective Type=qualificative Degree=positive Number=singular Case=adessive Owned_Number=singular | 1 |  |
Afp-s3------p | Adjective Type=qualificative Degree=positive Number=singular Case=adessive Owned_Number=plural | 1 |  |
Afp-s3----s1 | Adjective Type=qualificative Degree=positive Number=singular Case=adessive Owner_Number=singular Owner_Person=first | 1 |  |
Afp-s3----s1s | Adjective Type=qualificative Degree=positive Number=singular Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afp-s3----s1p | Adjective Type=qualificative Degree=positive Number=singular Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afp-s3----s2 | Adjective Type=qualificative Degree=positive Number=singular Case=adessive Owner_Number=singular Owner_Person=second | 1 |  |
Afp-s3----s2s | Adjective Type=qualificative Degree=positive Number=singular Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afp-s3----s2p | Adjective Type=qualificative Degree=positive Number=singular Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afp-s3----s3 | Adjective Type=qualificative Degree=positive Number=singular Case=adessive Owner_Number=singular Owner_Person=third | 2 | szentjénél/szent, megállójánál/megálló |
Afp-s3----s3s | Adjective Type=qualificative Degree=positive Number=singular Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afp-s3----s3p | Adjective Type=qualificative Degree=positive Number=singular Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afp-s3----p1 | Adjective Type=qualificative Degree=positive Number=singular Case=adessive Owner_Number=plural Owner_Person=first | 1 |  |
Afp-s3----p1s | Adjective Type=qualificative Degree=positive Number=singular Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afp-s3----p1p | Adjective Type=qualificative Degree=positive Number=singular Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afp-s3----p2 | Adjective Type=qualificative Degree=positive Number=singular Case=adessive Owner_Number=plural Owner_Person=second | 1 |  |
Afp-s3----p2s | Adjective Type=qualificative Degree=positive Number=singular Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afp-s3----p2p | Adjective Type=qualificative Degree=positive Number=singular Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afp-s3----p3 | Adjective Type=qualificative Degree=positive Number=singular Case=adessive Owner_Number=plural Owner_Person=third | 1 |  |
Afp-s3----p3s | Adjective Type=qualificative Degree=positive Number=singular Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afp-s3----p3p | Adjective Type=qualificative Degree=positive Number=singular Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afp-sb | Adjective Type=qualificative Degree=positive Number=singular Case=ablative | 37 | vezetőitől/vezetői, vasastól/vasas, többitől/többi, szervezettől/szervezett, szabályostól/szabályos |
Afp-sb------s | Adjective Type=qualificative Degree=positive Number=singular Case=ablative Owned_Number=singular | 3 | ügyeletesétől/ügyeletes, tettétől/tett, illetékesétől/illetékes |
Afp-sb------p | Adjective Type=qualificative Degree=positive Number=singular Case=ablative Owned_Number=plural | 1 |  |
Afp-sb----s1 | Adjective Type=qualificative Degree=positive Number=singular Case=ablative Owner_Number=singular Owner_Person=first | 1 |  |
Afp-sb----s1s | Adjective Type=qualificative Degree=positive Number=singular Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afp-sb----s1p | Adjective Type=qualificative Degree=positive Number=singular Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afp-sb----s2 | Adjective Type=qualificative Degree=positive Number=singular Case=ablative Owner_Number=singular Owner_Person=second | 1 |  |
Afp-sb----s2s | Adjective Type=qualificative Degree=positive Number=singular Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afp-sb----s2p | Adjective Type=qualificative Degree=positive Number=singular Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afp-sb----s3 | Adjective Type=qualificative Degree=positive Number=singular Case=ablative Owner_Number=singular Owner_Person=third | 13 | vezetőjétől/vezető, ügyvezetőjétől/ügyvezető, ügyeletesétől/ügyeletes, tettétől/tett, találkozójától/találkozó |
Afp-sb----s3s | Adjective Type=qualificative Degree=positive Number=singular Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afp-sb----s3p | Adjective Type=qualificative Degree=positive Number=singular Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afp-sb----p1 | Adjective Type=qualificative Degree=positive Number=singular Case=ablative Owner_Number=plural Owner_Person=first | 1 |  |
Afp-sb----p1s | Adjective Type=qualificative Degree=positive Number=singular Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afp-sb----p1p | Adjective Type=qualificative Degree=positive Number=singular Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afp-sb----p2 | Adjective Type=qualificative Degree=positive Number=singular Case=ablative Owner_Number=plural Owner_Person=second | 1 |  |
Afp-sb----p2s | Adjective Type=qualificative Degree=positive Number=singular Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afp-sb----p2p | Adjective Type=qualificative Degree=positive Number=singular Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afp-sb----p3 | Adjective Type=qualificative Degree=positive Number=singular Case=ablative Owner_Number=plural Owner_Person=third | 1 | játékosuktól/játékos |
Afp-sb----p3s | Adjective Type=qualificative Degree=positive Number=singular Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afp-sb----p3p | Adjective Type=qualificative Degree=positive Number=singular Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afp-s9 | Adjective Type=qualificative Degree=positive Number=singular Case=terminative | 10 | újig/új, töltésig/töltés, színültig/színült, őszig/ősz, fordulóig/forduló |
Afp-s9------s | Adjective Type=qualificative Degree=positive Number=singular Case=terminative Owned_Number=singular | 1 | elkészültéig/elkészült |
Afp-s9------p | Adjective Type=qualificative Degree=positive Number=singular Case=terminative Owned_Number=plural | 1 |  |
Afp-s9----s1 | Adjective Type=qualificative Degree=positive Number=singular Case=terminative Owner_Number=singular Owner_Person=first | 1 |  |
Afp-s9----s1s | Adjective Type=qualificative Degree=positive Number=singular Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afp-s9----s1p | Adjective Type=qualificative Degree=positive Number=singular Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afp-s9----s2 | Adjective Type=qualificative Degree=positive Number=singular Case=terminative Owner_Number=singular Owner_Person=second | 1 |  |
Afp-s9----s2s | Adjective Type=qualificative Degree=positive Number=singular Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afp-s9----s2p | Adjective Type=qualificative Degree=positive Number=singular Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afp-s9----s3 | Adjective Type=qualificative Degree=positive Number=singular Case=terminative Owner_Number=singular Owner_Person=third | 1 | elkészültéig/elkészült |
Afp-s9----s3s | Adjective Type=qualificative Degree=positive Number=singular Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afp-s9----s3p | Adjective Type=qualificative Degree=positive Number=singular Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afp-s9----p1 | Adjective Type=qualificative Degree=positive Number=singular Case=terminative Owner_Number=plural Owner_Person=first | 1 |  |
Afp-s9----p1s | Adjective Type=qualificative Degree=positive Number=singular Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afp-s9----p1p | Adjective Type=qualificative Degree=positive Number=singular Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afp-s9----p2 | Adjective Type=qualificative Degree=positive Number=singular Case=terminative Owner_Number=plural Owner_Person=second | 1 |  |
Afp-s9----p2s | Adjective Type=qualificative Degree=positive Number=singular Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afp-s9----p2p | Adjective Type=qualificative Degree=positive Number=singular Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afp-s9----p3 | Adjective Type=qualificative Degree=positive Number=singular Case=terminative Owner_Number=plural Owner_Person=third | 1 |  |
Afp-s9----p3s | Adjective Type=qualificative Degree=positive Number=singular Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afp-s9----p3p | Adjective Type=qualificative Degree=positive Number=singular Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afp-sw | Adjective Type=qualificative Degree=positive Number=singular Case=essive | 760 | zseniálisan/zseniális, zavartan/zavart, zavarodottan/zavarodott, zajtalanul/zajtalan, vontatottan/vontatott |
Afp-sw------s | Adjective Type=qualificative Degree=positive Number=singular Case=essive Owned_Number=singular | 1 |  |
Afp-sw------p | Adjective Type=qualificative Degree=positive Number=singular Case=essive Owned_Number=plural | 1 |  |
Afp-sw----s1 | Adjective Type=qualificative Degree=positive Number=singular Case=essive Owner_Number=singular Owner_Person=first | 1 |  |
Afp-sw----s1s | Adjective Type=qualificative Degree=positive Number=singular Case=essive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afp-sw----s1p | Adjective Type=qualificative Degree=positive Number=singular Case=essive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afp-sw----s2 | Adjective Type=qualificative Degree=positive Number=singular Case=essive Owner_Number=singular Owner_Person=second | 1 |  |
Afp-sw----s2s | Adjective Type=qualificative Degree=positive Number=singular Case=essive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afp-sw----s2p | Adjective Type=qualificative Degree=positive Number=singular Case=essive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afp-sw----s3 | Adjective Type=qualificative Degree=positive Number=singular Case=essive Owner_Number=singular Owner_Person=third | 2 | várójául/váró, prédájául/préda |
Afp-sw----s3s | Adjective Type=qualificative Degree=positive Number=singular Case=essive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afp-sw----s3p | Adjective Type=qualificative Degree=positive Number=singular Case=essive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afp-sw----p1 | Adjective Type=qualificative Degree=positive Number=singular Case=essive Owner_Number=plural Owner_Person=first | 1 |  |
Afp-sw----p1s | Adjective Type=qualificative Degree=positive Number=singular Case=essive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afp-sw----p1p | Adjective Type=qualificative Degree=positive Number=singular Case=essive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afp-sw----p2 | Adjective Type=qualificative Degree=positive Number=singular Case=essive Owner_Number=plural Owner_Person=second | 1 |  |
Afp-sw----p2s | Adjective Type=qualificative Degree=positive Number=singular Case=essive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afp-sw----p2p | Adjective Type=qualificative Degree=positive Number=singular Case=essive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afp-sw----p3 | Adjective Type=qualificative Degree=positive Number=singular Case=essive Owner_Number=plural Owner_Person=third | 1 |  |
Afp-sw----p3s | Adjective Type=qualificative Degree=positive Number=singular Case=essive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afp-sw----p3p | Adjective Type=qualificative Degree=positive Number=singular Case=essive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afp-sm | Adjective Type=qualificative Degree=positive Number=singular Case=temporalis | 3 | múltkor/múlt, máskor/más, jókor/jó |
Afp-sm------s | Adjective Type=qualificative Degree=positive Number=singular Case=temporalis Owned_Number=singular | 1 |  |
Afp-sm------p | Adjective Type=qualificative Degree=positive Number=singular Case=temporalis Owned_Number=plural | 1 |  |
Afp-sm----s1 | Adjective Type=qualificative Degree=positive Number=singular Case=temporalis Owner_Number=singular Owner_Person=first | 1 |  |
Afp-sm----s1s | Adjective Type=qualificative Degree=positive Number=singular Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afp-sm----s1p | Adjective Type=qualificative Degree=positive Number=singular Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afp-sm----s2 | Adjective Type=qualificative Degree=positive Number=singular Case=temporalis Owner_Number=singular Owner_Person=second | 1 |  |
Afp-sm----s2s | Adjective Type=qualificative Degree=positive Number=singular Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afp-sm----s2p | Adjective Type=qualificative Degree=positive Number=singular Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afp-sm----s3 | Adjective Type=qualificative Degree=positive Number=singular Case=temporalis Owner_Number=singular Owner_Person=third | 1 |  |
Afp-sm----s3s | Adjective Type=qualificative Degree=positive Number=singular Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afp-sm----s3p | Adjective Type=qualificative Degree=positive Number=singular Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afp-sm----p1 | Adjective Type=qualificative Degree=positive Number=singular Case=temporalis Owner_Number=plural Owner_Person=first | 1 |  |
Afp-sm----p1s | Adjective Type=qualificative Degree=positive Number=singular Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afp-sm----p1p | Adjective Type=qualificative Degree=positive Number=singular Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afp-sm----p2 | Adjective Type=qualificative Degree=positive Number=singular Case=temporalis Owner_Number=plural Owner_Person=second | 1 |  |
Afp-sm----p2s | Adjective Type=qualificative Degree=positive Number=singular Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afp-sm----p2p | Adjective Type=qualificative Degree=positive Number=singular Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afp-sm----p3 | Adjective Type=qualificative Degree=positive Number=singular Case=temporalis Owner_Number=plural Owner_Person=third | 1 |  |
Afp-sm----p3s | Adjective Type=qualificative Degree=positive Number=singular Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afp-sm----p3p | Adjective Type=qualificative Degree=positive Number=singular Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afp-sc | Adjective Type=qualificative Degree=positive Number=singular Case=causalis | 10 | szerelőiért/szerelői, melegért/meleg, másért/más, lakosért/lakos, jutásért/jutás |
Afp-sc------s | Adjective Type=qualificative Degree=positive Number=singular Case=causalis Owned_Number=singular | 1 | tettéért/tett |
Afp-sc------p | Adjective Type=qualificative Degree=positive Number=singular Case=causalis Owned_Number=plural | 1 |  |
Afp-sc----s1 | Adjective Type=qualificative Degree=positive Number=singular Case=causalis Owner_Number=singular Owner_Person=first | 1 |  |
Afp-sc----s1s | Adjective Type=qualificative Degree=positive Number=singular Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afp-sc----s1p | Adjective Type=qualificative Degree=positive Number=singular Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afp-sc----s2 | Adjective Type=qualificative Degree=positive Number=singular Case=causalis Owner_Number=singular Owner_Person=second | 1 |  |
Afp-sc----s2s | Adjective Type=qualificative Degree=positive Number=singular Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afp-sc----s2p | Adjective Type=qualificative Degree=positive Number=singular Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afp-sc----s3 | Adjective Type=qualificative Degree=positive Number=singular Case=causalis Owner_Number=singular Owner_Person=third | 3 | tettéért/tett, jövőjéért/jövő, javáért/jav |
Afp-sc----s3s | Adjective Type=qualificative Degree=positive Number=singular Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afp-sc----s3p | Adjective Type=qualificative Degree=positive Number=singular Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afp-sc----p1 | Adjective Type=qualificative Degree=positive Number=singular Case=causalis Owner_Number=plural Owner_Person=first | 1 |  |
Afp-sc----p1s | Adjective Type=qualificative Degree=positive Number=singular Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afp-sc----p1p | Adjective Type=qualificative Degree=positive Number=singular Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afp-sc----p2 | Adjective Type=qualificative Degree=positive Number=singular Case=causalis Owner_Number=plural Owner_Person=second | 1 |  |
Afp-sc----p2s | Adjective Type=qualificative Degree=positive Number=singular Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afp-sc----p2p | Adjective Type=qualificative Degree=positive Number=singular Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afp-sc----p3 | Adjective Type=qualificative Degree=positive Number=singular Case=causalis Owner_Number=plural Owner_Person=third | 1 |  |
Afp-sc----p3s | Adjective Type=qualificative Degree=positive Number=singular Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afp-sc----p3p | Adjective Type=qualificative Degree=positive Number=singular Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afp-ss | Adjective Type=qualificative Degree=positive Number=singular Case=sublative | 133 | zöldre/zöld, zavartatásra/zavartatás, virradóra/virradó, vevőre/vevő, vetélkedőre/vetélkedő |
Afp-ss------s | Adjective Type=qualificative Degree=positive Number=singular Case=sublative Owned_Number=singular | 4 | mélyére/mély, kétszeresére/kétszeres, hétszeresére/hétszeres, elemzésére/elemzés |
Afp-ss------p | Adjective Type=qualificative Degree=positive Number=singular Case=sublative Owned_Number=plural | 1 |  |
Afp-ss----s1 | Adjective Type=qualificative Degree=positive Number=singular Case=sublative Owner_Number=singular Owner_Person=first | 1 |  |
Afp-ss----s1s | Adjective Type=qualificative Degree=positive Number=singular Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afp-ss----s1p | Adjective Type=qualificative Degree=positive Number=singular Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afp-ss----s2 | Adjective Type=qualificative Degree=positive Number=singular Case=sublative Owner_Number=singular Owner_Person=second | 1 |  |
Afp-ss----s2s | Adjective Type=qualificative Degree=positive Number=singular Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afp-ss----s2p | Adjective Type=qualificative Degree=positive Number=singular Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afp-ss----s3 | Adjective Type=qualificative Degree=positive Number=singular Case=sublative Owner_Number=singular Owner_Person=third | 15 | szabadjára/szabad, rosszára/rossz, riválisára/rivális, nehezére/nehéz, mélyére/mély |
Afp-ss----s3s | Adjective Type=qualificative Degree=positive Number=singular Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afp-ss----s3p | Adjective Type=qualificative Degree=positive Number=singular Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afp-ss----p1 | Adjective Type=qualificative Degree=positive Number=singular Case=sublative Owner_Number=plural Owner_Person=first | 1 | jelenetekre/jelen |
Afp-ss----p1s | Adjective Type=qualificative Degree=positive Number=singular Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afp-ss----p1p | Adjective Type=qualificative Degree=positive Number=singular Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afp-ss----p2 | Adjective Type=qualificative Degree=positive Number=singular Case=sublative Owner_Number=plural Owner_Person=second | 1 |  |
Afp-ss----p2s | Adjective Type=qualificative Degree=positive Number=singular Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afp-ss----p2p | Adjective Type=qualificative Degree=positive Number=singular Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afp-ss----p3 | Adjective Type=qualificative Degree=positive Number=singular Case=sublative Owner_Number=plural Owner_Person=third | 2 | javukra/jav, derekukra/derék |
Afp-ss----p3s | Adjective Type=qualificative Degree=positive Number=singular Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afp-ss----p3p | Adjective Type=qualificative Degree=positive Number=singular Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afp-sh | Adjective Type=qualificative Degree=positive Number=singular Case=delative | 36 | védőről/védő, úttörőiről/úttörői, üstökösről/üstökös, töltésről/töltés, többiről/többi |
Afp-sh------s | Adjective Type=qualificative Degree=positive Number=singular Case=delative Owned_Number=singular | 2 | szüléséről/szülés, mélyéről/mély |
Afp-sh------p | Adjective Type=qualificative Degree=positive Number=singular Case=delative Owned_Number=plural | 1 |  |
Afp-sh----s1 | Adjective Type=qualificative Degree=positive Number=singular Case=delative Owner_Number=singular Owner_Person=first | 1 |  |
Afp-sh----s1s | Adjective Type=qualificative Degree=positive Number=singular Case=delative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afp-sh----s1p | Adjective Type=qualificative Degree=positive Number=singular Case=delative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afp-sh----s2 | Adjective Type=qualificative Degree=positive Number=singular Case=delative Owner_Number=singular Owner_Person=second | 1 |  |
Afp-sh----s2s | Adjective Type=qualificative Degree=positive Number=singular Case=delative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afp-sh----s2p | Adjective Type=qualificative Degree=positive Number=singular Case=delative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afp-sh----s3 | Adjective Type=qualificative Degree=positive Number=singular Case=delative Owner_Number=singular Owner_Person=third | 6 | szüléséről/szülés, mélyéről/mély, jövőjéről/jövő, dolgozójáról/dolgozó, derekáról/derék |
Afp-sh----s3s | Adjective Type=qualificative Degree=positive Number=singular Case=delative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afp-sh----s3p | Adjective Type=qualificative Degree=positive Number=singular Case=delative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afp-sh----p1 | Adjective Type=qualificative Degree=positive Number=singular Case=delative Owner_Number=plural Owner_Person=first | 1 |  |
Afp-sh----p1s | Adjective Type=qualificative Degree=positive Number=singular Case=delative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afp-sh----p1p | Adjective Type=qualificative Degree=positive Number=singular Case=delative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afp-sh----p2 | Adjective Type=qualificative Degree=positive Number=singular Case=delative Owner_Number=plural Owner_Person=second | 1 |  |
Afp-sh----p2s | Adjective Type=qualificative Degree=positive Number=singular Case=delative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afp-sh----p2p | Adjective Type=qualificative Degree=positive Number=singular Case=delative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afp-sh----p3 | Adjective Type=qualificative Degree=positive Number=singular Case=delative Owner_Number=plural Owner_Person=third | 1 |  |
Afp-sh----p3s | Adjective Type=qualificative Degree=positive Number=singular Case=delative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afp-sh----p3p | Adjective Type=qualificative Degree=positive Number=singular Case=delative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afp-sq | Adjective Type=qualificative Degree=positive Number=singular Case=sociative | 1 |  |
Afp-sq------s | Adjective Type=qualificative Degree=positive Number=singular Case=sociative Owned_Number=singular | 1 |  |
Afp-sq------p | Adjective Type=qualificative Degree=positive Number=singular Case=sociative Owned_Number=plural | 1 |  |
Afp-sq----s1 | Adjective Type=qualificative Degree=positive Number=singular Case=sociative Owner_Number=singular Owner_Person=first | 1 |  |
Afp-sq----s1s | Adjective Type=qualificative Degree=positive Number=singular Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afp-sq----s1p | Adjective Type=qualificative Degree=positive Number=singular Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afp-sq----s2 | Adjective Type=qualificative Degree=positive Number=singular Case=sociative Owner_Number=singular Owner_Person=second | 1 |  |
Afp-sq----s2s | Adjective Type=qualificative Degree=positive Number=singular Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afp-sq----s2p | Adjective Type=qualificative Degree=positive Number=singular Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afp-sq----s3 | Adjective Type=qualificative Degree=positive Number=singular Case=sociative Owner_Number=singular Owner_Person=third | 1 |  |
Afp-sq----s3s | Adjective Type=qualificative Degree=positive Number=singular Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afp-sq----s3p | Adjective Type=qualificative Degree=positive Number=singular Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afp-sq----p1 | Adjective Type=qualificative Degree=positive Number=singular Case=sociative Owner_Number=plural Owner_Person=first | 1 |  |
Afp-sq----p1s | Adjective Type=qualificative Degree=positive Number=singular Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afp-sq----p1p | Adjective Type=qualificative Degree=positive Number=singular Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afp-sq----p2 | Adjective Type=qualificative Degree=positive Number=singular Case=sociative Owner_Number=plural Owner_Person=second | 1 |  |
Afp-sq----p2s | Adjective Type=qualificative Degree=positive Number=singular Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afp-sq----p2p | Adjective Type=qualificative Degree=positive Number=singular Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afp-sq----p3 | Adjective Type=qualificative Degree=positive Number=singular Case=sociative Owner_Number=plural Owner_Person=third | 1 |  |
Afp-sq----p3s | Adjective Type=qualificative Degree=positive Number=singular Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afp-sq----p3p | Adjective Type=qualificative Degree=positive Number=singular Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afp-sy | Adjective Type=qualificative Degree=positive Number=singular Case=factive | 133 | viszonylagossá/viszonylagos, világossá/világos, vigyázatlanná/vigyázatlan, veszélyessé/veszélyes, veszedelmessé/veszedelmes |
Afp-sy------s | Adjective Type=qualificative Degree=positive Number=singular Case=factive Owned_Number=singular | 1 |  |
Afp-sy------p | Adjective Type=qualificative Degree=positive Number=singular Case=factive Owned_Number=plural | 1 |  |
Afp-sy----s1 | Adjective Type=qualificative Degree=positive Number=singular Case=factive Owner_Number=singular Owner_Person=first | 1 |  |
Afp-sy----s1s | Adjective Type=qualificative Degree=positive Number=singular Case=factive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afp-sy----s1p | Adjective Type=qualificative Degree=positive Number=singular Case=factive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afp-sy----s2 | Adjective Type=qualificative Degree=positive Number=singular Case=factive Owner_Number=singular Owner_Person=second | 1 |  |
Afp-sy----s2s | Adjective Type=qualificative Degree=positive Number=singular Case=factive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afp-sy----s2p | Adjective Type=qualificative Degree=positive Number=singular Case=factive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afp-sy----s3 | Adjective Type=qualificative Degree=positive Number=singular Case=factive Owner_Number=singular Owner_Person=third | 2 | vezetőjévé/vezető, árulójává/áruló |
Afp-sy----s3s | Adjective Type=qualificative Degree=positive Number=singular Case=factive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afp-sy----s3p | Adjective Type=qualificative Degree=positive Number=singular Case=factive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afp-sy----p1 | Adjective Type=qualificative Degree=positive Number=singular Case=factive Owner_Number=plural Owner_Person=first | 1 |  |
Afp-sy----p1s | Adjective Type=qualificative Degree=positive Number=singular Case=factive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afp-sy----p1p | Adjective Type=qualificative Degree=positive Number=singular Case=factive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afp-sy----p2 | Adjective Type=qualificative Degree=positive Number=singular Case=factive Owner_Number=plural Owner_Person=second | 1 |  |
Afp-sy----p2s | Adjective Type=qualificative Degree=positive Number=singular Case=factive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afp-sy----p2p | Adjective Type=qualificative Degree=positive Number=singular Case=factive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afp-sy----p3 | Adjective Type=qualificative Degree=positive Number=singular Case=factive Owner_Number=plural Owner_Person=third | 1 |  |
Afp-sy----p3s | Adjective Type=qualificative Degree=positive Number=singular Case=factive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afp-sy----p3p | Adjective Type=qualificative Degree=positive Number=singular Case=factive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afp-sp | Adjective Type=qualificative Degree=positive Number=singular Case=superessive | 377 | zabolátlan-szabadon/zabolátlan-szabad, vonalmentesen/vonalmentes, vízszintesen/vízszintes, visszavágón/visszavágó, villámcsapásszerűen/villámcsapásszerű |
Afp-sp------s | Adjective Type=qualificative Degree=positive Number=singular Case=superessive Owned_Number=singular | 4 | őszén/ősz, mentén/ment, mélyén/mély, könnyedén/könnyed |
Afp-sp------p | Adjective Type=qualificative Degree=positive Number=singular Case=superessive Owned_Number=plural | 1 |  |
Afp-sp----s1 | Adjective Type=qualificative Degree=positive Number=singular Case=superessive Owner_Number=singular Owner_Person=first | 1 |  |
Afp-sp----s1s | Adjective Type=qualificative Degree=positive Number=singular Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afp-sp----s1p | Adjective Type=qualificative Degree=positive Number=singular Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afp-sp----s2 | Adjective Type=qualificative Degree=positive Number=singular Case=superessive Owner_Number=singular Owner_Person=second | 1 | gyengéden/gyenge |
Afp-sp----s2s | Adjective Type=qualificative Degree=positive Number=singular Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afp-sp----s2p | Adjective Type=qualificative Degree=positive Number=singular Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afp-sp----s3 | Adjective Type=qualificative Degree=positive Number=singular Case=superessive Owner_Number=singular Owner_Person=third | 16 | találkozóján/találkozó, tájékoztatóján/tájékoztató, sajtótájékoztatóján/sajtótájékoztató, rangadóján/rangadó, őszén/ősz |
Afp-sp----s3s | Adjective Type=qualificative Degree=positive Number=singular Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afp-sp----s3p | Adjective Type=qualificative Degree=positive Number=singular Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afp-sp----p1 | Adjective Type=qualificative Degree=positive Number=singular Case=superessive Owner_Number=plural Owner_Person=first | 1 |  |
Afp-sp----p1s | Adjective Type=qualificative Degree=positive Number=singular Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afp-sp----p1p | Adjective Type=qualificative Degree=positive Number=singular Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afp-sp----p2 | Adjective Type=qualificative Degree=positive Number=singular Case=superessive Owner_Number=plural Owner_Person=second | 1 |  |
Afp-sp----p2s | Adjective Type=qualificative Degree=positive Number=singular Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afp-sp----p2p | Adjective Type=qualificative Degree=positive Number=singular Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afp-sp----p3 | Adjective Type=qualificative Degree=positive Number=singular Case=superessive Owner_Number=plural Owner_Person=third | 1 | találkozójukon/találkozó |
Afp-sp----p3s | Adjective Type=qualificative Degree=positive Number=singular Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afp-sp----p3p | Adjective Type=qualificative Degree=positive Number=singular Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afp-su | Adjective Type=qualificative Degree=positive Number=singular Case=distributive | 1 |  |
Afp-su------s | Adjective Type=qualificative Degree=positive Number=singular Case=distributive Owned_Number=singular | 1 |  |
Afp-su------p | Adjective Type=qualificative Degree=positive Number=singular Case=distributive Owned_Number=plural | 1 |  |
Afp-su----s1 | Adjective Type=qualificative Degree=positive Number=singular Case=distributive Owner_Number=singular Owner_Person=first | 1 |  |
Afp-su----s1s | Adjective Type=qualificative Degree=positive Number=singular Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afp-su----s1p | Adjective Type=qualificative Degree=positive Number=singular Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afp-su----s2 | Adjective Type=qualificative Degree=positive Number=singular Case=distributive Owner_Number=singular Owner_Person=second | 1 |  |
Afp-su----s2s | Adjective Type=qualificative Degree=positive Number=singular Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afp-su----s2p | Adjective Type=qualificative Degree=positive Number=singular Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afp-su----s3 | Adjective Type=qualificative Degree=positive Number=singular Case=distributive Owner_Number=singular Owner_Person=third | 1 |  |
Afp-su----s3s | Adjective Type=qualificative Degree=positive Number=singular Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afp-su----s3p | Adjective Type=qualificative Degree=positive Number=singular Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afp-su----p1 | Adjective Type=qualificative Degree=positive Number=singular Case=distributive Owner_Number=plural Owner_Person=first | 1 |  |
Afp-su----p1s | Adjective Type=qualificative Degree=positive Number=singular Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afp-su----p1p | Adjective Type=qualificative Degree=positive Number=singular Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afp-su----p2 | Adjective Type=qualificative Degree=positive Number=singular Case=distributive Owner_Number=plural Owner_Person=second | 1 |  |
Afp-su----p2s | Adjective Type=qualificative Degree=positive Number=singular Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afp-su----p2p | Adjective Type=qualificative Degree=positive Number=singular Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afp-su----p3 | Adjective Type=qualificative Degree=positive Number=singular Case=distributive Owner_Number=plural Owner_Person=third | 1 |  |
Afp-su----p3s | Adjective Type=qualificative Degree=positive Number=singular Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afp-su----p3p | Adjective Type=qualificative Degree=positive Number=singular Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afp-sf | Adjective Type=qualificative Degree=positive Number=singular Case=essive-formal | 38 | utolsóként/utolsó, tulajdonosként/tulajdonos, tulajdonképp/tulajdon, tulajdonképpen/tulajdon, tettként/tett |
Afp-sf------s | Adjective Type=qualificative Degree=positive Number=singular Case=essive-formal Owned_Number=singular | 1 |  |
Afp-sf------p | Adjective Type=qualificative Degree=positive Number=singular Case=essive-formal Owned_Number=plural | 1 |  |
Afp-sf----s1 | Adjective Type=qualificative Degree=positive Number=singular Case=essive-formal Owner_Number=singular Owner_Person=first | 1 |  |
Afp-sf----s1s | Adjective Type=qualificative Degree=positive Number=singular Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afp-sf----s1p | Adjective Type=qualificative Degree=positive Number=singular Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afp-sf----s2 | Adjective Type=qualificative Degree=positive Number=singular Case=essive-formal Owner_Number=singular Owner_Person=second | 1 |  |
Afp-sf----s2s | Adjective Type=qualificative Degree=positive Number=singular Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afp-sf----s2p | Adjective Type=qualificative Degree=positive Number=singular Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afp-sf----s3 | Adjective Type=qualificative Degree=positive Number=singular Case=essive-formal Owner_Number=singular Owner_Person=third | 6 | tulajdonosaként/tulajdonos, termelőjeként/termelő, társtulajdonosaként/társtulajdonos, szószólójaként/szószóló, megújítójaként/megújító |
Afp-sf----s3s | Adjective Type=qualificative Degree=positive Number=singular Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afp-sf----s3p | Adjective Type=qualificative Degree=positive Number=singular Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afp-sf----p1 | Adjective Type=qualificative Degree=positive Number=singular Case=essive-formal Owner_Number=plural Owner_Person=first | 1 |  |
Afp-sf----p1s | Adjective Type=qualificative Degree=positive Number=singular Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afp-sf----p1p | Adjective Type=qualificative Degree=positive Number=singular Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afp-sf----p2 | Adjective Type=qualificative Degree=positive Number=singular Case=essive-formal Owner_Number=plural Owner_Person=second | 1 |  |
Afp-sf----p2s | Adjective Type=qualificative Degree=positive Number=singular Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afp-sf----p2p | Adjective Type=qualificative Degree=positive Number=singular Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afp-sf----p3 | Adjective Type=qualificative Degree=positive Number=singular Case=essive-formal Owner_Number=plural Owner_Person=third | 1 |  |
Afp-sf----p3s | Adjective Type=qualificative Degree=positive Number=singular Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afp-sf----p3p | Adjective Type=qualificative Degree=positive Number=singular Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afp-pn | Adjective Type=qualificative Degree=positive Number=plural Case=nominative | 1128 | zupások/zupás, zuhantak/zuhant, zugárusok/zugárus, zsugoriak/zsugori, zsúfoltak/zsúfolt |
Afp-pn------s | Adjective Type=qualificative Degree=positive Number=plural Case=nominative Owned_Number=singular | 6 | többieké/többi, proliké/proli, másoké/más, kelet-budapestieké/kelet-budapesti, kapitalistáké/kapitalista |
Afp-pn------p | Adjective Type=qualificative Degree=positive Number=plural Case=nominative Owned_Number=plural | 1 |  |
Afp-pn----s1 | Adjective Type=qualificative Degree=positive Number=plural Case=nominative Owner_Number=singular Owner_Person=first | 1 | gyöngéim/gyönge |
Afp-pn----s1s | Adjective Type=qualificative Degree=positive Number=plural Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afp-pn----s1p | Adjective Type=qualificative Degree=positive Number=plural Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afp-pn----s2 | Adjective Type=qualificative Degree=positive Number=plural Case=nominative Owner_Number=singular Owner_Person=second | 1 |  |
Afp-pn----s2s | Adjective Type=qualificative Degree=positive Number=plural Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afp-pn----s2p | Adjective Type=qualificative Degree=positive Number=plural Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afp-pn----s3 | Adjective Type=qualificative Degree=positive Number=plural Case=nominative Owner_Number=singular Owner_Person=third | 96 | zökkenői/zökkenő, vezetői/vezető, vezérigazgatói/vezérigazgató, vevői/vevő, védői/védő |
Afp-pn----s3s | Adjective Type=qualificative Degree=positive Number=plural Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afp-pn----s3p | Adjective Type=qualificative Degree=positive Number=plural Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afp-pn----p1 | Adjective Type=qualificative Degree=positive Number=plural Case=nominative Owner_Number=plural Owner_Person=first | 1 | vezetőink/vezető |
Afp-pn----p1s | Adjective Type=qualificative Degree=positive Number=plural Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afp-pn----p1p | Adjective Type=qualificative Degree=positive Number=plural Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afp-pn----p2 | Adjective Type=qualificative Degree=positive Number=plural Case=nominative Owner_Number=plural Owner_Person=second | 1 |  |
Afp-pn----p2s | Adjective Type=qualificative Degree=positive Number=plural Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afp-pn----p2p | Adjective Type=qualificative Degree=positive Number=plural Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afp-pn----p3 | Adjective Type=qualificative Degree=positive Number=plural Case=nominative Owner_Number=plural Owner_Person=third | 7 | választóik/választó, tulajdonosaik/tulajdonos, pengőik/pengő, kezelőik/kezelő, intézőik/intéző |
Afp-pn----p3s | Adjective Type=qualificative Degree=positive Number=plural Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afp-pn----p3p | Adjective Type=qualificative Degree=positive Number=plural Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afp-pg | Adjective Type=qualificative Degree=positive Number=plural Case=genitive | 1 |  |
Afp-pg------s | Adjective Type=qualificative Degree=positive Number=plural Case=genitive Owned_Number=singular | 1 |  |
Afp-pg------p | Adjective Type=qualificative Degree=positive Number=plural Case=genitive Owned_Number=plural | 1 |  |
Afp-pg----s1 | Adjective Type=qualificative Degree=positive Number=plural Case=genitive Owner_Number=singular Owner_Person=first | 1 |  |
Afp-pg----s1s | Adjective Type=qualificative Degree=positive Number=plural Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afp-pg----s1p | Adjective Type=qualificative Degree=positive Number=plural Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afp-pg----s2 | Adjective Type=qualificative Degree=positive Number=plural Case=genitive Owner_Number=singular Owner_Person=second | 1 |  |
Afp-pg----s2s | Adjective Type=qualificative Degree=positive Number=plural Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afp-pg----s2p | Adjective Type=qualificative Degree=positive Number=plural Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afp-pg----s3 | Adjective Type=qualificative Degree=positive Number=plural Case=genitive Owner_Number=singular Owner_Person=third | 1 |  |
Afp-pg----s3s | Adjective Type=qualificative Degree=positive Number=plural Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afp-pg----s3p | Adjective Type=qualificative Degree=positive Number=plural Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afp-pg----p1 | Adjective Type=qualificative Degree=positive Number=plural Case=genitive Owner_Number=plural Owner_Person=first | 1 |  |
Afp-pg----p1s | Adjective Type=qualificative Degree=positive Number=plural Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afp-pg----p1p | Adjective Type=qualificative Degree=positive Number=plural Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afp-pg----p2 | Adjective Type=qualificative Degree=positive Number=plural Case=genitive Owner_Number=plural Owner_Person=second | 1 |  |
Afp-pg----p2s | Adjective Type=qualificative Degree=positive Number=plural Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afp-pg----p2p | Adjective Type=qualificative Degree=positive Number=plural Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afp-pg----p3 | Adjective Type=qualificative Degree=positive Number=plural Case=genitive Owner_Number=plural Owner_Person=third | 1 |  |
Afp-pg----p3s | Adjective Type=qualificative Degree=positive Number=plural Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afp-pg----p3p | Adjective Type=qualificative Degree=positive Number=plural Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afp-pd | Adjective Type=qualificative Degree=positive Number=plural Case=dative | 92 | vörösöknek/vörös, vizsgálódóknak/vizsgálódó, vevőknek/vevő, végzőknek/végző, vásárlóknak/vásárló |
Afp-pd------s | Adjective Type=qualificative Degree=positive Number=plural Case=dative Owned_Number=singular | 1 | készültekének/készült |
Afp-pd------p | Adjective Type=qualificative Degree=positive Number=plural Case=dative Owned_Number=plural | 1 |  |
Afp-pd----s1 | Adjective Type=qualificative Degree=positive Number=plural Case=dative Owner_Number=singular Owner_Person=first | 1 |  |
Afp-pd----s1s | Adjective Type=qualificative Degree=positive Number=plural Case=dative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afp-pd----s1p | Adjective Type=qualificative Degree=positive Number=plural Case=dative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afp-pd----s2 | Adjective Type=qualificative Degree=positive Number=plural Case=dative Owner_Number=singular Owner_Person=second | 1 |  |
Afp-pd----s2s | Adjective Type=qualificative Degree=positive Number=plural Case=dative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afp-pd----s2p | Adjective Type=qualificative Degree=positive Number=plural Case=dative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afp-pd----s3 | Adjective Type=qualificative Degree=positive Number=plural Case=dative Owner_Number=singular Owner_Person=third | 26 | vezetőinek/vezető, vallatóinak/vallató, úttörőiről/úttörő, tisztségviselőinek/tisztségviselő, szerkesztőinek/szerkesztő |
Afp-pd----s3s | Adjective Type=qualificative Degree=positive Number=plural Case=dative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afp-pd----s3p | Adjective Type=qualificative Degree=positive Number=plural Case=dative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afp-pd----p1 | Adjective Type=qualificative Degree=positive Number=plural Case=dative Owner_Number=plural Owner_Person=first | 1 |  |
Afp-pd----p1s | Adjective Type=qualificative Degree=positive Number=plural Case=dative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afp-pd----p1p | Adjective Type=qualificative Degree=positive Number=plural Case=dative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afp-pd----p2 | Adjective Type=qualificative Degree=positive Number=plural Case=dative Owner_Number=plural Owner_Person=second | 1 |  |
Afp-pd----p2s | Adjective Type=qualificative Degree=positive Number=plural Case=dative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afp-pd----p2p | Adjective Type=qualificative Degree=positive Number=plural Case=dative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afp-pd----p3 | Adjective Type=qualificative Degree=positive Number=plural Case=dative Owner_Number=plural Owner_Person=third | 1 |  |
Afp-pd----p3s | Adjective Type=qualificative Degree=positive Number=plural Case=dative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afp-pd----p3p | Adjective Type=qualificative Degree=positive Number=plural Case=dative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afp-pa | Adjective Type=qualificative Degree=positive Number=plural Case=accusative | 137 | zsidókat/zsidó, vörösöket/vörös, vontatókat/vontató, virágszedőket/virágszedő, vezetőket/vezető |
Afp-pa------s | Adjective Type=qualificative Degree=positive Number=plural Case=accusative Owned_Number=singular | 3 | másokét/más, kicsikét/kicsi, keletiekét/keleti |
Afp-pa------p | Adjective Type=qualificative Degree=positive Number=plural Case=accusative Owned_Number=plural | 1 |  |
Afp-pa----s1 | Adjective Type=qualificative Degree=positive Number=plural Case=accusative Owner_Number=singular Owner_Person=first | 1 | függőimet/függő |
Afp-pa----s1s | Adjective Type=qualificative Degree=positive Number=plural Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afp-pa----s1p | Adjective Type=qualificative Degree=positive Number=plural Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afp-pa----s2 | Adjective Type=qualificative Degree=positive Number=plural Case=accusative Owner_Number=singular Owner_Person=second | 1 |  |
Afp-pa----s2s | Adjective Type=qualificative Degree=positive Number=plural Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afp-pa----s2p | Adjective Type=qualificative Degree=positive Number=plural Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afp-pa----s3 | Adjective Type=qualificative Degree=positive Number=plural Case=accusative Owner_Number=singular Owner_Person=third | 25 | visszavágóit/visszavágó, villanyégőit/villanyégő, vezetőit/vezető, tolvajait/tolvaj, tisztviselőit/tisztviselő |
Afp-pa----s3s | Adjective Type=qualificative Degree=positive Number=plural Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afp-pa----s3p | Adjective Type=qualificative Degree=positive Number=plural Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afp-pa----p1 | Adjective Type=qualificative Degree=positive Number=plural Case=accusative Owner_Number=plural Owner_Person=first | 1 |  |
Afp-pa----p1s | Adjective Type=qualificative Degree=positive Number=plural Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afp-pa----p1p | Adjective Type=qualificative Degree=positive Number=plural Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afp-pa----p2 | Adjective Type=qualificative Degree=positive Number=plural Case=accusative Owner_Number=plural Owner_Person=second | 1 |  |
Afp-pa----p2s | Adjective Type=qualificative Degree=positive Number=plural Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afp-pa----p2p | Adjective Type=qualificative Degree=positive Number=plural Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afp-pa----p3 | Adjective Type=qualificative Degree=positive Number=plural Case=accusative Owner_Number=plural Owner_Person=third | 4 | tetteiket/tett, kutyáikat/kutya, képviselőiket/képviselő, ingatlanjaikat/ingatlan |
Afp-pa----p3s | Adjective Type=qualificative Degree=positive Number=plural Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afp-pa----p3p | Adjective Type=qualificative Degree=positive Number=plural Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afp-pi | Adjective Type=qualificative Degree=positive Number=plural Case=instrumental | 70 | zsugoriakkal/zsugori, ukránokkal/ukrán, tulajdonosakkal/tulajdonos, törülközőkkel/törülköző, többiekkel/többi |
Afp-pi------s | Adjective Type=qualificative Degree=positive Number=plural Case=instrumental Owned_Number=singular | 1 |  |
Afp-pi------p | Adjective Type=qualificative Degree=positive Number=plural Case=instrumental Owned_Number=plural | 1 |  |
Afp-pi----s1 | Adjective Type=qualificative Degree=positive Number=plural Case=instrumental Owner_Number=singular Owner_Person=first | 1 |  |
Afp-pi----s1s | Adjective Type=qualificative Degree=positive Number=plural Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afp-pi----s1p | Adjective Type=qualificative Degree=positive Number=plural Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afp-pi----s2 | Adjective Type=qualificative Degree=positive Number=plural Case=instrumental Owner_Number=singular Owner_Person=second | 1 |  |
Afp-pi----s2s | Adjective Type=qualificative Degree=positive Number=plural Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afp-pi----s2p | Adjective Type=qualificative Degree=positive Number=plural Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afp-pi----s3 | Adjective Type=qualificative Degree=positive Number=plural Case=instrumental Owner_Number=singular Owner_Person=third | 8 | vezetőivel/vezető, tisztségviselőivel/tisztségviselő, rendezőivel/rendező, lovasaival/lovas, kutyáival/kutya |
Afp-pi----s3s | Adjective Type=qualificative Degree=positive Number=plural Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afp-pi----s3p | Adjective Type=qualificative Degree=positive Number=plural Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afp-pi----p1 | Adjective Type=qualificative Degree=positive Number=plural Case=instrumental Owner_Number=plural Owner_Person=first | 1 | elnyomóinkkal/elnyomó |
Afp-pi----p1s | Adjective Type=qualificative Degree=positive Number=plural Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afp-pi----p1p | Adjective Type=qualificative Degree=positive Number=plural Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afp-pi----p2 | Adjective Type=qualificative Degree=positive Number=plural Case=instrumental Owner_Number=plural Owner_Person=second | 1 |  |
Afp-pi----p2s | Adjective Type=qualificative Degree=positive Number=plural Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afp-pi----p2p | Adjective Type=qualificative Degree=positive Number=plural Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afp-pi----p3 | Adjective Type=qualificative Degree=positive Number=plural Case=instrumental Owner_Number=plural Owner_Person=third | 3 | marokszedőikkel/marokszedő, kocsisaikkal/kocsis, hozzátartozóikkal/hozzátartozó |
Afp-pi----p3s | Adjective Type=qualificative Degree=positive Number=plural Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afp-pi----p3p | Adjective Type=qualificative Degree=positive Number=plural Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afp-px | Adjective Type=qualificative Degree=positive Number=plural Case=illative | 1 | csigaformákba/csigaformá |
Afp-px------s | Adjective Type=qualificative Degree=positive Number=plural Case=illative Owned_Number=singular | 1 |  |
Afp-px------p | Adjective Type=qualificative Degree=positive Number=plural Case=illative Owned_Number=plural | 1 |  |
Afp-px----s1 | Adjective Type=qualificative Degree=positive Number=plural Case=illative Owner_Number=singular Owner_Person=first | 1 |  |
Afp-px----s1s | Adjective Type=qualificative Degree=positive Number=plural Case=illative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afp-px----s1p | Adjective Type=qualificative Degree=positive Number=plural Case=illative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afp-px----s2 | Adjective Type=qualificative Degree=positive Number=plural Case=illative Owner_Number=singular Owner_Person=second | 1 |  |
Afp-px----s2s | Adjective Type=qualificative Degree=positive Number=plural Case=illative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afp-px----s2p | Adjective Type=qualificative Degree=positive Number=plural Case=illative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afp-px----s3 | Adjective Type=qualificative Degree=positive Number=plural Case=illative Owner_Number=singular Owner_Person=third | 1 |  |
Afp-px----s3s | Adjective Type=qualificative Degree=positive Number=plural Case=illative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afp-px----s3p | Adjective Type=qualificative Degree=positive Number=plural Case=illative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afp-px----p1 | Adjective Type=qualificative Degree=positive Number=plural Case=illative Owner_Number=plural Owner_Person=first | 1 |  |
Afp-px----p1s | Adjective Type=qualificative Degree=positive Number=plural Case=illative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afp-px----p1p | Adjective Type=qualificative Degree=positive Number=plural Case=illative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afp-px----p2 | Adjective Type=qualificative Degree=positive Number=plural Case=illative Owner_Number=plural Owner_Person=second | 1 |  |
Afp-px----p2s | Adjective Type=qualificative Degree=positive Number=plural Case=illative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afp-px----p2p | Adjective Type=qualificative Degree=positive Number=plural Case=illative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afp-px----p3 | Adjective Type=qualificative Degree=positive Number=plural Case=illative Owner_Number=plural Owner_Person=third | 1 |  |
Afp-px----p3s | Adjective Type=qualificative Degree=positive Number=plural Case=illative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afp-px----p3p | Adjective Type=qualificative Degree=positive Number=plural Case=illative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afp-p2 | Adjective Type=qualificative Degree=positive Number=plural Case=inessive | 10 | szőttesekben/szőttes, prolikban/proli, mosdókban/mosdó, mélyhűtőkben/mélyhűtő, másokban/más |
Afp-p2------s | Adjective Type=qualificative Degree=positive Number=plural Case=inessive Owned_Number=singular | 1 |  |
Afp-p2------p | Adjective Type=qualificative Degree=positive Number=plural Case=inessive Owned_Number=plural | 1 |  |
Afp-p2----s1 | Adjective Type=qualificative Degree=positive Number=plural Case=inessive Owner_Number=singular Owner_Person=first | 1 |  |
Afp-p2----s1s | Adjective Type=qualificative Degree=positive Number=plural Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afp-p2----s1p | Adjective Type=qualificative Degree=positive Number=plural Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afp-p2----s2 | Adjective Type=qualificative Degree=positive Number=plural Case=inessive Owner_Number=singular Owner_Person=second | 1 |  |
Afp-p2----s2s | Adjective Type=qualificative Degree=positive Number=plural Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afp-p2----s2p | Adjective Type=qualificative Degree=positive Number=plural Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afp-p2----s3 | Adjective Type=qualificative Degree=positive Number=plural Case=inessive Owner_Number=singular Owner_Person=third | 3 | útvesztőiben/útvesztő, üdülőiben/üdülő, fordulóiban/forduló |
Afp-p2----s3s | Adjective Type=qualificative Degree=positive Number=plural Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afp-p2----s3p | Adjective Type=qualificative Degree=positive Number=plural Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afp-p2----p1 | Adjective Type=qualificative Degree=positive Number=plural Case=inessive Owner_Number=plural Owner_Person=first | 1 |  |
Afp-p2----p1s | Adjective Type=qualificative Degree=positive Number=plural Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afp-p2----p1p | Adjective Type=qualificative Degree=positive Number=plural Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afp-p2----p2 | Adjective Type=qualificative Degree=positive Number=plural Case=inessive Owner_Number=plural Owner_Person=second | 1 |  |
Afp-p2----p2s | Adjective Type=qualificative Degree=positive Number=plural Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afp-p2----p2p | Adjective Type=qualificative Degree=positive Number=plural Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afp-p2----p3 | Adjective Type=qualificative Degree=positive Number=plural Case=inessive Owner_Number=plural Owner_Person=third | 1 |  |
Afp-p2----p3s | Adjective Type=qualificative Degree=positive Number=plural Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afp-p2----p3p | Adjective Type=qualificative Degree=positive Number=plural Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afp-pe | Adjective Type=qualificative Degree=positive Number=plural Case=elative | 18 | utóbbiakból/utóbbi, újságírókból/újságíró, ügyintézőkből/ügyintéző, tudósokból/tudós, tanítókból/tanító |
Afp-pe------s | Adjective Type=qualificative Degree=positive Number=plural Case=elative Owned_Number=singular | 1 |  |
Afp-pe------p | Adjective Type=qualificative Degree=positive Number=plural Case=elative Owned_Number=plural | 1 |  |
Afp-pe----s1 | Adjective Type=qualificative Degree=positive Number=plural Case=elative Owner_Number=singular Owner_Person=first | 1 |  |
Afp-pe----s1s | Adjective Type=qualificative Degree=positive Number=plural Case=elative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afp-pe----s1p | Adjective Type=qualificative Degree=positive Number=plural Case=elative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afp-pe----s2 | Adjective Type=qualificative Degree=positive Number=plural Case=elative Owner_Number=singular Owner_Person=second | 1 |  |
Afp-pe----s2s | Adjective Type=qualificative Degree=positive Number=plural Case=elative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afp-pe----s2p | Adjective Type=qualificative Degree=positive Number=plural Case=elative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afp-pe----s3 | Adjective Type=qualificative Degree=positive Number=plural Case=elative Owner_Number=singular Owner_Person=third | 3 | képviselőiből/képviselő, hízóiból/hízó, dolgozóiból/dolgozó |
Afp-pe----s3s | Adjective Type=qualificative Degree=positive Number=plural Case=elative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afp-pe----s3p | Adjective Type=qualificative Degree=positive Number=plural Case=elative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afp-pe----p1 | Adjective Type=qualificative Degree=positive Number=plural Case=elative Owner_Number=plural Owner_Person=first | 1 |  |
Afp-pe----p1s | Adjective Type=qualificative Degree=positive Number=plural Case=elative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afp-pe----p1p | Adjective Type=qualificative Degree=positive Number=plural Case=elative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afp-pe----p2 | Adjective Type=qualificative Degree=positive Number=plural Case=elative Owner_Number=plural Owner_Person=second | 1 |  |
Afp-pe----p2s | Adjective Type=qualificative Degree=positive Number=plural Case=elative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afp-pe----p2p | Adjective Type=qualificative Degree=positive Number=plural Case=elative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afp-pe----p3 | Adjective Type=qualificative Degree=positive Number=plural Case=elative Owner_Number=plural Owner_Person=third | 1 |  |
Afp-pe----p3s | Adjective Type=qualificative Degree=positive Number=plural Case=elative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afp-pe----p3p | Adjective Type=qualificative Degree=positive Number=plural Case=elative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afp-pt | Adjective Type=qualificative Degree=positive Number=plural Case=allative | 16 | tanítókhoz/tanító, szavazókhoz/szavazó, szaladókhoz/szaladó, marokszedőkhöz/marokszedő, lázadókhoz/lázadó |
Afp-pt------s | Adjective Type=qualificative Degree=positive Number=plural Case=allative Owned_Number=singular | 2 | szabaddemokratákéhoz/szabaddemokrata, kanokéhoz/kan |
Afp-pt------p | Adjective Type=qualificative Degree=positive Number=plural Case=allative Owned_Number=plural | 1 |  |
Afp-pt----s1 | Adjective Type=qualificative Degree=positive Number=plural Case=allative Owner_Number=singular Owner_Person=first | 1 | ismerőseimhez/ismerős |
Afp-pt----s1s | Adjective Type=qualificative Degree=positive Number=plural Case=allative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afp-pt----s1p | Adjective Type=qualificative Degree=positive Number=plural Case=allative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afp-pt----s2 | Adjective Type=qualificative Degree=positive Number=plural Case=allative Owner_Number=singular Owner_Person=second | 1 |  |
Afp-pt----s2s | Adjective Type=qualificative Degree=positive Number=plural Case=allative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afp-pt----s2p | Adjective Type=qualificative Degree=positive Number=plural Case=allative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afp-pt----s3 | Adjective Type=qualificative Degree=positive Number=plural Case=allative Owner_Number=singular Owner_Person=third | 2 | vezetőihez/vezető, lakóihoz/lakó |
Afp-pt----s3s | Adjective Type=qualificative Degree=positive Number=plural Case=allative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afp-pt----s3p | Adjective Type=qualificative Degree=positive Number=plural Case=allative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afp-pt----p1 | Adjective Type=qualificative Degree=positive Number=plural Case=allative Owner_Number=plural Owner_Person=first | 1 |  |
Afp-pt----p1s | Adjective Type=qualificative Degree=positive Number=plural Case=allative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afp-pt----p1p | Adjective Type=qualificative Degree=positive Number=plural Case=allative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afp-pt----p2 | Adjective Type=qualificative Degree=positive Number=plural Case=allative Owner_Number=plural Owner_Person=second | 1 |  |
Afp-pt----p2s | Adjective Type=qualificative Degree=positive Number=plural Case=allative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afp-pt----p2p | Adjective Type=qualificative Degree=positive Number=plural Case=allative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afp-pt----p3 | Adjective Type=qualificative Degree=positive Number=plural Case=allative Owner_Number=plural Owner_Person=third | 1 |  |
Afp-pt----p3s | Adjective Type=qualificative Degree=positive Number=plural Case=allative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afp-pt----p3p | Adjective Type=qualificative Degree=positive Number=plural Case=allative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afp-p3 | Adjective Type=qualificative Degree=positive Number=plural Case=adessive | 11 | vállalkozóknál/vállalkozó, önöknél/ön, munkaadóknál/munkaadó, másoknál/más, közalkalmazottaknál/közalkalmazott |
Afp-p3------s | Adjective Type=qualificative Degree=positive Number=plural Case=adessive Owned_Number=singular | 1 |  |
Afp-p3------p | Adjective Type=qualificative Degree=positive Number=plural Case=adessive Owned_Number=plural | 1 |  |
Afp-p3----s1 | Adjective Type=qualificative Degree=positive Number=plural Case=adessive Owner_Number=singular Owner_Person=first | 1 |  |
Afp-p3----s1s | Adjective Type=qualificative Degree=positive Number=plural Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afp-p3----s1p | Adjective Type=qualificative Degree=positive Number=plural Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afp-p3----s2 | Adjective Type=qualificative Degree=positive Number=plural Case=adessive Owner_Number=singular Owner_Person=second | 1 |  |
Afp-p3----s2s | Adjective Type=qualificative Degree=positive Number=plural Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afp-p3----s2p | Adjective Type=qualificative Degree=positive Number=plural Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afp-p3----s3 | Adjective Type=qualificative Degree=positive Number=plural Case=adessive Owner_Number=singular Owner_Person=third | 1 | határátkelőinél/határátkelő |
Afp-p3----s3s | Adjective Type=qualificative Degree=positive Number=plural Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afp-p3----s3p | Adjective Type=qualificative Degree=positive Number=plural Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afp-p3----p1 | Adjective Type=qualificative Degree=positive Number=plural Case=adessive Owner_Number=plural Owner_Person=first | 1 |  |
Afp-p3----p1s | Adjective Type=qualificative Degree=positive Number=plural Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afp-p3----p1p | Adjective Type=qualificative Degree=positive Number=plural Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afp-p3----p2 | Adjective Type=qualificative Degree=positive Number=plural Case=adessive Owner_Number=plural Owner_Person=second | 1 |  |
Afp-p3----p2s | Adjective Type=qualificative Degree=positive Number=plural Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afp-p3----p2p | Adjective Type=qualificative Degree=positive Number=plural Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afp-p3----p3 | Adjective Type=qualificative Degree=positive Number=plural Case=adessive Owner_Number=plural Owner_Person=third | 1 |  |
Afp-p3----p3s | Adjective Type=qualificative Degree=positive Number=plural Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afp-p3----p3p | Adjective Type=qualificative Degree=positive Number=plural Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afp-pb | Adjective Type=qualificative Degree=positive Number=plural Case=ablative | 22 | vásárlóktól/vásárló, utóbbiaktól/utóbbi, utasoktól/utas, szülőktől/szülő, szomszédoktól/szomszéd |
Afp-pb------s | Adjective Type=qualificative Degree=positive Number=plural Case=ablative Owned_Number=singular | 1 | külföldiekétől/külföldi |
Afp-pb------p | Adjective Type=qualificative Degree=positive Number=plural Case=ablative Owned_Number=plural | 1 |  |
Afp-pb----s1 | Adjective Type=qualificative Degree=positive Number=plural Case=ablative Owner_Number=singular Owner_Person=first | 1 |  |
Afp-pb----s1s | Adjective Type=qualificative Degree=positive Number=plural Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afp-pb----s1p | Adjective Type=qualificative Degree=positive Number=plural Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afp-pb----s2 | Adjective Type=qualificative Degree=positive Number=plural Case=ablative Owner_Number=singular Owner_Person=second | 1 |  |
Afp-pb----s2s | Adjective Type=qualificative Degree=positive Number=plural Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afp-pb----s2p | Adjective Type=qualificative Degree=positive Number=plural Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afp-pb----s3 | Adjective Type=qualificative Degree=positive Number=plural Case=ablative Owner_Number=singular Owner_Person=third | 3 | vezetőitől/vezető, illetékeseitől/illetékes, hordozóitól/hordozó |
Afp-pb----s3s | Adjective Type=qualificative Degree=positive Number=plural Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afp-pb----s3p | Adjective Type=qualificative Degree=positive Number=plural Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afp-pb----p1 | Adjective Type=qualificative Degree=positive Number=plural Case=ablative Owner_Number=plural Owner_Person=first | 1 |  |
Afp-pb----p1s | Adjective Type=qualificative Degree=positive Number=plural Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afp-pb----p1p | Adjective Type=qualificative Degree=positive Number=plural Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afp-pb----p2 | Adjective Type=qualificative Degree=positive Number=plural Case=ablative Owner_Number=plural Owner_Person=second | 1 |  |
Afp-pb----p2s | Adjective Type=qualificative Degree=positive Number=plural Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afp-pb----p2p | Adjective Type=qualificative Degree=positive Number=plural Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afp-pb----p3 | Adjective Type=qualificative Degree=positive Number=plural Case=ablative Owner_Number=plural Owner_Person=third | 1 |  |
Afp-pb----p3s | Adjective Type=qualificative Degree=positive Number=plural Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afp-pb----p3p | Adjective Type=qualificative Degree=positive Number=plural Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afp-p9 | Adjective Type=qualificative Degree=positive Number=plural Case=terminative | 1 | tettekig/tett |
Afp-p9------s | Adjective Type=qualificative Degree=positive Number=plural Case=terminative Owned_Number=singular | 1 |  |
Afp-p9------p | Adjective Type=qualificative Degree=positive Number=plural Case=terminative Owned_Number=plural | 1 |  |
Afp-p9----s1 | Adjective Type=qualificative Degree=positive Number=plural Case=terminative Owner_Number=singular Owner_Person=first | 1 |  |
Afp-p9----s1s | Adjective Type=qualificative Degree=positive Number=plural Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afp-p9----s1p | Adjective Type=qualificative Degree=positive Number=plural Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afp-p9----s2 | Adjective Type=qualificative Degree=positive Number=plural Case=terminative Owner_Number=singular Owner_Person=second | 1 |  |
Afp-p9----s2s | Adjective Type=qualificative Degree=positive Number=plural Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afp-p9----s2p | Adjective Type=qualificative Degree=positive Number=plural Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afp-p9----s3 | Adjective Type=qualificative Degree=positive Number=plural Case=terminative Owner_Number=singular Owner_Person=third | 1 |  |
Afp-p9----s3s | Adjective Type=qualificative Degree=positive Number=plural Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afp-p9----s3p | Adjective Type=qualificative Degree=positive Number=plural Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afp-p9----p1 | Adjective Type=qualificative Degree=positive Number=plural Case=terminative Owner_Number=plural Owner_Person=first | 1 |  |
Afp-p9----p1s | Adjective Type=qualificative Degree=positive Number=plural Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afp-p9----p1p | Adjective Type=qualificative Degree=positive Number=plural Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afp-p9----p2 | Adjective Type=qualificative Degree=positive Number=plural Case=terminative Owner_Number=plural Owner_Person=second | 1 |  |
Afp-p9----p2s | Adjective Type=qualificative Degree=positive Number=plural Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afp-p9----p2p | Adjective Type=qualificative Degree=positive Number=plural Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afp-p9----p3 | Adjective Type=qualificative Degree=positive Number=plural Case=terminative Owner_Number=plural Owner_Person=third | 1 |  |
Afp-p9----p3s | Adjective Type=qualificative Degree=positive Number=plural Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afp-p9----p3p | Adjective Type=qualificative Degree=positive Number=plural Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afp-pw | Adjective Type=qualificative Degree=positive Number=plural Case=essive | 1 |  |
Afp-pw------s | Adjective Type=qualificative Degree=positive Number=plural Case=essive Owned_Number=singular | 1 |  |
Afp-pw------p | Adjective Type=qualificative Degree=positive Number=plural Case=essive Owned_Number=plural | 1 |  |
Afp-pw----s1 | Adjective Type=qualificative Degree=positive Number=plural Case=essive Owner_Number=singular Owner_Person=first | 1 |  |
Afp-pw----s1s | Adjective Type=qualificative Degree=positive Number=plural Case=essive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afp-pw----s1p | Adjective Type=qualificative Degree=positive Number=plural Case=essive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afp-pw----s2 | Adjective Type=qualificative Degree=positive Number=plural Case=essive Owner_Number=singular Owner_Person=second | 1 |  |
Afp-pw----s2s | Adjective Type=qualificative Degree=positive Number=plural Case=essive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afp-pw----s2p | Adjective Type=qualificative Degree=positive Number=plural Case=essive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afp-pw----s3 | Adjective Type=qualificative Degree=positive Number=plural Case=essive Owner_Number=singular Owner_Person=third | 1 |  |
Afp-pw----s3s | Adjective Type=qualificative Degree=positive Number=plural Case=essive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afp-pw----s3p | Adjective Type=qualificative Degree=positive Number=plural Case=essive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afp-pw----p1 | Adjective Type=qualificative Degree=positive Number=plural Case=essive Owner_Number=plural Owner_Person=first | 1 |  |
Afp-pw----p1s | Adjective Type=qualificative Degree=positive Number=plural Case=essive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afp-pw----p1p | Adjective Type=qualificative Degree=positive Number=plural Case=essive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afp-pw----p2 | Adjective Type=qualificative Degree=positive Number=plural Case=essive Owner_Number=plural Owner_Person=second | 1 |  |
Afp-pw----p2s | Adjective Type=qualificative Degree=positive Number=plural Case=essive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afp-pw----p2p | Adjective Type=qualificative Degree=positive Number=plural Case=essive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afp-pw----p3 | Adjective Type=qualificative Degree=positive Number=plural Case=essive Owner_Number=plural Owner_Person=third | 1 |  |
Afp-pw----p3s | Adjective Type=qualificative Degree=positive Number=plural Case=essive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afp-pw----p3p | Adjective Type=qualificative Degree=positive Number=plural Case=essive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afp-pm | Adjective Type=qualificative Degree=positive Number=plural Case=temporalis | 1 |  |
Afp-pm------s | Adjective Type=qualificative Degree=positive Number=plural Case=temporalis Owned_Number=singular | 1 |  |
Afp-pm------p | Adjective Type=qualificative Degree=positive Number=plural Case=temporalis Owned_Number=plural | 1 |  |
Afp-pm----s1 | Adjective Type=qualificative Degree=positive Number=plural Case=temporalis Owner_Number=singular Owner_Person=first | 1 |  |
Afp-pm----s1s | Adjective Type=qualificative Degree=positive Number=plural Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afp-pm----s1p | Adjective Type=qualificative Degree=positive Number=plural Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afp-pm----s2 | Adjective Type=qualificative Degree=positive Number=plural Case=temporalis Owner_Number=singular Owner_Person=second | 1 |  |
Afp-pm----s2s | Adjective Type=qualificative Degree=positive Number=plural Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afp-pm----s2p | Adjective Type=qualificative Degree=positive Number=plural Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afp-pm----s3 | Adjective Type=qualificative Degree=positive Number=plural Case=temporalis Owner_Number=singular Owner_Person=third | 1 |  |
Afp-pm----s3s | Adjective Type=qualificative Degree=positive Number=plural Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afp-pm----s3p | Adjective Type=qualificative Degree=positive Number=plural Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afp-pm----p1 | Adjective Type=qualificative Degree=positive Number=plural Case=temporalis Owner_Number=plural Owner_Person=first | 1 |  |
Afp-pm----p1s | Adjective Type=qualificative Degree=positive Number=plural Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afp-pm----p1p | Adjective Type=qualificative Degree=positive Number=plural Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afp-pm----p2 | Adjective Type=qualificative Degree=positive Number=plural Case=temporalis Owner_Number=plural Owner_Person=second | 1 |  |
Afp-pm----p2s | Adjective Type=qualificative Degree=positive Number=plural Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afp-pm----p2p | Adjective Type=qualificative Degree=positive Number=plural Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afp-pm----p3 | Adjective Type=qualificative Degree=positive Number=plural Case=temporalis Owner_Number=plural Owner_Person=third | 1 |  |
Afp-pm----p3s | Adjective Type=qualificative Degree=positive Number=plural Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afp-pm----p3p | Adjective Type=qualificative Degree=positive Number=plural Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afp-pc | Adjective Type=qualificative Degree=positive Number=plural Case=causalis | 4 | történtekért/történt, tanyaiakért/tanyai, sertésekért/sertés, labdarúgókért/labdarúgó |
Afp-pc------s | Adjective Type=qualificative Degree=positive Number=plural Case=causalis Owned_Number=singular | 1 | másokéért/más |
Afp-pc------p | Adjective Type=qualificative Degree=positive Number=plural Case=causalis Owned_Number=plural | 1 |  |
Afp-pc----s1 | Adjective Type=qualificative Degree=positive Number=plural Case=causalis Owner_Number=singular Owner_Person=first | 1 |  |
Afp-pc----s1s | Adjective Type=qualificative Degree=positive Number=plural Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afp-pc----s1p | Adjective Type=qualificative Degree=positive Number=plural Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afp-pc----s2 | Adjective Type=qualificative Degree=positive Number=plural Case=causalis Owner_Number=singular Owner_Person=second | 1 |  |
Afp-pc----s2s | Adjective Type=qualificative Degree=positive Number=plural Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afp-pc----s2p | Adjective Type=qualificative Degree=positive Number=plural Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afp-pc----s3 | Adjective Type=qualificative Degree=positive Number=plural Case=causalis Owner_Number=singular Owner_Person=third | 1 | szerelőiért/szerelő |
Afp-pc----s3s | Adjective Type=qualificative Degree=positive Number=plural Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afp-pc----s3p | Adjective Type=qualificative Degree=positive Number=plural Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afp-pc----p1 | Adjective Type=qualificative Degree=positive Number=plural Case=causalis Owner_Number=plural Owner_Person=first | 1 |  |
Afp-pc----p1s | Adjective Type=qualificative Degree=positive Number=plural Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afp-pc----p1p | Adjective Type=qualificative Degree=positive Number=plural Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afp-pc----p2 | Adjective Type=qualificative Degree=positive Number=plural Case=causalis Owner_Number=plural Owner_Person=second | 1 |  |
Afp-pc----p2s | Adjective Type=qualificative Degree=positive Number=plural Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afp-pc----p2p | Adjective Type=qualificative Degree=positive Number=plural Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afp-pc----p3 | Adjective Type=qualificative Degree=positive Number=plural Case=causalis Owner_Number=plural Owner_Person=third | 1 |  |
Afp-pc----p3s | Adjective Type=qualificative Degree=positive Number=plural Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afp-pc----p3p | Adjective Type=qualificative Degree=positive Number=plural Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afp-ps | Adjective Type=qualificative Degree=positive Number=plural Case=sublative | 22 | zsidókra/zsidó, vezetőkre/vezető, vásárlókra/vásárló, tudósokra/tudós, szülőkre/szülő |
Afp-ps------s | Adjective Type=qualificative Degree=positive Number=plural Case=sublative Owned_Number=singular | 1 |  |
Afp-ps------p | Adjective Type=qualificative Degree=positive Number=plural Case=sublative Owned_Number=plural | 1 |  |
Afp-ps----s1 | Adjective Type=qualificative Degree=positive Number=plural Case=sublative Owner_Number=singular Owner_Person=first | 1 |  |
Afp-ps----s1s | Adjective Type=qualificative Degree=positive Number=plural Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afp-ps----s1p | Adjective Type=qualificative Degree=positive Number=plural Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afp-ps----s2 | Adjective Type=qualificative Degree=positive Number=plural Case=sublative Owner_Number=singular Owner_Person=second | 1 |  |
Afp-ps----s2s | Adjective Type=qualificative Degree=positive Number=plural Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afp-ps----s2p | Adjective Type=qualificative Degree=positive Number=plural Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afp-ps----s3 | Adjective Type=qualificative Degree=positive Number=plural Case=sublative Owner_Number=singular Owner_Person=third | 8 | tulajdonosaira/tulajdonos, tisztségviselőire/tisztségviselő, rendezőire/rendező, látnivalóira/látnivaló, képviselőire/képviselő |
Afp-ps----s3s | Adjective Type=qualificative Degree=positive Number=plural Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afp-ps----s3p | Adjective Type=qualificative Degree=positive Number=plural Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afp-ps----p1 | Adjective Type=qualificative Degree=positive Number=plural Case=sublative Owner_Number=plural Owner_Person=first | 1 |  |
Afp-ps----p1s | Adjective Type=qualificative Degree=positive Number=plural Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afp-ps----p1p | Adjective Type=qualificative Degree=positive Number=plural Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afp-ps----p2 | Adjective Type=qualificative Degree=positive Number=plural Case=sublative Owner_Number=plural Owner_Person=second | 1 |  |
Afp-ps----p2s | Adjective Type=qualificative Degree=positive Number=plural Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afp-ps----p2p | Adjective Type=qualificative Degree=positive Number=plural Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afp-ps----p3 | Adjective Type=qualificative Degree=positive Number=plural Case=sublative Owner_Number=plural Owner_Person=third | 1 |  |
Afp-ps----p3s | Adjective Type=qualificative Degree=positive Number=plural Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afp-ps----p3p | Adjective Type=qualificative Degree=positive Number=plural Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afp-ph | Adjective Type=qualificative Degree=positive Number=plural Case=delative | 10 | zsidókról/zsidó, történtekről/történt, prolikról/proli, lakókról/lakó, kiküldöttekről/kiküldött |
Afp-ph------s | Adjective Type=qualificative Degree=positive Number=plural Case=delative Owned_Number=singular | 1 |  |
Afp-ph------p | Adjective Type=qualificative Degree=positive Number=plural Case=delative Owned_Number=plural | 1 |  |
Afp-ph----s1 | Adjective Type=qualificative Degree=positive Number=plural Case=delative Owner_Number=singular Owner_Person=first | 1 |  |
Afp-ph----s1s | Adjective Type=qualificative Degree=positive Number=plural Case=delative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afp-ph----s1p | Adjective Type=qualificative Degree=positive Number=plural Case=delative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afp-ph----s2 | Adjective Type=qualificative Degree=positive Number=plural Case=delative Owner_Number=singular Owner_Person=second | 1 |  |
Afp-ph----s2s | Adjective Type=qualificative Degree=positive Number=plural Case=delative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afp-ph----s2p | Adjective Type=qualificative Degree=positive Number=plural Case=delative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afp-ph----s3 | Adjective Type=qualificative Degree=positive Number=plural Case=delative Owner_Number=singular Owner_Person=third | 1 | ismerőseiről/ismerős |
Afp-ph----s3s | Adjective Type=qualificative Degree=positive Number=plural Case=delative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afp-ph----s3p | Adjective Type=qualificative Degree=positive Number=plural Case=delative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afp-ph----p1 | Adjective Type=qualificative Degree=positive Number=plural Case=delative Owner_Number=plural Owner_Person=first | 1 |  |
Afp-ph----p1s | Adjective Type=qualificative Degree=positive Number=plural Case=delative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afp-ph----p1p | Adjective Type=qualificative Degree=positive Number=plural Case=delative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afp-ph----p2 | Adjective Type=qualificative Degree=positive Number=plural Case=delative Owner_Number=plural Owner_Person=second | 1 |  |
Afp-ph----p2s | Adjective Type=qualificative Degree=positive Number=plural Case=delative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afp-ph----p2p | Adjective Type=qualificative Degree=positive Number=plural Case=delative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afp-ph----p3 | Adjective Type=qualificative Degree=positive Number=plural Case=delative Owner_Number=plural Owner_Person=third | 2 | íróikról/író, hozzátartozóikról/hozzátartozó |
Afp-ph----p3s | Adjective Type=qualificative Degree=positive Number=plural Case=delative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afp-ph----p3p | Adjective Type=qualificative Degree=positive Number=plural Case=delative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afp-pq | Adjective Type=qualificative Degree=positive Number=plural Case=sociative | 1 |  |
Afp-pq------s | Adjective Type=qualificative Degree=positive Number=plural Case=sociative Owned_Number=singular | 1 |  |
Afp-pq------p | Adjective Type=qualificative Degree=positive Number=plural Case=sociative Owned_Number=plural | 1 |  |
Afp-pq----s1 | Adjective Type=qualificative Degree=positive Number=plural Case=sociative Owner_Number=singular Owner_Person=first | 1 |  |
Afp-pq----s1s | Adjective Type=qualificative Degree=positive Number=plural Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afp-pq----s1p | Adjective Type=qualificative Degree=positive Number=plural Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afp-pq----s2 | Adjective Type=qualificative Degree=positive Number=plural Case=sociative Owner_Number=singular Owner_Person=second | 1 |  |
Afp-pq----s2s | Adjective Type=qualificative Degree=positive Number=plural Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afp-pq----s2p | Adjective Type=qualificative Degree=positive Number=plural Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afp-pq----s3 | Adjective Type=qualificative Degree=positive Number=plural Case=sociative Owner_Number=singular Owner_Person=third | 1 |  |
Afp-pq----s3s | Adjective Type=qualificative Degree=positive Number=plural Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afp-pq----s3p | Adjective Type=qualificative Degree=positive Number=plural Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afp-pq----p1 | Adjective Type=qualificative Degree=positive Number=plural Case=sociative Owner_Number=plural Owner_Person=first | 1 |  |
Afp-pq----p1s | Adjective Type=qualificative Degree=positive Number=plural Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afp-pq----p1p | Adjective Type=qualificative Degree=positive Number=plural Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afp-pq----p2 | Adjective Type=qualificative Degree=positive Number=plural Case=sociative Owner_Number=plural Owner_Person=second | 1 |  |
Afp-pq----p2s | Adjective Type=qualificative Degree=positive Number=plural Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afp-pq----p2p | Adjective Type=qualificative Degree=positive Number=plural Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afp-pq----p3 | Adjective Type=qualificative Degree=positive Number=plural Case=sociative Owner_Number=plural Owner_Person=third | 1 |  |
Afp-pq----p3s | Adjective Type=qualificative Degree=positive Number=plural Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afp-pq----p3p | Adjective Type=qualificative Degree=positive Number=plural Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afp-py | Adjective Type=qualificative Degree=positive Number=plural Case=factive | 5 | vértanúkká/vértanú, vadakká/vad, támadhatókká/támadható, nyugdíjasokká/nyugdíjas, emberevőkké/emberevő |
Afp-py------s | Adjective Type=qualificative Degree=positive Number=plural Case=factive Owned_Number=singular | 1 |  |
Afp-py------p | Adjective Type=qualificative Degree=positive Number=plural Case=factive Owned_Number=plural | 1 |  |
Afp-py----s1 | Adjective Type=qualificative Degree=positive Number=plural Case=factive Owner_Number=singular Owner_Person=first | 1 |  |
Afp-py----s1s | Adjective Type=qualificative Degree=positive Number=plural Case=factive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afp-py----s1p | Adjective Type=qualificative Degree=positive Number=plural Case=factive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afp-py----s2 | Adjective Type=qualificative Degree=positive Number=plural Case=factive Owner_Number=singular Owner_Person=second | 1 |  |
Afp-py----s2s | Adjective Type=qualificative Degree=positive Number=plural Case=factive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afp-py----s2p | Adjective Type=qualificative Degree=positive Number=plural Case=factive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afp-py----s3 | Adjective Type=qualificative Degree=positive Number=plural Case=factive Owner_Number=singular Owner_Person=third | 1 |  |
Afp-py----s3s | Adjective Type=qualificative Degree=positive Number=plural Case=factive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afp-py----s3p | Adjective Type=qualificative Degree=positive Number=plural Case=factive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afp-py----p1 | Adjective Type=qualificative Degree=positive Number=plural Case=factive Owner_Number=plural Owner_Person=first | 1 |  |
Afp-py----p1s | Adjective Type=qualificative Degree=positive Number=plural Case=factive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afp-py----p1p | Adjective Type=qualificative Degree=positive Number=plural Case=factive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afp-py----p2 | Adjective Type=qualificative Degree=positive Number=plural Case=factive Owner_Number=plural Owner_Person=second | 1 |  |
Afp-py----p2s | Adjective Type=qualificative Degree=positive Number=plural Case=factive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afp-py----p2p | Adjective Type=qualificative Degree=positive Number=plural Case=factive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afp-py----p3 | Adjective Type=qualificative Degree=positive Number=plural Case=factive Owner_Number=plural Owner_Person=third | 1 |  |
Afp-py----p3s | Adjective Type=qualificative Degree=positive Number=plural Case=factive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afp-py----p3p | Adjective Type=qualificative Degree=positive Number=plural Case=factive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afp-pp | Adjective Type=qualificative Degree=positive Number=plural Case=superessive | 11 | többieken/többi, szenvedőkön/szenvedő, szegényeken/szegény, szántásokon/szántás, legelőkön/legelő |
Afp-pp------s | Adjective Type=qualificative Degree=positive Number=plural Case=superessive Owned_Number=singular | 1 |  |
Afp-pp------p | Adjective Type=qualificative Degree=positive Number=plural Case=superessive Owned_Number=plural | 1 |  |
Afp-pp----s1 | Adjective Type=qualificative Degree=positive Number=plural Case=superessive Owner_Number=singular Owner_Person=first | 1 |  |
Afp-pp----s1s | Adjective Type=qualificative Degree=positive Number=plural Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afp-pp----s1p | Adjective Type=qualificative Degree=positive Number=plural Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afp-pp----s2 | Adjective Type=qualificative Degree=positive Number=plural Case=superessive Owner_Number=singular Owner_Person=second | 1 |  |
Afp-pp----s2s | Adjective Type=qualificative Degree=positive Number=plural Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afp-pp----s2p | Adjective Type=qualificative Degree=positive Number=plural Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afp-pp----s3 | Adjective Type=qualificative Degree=positive Number=plural Case=superessive Owner_Number=singular Owner_Person=third | 3 | találkozóin/találkozó, szűrőin/szűrő, buktatóin/buktató |
Afp-pp----s3s | Adjective Type=qualificative Degree=positive Number=plural Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afp-pp----s3p | Adjective Type=qualificative Degree=positive Number=plural Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afp-pp----p1 | Adjective Type=qualificative Degree=positive Number=plural Case=superessive Owner_Number=plural Owner_Person=first | 1 |  |
Afp-pp----p1s | Adjective Type=qualificative Degree=positive Number=plural Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afp-pp----p1p | Adjective Type=qualificative Degree=positive Number=plural Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afp-pp----p2 | Adjective Type=qualificative Degree=positive Number=plural Case=superessive Owner_Number=plural Owner_Person=second | 1 |  |
Afp-pp----p2s | Adjective Type=qualificative Degree=positive Number=plural Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afp-pp----p2p | Adjective Type=qualificative Degree=positive Number=plural Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afp-pp----p3 | Adjective Type=qualificative Degree=positive Number=plural Case=superessive Owner_Number=plural Owner_Person=third | 1 |  |
Afp-pp----p3s | Adjective Type=qualificative Degree=positive Number=plural Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afp-pp----p3p | Adjective Type=qualificative Degree=positive Number=plural Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afp-pu | Adjective Type=qualificative Degree=positive Number=plural Case=distributive | 1 |  |
Afp-pu------s | Adjective Type=qualificative Degree=positive Number=plural Case=distributive Owned_Number=singular | 1 |  |
Afp-pu------p | Adjective Type=qualificative Degree=positive Number=plural Case=distributive Owned_Number=plural | 1 |  |
Afp-pu----s1 | Adjective Type=qualificative Degree=positive Number=plural Case=distributive Owner_Number=singular Owner_Person=first | 1 |  |
Afp-pu----s1s | Adjective Type=qualificative Degree=positive Number=plural Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afp-pu----s1p | Adjective Type=qualificative Degree=positive Number=plural Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afp-pu----s2 | Adjective Type=qualificative Degree=positive Number=plural Case=distributive Owner_Number=singular Owner_Person=second | 1 |  |
Afp-pu----s2s | Adjective Type=qualificative Degree=positive Number=plural Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afp-pu----s2p | Adjective Type=qualificative Degree=positive Number=plural Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afp-pu----s3 | Adjective Type=qualificative Degree=positive Number=plural Case=distributive Owner_Number=singular Owner_Person=third | 1 |  |
Afp-pu----s3s | Adjective Type=qualificative Degree=positive Number=plural Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afp-pu----s3p | Adjective Type=qualificative Degree=positive Number=plural Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afp-pu----p1 | Adjective Type=qualificative Degree=positive Number=plural Case=distributive Owner_Number=plural Owner_Person=first | 1 |  |
Afp-pu----p1s | Adjective Type=qualificative Degree=positive Number=plural Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afp-pu----p1p | Adjective Type=qualificative Degree=positive Number=plural Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afp-pu----p2 | Adjective Type=qualificative Degree=positive Number=plural Case=distributive Owner_Number=plural Owner_Person=second | 1 |  |
Afp-pu----p2s | Adjective Type=qualificative Degree=positive Number=plural Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afp-pu----p2p | Adjective Type=qualificative Degree=positive Number=plural Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afp-pu----p3 | Adjective Type=qualificative Degree=positive Number=plural Case=distributive Owner_Number=plural Owner_Person=third | 1 |  |
Afp-pu----p3s | Adjective Type=qualificative Degree=positive Number=plural Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afp-pu----p3p | Adjective Type=qualificative Degree=positive Number=plural Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afp-pf | Adjective Type=qualificative Degree=positive Number=plural Case=essive-formal | 1 |  |
Afp-pf------s | Adjective Type=qualificative Degree=positive Number=plural Case=essive-formal Owned_Number=singular | 1 |  |
Afp-pf------p | Adjective Type=qualificative Degree=positive Number=plural Case=essive-formal Owned_Number=plural | 1 |  |
Afp-pf----s1 | Adjective Type=qualificative Degree=positive Number=plural Case=essive-formal Owner_Number=singular Owner_Person=first | 1 |  |
Afp-pf----s1s | Adjective Type=qualificative Degree=positive Number=plural Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afp-pf----s1p | Adjective Type=qualificative Degree=positive Number=plural Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afp-pf----s2 | Adjective Type=qualificative Degree=positive Number=plural Case=essive-formal Owner_Number=singular Owner_Person=second | 1 |  |
Afp-pf----s2s | Adjective Type=qualificative Degree=positive Number=plural Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afp-pf----s2p | Adjective Type=qualificative Degree=positive Number=plural Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afp-pf----s3 | Adjective Type=qualificative Degree=positive Number=plural Case=essive-formal Owner_Number=singular Owner_Person=third | 1 | gondozóiként/gondozó |
Afp-pf----s3s | Adjective Type=qualificative Degree=positive Number=plural Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afp-pf----s3p | Adjective Type=qualificative Degree=positive Number=plural Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afp-pf----p1 | Adjective Type=qualificative Degree=positive Number=plural Case=essive-formal Owner_Number=plural Owner_Person=first | 1 |  |
Afp-pf----p1s | Adjective Type=qualificative Degree=positive Number=plural Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afp-pf----p1p | Adjective Type=qualificative Degree=positive Number=plural Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afp-pf----p2 | Adjective Type=qualificative Degree=positive Number=plural Case=essive-formal Owner_Number=plural Owner_Person=second | 1 |  |
Afp-pf----p2s | Adjective Type=qualificative Degree=positive Number=plural Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afp-pf----p2p | Adjective Type=qualificative Degree=positive Number=plural Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afp-pf----p3 | Adjective Type=qualificative Degree=positive Number=plural Case=essive-formal Owner_Number=plural Owner_Person=third | 1 |  |
Afp-pf----p3s | Adjective Type=qualificative Degree=positive Number=plural Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afp-pf----p3p | Adjective Type=qualificative Degree=positive Number=plural Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afc-sn | Adjective Type=qualificative Degree=comparative Number=singular Case=nominative | 210 | zavartabb/zavart, visszataszítóbb/visszataszító, visszafogottabb/visszafogott, világosabb/világos, vigasztalóbb/vigasztaló |
Afc-sn------s | Adjective Type=qualificative Degree=comparative Number=singular Case=nominative Owned_Number=singular | 13 | ünnepélyesebbé/ünnepélyes, személyesebbé/személyes, ridegebbé/rideg, nőiesebbé/nőies, műveltebbé/művelt |
Afc-sn------p | Adjective Type=qualificative Degree=comparative Number=singular Case=nominative Owned_Number=plural | 1 |  |
Afc-sn----s1 | Adjective Type=qualificative Degree=comparative Number=singular Case=nominative Owner_Number=singular Owner_Person=first | 1 |  |
Afc-sn----s1s | Adjective Type=qualificative Degree=comparative Number=singular Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afc-sn----s1p | Adjective Type=qualificative Degree=comparative Number=singular Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afc-sn----s2 | Adjective Type=qualificative Degree=comparative Number=singular Case=nominative Owner_Number=singular Owner_Person=second | 1 |  |
Afc-sn----s2s | Adjective Type=qualificative Degree=comparative Number=singular Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afc-sn----s2p | Adjective Type=qualificative Degree=comparative Number=singular Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afc-sn----s3 | Adjective Type=qualificative Degree=comparative Number=singular Case=nominative Owner_Number=singular Owner_Person=third | 1 |  |
Afc-sn----s3s | Adjective Type=qualificative Degree=comparative Number=singular Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afc-sn----s3p | Adjective Type=qualificative Degree=comparative Number=singular Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afc-sn----p1 | Adjective Type=qualificative Degree=comparative Number=singular Case=nominative Owner_Number=plural Owner_Person=first | 1 |  |
Afc-sn----p1s | Adjective Type=qualificative Degree=comparative Number=singular Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afc-sn----p1p | Adjective Type=qualificative Degree=comparative Number=singular Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afc-sn----p2 | Adjective Type=qualificative Degree=comparative Number=singular Case=nominative Owner_Number=plural Owner_Person=second | 1 |  |
Afc-sn----p2s | Adjective Type=qualificative Degree=comparative Number=singular Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afc-sn----p2p | Adjective Type=qualificative Degree=comparative Number=singular Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afc-sn----p3 | Adjective Type=qualificative Degree=comparative Number=singular Case=nominative Owner_Number=plural Owner_Person=third | 1 |  |
Afc-sn----p3s | Adjective Type=qualificative Degree=comparative Number=singular Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afc-sn----p3p | Adjective Type=qualificative Degree=comparative Number=singular Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afc-sg | Adjective Type=qualificative Degree=comparative Number=singular Case=genitive | 1 |  |
Afc-sg------s | Adjective Type=qualificative Degree=comparative Number=singular Case=genitive Owned_Number=singular | 1 |  |
Afc-sg------p | Adjective Type=qualificative Degree=comparative Number=singular Case=genitive Owned_Number=plural | 1 |  |
Afc-sg----s1 | Adjective Type=qualificative Degree=comparative Number=singular Case=genitive Owner_Number=singular Owner_Person=first | 1 |  |
Afc-sg----s1s | Adjective Type=qualificative Degree=comparative Number=singular Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afc-sg----s1p | Adjective Type=qualificative Degree=comparative Number=singular Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afc-sg----s2 | Adjective Type=qualificative Degree=comparative Number=singular Case=genitive Owner_Number=singular Owner_Person=second | 1 |  |
Afc-sg----s2s | Adjective Type=qualificative Degree=comparative Number=singular Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afc-sg----s2p | Adjective Type=qualificative Degree=comparative Number=singular Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afc-sg----s3 | Adjective Type=qualificative Degree=comparative Number=singular Case=genitive Owner_Number=singular Owner_Person=third | 1 |  |
Afc-sg----s3s | Adjective Type=qualificative Degree=comparative Number=singular Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afc-sg----s3p | Adjective Type=qualificative Degree=comparative Number=singular Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afc-sg----p1 | Adjective Type=qualificative Degree=comparative Number=singular Case=genitive Owner_Number=plural Owner_Person=first | 1 |  |
Afc-sg----p1s | Adjective Type=qualificative Degree=comparative Number=singular Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afc-sg----p1p | Adjective Type=qualificative Degree=comparative Number=singular Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afc-sg----p2 | Adjective Type=qualificative Degree=comparative Number=singular Case=genitive Owner_Number=plural Owner_Person=second | 1 |  |
Afc-sg----p2s | Adjective Type=qualificative Degree=comparative Number=singular Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afc-sg----p2p | Adjective Type=qualificative Degree=comparative Number=singular Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afc-sg----p3 | Adjective Type=qualificative Degree=comparative Number=singular Case=genitive Owner_Number=plural Owner_Person=third | 1 |  |
Afc-sg----p3s | Adjective Type=qualificative Degree=comparative Number=singular Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afc-sg----p3p | Adjective Type=qualificative Degree=comparative Number=singular Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afc-sd | Adjective Type=qualificative Degree=comparative Number=singular Case=dative | 18 | természetesebbnek/természetes, sötétebbnek/sötét, rövidebbnek/rövid, pirosabbnak/piros, öregebbnek/öreg |
Afc-sd------s | Adjective Type=qualificative Degree=comparative Number=singular Case=dative Owned_Number=singular | 1 |  |
Afc-sd------p | Adjective Type=qualificative Degree=comparative Number=singular Case=dative Owned_Number=plural | 1 |  |
Afc-sd----s1 | Adjective Type=qualificative Degree=comparative Number=singular Case=dative Owner_Number=singular Owner_Person=first | 1 |  |
Afc-sd----s1s | Adjective Type=qualificative Degree=comparative Number=singular Case=dative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afc-sd----s1p | Adjective Type=qualificative Degree=comparative Number=singular Case=dative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afc-sd----s2 | Adjective Type=qualificative Degree=comparative Number=singular Case=dative Owner_Number=singular Owner_Person=second | 1 |  |
Afc-sd----s2s | Adjective Type=qualificative Degree=comparative Number=singular Case=dative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afc-sd----s2p | Adjective Type=qualificative Degree=comparative Number=singular Case=dative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afc-sd----s3 | Adjective Type=qualificative Degree=comparative Number=singular Case=dative Owner_Number=singular Owner_Person=third | 1 |  |
Afc-sd----s3s | Adjective Type=qualificative Degree=comparative Number=singular Case=dative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afc-sd----s3p | Adjective Type=qualificative Degree=comparative Number=singular Case=dative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afc-sd----p1 | Adjective Type=qualificative Degree=comparative Number=singular Case=dative Owner_Number=plural Owner_Person=first | 1 |  |
Afc-sd----p1s | Adjective Type=qualificative Degree=comparative Number=singular Case=dative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afc-sd----p1p | Adjective Type=qualificative Degree=comparative Number=singular Case=dative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afc-sd----p2 | Adjective Type=qualificative Degree=comparative Number=singular Case=dative Owner_Number=plural Owner_Person=second | 1 |  |
Afc-sd----p2s | Adjective Type=qualificative Degree=comparative Number=singular Case=dative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afc-sd----p2p | Adjective Type=qualificative Degree=comparative Number=singular Case=dative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afc-sd----p3 | Adjective Type=qualificative Degree=comparative Number=singular Case=dative Owner_Number=plural Owner_Person=third | 1 |  |
Afc-sd----p3s | Adjective Type=qualificative Degree=comparative Number=singular Case=dative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afc-sd----p3p | Adjective Type=qualificative Degree=comparative Number=singular Case=dative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afc-sa | Adjective Type=qualificative Degree=comparative Number=singular Case=accusative | 9 | újabbat/új, rosszabbat/rossz, nehezebbet/nehéz, nagyobbat/nagy, melegebbet/meleg |
Afc-sa------s | Adjective Type=qualificative Degree=comparative Number=singular Case=accusative Owned_Number=singular | 1 |  |
Afc-sa------p | Adjective Type=qualificative Degree=comparative Number=singular Case=accusative Owned_Number=plural | 1 |  |
Afc-sa----s1 | Adjective Type=qualificative Degree=comparative Number=singular Case=accusative Owner_Number=singular Owner_Person=first | 1 |  |
Afc-sa----s1s | Adjective Type=qualificative Degree=comparative Number=singular Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afc-sa----s1p | Adjective Type=qualificative Degree=comparative Number=singular Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afc-sa----s2 | Adjective Type=qualificative Degree=comparative Number=singular Case=accusative Owner_Number=singular Owner_Person=second | 1 |  |
Afc-sa----s2s | Adjective Type=qualificative Degree=comparative Number=singular Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afc-sa----s2p | Adjective Type=qualificative Degree=comparative Number=singular Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afc-sa----s3 | Adjective Type=qualificative Degree=comparative Number=singular Case=accusative Owner_Number=singular Owner_Person=third | 1 |  |
Afc-sa----s3s | Adjective Type=qualificative Degree=comparative Number=singular Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afc-sa----s3p | Adjective Type=qualificative Degree=comparative Number=singular Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afc-sa----p1 | Adjective Type=qualificative Degree=comparative Number=singular Case=accusative Owner_Number=plural Owner_Person=first | 1 |  |
Afc-sa----p1s | Adjective Type=qualificative Degree=comparative Number=singular Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afc-sa----p1p | Adjective Type=qualificative Degree=comparative Number=singular Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afc-sa----p2 | Adjective Type=qualificative Degree=comparative Number=singular Case=accusative Owner_Number=plural Owner_Person=second | 1 |  |
Afc-sa----p2s | Adjective Type=qualificative Degree=comparative Number=singular Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afc-sa----p2p | Adjective Type=qualificative Degree=comparative Number=singular Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afc-sa----p3 | Adjective Type=qualificative Degree=comparative Number=singular Case=accusative Owner_Number=plural Owner_Person=third | 1 |  |
Afc-sa----p3s | Adjective Type=qualificative Degree=comparative Number=singular Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afc-sa----p3p | Adjective Type=qualificative Degree=comparative Number=singular Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afc-si | Adjective Type=qualificative Degree=comparative Number=singular Case=instrumental | 1 |  |
Afc-si------s | Adjective Type=qualificative Degree=comparative Number=singular Case=instrumental Owned_Number=singular | 1 |  |
Afc-si------p | Adjective Type=qualificative Degree=comparative Number=singular Case=instrumental Owned_Number=plural | 1 |  |
Afc-si----s1 | Adjective Type=qualificative Degree=comparative Number=singular Case=instrumental Owner_Number=singular Owner_Person=first | 1 |  |
Afc-si----s1s | Adjective Type=qualificative Degree=comparative Number=singular Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afc-si----s1p | Adjective Type=qualificative Degree=comparative Number=singular Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afc-si----s2 | Adjective Type=qualificative Degree=comparative Number=singular Case=instrumental Owner_Number=singular Owner_Person=second | 1 |  |
Afc-si----s2s | Adjective Type=qualificative Degree=comparative Number=singular Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afc-si----s2p | Adjective Type=qualificative Degree=comparative Number=singular Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afc-si----s3 | Adjective Type=qualificative Degree=comparative Number=singular Case=instrumental Owner_Number=singular Owner_Person=third | 1 |  |
Afc-si----s3s | Adjective Type=qualificative Degree=comparative Number=singular Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afc-si----s3p | Adjective Type=qualificative Degree=comparative Number=singular Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afc-si----p1 | Adjective Type=qualificative Degree=comparative Number=singular Case=instrumental Owner_Number=plural Owner_Person=first | 1 |  |
Afc-si----p1s | Adjective Type=qualificative Degree=comparative Number=singular Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afc-si----p1p | Adjective Type=qualificative Degree=comparative Number=singular Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afc-si----p2 | Adjective Type=qualificative Degree=comparative Number=singular Case=instrumental Owner_Number=plural Owner_Person=second | 1 |  |
Afc-si----p2s | Adjective Type=qualificative Degree=comparative Number=singular Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afc-si----p2p | Adjective Type=qualificative Degree=comparative Number=singular Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afc-si----p3 | Adjective Type=qualificative Degree=comparative Number=singular Case=instrumental Owner_Number=plural Owner_Person=third | 1 |  |
Afc-si----p3s | Adjective Type=qualificative Degree=comparative Number=singular Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afc-si----p3p | Adjective Type=qualificative Degree=comparative Number=singular Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afc-sx | Adjective Type=qualificative Degree=comparative Number=singular Case=illative | 2 | kevesebbe/kevés, esendőségbe/esendő |
Afc-sx------s | Adjective Type=qualificative Degree=comparative Number=singular Case=illative Owned_Number=singular | 1 |  |
Afc-sx------p | Adjective Type=qualificative Degree=comparative Number=singular Case=illative Owned_Number=plural | 1 |  |
Afc-sx----s1 | Adjective Type=qualificative Degree=comparative Number=singular Case=illative Owner_Number=singular Owner_Person=first | 1 |  |
Afc-sx----s1s | Adjective Type=qualificative Degree=comparative Number=singular Case=illative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afc-sx----s1p | Adjective Type=qualificative Degree=comparative Number=singular Case=illative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afc-sx----s2 | Adjective Type=qualificative Degree=comparative Number=singular Case=illative Owner_Number=singular Owner_Person=second | 1 |  |
Afc-sx----s2s | Adjective Type=qualificative Degree=comparative Number=singular Case=illative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afc-sx----s2p | Adjective Type=qualificative Degree=comparative Number=singular Case=illative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afc-sx----s3 | Adjective Type=qualificative Degree=comparative Number=singular Case=illative Owner_Number=singular Owner_Person=third | 1 |  |
Afc-sx----s3s | Adjective Type=qualificative Degree=comparative Number=singular Case=illative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afc-sx----s3p | Adjective Type=qualificative Degree=comparative Number=singular Case=illative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afc-sx----p1 | Adjective Type=qualificative Degree=comparative Number=singular Case=illative Owner_Number=plural Owner_Person=first | 1 |  |
Afc-sx----p1s | Adjective Type=qualificative Degree=comparative Number=singular Case=illative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afc-sx----p1p | Adjective Type=qualificative Degree=comparative Number=singular Case=illative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afc-sx----p2 | Adjective Type=qualificative Degree=comparative Number=singular Case=illative Owner_Number=plural Owner_Person=second | 1 |  |
Afc-sx----p2s | Adjective Type=qualificative Degree=comparative Number=singular Case=illative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afc-sx----p2p | Adjective Type=qualificative Degree=comparative Number=singular Case=illative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afc-sx----p3 | Adjective Type=qualificative Degree=comparative Number=singular Case=illative Owner_Number=plural Owner_Person=third | 1 |  |
Afc-sx----p3s | Adjective Type=qualificative Degree=comparative Number=singular Case=illative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afc-sx----p3p | Adjective Type=qualificative Degree=comparative Number=singular Case=illative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afc-s2 | Adjective Type=qualificative Degree=comparative Number=singular Case=inessive | 55 | világosabban/világos, újabban/új, tökéletesebben/tökéletes, tárgyilagosabban/tárgyilagos, szorosabban/szoros |
Afc-s2------s | Adjective Type=qualificative Degree=comparative Number=singular Case=inessive Owned_Number=singular | 1 |  |
Afc-s2------p | Adjective Type=qualificative Degree=comparative Number=singular Case=inessive Owned_Number=plural | 1 |  |
Afc-s2----s1 | Adjective Type=qualificative Degree=comparative Number=singular Case=inessive Owner_Number=singular Owner_Person=first | 1 |  |
Afc-s2----s1s | Adjective Type=qualificative Degree=comparative Number=singular Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afc-s2----s1p | Adjective Type=qualificative Degree=comparative Number=singular Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afc-s2----s2 | Adjective Type=qualificative Degree=comparative Number=singular Case=inessive Owner_Number=singular Owner_Person=second | 1 |  |
Afc-s2----s2s | Adjective Type=qualificative Degree=comparative Number=singular Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afc-s2----s2p | Adjective Type=qualificative Degree=comparative Number=singular Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afc-s2----s3 | Adjective Type=qualificative Degree=comparative Number=singular Case=inessive Owner_Number=singular Owner_Person=third | 1 |  |
Afc-s2----s3s | Adjective Type=qualificative Degree=comparative Number=singular Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afc-s2----s3p | Adjective Type=qualificative Degree=comparative Number=singular Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afc-s2----p1 | Adjective Type=qualificative Degree=comparative Number=singular Case=inessive Owner_Number=plural Owner_Person=first | 1 |  |
Afc-s2----p1s | Adjective Type=qualificative Degree=comparative Number=singular Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afc-s2----p1p | Adjective Type=qualificative Degree=comparative Number=singular Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afc-s2----p2 | Adjective Type=qualificative Degree=comparative Number=singular Case=inessive Owner_Number=plural Owner_Person=second | 1 |  |
Afc-s2----p2s | Adjective Type=qualificative Degree=comparative Number=singular Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afc-s2----p2p | Adjective Type=qualificative Degree=comparative Number=singular Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afc-s2----p3 | Adjective Type=qualificative Degree=comparative Number=singular Case=inessive Owner_Number=plural Owner_Person=third | 1 |  |
Afc-s2----p3s | Adjective Type=qualificative Degree=comparative Number=singular Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afc-s2----p3p | Adjective Type=qualificative Degree=comparative Number=singular Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afc-se | Adjective Type=qualificative Degree=comparative Number=singular Case=elative | 1 | illendőségből/illendő |
Afc-se------s | Adjective Type=qualificative Degree=comparative Number=singular Case=elative Owned_Number=singular | 1 |  |
Afc-se------p | Adjective Type=qualificative Degree=comparative Number=singular Case=elative Owned_Number=plural | 1 |  |
Afc-se----s1 | Adjective Type=qualificative Degree=comparative Number=singular Case=elative Owner_Number=singular Owner_Person=first | 1 |  |
Afc-se----s1s | Adjective Type=qualificative Degree=comparative Number=singular Case=elative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afc-se----s1p | Adjective Type=qualificative Degree=comparative Number=singular Case=elative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afc-se----s2 | Adjective Type=qualificative Degree=comparative Number=singular Case=elative Owner_Number=singular Owner_Person=second | 1 |  |
Afc-se----s2s | Adjective Type=qualificative Degree=comparative Number=singular Case=elative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afc-se----s2p | Adjective Type=qualificative Degree=comparative Number=singular Case=elative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afc-se----s3 | Adjective Type=qualificative Degree=comparative Number=singular Case=elative Owner_Number=singular Owner_Person=third | 1 |  |
Afc-se----s3s | Adjective Type=qualificative Degree=comparative Number=singular Case=elative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afc-se----s3p | Adjective Type=qualificative Degree=comparative Number=singular Case=elative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afc-se----p1 | Adjective Type=qualificative Degree=comparative Number=singular Case=elative Owner_Number=plural Owner_Person=first | 1 |  |
Afc-se----p1s | Adjective Type=qualificative Degree=comparative Number=singular Case=elative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afc-se----p1p | Adjective Type=qualificative Degree=comparative Number=singular Case=elative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afc-se----p2 | Adjective Type=qualificative Degree=comparative Number=singular Case=elative Owner_Number=plural Owner_Person=second | 1 |  |
Afc-se----p2s | Adjective Type=qualificative Degree=comparative Number=singular Case=elative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afc-se----p2p | Adjective Type=qualificative Degree=comparative Number=singular Case=elative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afc-se----p3 | Adjective Type=qualificative Degree=comparative Number=singular Case=elative Owner_Number=plural Owner_Person=third | 1 |  |
Afc-se----p3s | Adjective Type=qualificative Degree=comparative Number=singular Case=elative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afc-se----p3p | Adjective Type=qualificative Degree=comparative Number=singular Case=elative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afc-st | Adjective Type=qualificative Degree=comparative Number=singular Case=allative | 1 |  |
Afc-st------s | Adjective Type=qualificative Degree=comparative Number=singular Case=allative Owned_Number=singular | 1 |  |
Afc-st------p | Adjective Type=qualificative Degree=comparative Number=singular Case=allative Owned_Number=plural | 1 |  |
Afc-st----s1 | Adjective Type=qualificative Degree=comparative Number=singular Case=allative Owner_Number=singular Owner_Person=first | 1 |  |
Afc-st----s1s | Adjective Type=qualificative Degree=comparative Number=singular Case=allative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afc-st----s1p | Adjective Type=qualificative Degree=comparative Number=singular Case=allative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afc-st----s2 | Adjective Type=qualificative Degree=comparative Number=singular Case=allative Owner_Number=singular Owner_Person=second | 1 |  |
Afc-st----s2s | Adjective Type=qualificative Degree=comparative Number=singular Case=allative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afc-st----s2p | Adjective Type=qualificative Degree=comparative Number=singular Case=allative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afc-st----s3 | Adjective Type=qualificative Degree=comparative Number=singular Case=allative Owner_Number=singular Owner_Person=third | 1 |  |
Afc-st----s3s | Adjective Type=qualificative Degree=comparative Number=singular Case=allative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afc-st----s3p | Adjective Type=qualificative Degree=comparative Number=singular Case=allative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afc-st----p1 | Adjective Type=qualificative Degree=comparative Number=singular Case=allative Owner_Number=plural Owner_Person=first | 1 |  |
Afc-st----p1s | Adjective Type=qualificative Degree=comparative Number=singular Case=allative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afc-st----p1p | Adjective Type=qualificative Degree=comparative Number=singular Case=allative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afc-st----p2 | Adjective Type=qualificative Degree=comparative Number=singular Case=allative Owner_Number=plural Owner_Person=second | 1 |  |
Afc-st----p2s | Adjective Type=qualificative Degree=comparative Number=singular Case=allative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afc-st----p2p | Adjective Type=qualificative Degree=comparative Number=singular Case=allative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afc-st----p3 | Adjective Type=qualificative Degree=comparative Number=singular Case=allative Owner_Number=plural Owner_Person=third | 1 |  |
Afc-st----p3s | Adjective Type=qualificative Degree=comparative Number=singular Case=allative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afc-st----p3p | Adjective Type=qualificative Degree=comparative Number=singular Case=allative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afc-s3 | Adjective Type=qualificative Degree=comparative Number=singular Case=adessive | 1 |  |
Afc-s3------s | Adjective Type=qualificative Degree=comparative Number=singular Case=adessive Owned_Number=singular | 1 |  |
Afc-s3------p | Adjective Type=qualificative Degree=comparative Number=singular Case=adessive Owned_Number=plural | 1 |  |
Afc-s3----s1 | Adjective Type=qualificative Degree=comparative Number=singular Case=adessive Owner_Number=singular Owner_Person=first | 1 |  |
Afc-s3----s1s | Adjective Type=qualificative Degree=comparative Number=singular Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afc-s3----s1p | Adjective Type=qualificative Degree=comparative Number=singular Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afc-s3----s2 | Adjective Type=qualificative Degree=comparative Number=singular Case=adessive Owner_Number=singular Owner_Person=second | 1 |  |
Afc-s3----s2s | Adjective Type=qualificative Degree=comparative Number=singular Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afc-s3----s2p | Adjective Type=qualificative Degree=comparative Number=singular Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afc-s3----s3 | Adjective Type=qualificative Degree=comparative Number=singular Case=adessive Owner_Number=singular Owner_Person=third | 1 |  |
Afc-s3----s3s | Adjective Type=qualificative Degree=comparative Number=singular Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afc-s3----s3p | Adjective Type=qualificative Degree=comparative Number=singular Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afc-s3----p1 | Adjective Type=qualificative Degree=comparative Number=singular Case=adessive Owner_Number=plural Owner_Person=first | 1 |  |
Afc-s3----p1s | Adjective Type=qualificative Degree=comparative Number=singular Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afc-s3----p1p | Adjective Type=qualificative Degree=comparative Number=singular Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afc-s3----p2 | Adjective Type=qualificative Degree=comparative Number=singular Case=adessive Owner_Number=plural Owner_Person=second | 1 |  |
Afc-s3----p2s | Adjective Type=qualificative Degree=comparative Number=singular Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afc-s3----p2p | Adjective Type=qualificative Degree=comparative Number=singular Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afc-s3----p3 | Adjective Type=qualificative Degree=comparative Number=singular Case=adessive Owner_Number=plural Owner_Person=third | 1 |  |
Afc-s3----p3s | Adjective Type=qualificative Degree=comparative Number=singular Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afc-s3----p3p | Adjective Type=qualificative Degree=comparative Number=singular Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afc-sb | Adjective Type=qualificative Degree=comparative Number=singular Case=ablative | 1 |  |
Afc-sb------s | Adjective Type=qualificative Degree=comparative Number=singular Case=ablative Owned_Number=singular | 1 |  |
Afc-sb------p | Adjective Type=qualificative Degree=comparative Number=singular Case=ablative Owned_Number=plural | 1 |  |
Afc-sb----s1 | Adjective Type=qualificative Degree=comparative Number=singular Case=ablative Owner_Number=singular Owner_Person=first | 1 |  |
Afc-sb----s1s | Adjective Type=qualificative Degree=comparative Number=singular Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afc-sb----s1p | Adjective Type=qualificative Degree=comparative Number=singular Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afc-sb----s2 | Adjective Type=qualificative Degree=comparative Number=singular Case=ablative Owner_Number=singular Owner_Person=second | 1 |  |
Afc-sb----s2s | Adjective Type=qualificative Degree=comparative Number=singular Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afc-sb----s2p | Adjective Type=qualificative Degree=comparative Number=singular Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afc-sb----s3 | Adjective Type=qualificative Degree=comparative Number=singular Case=ablative Owner_Number=singular Owner_Person=third | 1 |  |
Afc-sb----s3s | Adjective Type=qualificative Degree=comparative Number=singular Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afc-sb----s3p | Adjective Type=qualificative Degree=comparative Number=singular Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afc-sb----p1 | Adjective Type=qualificative Degree=comparative Number=singular Case=ablative Owner_Number=plural Owner_Person=first | 1 |  |
Afc-sb----p1s | Adjective Type=qualificative Degree=comparative Number=singular Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afc-sb----p1p | Adjective Type=qualificative Degree=comparative Number=singular Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afc-sb----p2 | Adjective Type=qualificative Degree=comparative Number=singular Case=ablative Owner_Number=plural Owner_Person=second | 1 |  |
Afc-sb----p2s | Adjective Type=qualificative Degree=comparative Number=singular Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afc-sb----p2p | Adjective Type=qualificative Degree=comparative Number=singular Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afc-sb----p3 | Adjective Type=qualificative Degree=comparative Number=singular Case=ablative Owner_Number=plural Owner_Person=third | 1 |  |
Afc-sb----p3s | Adjective Type=qualificative Degree=comparative Number=singular Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afc-sb----p3p | Adjective Type=qualificative Degree=comparative Number=singular Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afc-s9 | Adjective Type=qualificative Degree=comparative Number=singular Case=terminative | 1 |  |
Afc-s9------s | Adjective Type=qualificative Degree=comparative Number=singular Case=terminative Owned_Number=singular | 1 |  |
Afc-s9------p | Adjective Type=qualificative Degree=comparative Number=singular Case=terminative Owned_Number=plural | 1 |  |
Afc-s9----s1 | Adjective Type=qualificative Degree=comparative Number=singular Case=terminative Owner_Number=singular Owner_Person=first | 1 |  |
Afc-s9----s1s | Adjective Type=qualificative Degree=comparative Number=singular Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afc-s9----s1p | Adjective Type=qualificative Degree=comparative Number=singular Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afc-s9----s2 | Adjective Type=qualificative Degree=comparative Number=singular Case=terminative Owner_Number=singular Owner_Person=second | 1 |  |
Afc-s9----s2s | Adjective Type=qualificative Degree=comparative Number=singular Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afc-s9----s2p | Adjective Type=qualificative Degree=comparative Number=singular Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afc-s9----s3 | Adjective Type=qualificative Degree=comparative Number=singular Case=terminative Owner_Number=singular Owner_Person=third | 1 |  |
Afc-s9----s3s | Adjective Type=qualificative Degree=comparative Number=singular Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afc-s9----s3p | Adjective Type=qualificative Degree=comparative Number=singular Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afc-s9----p1 | Adjective Type=qualificative Degree=comparative Number=singular Case=terminative Owner_Number=plural Owner_Person=first | 1 |  |
Afc-s9----p1s | Adjective Type=qualificative Degree=comparative Number=singular Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afc-s9----p1p | Adjective Type=qualificative Degree=comparative Number=singular Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afc-s9----p2 | Adjective Type=qualificative Degree=comparative Number=singular Case=terminative Owner_Number=plural Owner_Person=second | 1 |  |
Afc-s9----p2s | Adjective Type=qualificative Degree=comparative Number=singular Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afc-s9----p2p | Adjective Type=qualificative Degree=comparative Number=singular Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afc-s9----p3 | Adjective Type=qualificative Degree=comparative Number=singular Case=terminative Owner_Number=plural Owner_Person=third | 1 |  |
Afc-s9----p3s | Adjective Type=qualificative Degree=comparative Number=singular Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afc-s9----p3p | Adjective Type=qualificative Degree=comparative Number=singular Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afc-sw | Adjective Type=qualificative Degree=comparative Number=singular Case=essive | 58 | világosabban/világos, újabban/új, tökéletesebben/tökéletes, tárgyilagosabban/tárgyilagos, szorosabban/szoros |
Afc-sw------s | Adjective Type=qualificative Degree=comparative Number=singular Case=essive Owned_Number=singular | 1 |  |
Afc-sw------p | Adjective Type=qualificative Degree=comparative Number=singular Case=essive Owned_Number=plural | 1 |  |
Afc-sw----s1 | Adjective Type=qualificative Degree=comparative Number=singular Case=essive Owner_Number=singular Owner_Person=first | 1 |  |
Afc-sw----s1s | Adjective Type=qualificative Degree=comparative Number=singular Case=essive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afc-sw----s1p | Adjective Type=qualificative Degree=comparative Number=singular Case=essive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afc-sw----s2 | Adjective Type=qualificative Degree=comparative Number=singular Case=essive Owner_Number=singular Owner_Person=second | 1 |  |
Afc-sw----s2s | Adjective Type=qualificative Degree=comparative Number=singular Case=essive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afc-sw----s2p | Adjective Type=qualificative Degree=comparative Number=singular Case=essive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afc-sw----s3 | Adjective Type=qualificative Degree=comparative Number=singular Case=essive Owner_Number=singular Owner_Person=third | 1 |  |
Afc-sw----s3s | Adjective Type=qualificative Degree=comparative Number=singular Case=essive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afc-sw----s3p | Adjective Type=qualificative Degree=comparative Number=singular Case=essive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afc-sw----p1 | Adjective Type=qualificative Degree=comparative Number=singular Case=essive Owner_Number=plural Owner_Person=first | 1 |  |
Afc-sw----p1s | Adjective Type=qualificative Degree=comparative Number=singular Case=essive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afc-sw----p1p | Adjective Type=qualificative Degree=comparative Number=singular Case=essive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afc-sw----p2 | Adjective Type=qualificative Degree=comparative Number=singular Case=essive Owner_Number=plural Owner_Person=second | 1 |  |
Afc-sw----p2s | Adjective Type=qualificative Degree=comparative Number=singular Case=essive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afc-sw----p2p | Adjective Type=qualificative Degree=comparative Number=singular Case=essive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afc-sw----p3 | Adjective Type=qualificative Degree=comparative Number=singular Case=essive Owner_Number=plural Owner_Person=third | 1 |  |
Afc-sw----p3s | Adjective Type=qualificative Degree=comparative Number=singular Case=essive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afc-sw----p3p | Adjective Type=qualificative Degree=comparative Number=singular Case=essive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afc-sm | Adjective Type=qualificative Degree=comparative Number=singular Case=temporalis | 1 | jobbkor/jó |
Afc-sm------s | Adjective Type=qualificative Degree=comparative Number=singular Case=temporalis Owned_Number=singular | 1 |  |
Afc-sm------p | Adjective Type=qualificative Degree=comparative Number=singular Case=temporalis Owned_Number=plural | 1 |  |
Afc-sm----s1 | Adjective Type=qualificative Degree=comparative Number=singular Case=temporalis Owner_Number=singular Owner_Person=first | 1 |  |
Afc-sm----s1s | Adjective Type=qualificative Degree=comparative Number=singular Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afc-sm----s1p | Adjective Type=qualificative Degree=comparative Number=singular Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afc-sm----s2 | Adjective Type=qualificative Degree=comparative Number=singular Case=temporalis Owner_Number=singular Owner_Person=second | 1 |  |
Afc-sm----s2s | Adjective Type=qualificative Degree=comparative Number=singular Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afc-sm----s2p | Adjective Type=qualificative Degree=comparative Number=singular Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afc-sm----s3 | Adjective Type=qualificative Degree=comparative Number=singular Case=temporalis Owner_Number=singular Owner_Person=third | 1 |  |
Afc-sm----s3s | Adjective Type=qualificative Degree=comparative Number=singular Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afc-sm----s3p | Adjective Type=qualificative Degree=comparative Number=singular Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afc-sm----p1 | Adjective Type=qualificative Degree=comparative Number=singular Case=temporalis Owner_Number=plural Owner_Person=first | 1 |  |
Afc-sm----p1s | Adjective Type=qualificative Degree=comparative Number=singular Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afc-sm----p1p | Adjective Type=qualificative Degree=comparative Number=singular Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afc-sm----p2 | Adjective Type=qualificative Degree=comparative Number=singular Case=temporalis Owner_Number=plural Owner_Person=second | 1 |  |
Afc-sm----p2s | Adjective Type=qualificative Degree=comparative Number=singular Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afc-sm----p2p | Adjective Type=qualificative Degree=comparative Number=singular Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afc-sm----p3 | Adjective Type=qualificative Degree=comparative Number=singular Case=temporalis Owner_Number=plural Owner_Person=third | 1 |  |
Afc-sm----p3s | Adjective Type=qualificative Degree=comparative Number=singular Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afc-sm----p3p | Adjective Type=qualificative Degree=comparative Number=singular Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afc-sc | Adjective Type=qualificative Degree=comparative Number=singular Case=causalis | 1 |  |
Afc-sc------s | Adjective Type=qualificative Degree=comparative Number=singular Case=causalis Owned_Number=singular | 1 |  |
Afc-sc------p | Adjective Type=qualificative Degree=comparative Number=singular Case=causalis Owned_Number=plural | 1 |  |
Afc-sc----s1 | Adjective Type=qualificative Degree=comparative Number=singular Case=causalis Owner_Number=singular Owner_Person=first | 1 |  |
Afc-sc----s1s | Adjective Type=qualificative Degree=comparative Number=singular Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afc-sc----s1p | Adjective Type=qualificative Degree=comparative Number=singular Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afc-sc----s2 | Adjective Type=qualificative Degree=comparative Number=singular Case=causalis Owner_Number=singular Owner_Person=second | 1 |  |
Afc-sc----s2s | Adjective Type=qualificative Degree=comparative Number=singular Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afc-sc----s2p | Adjective Type=qualificative Degree=comparative Number=singular Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afc-sc----s3 | Adjective Type=qualificative Degree=comparative Number=singular Case=causalis Owner_Number=singular Owner_Person=third | 1 |  |
Afc-sc----s3s | Adjective Type=qualificative Degree=comparative Number=singular Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afc-sc----s3p | Adjective Type=qualificative Degree=comparative Number=singular Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afc-sc----p1 | Adjective Type=qualificative Degree=comparative Number=singular Case=causalis Owner_Number=plural Owner_Person=first | 1 |  |
Afc-sc----p1s | Adjective Type=qualificative Degree=comparative Number=singular Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afc-sc----p1p | Adjective Type=qualificative Degree=comparative Number=singular Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afc-sc----p2 | Adjective Type=qualificative Degree=comparative Number=singular Case=causalis Owner_Number=plural Owner_Person=second | 1 |  |
Afc-sc----p2s | Adjective Type=qualificative Degree=comparative Number=singular Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afc-sc----p2p | Adjective Type=qualificative Degree=comparative Number=singular Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afc-sc----p3 | Adjective Type=qualificative Degree=comparative Number=singular Case=causalis Owner_Number=plural Owner_Person=third | 1 |  |
Afc-sc----p3s | Adjective Type=qualificative Degree=comparative Number=singular Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afc-sc----p3p | Adjective Type=qualificative Degree=comparative Number=singular Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afc-ss | Adjective Type=qualificative Degree=comparative Number=singular Case=sublative | 10 | szükségesebbre/szükséges, pontosabbra/pontos, nagyobbra/nagy, messzibbre/messzi, mélyebbre/mély |
Afc-ss------s | Adjective Type=qualificative Degree=comparative Number=singular Case=sublative Owned_Number=singular | 1 |  |
Afc-ss------p | Adjective Type=qualificative Degree=comparative Number=singular Case=sublative Owned_Number=plural | 1 |  |
Afc-ss----s1 | Adjective Type=qualificative Degree=comparative Number=singular Case=sublative Owner_Number=singular Owner_Person=first | 1 |  |
Afc-ss----s1s | Adjective Type=qualificative Degree=comparative Number=singular Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afc-ss----s1p | Adjective Type=qualificative Degree=comparative Number=singular Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afc-ss----s2 | Adjective Type=qualificative Degree=comparative Number=singular Case=sublative Owner_Number=singular Owner_Person=second | 1 |  |
Afc-ss----s2s | Adjective Type=qualificative Degree=comparative Number=singular Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afc-ss----s2p | Adjective Type=qualificative Degree=comparative Number=singular Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afc-ss----s3 | Adjective Type=qualificative Degree=comparative Number=singular Case=sublative Owner_Number=singular Owner_Person=third | 1 |  |
Afc-ss----s3s | Adjective Type=qualificative Degree=comparative Number=singular Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afc-ss----s3p | Adjective Type=qualificative Degree=comparative Number=singular Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afc-ss----p1 | Adjective Type=qualificative Degree=comparative Number=singular Case=sublative Owner_Number=plural Owner_Person=first | 1 |  |
Afc-ss----p1s | Adjective Type=qualificative Degree=comparative Number=singular Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afc-ss----p1p | Adjective Type=qualificative Degree=comparative Number=singular Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afc-ss----p2 | Adjective Type=qualificative Degree=comparative Number=singular Case=sublative Owner_Number=plural Owner_Person=second | 1 |  |
Afc-ss----p2s | Adjective Type=qualificative Degree=comparative Number=singular Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afc-ss----p2p | Adjective Type=qualificative Degree=comparative Number=singular Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afc-ss----p3 | Adjective Type=qualificative Degree=comparative Number=singular Case=sublative Owner_Number=plural Owner_Person=third | 1 |  |
Afc-ss----p3s | Adjective Type=qualificative Degree=comparative Number=singular Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afc-ss----p3p | Adjective Type=qualificative Degree=comparative Number=singular Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afc-sh | Adjective Type=qualificative Degree=comparative Number=singular Case=delative | 2 | távolabbról/távol, mélyebbről/mély |
Afc-sh------s | Adjective Type=qualificative Degree=comparative Number=singular Case=delative Owned_Number=singular | 1 |  |
Afc-sh------p | Adjective Type=qualificative Degree=comparative Number=singular Case=delative Owned_Number=plural | 1 |  |
Afc-sh----s1 | Adjective Type=qualificative Degree=comparative Number=singular Case=delative Owner_Number=singular Owner_Person=first | 1 |  |
Afc-sh----s1s | Adjective Type=qualificative Degree=comparative Number=singular Case=delative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afc-sh----s1p | Adjective Type=qualificative Degree=comparative Number=singular Case=delative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afc-sh----s2 | Adjective Type=qualificative Degree=comparative Number=singular Case=delative Owner_Number=singular Owner_Person=second | 1 |  |
Afc-sh----s2s | Adjective Type=qualificative Degree=comparative Number=singular Case=delative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afc-sh----s2p | Adjective Type=qualificative Degree=comparative Number=singular Case=delative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afc-sh----s3 | Adjective Type=qualificative Degree=comparative Number=singular Case=delative Owner_Number=singular Owner_Person=third | 1 |  |
Afc-sh----s3s | Adjective Type=qualificative Degree=comparative Number=singular Case=delative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afc-sh----s3p | Adjective Type=qualificative Degree=comparative Number=singular Case=delative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afc-sh----p1 | Adjective Type=qualificative Degree=comparative Number=singular Case=delative Owner_Number=plural Owner_Person=first | 1 |  |
Afc-sh----p1s | Adjective Type=qualificative Degree=comparative Number=singular Case=delative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afc-sh----p1p | Adjective Type=qualificative Degree=comparative Number=singular Case=delative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afc-sh----p2 | Adjective Type=qualificative Degree=comparative Number=singular Case=delative Owner_Number=plural Owner_Person=second | 1 |  |
Afc-sh----p2s | Adjective Type=qualificative Degree=comparative Number=singular Case=delative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afc-sh----p2p | Adjective Type=qualificative Degree=comparative Number=singular Case=delative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afc-sh----p3 | Adjective Type=qualificative Degree=comparative Number=singular Case=delative Owner_Number=plural Owner_Person=third | 1 |  |
Afc-sh----p3s | Adjective Type=qualificative Degree=comparative Number=singular Case=delative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afc-sh----p3p | Adjective Type=qualificative Degree=comparative Number=singular Case=delative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afc-sq | Adjective Type=qualificative Degree=comparative Number=singular Case=sociative | 1 |  |
Afc-sq------s | Adjective Type=qualificative Degree=comparative Number=singular Case=sociative Owned_Number=singular | 1 |  |
Afc-sq------p | Adjective Type=qualificative Degree=comparative Number=singular Case=sociative Owned_Number=plural | 1 |  |
Afc-sq----s1 | Adjective Type=qualificative Degree=comparative Number=singular Case=sociative Owner_Number=singular Owner_Person=first | 1 |  |
Afc-sq----s1s | Adjective Type=qualificative Degree=comparative Number=singular Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afc-sq----s1p | Adjective Type=qualificative Degree=comparative Number=singular Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afc-sq----s2 | Adjective Type=qualificative Degree=comparative Number=singular Case=sociative Owner_Number=singular Owner_Person=second | 1 |  |
Afc-sq----s2s | Adjective Type=qualificative Degree=comparative Number=singular Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afc-sq----s2p | Adjective Type=qualificative Degree=comparative Number=singular Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afc-sq----s3 | Adjective Type=qualificative Degree=comparative Number=singular Case=sociative Owner_Number=singular Owner_Person=third | 1 |  |
Afc-sq----s3s | Adjective Type=qualificative Degree=comparative Number=singular Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afc-sq----s3p | Adjective Type=qualificative Degree=comparative Number=singular Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afc-sq----p1 | Adjective Type=qualificative Degree=comparative Number=singular Case=sociative Owner_Number=plural Owner_Person=first | 1 |  |
Afc-sq----p1s | Adjective Type=qualificative Degree=comparative Number=singular Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afc-sq----p1p | Adjective Type=qualificative Degree=comparative Number=singular Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afc-sq----p2 | Adjective Type=qualificative Degree=comparative Number=singular Case=sociative Owner_Number=plural Owner_Person=second | 1 |  |
Afc-sq----p2s | Adjective Type=qualificative Degree=comparative Number=singular Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afc-sq----p2p | Adjective Type=qualificative Degree=comparative Number=singular Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afc-sq----p3 | Adjective Type=qualificative Degree=comparative Number=singular Case=sociative Owner_Number=plural Owner_Person=third | 1 |  |
Afc-sq----p3s | Adjective Type=qualificative Degree=comparative Number=singular Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afc-sq----p3p | Adjective Type=qualificative Degree=comparative Number=singular Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afc-sy | Adjective Type=qualificative Degree=comparative Number=singular Case=factive | 24 | ünnepélyesebbé/ünnepélyes, talányosabbá/talányos, személyesebbé/személyes, súlyosabbá/súlyos, ridegebbé/rideg |
Afc-sy------s | Adjective Type=qualificative Degree=comparative Number=singular Case=factive Owned_Number=singular | 1 |  |
Afc-sy------p | Adjective Type=qualificative Degree=comparative Number=singular Case=factive Owned_Number=plural | 1 |  |
Afc-sy----s1 | Adjective Type=qualificative Degree=comparative Number=singular Case=factive Owner_Number=singular Owner_Person=first | 1 |  |
Afc-sy----s1s | Adjective Type=qualificative Degree=comparative Number=singular Case=factive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afc-sy----s1p | Adjective Type=qualificative Degree=comparative Number=singular Case=factive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afc-sy----s2 | Adjective Type=qualificative Degree=comparative Number=singular Case=factive Owner_Number=singular Owner_Person=second | 1 |  |
Afc-sy----s2s | Adjective Type=qualificative Degree=comparative Number=singular Case=factive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afc-sy----s2p | Adjective Type=qualificative Degree=comparative Number=singular Case=factive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afc-sy----s3 | Adjective Type=qualificative Degree=comparative Number=singular Case=factive Owner_Number=singular Owner_Person=third | 1 |  |
Afc-sy----s3s | Adjective Type=qualificative Degree=comparative Number=singular Case=factive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afc-sy----s3p | Adjective Type=qualificative Degree=comparative Number=singular Case=factive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afc-sy----p1 | Adjective Type=qualificative Degree=comparative Number=singular Case=factive Owner_Number=plural Owner_Person=first | 1 |  |
Afc-sy----p1s | Adjective Type=qualificative Degree=comparative Number=singular Case=factive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afc-sy----p1p | Adjective Type=qualificative Degree=comparative Number=singular Case=factive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afc-sy----p2 | Adjective Type=qualificative Degree=comparative Number=singular Case=factive Owner_Number=plural Owner_Person=second | 1 |  |
Afc-sy----p2s | Adjective Type=qualificative Degree=comparative Number=singular Case=factive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afc-sy----p2p | Adjective Type=qualificative Degree=comparative Number=singular Case=factive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afc-sy----p3 | Adjective Type=qualificative Degree=comparative Number=singular Case=factive Owner_Number=plural Owner_Person=third | 1 |  |
Afc-sy----p3s | Adjective Type=qualificative Degree=comparative Number=singular Case=factive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afc-sy----p3p | Adjective Type=qualificative Degree=comparative Number=singular Case=factive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afc-sp | Adjective Type=qualificative Degree=comparative Number=singular Case=superessive | 27 | tökéletesebben/tökéletes, szívesebben/szíves, szerényebben/szerény, szelídebben/szelíd, szélesebben/széles |
Afc-sp------s | Adjective Type=qualificative Degree=comparative Number=singular Case=superessive Owned_Number=singular | 1 |  |
Afc-sp------p | Adjective Type=qualificative Degree=comparative Number=singular Case=superessive Owned_Number=plural | 1 |  |
Afc-sp----s1 | Adjective Type=qualificative Degree=comparative Number=singular Case=superessive Owner_Number=singular Owner_Person=first | 1 |  |
Afc-sp----s1s | Adjective Type=qualificative Degree=comparative Number=singular Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afc-sp----s1p | Adjective Type=qualificative Degree=comparative Number=singular Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afc-sp----s2 | Adjective Type=qualificative Degree=comparative Number=singular Case=superessive Owner_Number=singular Owner_Person=second | 1 |  |
Afc-sp----s2s | Adjective Type=qualificative Degree=comparative Number=singular Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afc-sp----s2p | Adjective Type=qualificative Degree=comparative Number=singular Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afc-sp----s3 | Adjective Type=qualificative Degree=comparative Number=singular Case=superessive Owner_Number=singular Owner_Person=third | 1 |  |
Afc-sp----s3s | Adjective Type=qualificative Degree=comparative Number=singular Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afc-sp----s3p | Adjective Type=qualificative Degree=comparative Number=singular Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afc-sp----p1 | Adjective Type=qualificative Degree=comparative Number=singular Case=superessive Owner_Number=plural Owner_Person=first | 1 |  |
Afc-sp----p1s | Adjective Type=qualificative Degree=comparative Number=singular Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afc-sp----p1p | Adjective Type=qualificative Degree=comparative Number=singular Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afc-sp----p2 | Adjective Type=qualificative Degree=comparative Number=singular Case=superessive Owner_Number=plural Owner_Person=second | 1 |  |
Afc-sp----p2s | Adjective Type=qualificative Degree=comparative Number=singular Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afc-sp----p2p | Adjective Type=qualificative Degree=comparative Number=singular Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afc-sp----p3 | Adjective Type=qualificative Degree=comparative Number=singular Case=superessive Owner_Number=plural Owner_Person=third | 1 |  |
Afc-sp----p3s | Adjective Type=qualificative Degree=comparative Number=singular Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afc-sp----p3p | Adjective Type=qualificative Degree=comparative Number=singular Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afc-su | Adjective Type=qualificative Degree=comparative Number=singular Case=distributive | 1 |  |
Afc-su------s | Adjective Type=qualificative Degree=comparative Number=singular Case=distributive Owned_Number=singular | 1 |  |
Afc-su------p | Adjective Type=qualificative Degree=comparative Number=singular Case=distributive Owned_Number=plural | 1 |  |
Afc-su----s1 | Adjective Type=qualificative Degree=comparative Number=singular Case=distributive Owner_Number=singular Owner_Person=first | 1 |  |
Afc-su----s1s | Adjective Type=qualificative Degree=comparative Number=singular Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afc-su----s1p | Adjective Type=qualificative Degree=comparative Number=singular Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afc-su----s2 | Adjective Type=qualificative Degree=comparative Number=singular Case=distributive Owner_Number=singular Owner_Person=second | 1 |  |
Afc-su----s2s | Adjective Type=qualificative Degree=comparative Number=singular Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afc-su----s2p | Adjective Type=qualificative Degree=comparative Number=singular Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afc-su----s3 | Adjective Type=qualificative Degree=comparative Number=singular Case=distributive Owner_Number=singular Owner_Person=third | 1 |  |
Afc-su----s3s | Adjective Type=qualificative Degree=comparative Number=singular Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afc-su----s3p | Adjective Type=qualificative Degree=comparative Number=singular Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afc-su----p1 | Adjective Type=qualificative Degree=comparative Number=singular Case=distributive Owner_Number=plural Owner_Person=first | 1 |  |
Afc-su----p1s | Adjective Type=qualificative Degree=comparative Number=singular Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afc-su----p1p | Adjective Type=qualificative Degree=comparative Number=singular Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afc-su----p2 | Adjective Type=qualificative Degree=comparative Number=singular Case=distributive Owner_Number=plural Owner_Person=second | 1 |  |
Afc-su----p2s | Adjective Type=qualificative Degree=comparative Number=singular Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afc-su----p2p | Adjective Type=qualificative Degree=comparative Number=singular Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afc-su----p3 | Adjective Type=qualificative Degree=comparative Number=singular Case=distributive Owner_Number=plural Owner_Person=third | 1 |  |
Afc-su----p3s | Adjective Type=qualificative Degree=comparative Number=singular Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afc-su----p3p | Adjective Type=qualificative Degree=comparative Number=singular Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afc-sf | Adjective Type=qualificative Degree=comparative Number=singular Case=essive-formal | 1 |  |
Afc-sf------s | Adjective Type=qualificative Degree=comparative Number=singular Case=essive-formal Owned_Number=singular | 1 |  |
Afc-sf------p | Adjective Type=qualificative Degree=comparative Number=singular Case=essive-formal Owned_Number=plural | 1 |  |
Afc-sf----s1 | Adjective Type=qualificative Degree=comparative Number=singular Case=essive-formal Owner_Number=singular Owner_Person=first | 1 |  |
Afc-sf----s1s | Adjective Type=qualificative Degree=comparative Number=singular Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afc-sf----s1p | Adjective Type=qualificative Degree=comparative Number=singular Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afc-sf----s2 | Adjective Type=qualificative Degree=comparative Number=singular Case=essive-formal Owner_Number=singular Owner_Person=second | 1 |  |
Afc-sf----s2s | Adjective Type=qualificative Degree=comparative Number=singular Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afc-sf----s2p | Adjective Type=qualificative Degree=comparative Number=singular Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afc-sf----s3 | Adjective Type=qualificative Degree=comparative Number=singular Case=essive-formal Owner_Number=singular Owner_Person=third | 1 |  |
Afc-sf----s3s | Adjective Type=qualificative Degree=comparative Number=singular Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afc-sf----s3p | Adjective Type=qualificative Degree=comparative Number=singular Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afc-sf----p1 | Adjective Type=qualificative Degree=comparative Number=singular Case=essive-formal Owner_Number=plural Owner_Person=first | 1 |  |
Afc-sf----p1s | Adjective Type=qualificative Degree=comparative Number=singular Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afc-sf----p1p | Adjective Type=qualificative Degree=comparative Number=singular Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afc-sf----p2 | Adjective Type=qualificative Degree=comparative Number=singular Case=essive-formal Owner_Number=plural Owner_Person=second | 1 |  |
Afc-sf----p2s | Adjective Type=qualificative Degree=comparative Number=singular Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afc-sf----p2p | Adjective Type=qualificative Degree=comparative Number=singular Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afc-sf----p3 | Adjective Type=qualificative Degree=comparative Number=singular Case=essive-formal Owner_Number=plural Owner_Person=third | 1 |  |
Afc-sf----p3s | Adjective Type=qualificative Degree=comparative Number=singular Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afc-sf----p3p | Adjective Type=qualificative Degree=comparative Number=singular Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afc-pn | Adjective Type=qualificative Degree=comparative Number=plural Case=nominative | 30 | zsúfoltabbak/zsúfolt, vastagabbak/vastag, újabbak/új, rosszabbak/rossz, reménytelenebbek/reménytelen |
Afc-pn------s | Adjective Type=qualificative Degree=comparative Number=plural Case=nominative Owned_Number=singular | 1 | fontosabbaké/fontos |
Afc-pn------p | Adjective Type=qualificative Degree=comparative Number=plural Case=nominative Owned_Number=plural | 1 |  |
Afc-pn----s1 | Adjective Type=qualificative Degree=comparative Number=plural Case=nominative Owner_Number=singular Owner_Person=first | 1 |  |
Afc-pn----s1s | Adjective Type=qualificative Degree=comparative Number=plural Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afc-pn----s1p | Adjective Type=qualificative Degree=comparative Number=plural Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afc-pn----s2 | Adjective Type=qualificative Degree=comparative Number=plural Case=nominative Owner_Number=singular Owner_Person=second | 1 |  |
Afc-pn----s2s | Adjective Type=qualificative Degree=comparative Number=plural Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afc-pn----s2p | Adjective Type=qualificative Degree=comparative Number=plural Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afc-pn----s3 | Adjective Type=qualificative Degree=comparative Number=plural Case=nominative Owner_Number=singular Owner_Person=third | 1 |  |
Afc-pn----s3s | Adjective Type=qualificative Degree=comparative Number=plural Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afc-pn----s3p | Adjective Type=qualificative Degree=comparative Number=plural Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afc-pn----p1 | Adjective Type=qualificative Degree=comparative Number=plural Case=nominative Owner_Number=plural Owner_Person=first | 1 |  |
Afc-pn----p1s | Adjective Type=qualificative Degree=comparative Number=plural Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afc-pn----p1p | Adjective Type=qualificative Degree=comparative Number=plural Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afc-pn----p2 | Adjective Type=qualificative Degree=comparative Number=plural Case=nominative Owner_Number=plural Owner_Person=second | 1 |  |
Afc-pn----p2s | Adjective Type=qualificative Degree=comparative Number=plural Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afc-pn----p2p | Adjective Type=qualificative Degree=comparative Number=plural Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afc-pn----p3 | Adjective Type=qualificative Degree=comparative Number=plural Case=nominative Owner_Number=plural Owner_Person=third | 1 |  |
Afc-pn----p3s | Adjective Type=qualificative Degree=comparative Number=plural Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afc-pn----p3p | Adjective Type=qualificative Degree=comparative Number=plural Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afc-pg | Adjective Type=qualificative Degree=comparative Number=plural Case=genitive | 1 |  |
Afc-pg------s | Adjective Type=qualificative Degree=comparative Number=plural Case=genitive Owned_Number=singular | 1 |  |
Afc-pg------p | Adjective Type=qualificative Degree=comparative Number=plural Case=genitive Owned_Number=plural | 1 |  |
Afc-pg----s1 | Adjective Type=qualificative Degree=comparative Number=plural Case=genitive Owner_Number=singular Owner_Person=first | 1 |  |
Afc-pg----s1s | Adjective Type=qualificative Degree=comparative Number=plural Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afc-pg----s1p | Adjective Type=qualificative Degree=comparative Number=plural Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afc-pg----s2 | Adjective Type=qualificative Degree=comparative Number=plural Case=genitive Owner_Number=singular Owner_Person=second | 1 |  |
Afc-pg----s2s | Adjective Type=qualificative Degree=comparative Number=plural Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afc-pg----s2p | Adjective Type=qualificative Degree=comparative Number=plural Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afc-pg----s3 | Adjective Type=qualificative Degree=comparative Number=plural Case=genitive Owner_Number=singular Owner_Person=third | 1 |  |
Afc-pg----s3s | Adjective Type=qualificative Degree=comparative Number=plural Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afc-pg----s3p | Adjective Type=qualificative Degree=comparative Number=plural Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afc-pg----p1 | Adjective Type=qualificative Degree=comparative Number=plural Case=genitive Owner_Number=plural Owner_Person=first | 1 |  |
Afc-pg----p1s | Adjective Type=qualificative Degree=comparative Number=plural Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afc-pg----p1p | Adjective Type=qualificative Degree=comparative Number=plural Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afc-pg----p2 | Adjective Type=qualificative Degree=comparative Number=plural Case=genitive Owner_Number=plural Owner_Person=second | 1 |  |
Afc-pg----p2s | Adjective Type=qualificative Degree=comparative Number=plural Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afc-pg----p2p | Adjective Type=qualificative Degree=comparative Number=plural Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afc-pg----p3 | Adjective Type=qualificative Degree=comparative Number=plural Case=genitive Owner_Number=plural Owner_Person=third | 1 |  |
Afc-pg----p3s | Adjective Type=qualificative Degree=comparative Number=plural Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afc-pg----p3p | Adjective Type=qualificative Degree=comparative Number=plural Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afc-pd | Adjective Type=qualificative Degree=comparative Number=plural Case=dative | 3 | kisebbeknek/kis, kedvezőbbeknek/kedvező, fiatalabbaknak/fiatal |
Afc-pd------s | Adjective Type=qualificative Degree=comparative Number=plural Case=dative Owned_Number=singular | 1 |  |
Afc-pd------p | Adjective Type=qualificative Degree=comparative Number=plural Case=dative Owned_Number=plural | 1 |  |
Afc-pd----s1 | Adjective Type=qualificative Degree=comparative Number=plural Case=dative Owner_Number=singular Owner_Person=first | 1 |  |
Afc-pd----s1s | Adjective Type=qualificative Degree=comparative Number=plural Case=dative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afc-pd----s1p | Adjective Type=qualificative Degree=comparative Number=plural Case=dative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afc-pd----s2 | Adjective Type=qualificative Degree=comparative Number=plural Case=dative Owner_Number=singular Owner_Person=second | 1 |  |
Afc-pd----s2s | Adjective Type=qualificative Degree=comparative Number=plural Case=dative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afc-pd----s2p | Adjective Type=qualificative Degree=comparative Number=plural Case=dative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afc-pd----s3 | Adjective Type=qualificative Degree=comparative Number=plural Case=dative Owner_Number=singular Owner_Person=third | 1 |  |
Afc-pd----s3s | Adjective Type=qualificative Degree=comparative Number=plural Case=dative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afc-pd----s3p | Adjective Type=qualificative Degree=comparative Number=plural Case=dative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afc-pd----p1 | Adjective Type=qualificative Degree=comparative Number=plural Case=dative Owner_Number=plural Owner_Person=first | 1 |  |
Afc-pd----p1s | Adjective Type=qualificative Degree=comparative Number=plural Case=dative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afc-pd----p1p | Adjective Type=qualificative Degree=comparative Number=plural Case=dative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afc-pd----p2 | Adjective Type=qualificative Degree=comparative Number=plural Case=dative Owner_Number=plural Owner_Person=second | 1 |  |
Afc-pd----p2s | Adjective Type=qualificative Degree=comparative Number=plural Case=dative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afc-pd----p2p | Adjective Type=qualificative Degree=comparative Number=plural Case=dative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afc-pd----p3 | Adjective Type=qualificative Degree=comparative Number=plural Case=dative Owner_Number=plural Owner_Person=third | 1 |  |
Afc-pd----p3s | Adjective Type=qualificative Degree=comparative Number=plural Case=dative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afc-pd----p3p | Adjective Type=qualificative Degree=comparative Number=plural Case=dative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afc-pa | Adjective Type=qualificative Degree=comparative Number=plural Case=accusative | 1 |  |
Afc-pa------s | Adjective Type=qualificative Degree=comparative Number=plural Case=accusative Owned_Number=singular | 1 |  |
Afc-pa------p | Adjective Type=qualificative Degree=comparative Number=plural Case=accusative Owned_Number=plural | 1 |  |
Afc-pa----s1 | Adjective Type=qualificative Degree=comparative Number=plural Case=accusative Owner_Number=singular Owner_Person=first | 1 |  |
Afc-pa----s1s | Adjective Type=qualificative Degree=comparative Number=plural Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afc-pa----s1p | Adjective Type=qualificative Degree=comparative Number=plural Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afc-pa----s2 | Adjective Type=qualificative Degree=comparative Number=plural Case=accusative Owner_Number=singular Owner_Person=second | 1 |  |
Afc-pa----s2s | Adjective Type=qualificative Degree=comparative Number=plural Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afc-pa----s2p | Adjective Type=qualificative Degree=comparative Number=plural Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afc-pa----s3 | Adjective Type=qualificative Degree=comparative Number=plural Case=accusative Owner_Number=singular Owner_Person=third | 1 |  |
Afc-pa----s3s | Adjective Type=qualificative Degree=comparative Number=plural Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afc-pa----s3p | Adjective Type=qualificative Degree=comparative Number=plural Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afc-pa----p1 | Adjective Type=qualificative Degree=comparative Number=plural Case=accusative Owner_Number=plural Owner_Person=first | 1 |  |
Afc-pa----p1s | Adjective Type=qualificative Degree=comparative Number=plural Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afc-pa----p1p | Adjective Type=qualificative Degree=comparative Number=plural Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afc-pa----p2 | Adjective Type=qualificative Degree=comparative Number=plural Case=accusative Owner_Number=plural Owner_Person=second | 1 |  |
Afc-pa----p2s | Adjective Type=qualificative Degree=comparative Number=plural Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afc-pa----p2p | Adjective Type=qualificative Degree=comparative Number=plural Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afc-pa----p3 | Adjective Type=qualificative Degree=comparative Number=plural Case=accusative Owner_Number=plural Owner_Person=third | 1 |  |
Afc-pa----p3s | Adjective Type=qualificative Degree=comparative Number=plural Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afc-pa----p3p | Adjective Type=qualificative Degree=comparative Number=plural Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afc-pi | Adjective Type=qualificative Degree=comparative Number=plural Case=instrumental | 1 |  |
Afc-pi------s | Adjective Type=qualificative Degree=comparative Number=plural Case=instrumental Owned_Number=singular | 1 |  |
Afc-pi------p | Adjective Type=qualificative Degree=comparative Number=plural Case=instrumental Owned_Number=plural | 1 |  |
Afc-pi----s1 | Adjective Type=qualificative Degree=comparative Number=plural Case=instrumental Owner_Number=singular Owner_Person=first | 1 |  |
Afc-pi----s1s | Adjective Type=qualificative Degree=comparative Number=plural Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afc-pi----s1p | Adjective Type=qualificative Degree=comparative Number=plural Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afc-pi----s2 | Adjective Type=qualificative Degree=comparative Number=plural Case=instrumental Owner_Number=singular Owner_Person=second | 1 |  |
Afc-pi----s2s | Adjective Type=qualificative Degree=comparative Number=plural Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afc-pi----s2p | Adjective Type=qualificative Degree=comparative Number=plural Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afc-pi----s3 | Adjective Type=qualificative Degree=comparative Number=plural Case=instrumental Owner_Number=singular Owner_Person=third | 1 |  |
Afc-pi----s3s | Adjective Type=qualificative Degree=comparative Number=plural Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afc-pi----s3p | Adjective Type=qualificative Degree=comparative Number=plural Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afc-pi----p1 | Adjective Type=qualificative Degree=comparative Number=plural Case=instrumental Owner_Number=plural Owner_Person=first | 1 |  |
Afc-pi----p1s | Adjective Type=qualificative Degree=comparative Number=plural Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afc-pi----p1p | Adjective Type=qualificative Degree=comparative Number=plural Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afc-pi----p2 | Adjective Type=qualificative Degree=comparative Number=plural Case=instrumental Owner_Number=plural Owner_Person=second | 1 |  |
Afc-pi----p2s | Adjective Type=qualificative Degree=comparative Number=plural Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afc-pi----p2p | Adjective Type=qualificative Degree=comparative Number=plural Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afc-pi----p3 | Adjective Type=qualificative Degree=comparative Number=plural Case=instrumental Owner_Number=plural Owner_Person=third | 1 |  |
Afc-pi----p3s | Adjective Type=qualificative Degree=comparative Number=plural Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afc-pi----p3p | Adjective Type=qualificative Degree=comparative Number=plural Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afc-px | Adjective Type=qualificative Degree=comparative Number=plural Case=illative | 1 |  |
Afc-px------s | Adjective Type=qualificative Degree=comparative Number=plural Case=illative Owned_Number=singular | 1 |  |
Afc-px------p | Adjective Type=qualificative Degree=comparative Number=plural Case=illative Owned_Number=plural | 1 |  |
Afc-px----s1 | Adjective Type=qualificative Degree=comparative Number=plural Case=illative Owner_Number=singular Owner_Person=first | 1 |  |
Afc-px----s1s | Adjective Type=qualificative Degree=comparative Number=plural Case=illative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afc-px----s1p | Adjective Type=qualificative Degree=comparative Number=plural Case=illative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afc-px----s2 | Adjective Type=qualificative Degree=comparative Number=plural Case=illative Owner_Number=singular Owner_Person=second | 1 |  |
Afc-px----s2s | Adjective Type=qualificative Degree=comparative Number=plural Case=illative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afc-px----s2p | Adjective Type=qualificative Degree=comparative Number=plural Case=illative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afc-px----s3 | Adjective Type=qualificative Degree=comparative Number=plural Case=illative Owner_Number=singular Owner_Person=third | 1 |  |
Afc-px----s3s | Adjective Type=qualificative Degree=comparative Number=plural Case=illative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afc-px----s3p | Adjective Type=qualificative Degree=comparative Number=plural Case=illative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afc-px----p1 | Adjective Type=qualificative Degree=comparative Number=plural Case=illative Owner_Number=plural Owner_Person=first | 1 |  |
Afc-px----p1s | Adjective Type=qualificative Degree=comparative Number=plural Case=illative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afc-px----p1p | Adjective Type=qualificative Degree=comparative Number=plural Case=illative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afc-px----p2 | Adjective Type=qualificative Degree=comparative Number=plural Case=illative Owner_Number=plural Owner_Person=second | 1 |  |
Afc-px----p2s | Adjective Type=qualificative Degree=comparative Number=plural Case=illative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afc-px----p2p | Adjective Type=qualificative Degree=comparative Number=plural Case=illative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afc-px----p3 | Adjective Type=qualificative Degree=comparative Number=plural Case=illative Owner_Number=plural Owner_Person=third | 1 |  |
Afc-px----p3s | Adjective Type=qualificative Degree=comparative Number=plural Case=illative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afc-px----p3p | Adjective Type=qualificative Degree=comparative Number=plural Case=illative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afc-p2 | Adjective Type=qualificative Degree=comparative Number=plural Case=inessive | 1 | nagyobbakban/nagy |
Afc-p2------s | Adjective Type=qualificative Degree=comparative Number=plural Case=inessive Owned_Number=singular | 1 |  |
Afc-p2------p | Adjective Type=qualificative Degree=comparative Number=plural Case=inessive Owned_Number=plural | 1 |  |
Afc-p2----s1 | Adjective Type=qualificative Degree=comparative Number=plural Case=inessive Owner_Number=singular Owner_Person=first | 1 |  |
Afc-p2----s1s | Adjective Type=qualificative Degree=comparative Number=plural Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afc-p2----s1p | Adjective Type=qualificative Degree=comparative Number=plural Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afc-p2----s2 | Adjective Type=qualificative Degree=comparative Number=plural Case=inessive Owner_Number=singular Owner_Person=second | 1 |  |
Afc-p2----s2s | Adjective Type=qualificative Degree=comparative Number=plural Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afc-p2----s2p | Adjective Type=qualificative Degree=comparative Number=plural Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afc-p2----s3 | Adjective Type=qualificative Degree=comparative Number=plural Case=inessive Owner_Number=singular Owner_Person=third | 1 |  |
Afc-p2----s3s | Adjective Type=qualificative Degree=comparative Number=plural Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afc-p2----s3p | Adjective Type=qualificative Degree=comparative Number=plural Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afc-p2----p1 | Adjective Type=qualificative Degree=comparative Number=plural Case=inessive Owner_Number=plural Owner_Person=first | 1 |  |
Afc-p2----p1s | Adjective Type=qualificative Degree=comparative Number=plural Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afc-p2----p1p | Adjective Type=qualificative Degree=comparative Number=plural Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afc-p2----p2 | Adjective Type=qualificative Degree=comparative Number=plural Case=inessive Owner_Number=plural Owner_Person=second | 1 |  |
Afc-p2----p2s | Adjective Type=qualificative Degree=comparative Number=plural Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afc-p2----p2p | Adjective Type=qualificative Degree=comparative Number=plural Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afc-p2----p3 | Adjective Type=qualificative Degree=comparative Number=plural Case=inessive Owner_Number=plural Owner_Person=third | 1 |  |
Afc-p2----p3s | Adjective Type=qualificative Degree=comparative Number=plural Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afc-p2----p3p | Adjective Type=qualificative Degree=comparative Number=plural Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afc-pe | Adjective Type=qualificative Degree=comparative Number=plural Case=elative | 1 |  |
Afc-pe------s | Adjective Type=qualificative Degree=comparative Number=plural Case=elative Owned_Number=singular | 1 |  |
Afc-pe------p | Adjective Type=qualificative Degree=comparative Number=plural Case=elative Owned_Number=plural | 1 |  |
Afc-pe----s1 | Adjective Type=qualificative Degree=comparative Number=plural Case=elative Owner_Number=singular Owner_Person=first | 1 |  |
Afc-pe----s1s | Adjective Type=qualificative Degree=comparative Number=plural Case=elative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afc-pe----s1p | Adjective Type=qualificative Degree=comparative Number=plural Case=elative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afc-pe----s2 | Adjective Type=qualificative Degree=comparative Number=plural Case=elative Owner_Number=singular Owner_Person=second | 1 |  |
Afc-pe----s2s | Adjective Type=qualificative Degree=comparative Number=plural Case=elative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afc-pe----s2p | Adjective Type=qualificative Degree=comparative Number=plural Case=elative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afc-pe----s3 | Adjective Type=qualificative Degree=comparative Number=plural Case=elative Owner_Number=singular Owner_Person=third | 1 |  |
Afc-pe----s3s | Adjective Type=qualificative Degree=comparative Number=plural Case=elative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afc-pe----s3p | Adjective Type=qualificative Degree=comparative Number=plural Case=elative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afc-pe----p1 | Adjective Type=qualificative Degree=comparative Number=plural Case=elative Owner_Number=plural Owner_Person=first | 1 |  |
Afc-pe----p1s | Adjective Type=qualificative Degree=comparative Number=plural Case=elative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afc-pe----p1p | Adjective Type=qualificative Degree=comparative Number=plural Case=elative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afc-pe----p2 | Adjective Type=qualificative Degree=comparative Number=plural Case=elative Owner_Number=plural Owner_Person=second | 1 |  |
Afc-pe----p2s | Adjective Type=qualificative Degree=comparative Number=plural Case=elative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afc-pe----p2p | Adjective Type=qualificative Degree=comparative Number=plural Case=elative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afc-pe----p3 | Adjective Type=qualificative Degree=comparative Number=plural Case=elative Owner_Number=plural Owner_Person=third | 1 |  |
Afc-pe----p3s | Adjective Type=qualificative Degree=comparative Number=plural Case=elative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afc-pe----p3p | Adjective Type=qualificative Degree=comparative Number=plural Case=elative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afc-pt | Adjective Type=qualificative Degree=comparative Number=plural Case=allative | 1 |  |
Afc-pt------s | Adjective Type=qualificative Degree=comparative Number=plural Case=allative Owned_Number=singular | 1 |  |
Afc-pt------p | Adjective Type=qualificative Degree=comparative Number=plural Case=allative Owned_Number=plural | 1 |  |
Afc-pt----s1 | Adjective Type=qualificative Degree=comparative Number=plural Case=allative Owner_Number=singular Owner_Person=first | 1 |  |
Afc-pt----s1s | Adjective Type=qualificative Degree=comparative Number=plural Case=allative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afc-pt----s1p | Adjective Type=qualificative Degree=comparative Number=plural Case=allative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afc-pt----s2 | Adjective Type=qualificative Degree=comparative Number=plural Case=allative Owner_Number=singular Owner_Person=second | 1 |  |
Afc-pt----s2s | Adjective Type=qualificative Degree=comparative Number=plural Case=allative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afc-pt----s2p | Adjective Type=qualificative Degree=comparative Number=plural Case=allative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afc-pt----s3 | Adjective Type=qualificative Degree=comparative Number=plural Case=allative Owner_Number=singular Owner_Person=third | 1 |  |
Afc-pt----s3s | Adjective Type=qualificative Degree=comparative Number=plural Case=allative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afc-pt----s3p | Adjective Type=qualificative Degree=comparative Number=plural Case=allative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afc-pt----p1 | Adjective Type=qualificative Degree=comparative Number=plural Case=allative Owner_Number=plural Owner_Person=first | 1 |  |
Afc-pt----p1s | Adjective Type=qualificative Degree=comparative Number=plural Case=allative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afc-pt----p1p | Adjective Type=qualificative Degree=comparative Number=plural Case=allative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afc-pt----p2 | Adjective Type=qualificative Degree=comparative Number=plural Case=allative Owner_Number=plural Owner_Person=second | 1 |  |
Afc-pt----p2s | Adjective Type=qualificative Degree=comparative Number=plural Case=allative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afc-pt----p2p | Adjective Type=qualificative Degree=comparative Number=plural Case=allative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afc-pt----p3 | Adjective Type=qualificative Degree=comparative Number=plural Case=allative Owner_Number=plural Owner_Person=third | 1 |  |
Afc-pt----p3s | Adjective Type=qualificative Degree=comparative Number=plural Case=allative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afc-pt----p3p | Adjective Type=qualificative Degree=comparative Number=plural Case=allative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afc-p3 | Adjective Type=qualificative Degree=comparative Number=plural Case=adessive | 1 |  |
Afc-p3------s | Adjective Type=qualificative Degree=comparative Number=plural Case=adessive Owned_Number=singular | 1 |  |
Afc-p3------p | Adjective Type=qualificative Degree=comparative Number=plural Case=adessive Owned_Number=plural | 1 |  |
Afc-p3----s1 | Adjective Type=qualificative Degree=comparative Number=plural Case=adessive Owner_Number=singular Owner_Person=first | 1 |  |
Afc-p3----s1s | Adjective Type=qualificative Degree=comparative Number=plural Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afc-p3----s1p | Adjective Type=qualificative Degree=comparative Number=plural Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afc-p3----s2 | Adjective Type=qualificative Degree=comparative Number=plural Case=adessive Owner_Number=singular Owner_Person=second | 1 |  |
Afc-p3----s2s | Adjective Type=qualificative Degree=comparative Number=plural Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afc-p3----s2p | Adjective Type=qualificative Degree=comparative Number=plural Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afc-p3----s3 | Adjective Type=qualificative Degree=comparative Number=plural Case=adessive Owner_Number=singular Owner_Person=third | 1 |  |
Afc-p3----s3s | Adjective Type=qualificative Degree=comparative Number=plural Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afc-p3----s3p | Adjective Type=qualificative Degree=comparative Number=plural Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afc-p3----p1 | Adjective Type=qualificative Degree=comparative Number=plural Case=adessive Owner_Number=plural Owner_Person=first | 1 |  |
Afc-p3----p1s | Adjective Type=qualificative Degree=comparative Number=plural Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afc-p3----p1p | Adjective Type=qualificative Degree=comparative Number=plural Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afc-p3----p2 | Adjective Type=qualificative Degree=comparative Number=plural Case=adessive Owner_Number=plural Owner_Person=second | 1 |  |
Afc-p3----p2s | Adjective Type=qualificative Degree=comparative Number=plural Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afc-p3----p2p | Adjective Type=qualificative Degree=comparative Number=plural Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afc-p3----p3 | Adjective Type=qualificative Degree=comparative Number=plural Case=adessive Owner_Number=plural Owner_Person=third | 1 |  |
Afc-p3----p3s | Adjective Type=qualificative Degree=comparative Number=plural Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afc-p3----p3p | Adjective Type=qualificative Degree=comparative Number=plural Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afc-pb | Adjective Type=qualificative Degree=comparative Number=plural Case=ablative | 1 |  |
Afc-pb------s | Adjective Type=qualificative Degree=comparative Number=plural Case=ablative Owned_Number=singular | 1 |  |
Afc-pb------p | Adjective Type=qualificative Degree=comparative Number=plural Case=ablative Owned_Number=plural | 1 |  |
Afc-pb----s1 | Adjective Type=qualificative Degree=comparative Number=plural Case=ablative Owner_Number=singular Owner_Person=first | 1 |  |
Afc-pb----s1s | Adjective Type=qualificative Degree=comparative Number=plural Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afc-pb----s1p | Adjective Type=qualificative Degree=comparative Number=plural Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afc-pb----s2 | Adjective Type=qualificative Degree=comparative Number=plural Case=ablative Owner_Number=singular Owner_Person=second | 1 |  |
Afc-pb----s2s | Adjective Type=qualificative Degree=comparative Number=plural Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afc-pb----s2p | Adjective Type=qualificative Degree=comparative Number=plural Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afc-pb----s3 | Adjective Type=qualificative Degree=comparative Number=plural Case=ablative Owner_Number=singular Owner_Person=third | 1 |  |
Afc-pb----s3s | Adjective Type=qualificative Degree=comparative Number=plural Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afc-pb----s3p | Adjective Type=qualificative Degree=comparative Number=plural Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afc-pb----p1 | Adjective Type=qualificative Degree=comparative Number=plural Case=ablative Owner_Number=plural Owner_Person=first | 1 |  |
Afc-pb----p1s | Adjective Type=qualificative Degree=comparative Number=plural Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afc-pb----p1p | Adjective Type=qualificative Degree=comparative Number=plural Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afc-pb----p2 | Adjective Type=qualificative Degree=comparative Number=plural Case=ablative Owner_Number=plural Owner_Person=second | 1 |  |
Afc-pb----p2s | Adjective Type=qualificative Degree=comparative Number=plural Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afc-pb----p2p | Adjective Type=qualificative Degree=comparative Number=plural Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afc-pb----p3 | Adjective Type=qualificative Degree=comparative Number=plural Case=ablative Owner_Number=plural Owner_Person=third | 1 |  |
Afc-pb----p3s | Adjective Type=qualificative Degree=comparative Number=plural Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afc-pb----p3p | Adjective Type=qualificative Degree=comparative Number=plural Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afc-p9 | Adjective Type=qualificative Degree=comparative Number=plural Case=terminative | 1 |  |
Afc-p9------s | Adjective Type=qualificative Degree=comparative Number=plural Case=terminative Owned_Number=singular | 1 |  |
Afc-p9------p | Adjective Type=qualificative Degree=comparative Number=plural Case=terminative Owned_Number=plural | 1 |  |
Afc-p9----s1 | Adjective Type=qualificative Degree=comparative Number=plural Case=terminative Owner_Number=singular Owner_Person=first | 1 |  |
Afc-p9----s1s | Adjective Type=qualificative Degree=comparative Number=plural Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afc-p9----s1p | Adjective Type=qualificative Degree=comparative Number=plural Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afc-p9----s2 | Adjective Type=qualificative Degree=comparative Number=plural Case=terminative Owner_Number=singular Owner_Person=second | 1 |  |
Afc-p9----s2s | Adjective Type=qualificative Degree=comparative Number=plural Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afc-p9----s2p | Adjective Type=qualificative Degree=comparative Number=plural Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afc-p9----s3 | Adjective Type=qualificative Degree=comparative Number=plural Case=terminative Owner_Number=singular Owner_Person=third | 1 |  |
Afc-p9----s3s | Adjective Type=qualificative Degree=comparative Number=plural Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afc-p9----s3p | Adjective Type=qualificative Degree=comparative Number=plural Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afc-p9----p1 | Adjective Type=qualificative Degree=comparative Number=plural Case=terminative Owner_Number=plural Owner_Person=first | 1 |  |
Afc-p9----p1s | Adjective Type=qualificative Degree=comparative Number=plural Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afc-p9----p1p | Adjective Type=qualificative Degree=comparative Number=plural Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afc-p9----p2 | Adjective Type=qualificative Degree=comparative Number=plural Case=terminative Owner_Number=plural Owner_Person=second | 1 |  |
Afc-p9----p2s | Adjective Type=qualificative Degree=comparative Number=plural Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afc-p9----p2p | Adjective Type=qualificative Degree=comparative Number=plural Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afc-p9----p3 | Adjective Type=qualificative Degree=comparative Number=plural Case=terminative Owner_Number=plural Owner_Person=third | 1 |  |
Afc-p9----p3s | Adjective Type=qualificative Degree=comparative Number=plural Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afc-p9----p3p | Adjective Type=qualificative Degree=comparative Number=plural Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afc-pw | Adjective Type=qualificative Degree=comparative Number=plural Case=essive | 1 |  |
Afc-pw------s | Adjective Type=qualificative Degree=comparative Number=plural Case=essive Owned_Number=singular | 1 |  |
Afc-pw------p | Adjective Type=qualificative Degree=comparative Number=plural Case=essive Owned_Number=plural | 1 |  |
Afc-pw----s1 | Adjective Type=qualificative Degree=comparative Number=plural Case=essive Owner_Number=singular Owner_Person=first | 1 |  |
Afc-pw----s1s | Adjective Type=qualificative Degree=comparative Number=plural Case=essive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afc-pw----s1p | Adjective Type=qualificative Degree=comparative Number=plural Case=essive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afc-pw----s2 | Adjective Type=qualificative Degree=comparative Number=plural Case=essive Owner_Number=singular Owner_Person=second | 1 |  |
Afc-pw----s2s | Adjective Type=qualificative Degree=comparative Number=plural Case=essive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afc-pw----s2p | Adjective Type=qualificative Degree=comparative Number=plural Case=essive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afc-pw----s3 | Adjective Type=qualificative Degree=comparative Number=plural Case=essive Owner_Number=singular Owner_Person=third | 1 |  |
Afc-pw----s3s | Adjective Type=qualificative Degree=comparative Number=plural Case=essive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afc-pw----s3p | Adjective Type=qualificative Degree=comparative Number=plural Case=essive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afc-pw----p1 | Adjective Type=qualificative Degree=comparative Number=plural Case=essive Owner_Number=plural Owner_Person=first | 1 |  |
Afc-pw----p1s | Adjective Type=qualificative Degree=comparative Number=plural Case=essive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afc-pw----p1p | Adjective Type=qualificative Degree=comparative Number=plural Case=essive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afc-pw----p2 | Adjective Type=qualificative Degree=comparative Number=plural Case=essive Owner_Number=plural Owner_Person=second | 1 |  |
Afc-pw----p2s | Adjective Type=qualificative Degree=comparative Number=plural Case=essive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afc-pw----p2p | Adjective Type=qualificative Degree=comparative Number=plural Case=essive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afc-pw----p3 | Adjective Type=qualificative Degree=comparative Number=plural Case=essive Owner_Number=plural Owner_Person=third | 1 |  |
Afc-pw----p3s | Adjective Type=qualificative Degree=comparative Number=plural Case=essive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afc-pw----p3p | Adjective Type=qualificative Degree=comparative Number=plural Case=essive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afc-pm | Adjective Type=qualificative Degree=comparative Number=plural Case=temporalis | 1 |  |
Afc-pm------s | Adjective Type=qualificative Degree=comparative Number=plural Case=temporalis Owned_Number=singular | 1 |  |
Afc-pm------p | Adjective Type=qualificative Degree=comparative Number=plural Case=temporalis Owned_Number=plural | 1 |  |
Afc-pm----s1 | Adjective Type=qualificative Degree=comparative Number=plural Case=temporalis Owner_Number=singular Owner_Person=first | 1 |  |
Afc-pm----s1s | Adjective Type=qualificative Degree=comparative Number=plural Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afc-pm----s1p | Adjective Type=qualificative Degree=comparative Number=plural Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afc-pm----s2 | Adjective Type=qualificative Degree=comparative Number=plural Case=temporalis Owner_Number=singular Owner_Person=second | 1 |  |
Afc-pm----s2s | Adjective Type=qualificative Degree=comparative Number=plural Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afc-pm----s2p | Adjective Type=qualificative Degree=comparative Number=plural Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afc-pm----s3 | Adjective Type=qualificative Degree=comparative Number=plural Case=temporalis Owner_Number=singular Owner_Person=third | 1 |  |
Afc-pm----s3s | Adjective Type=qualificative Degree=comparative Number=plural Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afc-pm----s3p | Adjective Type=qualificative Degree=comparative Number=plural Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afc-pm----p1 | Adjective Type=qualificative Degree=comparative Number=plural Case=temporalis Owner_Number=plural Owner_Person=first | 1 |  |
Afc-pm----p1s | Adjective Type=qualificative Degree=comparative Number=plural Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afc-pm----p1p | Adjective Type=qualificative Degree=comparative Number=plural Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afc-pm----p2 | Adjective Type=qualificative Degree=comparative Number=plural Case=temporalis Owner_Number=plural Owner_Person=second | 1 |  |
Afc-pm----p2s | Adjective Type=qualificative Degree=comparative Number=plural Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afc-pm----p2p | Adjective Type=qualificative Degree=comparative Number=plural Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afc-pm----p3 | Adjective Type=qualificative Degree=comparative Number=plural Case=temporalis Owner_Number=plural Owner_Person=third | 1 |  |
Afc-pm----p3s | Adjective Type=qualificative Degree=comparative Number=plural Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afc-pm----p3p | Adjective Type=qualificative Degree=comparative Number=plural Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afc-pc | Adjective Type=qualificative Degree=comparative Number=plural Case=causalis | 1 |  |
Afc-pc------s | Adjective Type=qualificative Degree=comparative Number=plural Case=causalis Owned_Number=singular | 1 |  |
Afc-pc------p | Adjective Type=qualificative Degree=comparative Number=plural Case=causalis Owned_Number=plural | 1 |  |
Afc-pc----s1 | Adjective Type=qualificative Degree=comparative Number=plural Case=causalis Owner_Number=singular Owner_Person=first | 1 |  |
Afc-pc----s1s | Adjective Type=qualificative Degree=comparative Number=plural Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afc-pc----s1p | Adjective Type=qualificative Degree=comparative Number=plural Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afc-pc----s2 | Adjective Type=qualificative Degree=comparative Number=plural Case=causalis Owner_Number=singular Owner_Person=second | 1 |  |
Afc-pc----s2s | Adjective Type=qualificative Degree=comparative Number=plural Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afc-pc----s2p | Adjective Type=qualificative Degree=comparative Number=plural Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afc-pc----s3 | Adjective Type=qualificative Degree=comparative Number=plural Case=causalis Owner_Number=singular Owner_Person=third | 1 |  |
Afc-pc----s3s | Adjective Type=qualificative Degree=comparative Number=plural Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afc-pc----s3p | Adjective Type=qualificative Degree=comparative Number=plural Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afc-pc----p1 | Adjective Type=qualificative Degree=comparative Number=plural Case=causalis Owner_Number=plural Owner_Person=first | 1 |  |
Afc-pc----p1s | Adjective Type=qualificative Degree=comparative Number=plural Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afc-pc----p1p | Adjective Type=qualificative Degree=comparative Number=plural Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afc-pc----p2 | Adjective Type=qualificative Degree=comparative Number=plural Case=causalis Owner_Number=plural Owner_Person=second | 1 |  |
Afc-pc----p2s | Adjective Type=qualificative Degree=comparative Number=plural Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afc-pc----p2p | Adjective Type=qualificative Degree=comparative Number=plural Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afc-pc----p3 | Adjective Type=qualificative Degree=comparative Number=plural Case=causalis Owner_Number=plural Owner_Person=third | 1 |  |
Afc-pc----p3s | Adjective Type=qualificative Degree=comparative Number=plural Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afc-pc----p3p | Adjective Type=qualificative Degree=comparative Number=plural Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afc-ps | Adjective Type=qualificative Degree=comparative Number=plural Case=sublative | 1 |  |
Afc-ps------s | Adjective Type=qualificative Degree=comparative Number=plural Case=sublative Owned_Number=singular | 1 |  |
Afc-ps------p | Adjective Type=qualificative Degree=comparative Number=plural Case=sublative Owned_Number=plural | 1 |  |
Afc-ps----s1 | Adjective Type=qualificative Degree=comparative Number=plural Case=sublative Owner_Number=singular Owner_Person=first | 1 |  |
Afc-ps----s1s | Adjective Type=qualificative Degree=comparative Number=plural Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afc-ps----s1p | Adjective Type=qualificative Degree=comparative Number=plural Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afc-ps----s2 | Adjective Type=qualificative Degree=comparative Number=plural Case=sublative Owner_Number=singular Owner_Person=second | 1 |  |
Afc-ps----s2s | Adjective Type=qualificative Degree=comparative Number=plural Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afc-ps----s2p | Adjective Type=qualificative Degree=comparative Number=plural Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afc-ps----s3 | Adjective Type=qualificative Degree=comparative Number=plural Case=sublative Owner_Number=singular Owner_Person=third | 1 |  |
Afc-ps----s3s | Adjective Type=qualificative Degree=comparative Number=plural Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afc-ps----s3p | Adjective Type=qualificative Degree=comparative Number=plural Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afc-ps----p1 | Adjective Type=qualificative Degree=comparative Number=plural Case=sublative Owner_Number=plural Owner_Person=first | 1 |  |
Afc-ps----p1s | Adjective Type=qualificative Degree=comparative Number=plural Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afc-ps----p1p | Adjective Type=qualificative Degree=comparative Number=plural Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afc-ps----p2 | Adjective Type=qualificative Degree=comparative Number=plural Case=sublative Owner_Number=plural Owner_Person=second | 1 |  |
Afc-ps----p2s | Adjective Type=qualificative Degree=comparative Number=plural Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afc-ps----p2p | Adjective Type=qualificative Degree=comparative Number=plural Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afc-ps----p3 | Adjective Type=qualificative Degree=comparative Number=plural Case=sublative Owner_Number=plural Owner_Person=third | 1 |  |
Afc-ps----p3s | Adjective Type=qualificative Degree=comparative Number=plural Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afc-ps----p3p | Adjective Type=qualificative Degree=comparative Number=plural Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afc-ph | Adjective Type=qualificative Degree=comparative Number=plural Case=delative | 1 |  |
Afc-ph------s | Adjective Type=qualificative Degree=comparative Number=plural Case=delative Owned_Number=singular | 1 |  |
Afc-ph------p | Adjective Type=qualificative Degree=comparative Number=plural Case=delative Owned_Number=plural | 1 |  |
Afc-ph----s1 | Adjective Type=qualificative Degree=comparative Number=plural Case=delative Owner_Number=singular Owner_Person=first | 1 |  |
Afc-ph----s1s | Adjective Type=qualificative Degree=comparative Number=plural Case=delative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afc-ph----s1p | Adjective Type=qualificative Degree=comparative Number=plural Case=delative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afc-ph----s2 | Adjective Type=qualificative Degree=comparative Number=plural Case=delative Owner_Number=singular Owner_Person=second | 1 |  |
Afc-ph----s2s | Adjective Type=qualificative Degree=comparative Number=plural Case=delative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afc-ph----s2p | Adjective Type=qualificative Degree=comparative Number=plural Case=delative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afc-ph----s3 | Adjective Type=qualificative Degree=comparative Number=plural Case=delative Owner_Number=singular Owner_Person=third | 1 |  |
Afc-ph----s3s | Adjective Type=qualificative Degree=comparative Number=plural Case=delative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afc-ph----s3p | Adjective Type=qualificative Degree=comparative Number=plural Case=delative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afc-ph----p1 | Adjective Type=qualificative Degree=comparative Number=plural Case=delative Owner_Number=plural Owner_Person=first | 1 |  |
Afc-ph----p1s | Adjective Type=qualificative Degree=comparative Number=plural Case=delative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afc-ph----p1p | Adjective Type=qualificative Degree=comparative Number=plural Case=delative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afc-ph----p2 | Adjective Type=qualificative Degree=comparative Number=plural Case=delative Owner_Number=plural Owner_Person=second | 1 |  |
Afc-ph----p2s | Adjective Type=qualificative Degree=comparative Number=plural Case=delative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afc-ph----p2p | Adjective Type=qualificative Degree=comparative Number=plural Case=delative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afc-ph----p3 | Adjective Type=qualificative Degree=comparative Number=plural Case=delative Owner_Number=plural Owner_Person=third | 1 |  |
Afc-ph----p3s | Adjective Type=qualificative Degree=comparative Number=plural Case=delative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afc-ph----p3p | Adjective Type=qualificative Degree=comparative Number=plural Case=delative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afc-pq | Adjective Type=qualificative Degree=comparative Number=plural Case=sociative | 1 |  |
Afc-pq------s | Adjective Type=qualificative Degree=comparative Number=plural Case=sociative Owned_Number=singular | 1 |  |
Afc-pq------p | Adjective Type=qualificative Degree=comparative Number=plural Case=sociative Owned_Number=plural | 1 |  |
Afc-pq----s1 | Adjective Type=qualificative Degree=comparative Number=plural Case=sociative Owner_Number=singular Owner_Person=first | 1 |  |
Afc-pq----s1s | Adjective Type=qualificative Degree=comparative Number=plural Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afc-pq----s1p | Adjective Type=qualificative Degree=comparative Number=plural Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afc-pq----s2 | Adjective Type=qualificative Degree=comparative Number=plural Case=sociative Owner_Number=singular Owner_Person=second | 1 |  |
Afc-pq----s2s | Adjective Type=qualificative Degree=comparative Number=plural Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afc-pq----s2p | Adjective Type=qualificative Degree=comparative Number=plural Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afc-pq----s3 | Adjective Type=qualificative Degree=comparative Number=plural Case=sociative Owner_Number=singular Owner_Person=third | 1 |  |
Afc-pq----s3s | Adjective Type=qualificative Degree=comparative Number=plural Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afc-pq----s3p | Adjective Type=qualificative Degree=comparative Number=plural Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afc-pq----p1 | Adjective Type=qualificative Degree=comparative Number=plural Case=sociative Owner_Number=plural Owner_Person=first | 1 |  |
Afc-pq----p1s | Adjective Type=qualificative Degree=comparative Number=plural Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afc-pq----p1p | Adjective Type=qualificative Degree=comparative Number=plural Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afc-pq----p2 | Adjective Type=qualificative Degree=comparative Number=plural Case=sociative Owner_Number=plural Owner_Person=second | 1 |  |
Afc-pq----p2s | Adjective Type=qualificative Degree=comparative Number=plural Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afc-pq----p2p | Adjective Type=qualificative Degree=comparative Number=plural Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afc-pq----p3 | Adjective Type=qualificative Degree=comparative Number=plural Case=sociative Owner_Number=plural Owner_Person=third | 1 |  |
Afc-pq----p3s | Adjective Type=qualificative Degree=comparative Number=plural Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afc-pq----p3p | Adjective Type=qualificative Degree=comparative Number=plural Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afc-py | Adjective Type=qualificative Degree=comparative Number=plural Case=factive | 1 |  |
Afc-py------s | Adjective Type=qualificative Degree=comparative Number=plural Case=factive Owned_Number=singular | 1 |  |
Afc-py------p | Adjective Type=qualificative Degree=comparative Number=plural Case=factive Owned_Number=plural | 1 |  |
Afc-py----s1 | Adjective Type=qualificative Degree=comparative Number=plural Case=factive Owner_Number=singular Owner_Person=first | 1 |  |
Afc-py----s1s | Adjective Type=qualificative Degree=comparative Number=plural Case=factive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afc-py----s1p | Adjective Type=qualificative Degree=comparative Number=plural Case=factive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afc-py----s2 | Adjective Type=qualificative Degree=comparative Number=plural Case=factive Owner_Number=singular Owner_Person=second | 1 |  |
Afc-py----s2s | Adjective Type=qualificative Degree=comparative Number=plural Case=factive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afc-py----s2p | Adjective Type=qualificative Degree=comparative Number=plural Case=factive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afc-py----s3 | Adjective Type=qualificative Degree=comparative Number=plural Case=factive Owner_Number=singular Owner_Person=third | 1 |  |
Afc-py----s3s | Adjective Type=qualificative Degree=comparative Number=plural Case=factive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afc-py----s3p | Adjective Type=qualificative Degree=comparative Number=plural Case=factive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afc-py----p1 | Adjective Type=qualificative Degree=comparative Number=plural Case=factive Owner_Number=plural Owner_Person=first | 1 |  |
Afc-py----p1s | Adjective Type=qualificative Degree=comparative Number=plural Case=factive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afc-py----p1p | Adjective Type=qualificative Degree=comparative Number=plural Case=factive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afc-py----p2 | Adjective Type=qualificative Degree=comparative Number=plural Case=factive Owner_Number=plural Owner_Person=second | 1 |  |
Afc-py----p2s | Adjective Type=qualificative Degree=comparative Number=plural Case=factive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afc-py----p2p | Adjective Type=qualificative Degree=comparative Number=plural Case=factive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afc-py----p3 | Adjective Type=qualificative Degree=comparative Number=plural Case=factive Owner_Number=plural Owner_Person=third | 1 |  |
Afc-py----p3s | Adjective Type=qualificative Degree=comparative Number=plural Case=factive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afc-py----p3p | Adjective Type=qualificative Degree=comparative Number=plural Case=factive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afc-pp | Adjective Type=qualificative Degree=comparative Number=plural Case=superessive | 1 | kisebbeken/kis |
Afc-pp------s | Adjective Type=qualificative Degree=comparative Number=plural Case=superessive Owned_Number=singular | 1 |  |
Afc-pp------p | Adjective Type=qualificative Degree=comparative Number=plural Case=superessive Owned_Number=plural | 1 |  |
Afc-pp----s1 | Adjective Type=qualificative Degree=comparative Number=plural Case=superessive Owner_Number=singular Owner_Person=first | 1 |  |
Afc-pp----s1s | Adjective Type=qualificative Degree=comparative Number=plural Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afc-pp----s1p | Adjective Type=qualificative Degree=comparative Number=plural Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afc-pp----s2 | Adjective Type=qualificative Degree=comparative Number=plural Case=superessive Owner_Number=singular Owner_Person=second | 1 |  |
Afc-pp----s2s | Adjective Type=qualificative Degree=comparative Number=plural Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afc-pp----s2p | Adjective Type=qualificative Degree=comparative Number=plural Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afc-pp----s3 | Adjective Type=qualificative Degree=comparative Number=plural Case=superessive Owner_Number=singular Owner_Person=third | 1 |  |
Afc-pp----s3s | Adjective Type=qualificative Degree=comparative Number=plural Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afc-pp----s3p | Adjective Type=qualificative Degree=comparative Number=plural Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afc-pp----p1 | Adjective Type=qualificative Degree=comparative Number=plural Case=superessive Owner_Number=plural Owner_Person=first | 1 |  |
Afc-pp----p1s | Adjective Type=qualificative Degree=comparative Number=plural Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afc-pp----p1p | Adjective Type=qualificative Degree=comparative Number=plural Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afc-pp----p2 | Adjective Type=qualificative Degree=comparative Number=plural Case=superessive Owner_Number=plural Owner_Person=second | 1 |  |
Afc-pp----p2s | Adjective Type=qualificative Degree=comparative Number=plural Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afc-pp----p2p | Adjective Type=qualificative Degree=comparative Number=plural Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afc-pp----p3 | Adjective Type=qualificative Degree=comparative Number=plural Case=superessive Owner_Number=plural Owner_Person=third | 1 |  |
Afc-pp----p3s | Adjective Type=qualificative Degree=comparative Number=plural Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afc-pp----p3p | Adjective Type=qualificative Degree=comparative Number=plural Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afc-pu | Adjective Type=qualificative Degree=comparative Number=plural Case=distributive | 1 |  |
Afc-pu------s | Adjective Type=qualificative Degree=comparative Number=plural Case=distributive Owned_Number=singular | 1 |  |
Afc-pu------p | Adjective Type=qualificative Degree=comparative Number=plural Case=distributive Owned_Number=plural | 1 |  |
Afc-pu----s1 | Adjective Type=qualificative Degree=comparative Number=plural Case=distributive Owner_Number=singular Owner_Person=first | 1 |  |
Afc-pu----s1s | Adjective Type=qualificative Degree=comparative Number=plural Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afc-pu----s1p | Adjective Type=qualificative Degree=comparative Number=plural Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afc-pu----s2 | Adjective Type=qualificative Degree=comparative Number=plural Case=distributive Owner_Number=singular Owner_Person=second | 1 |  |
Afc-pu----s2s | Adjective Type=qualificative Degree=comparative Number=plural Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afc-pu----s2p | Adjective Type=qualificative Degree=comparative Number=plural Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afc-pu----s3 | Adjective Type=qualificative Degree=comparative Number=plural Case=distributive Owner_Number=singular Owner_Person=third | 1 |  |
Afc-pu----s3s | Adjective Type=qualificative Degree=comparative Number=plural Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afc-pu----s3p | Adjective Type=qualificative Degree=comparative Number=plural Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afc-pu----p1 | Adjective Type=qualificative Degree=comparative Number=plural Case=distributive Owner_Number=plural Owner_Person=first | 1 |  |
Afc-pu----p1s | Adjective Type=qualificative Degree=comparative Number=plural Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afc-pu----p1p | Adjective Type=qualificative Degree=comparative Number=plural Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afc-pu----p2 | Adjective Type=qualificative Degree=comparative Number=plural Case=distributive Owner_Number=plural Owner_Person=second | 1 |  |
Afc-pu----p2s | Adjective Type=qualificative Degree=comparative Number=plural Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afc-pu----p2p | Adjective Type=qualificative Degree=comparative Number=plural Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afc-pu----p3 | Adjective Type=qualificative Degree=comparative Number=plural Case=distributive Owner_Number=plural Owner_Person=third | 1 |  |
Afc-pu----p3s | Adjective Type=qualificative Degree=comparative Number=plural Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afc-pu----p3p | Adjective Type=qualificative Degree=comparative Number=plural Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afc-pf | Adjective Type=qualificative Degree=comparative Number=plural Case=essive-formal | 1 |  |
Afc-pf------s | Adjective Type=qualificative Degree=comparative Number=plural Case=essive-formal Owned_Number=singular | 1 |  |
Afc-pf------p | Adjective Type=qualificative Degree=comparative Number=plural Case=essive-formal Owned_Number=plural | 1 |  |
Afc-pf----s1 | Adjective Type=qualificative Degree=comparative Number=plural Case=essive-formal Owner_Number=singular Owner_Person=first | 1 |  |
Afc-pf----s1s | Adjective Type=qualificative Degree=comparative Number=plural Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afc-pf----s1p | Adjective Type=qualificative Degree=comparative Number=plural Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afc-pf----s2 | Adjective Type=qualificative Degree=comparative Number=plural Case=essive-formal Owner_Number=singular Owner_Person=second | 1 |  |
Afc-pf----s2s | Adjective Type=qualificative Degree=comparative Number=plural Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afc-pf----s2p | Adjective Type=qualificative Degree=comparative Number=plural Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afc-pf----s3 | Adjective Type=qualificative Degree=comparative Number=plural Case=essive-formal Owner_Number=singular Owner_Person=third | 1 |  |
Afc-pf----s3s | Adjective Type=qualificative Degree=comparative Number=plural Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afc-pf----s3p | Adjective Type=qualificative Degree=comparative Number=plural Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afc-pf----p1 | Adjective Type=qualificative Degree=comparative Number=plural Case=essive-formal Owner_Number=plural Owner_Person=first | 1 |  |
Afc-pf----p1s | Adjective Type=qualificative Degree=comparative Number=plural Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afc-pf----p1p | Adjective Type=qualificative Degree=comparative Number=plural Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afc-pf----p2 | Adjective Type=qualificative Degree=comparative Number=plural Case=essive-formal Owner_Number=plural Owner_Person=second | 1 |  |
Afc-pf----p2s | Adjective Type=qualificative Degree=comparative Number=plural Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afc-pf----p2p | Adjective Type=qualificative Degree=comparative Number=plural Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afc-pf----p3 | Adjective Type=qualificative Degree=comparative Number=plural Case=essive-formal Owner_Number=plural Owner_Person=third | 1 |  |
Afc-pf----p3s | Adjective Type=qualificative Degree=comparative Number=plural Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afc-pf----p3p | Adjective Type=qualificative Degree=comparative Number=plural Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afs-sn | Adjective Type=qualificative Degree=superlative Number=singular Case=nominative | 143 | legvonzóbbak/vonzó, legveszélyeztetettebb/veszélyeztetett, legveszedelmesebbek/veszedelmes, legvalószínűbb/valószínű, legválogatottabb/válogatott |
Afs-sn------s | Adjective Type=qualificative Degree=superlative Number=singular Case=nominative Owned_Number=singular | 1 |  |
Afs-sn------p | Adjective Type=qualificative Degree=superlative Number=singular Case=nominative Owned_Number=plural | 1 |  |
Afs-sn----s1 | Adjective Type=qualificative Degree=superlative Number=singular Case=nominative Owner_Number=singular Owner_Person=first | 1 |  |
Afs-sn----s1s | Adjective Type=qualificative Degree=superlative Number=singular Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afs-sn----s1p | Adjective Type=qualificative Degree=superlative Number=singular Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afs-sn----s2 | Adjective Type=qualificative Degree=superlative Number=singular Case=nominative Owner_Number=singular Owner_Person=second | 1 |  |
Afs-sn----s2s | Adjective Type=qualificative Degree=superlative Number=singular Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afs-sn----s2p | Adjective Type=qualificative Degree=superlative Number=singular Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afs-sn----s3 | Adjective Type=qualificative Degree=superlative Number=singular Case=nominative Owner_Number=singular Owner_Person=third | 1 |  |
Afs-sn----s3s | Adjective Type=qualificative Degree=superlative Number=singular Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afs-sn----s3p | Adjective Type=qualificative Degree=superlative Number=singular Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afs-sn----p1 | Adjective Type=qualificative Degree=superlative Number=singular Case=nominative Owner_Number=plural Owner_Person=first | 1 |  |
Afs-sn----p1s | Adjective Type=qualificative Degree=superlative Number=singular Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afs-sn----p1p | Adjective Type=qualificative Degree=superlative Number=singular Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afs-sn----p2 | Adjective Type=qualificative Degree=superlative Number=singular Case=nominative Owner_Number=plural Owner_Person=second | 1 |  |
Afs-sn----p2s | Adjective Type=qualificative Degree=superlative Number=singular Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afs-sn----p2p | Adjective Type=qualificative Degree=superlative Number=singular Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afs-sn----p3 | Adjective Type=qualificative Degree=superlative Number=singular Case=nominative Owner_Number=plural Owner_Person=third | 1 |  |
Afs-sn----p3s | Adjective Type=qualificative Degree=superlative Number=singular Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afs-sn----p3p | Adjective Type=qualificative Degree=superlative Number=singular Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afs-sg | Adjective Type=qualificative Degree=superlative Number=singular Case=genitive | 1 |  |
Afs-sg------s | Adjective Type=qualificative Degree=superlative Number=singular Case=genitive Owned_Number=singular | 1 |  |
Afs-sg------p | Adjective Type=qualificative Degree=superlative Number=singular Case=genitive Owned_Number=plural | 1 |  |
Afs-sg----s1 | Adjective Type=qualificative Degree=superlative Number=singular Case=genitive Owner_Number=singular Owner_Person=first | 1 |  |
Afs-sg----s1s | Adjective Type=qualificative Degree=superlative Number=singular Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afs-sg----s1p | Adjective Type=qualificative Degree=superlative Number=singular Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afs-sg----s2 | Adjective Type=qualificative Degree=superlative Number=singular Case=genitive Owner_Number=singular Owner_Person=second | 1 |  |
Afs-sg----s2s | Adjective Type=qualificative Degree=superlative Number=singular Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afs-sg----s2p | Adjective Type=qualificative Degree=superlative Number=singular Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afs-sg----s3 | Adjective Type=qualificative Degree=superlative Number=singular Case=genitive Owner_Number=singular Owner_Person=third | 1 |  |
Afs-sg----s3s | Adjective Type=qualificative Degree=superlative Number=singular Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afs-sg----s3p | Adjective Type=qualificative Degree=superlative Number=singular Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afs-sg----p1 | Adjective Type=qualificative Degree=superlative Number=singular Case=genitive Owner_Number=plural Owner_Person=first | 1 |  |
Afs-sg----p1s | Adjective Type=qualificative Degree=superlative Number=singular Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afs-sg----p1p | Adjective Type=qualificative Degree=superlative Number=singular Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afs-sg----p2 | Adjective Type=qualificative Degree=superlative Number=singular Case=genitive Owner_Number=plural Owner_Person=second | 1 |  |
Afs-sg----p2s | Adjective Type=qualificative Degree=superlative Number=singular Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afs-sg----p2p | Adjective Type=qualificative Degree=superlative Number=singular Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afs-sg----p3 | Adjective Type=qualificative Degree=superlative Number=singular Case=genitive Owner_Number=plural Owner_Person=third | 1 |  |
Afs-sg----p3s | Adjective Type=qualificative Degree=superlative Number=singular Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afs-sg----p3p | Adjective Type=qualificative Degree=superlative Number=singular Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afs-sd | Adjective Type=qualificative Degree=superlative Number=singular Case=dative | 3 | legvonzóbbnak/vonzó, legvisszataszítóbbnak/visszataszító, legjobbnak/jó |
Afs-sd------s | Adjective Type=qualificative Degree=superlative Number=singular Case=dative Owned_Number=singular | 1 |  |
Afs-sd------p | Adjective Type=qualificative Degree=superlative Number=singular Case=dative Owned_Number=plural | 1 |  |
Afs-sd----s1 | Adjective Type=qualificative Degree=superlative Number=singular Case=dative Owner_Number=singular Owner_Person=first | 1 |  |
Afs-sd----s1s | Adjective Type=qualificative Degree=superlative Number=singular Case=dative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afs-sd----s1p | Adjective Type=qualificative Degree=superlative Number=singular Case=dative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afs-sd----s2 | Adjective Type=qualificative Degree=superlative Number=singular Case=dative Owner_Number=singular Owner_Person=second | 1 |  |
Afs-sd----s2s | Adjective Type=qualificative Degree=superlative Number=singular Case=dative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afs-sd----s2p | Adjective Type=qualificative Degree=superlative Number=singular Case=dative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afs-sd----s3 | Adjective Type=qualificative Degree=superlative Number=singular Case=dative Owner_Number=singular Owner_Person=third | 1 |  |
Afs-sd----s3s | Adjective Type=qualificative Degree=superlative Number=singular Case=dative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afs-sd----s3p | Adjective Type=qualificative Degree=superlative Number=singular Case=dative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afs-sd----p1 | Adjective Type=qualificative Degree=superlative Number=singular Case=dative Owner_Number=plural Owner_Person=first | 1 |  |
Afs-sd----p1s | Adjective Type=qualificative Degree=superlative Number=singular Case=dative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afs-sd----p1p | Adjective Type=qualificative Degree=superlative Number=singular Case=dative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afs-sd----p2 | Adjective Type=qualificative Degree=superlative Number=singular Case=dative Owner_Number=plural Owner_Person=second | 1 |  |
Afs-sd----p2s | Adjective Type=qualificative Degree=superlative Number=singular Case=dative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afs-sd----p2p | Adjective Type=qualificative Degree=superlative Number=singular Case=dative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afs-sd----p3 | Adjective Type=qualificative Degree=superlative Number=singular Case=dative Owner_Number=plural Owner_Person=third | 1 |  |
Afs-sd----p3s | Adjective Type=qualificative Degree=superlative Number=singular Case=dative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afs-sd----p3p | Adjective Type=qualificative Degree=superlative Number=singular Case=dative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afs-sa | Adjective Type=qualificative Degree=superlative Number=singular Case=accusative | 5 | legrosszabbat/rossz, legjobbat/jó, legjavát/java, legfontosabbat/fontos, legérdekesebbet/érdekes |
Afs-sa------s | Adjective Type=qualificative Degree=superlative Number=singular Case=accusative Owned_Number=singular | 1 |  |
Afs-sa------p | Adjective Type=qualificative Degree=superlative Number=singular Case=accusative Owned_Number=plural | 1 |  |
Afs-sa----s1 | Adjective Type=qualificative Degree=superlative Number=singular Case=accusative Owner_Number=singular Owner_Person=first | 1 |  |
Afs-sa----s1s | Adjective Type=qualificative Degree=superlative Number=singular Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afs-sa----s1p | Adjective Type=qualificative Degree=superlative Number=singular Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afs-sa----s2 | Adjective Type=qualificative Degree=superlative Number=singular Case=accusative Owner_Number=singular Owner_Person=second | 1 |  |
Afs-sa----s2s | Adjective Type=qualificative Degree=superlative Number=singular Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afs-sa----s2p | Adjective Type=qualificative Degree=superlative Number=singular Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afs-sa----s3 | Adjective Type=qualificative Degree=superlative Number=singular Case=accusative Owner_Number=singular Owner_Person=third | 1 | legbensejét/benső |
Afs-sa----s3s | Adjective Type=qualificative Degree=superlative Number=singular Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afs-sa----s3p | Adjective Type=qualificative Degree=superlative Number=singular Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afs-sa----p1 | Adjective Type=qualificative Degree=superlative Number=singular Case=accusative Owner_Number=plural Owner_Person=first | 1 |  |
Afs-sa----p1s | Adjective Type=qualificative Degree=superlative Number=singular Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afs-sa----p1p | Adjective Type=qualificative Degree=superlative Number=singular Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afs-sa----p2 | Adjective Type=qualificative Degree=superlative Number=singular Case=accusative Owner_Number=plural Owner_Person=second | 1 |  |
Afs-sa----p2s | Adjective Type=qualificative Degree=superlative Number=singular Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afs-sa----p2p | Adjective Type=qualificative Degree=superlative Number=singular Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afs-sa----p3 | Adjective Type=qualificative Degree=superlative Number=singular Case=accusative Owner_Number=plural Owner_Person=third | 1 |  |
Afs-sa----p3s | Adjective Type=qualificative Degree=superlative Number=singular Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afs-sa----p3p | Adjective Type=qualificative Degree=superlative Number=singular Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afs-si | Adjective Type=qualificative Degree=superlative Number=singular Case=instrumental | 1 |  |
Afs-si------s | Adjective Type=qualificative Degree=superlative Number=singular Case=instrumental Owned_Number=singular | 1 |  |
Afs-si------p | Adjective Type=qualificative Degree=superlative Number=singular Case=instrumental Owned_Number=plural | 1 |  |
Afs-si----s1 | Adjective Type=qualificative Degree=superlative Number=singular Case=instrumental Owner_Number=singular Owner_Person=first | 1 |  |
Afs-si----s1s | Adjective Type=qualificative Degree=superlative Number=singular Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afs-si----s1p | Adjective Type=qualificative Degree=superlative Number=singular Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afs-si----s2 | Adjective Type=qualificative Degree=superlative Number=singular Case=instrumental Owner_Number=singular Owner_Person=second | 1 |  |
Afs-si----s2s | Adjective Type=qualificative Degree=superlative Number=singular Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afs-si----s2p | Adjective Type=qualificative Degree=superlative Number=singular Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afs-si----s3 | Adjective Type=qualificative Degree=superlative Number=singular Case=instrumental Owner_Number=singular Owner_Person=third | 1 |  |
Afs-si----s3s | Adjective Type=qualificative Degree=superlative Number=singular Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afs-si----s3p | Adjective Type=qualificative Degree=superlative Number=singular Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afs-si----p1 | Adjective Type=qualificative Degree=superlative Number=singular Case=instrumental Owner_Number=plural Owner_Person=first | 1 |  |
Afs-si----p1s | Adjective Type=qualificative Degree=superlative Number=singular Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afs-si----p1p | Adjective Type=qualificative Degree=superlative Number=singular Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afs-si----p2 | Adjective Type=qualificative Degree=superlative Number=singular Case=instrumental Owner_Number=plural Owner_Person=second | 1 |  |
Afs-si----p2s | Adjective Type=qualificative Degree=superlative Number=singular Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afs-si----p2p | Adjective Type=qualificative Degree=superlative Number=singular Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afs-si----p3 | Adjective Type=qualificative Degree=superlative Number=singular Case=instrumental Owner_Number=plural Owner_Person=third | 1 |  |
Afs-si----p3s | Adjective Type=qualificative Degree=superlative Number=singular Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afs-si----p3p | Adjective Type=qualificative Degree=superlative Number=singular Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afs-sx | Adjective Type=qualificative Degree=superlative Number=singular Case=illative | 1 |  |
Afs-sx------s | Adjective Type=qualificative Degree=superlative Number=singular Case=illative Owned_Number=singular | 1 |  |
Afs-sx------p | Adjective Type=qualificative Degree=superlative Number=singular Case=illative Owned_Number=plural | 1 |  |
Afs-sx----s1 | Adjective Type=qualificative Degree=superlative Number=singular Case=illative Owner_Number=singular Owner_Person=first | 1 |  |
Afs-sx----s1s | Adjective Type=qualificative Degree=superlative Number=singular Case=illative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afs-sx----s1p | Adjective Type=qualificative Degree=superlative Number=singular Case=illative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afs-sx----s2 | Adjective Type=qualificative Degree=superlative Number=singular Case=illative Owner_Number=singular Owner_Person=second | 1 |  |
Afs-sx----s2s | Adjective Type=qualificative Degree=superlative Number=singular Case=illative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afs-sx----s2p | Adjective Type=qualificative Degree=superlative Number=singular Case=illative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afs-sx----s3 | Adjective Type=qualificative Degree=superlative Number=singular Case=illative Owner_Number=singular Owner_Person=third | 1 |  |
Afs-sx----s3s | Adjective Type=qualificative Degree=superlative Number=singular Case=illative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afs-sx----s3p | Adjective Type=qualificative Degree=superlative Number=singular Case=illative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afs-sx----p1 | Adjective Type=qualificative Degree=superlative Number=singular Case=illative Owner_Number=plural Owner_Person=first | 1 |  |
Afs-sx----p1s | Adjective Type=qualificative Degree=superlative Number=singular Case=illative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afs-sx----p1p | Adjective Type=qualificative Degree=superlative Number=singular Case=illative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afs-sx----p2 | Adjective Type=qualificative Degree=superlative Number=singular Case=illative Owner_Number=plural Owner_Person=second | 1 |  |
Afs-sx----p2s | Adjective Type=qualificative Degree=superlative Number=singular Case=illative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afs-sx----p2p | Adjective Type=qualificative Degree=superlative Number=singular Case=illative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afs-sx----p3 | Adjective Type=qualificative Degree=superlative Number=singular Case=illative Owner_Number=plural Owner_Person=third | 1 |  |
Afs-sx----p3s | Adjective Type=qualificative Degree=superlative Number=singular Case=illative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afs-sx----p3p | Adjective Type=qualificative Degree=superlative Number=singular Case=illative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afs-s2 | Adjective Type=qualificative Degree=superlative Number=singular Case=inessive | 14 | legszívesebben/szíves, legszilárdabban/szilárd, legszebben/szép, legsimábban/sima, legrövidebben/rövid |
Afs-s2------s | Adjective Type=qualificative Degree=superlative Number=singular Case=inessive Owned_Number=singular | 1 |  |
Afs-s2------p | Adjective Type=qualificative Degree=superlative Number=singular Case=inessive Owned_Number=plural | 1 |  |
Afs-s2----s1 | Adjective Type=qualificative Degree=superlative Number=singular Case=inessive Owner_Number=singular Owner_Person=first | 1 |  |
Afs-s2----s1s | Adjective Type=qualificative Degree=superlative Number=singular Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afs-s2----s1p | Adjective Type=qualificative Degree=superlative Number=singular Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afs-s2----s2 | Adjective Type=qualificative Degree=superlative Number=singular Case=inessive Owner_Number=singular Owner_Person=second | 1 |  |
Afs-s2----s2s | Adjective Type=qualificative Degree=superlative Number=singular Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afs-s2----s2p | Adjective Type=qualificative Degree=superlative Number=singular Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afs-s2----s3 | Adjective Type=qualificative Degree=superlative Number=singular Case=inessive Owner_Number=singular Owner_Person=third | 1 |  |
Afs-s2----s3s | Adjective Type=qualificative Degree=superlative Number=singular Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afs-s2----s3p | Adjective Type=qualificative Degree=superlative Number=singular Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afs-s2----p1 | Adjective Type=qualificative Degree=superlative Number=singular Case=inessive Owner_Number=plural Owner_Person=first | 1 |  |
Afs-s2----p1s | Adjective Type=qualificative Degree=superlative Number=singular Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afs-s2----p1p | Adjective Type=qualificative Degree=superlative Number=singular Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afs-s2----p2 | Adjective Type=qualificative Degree=superlative Number=singular Case=inessive Owner_Number=plural Owner_Person=second | 1 |  |
Afs-s2----p2s | Adjective Type=qualificative Degree=superlative Number=singular Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afs-s2----p2p | Adjective Type=qualificative Degree=superlative Number=singular Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afs-s2----p3 | Adjective Type=qualificative Degree=superlative Number=singular Case=inessive Owner_Number=plural Owner_Person=third | 1 |  |
Afs-s2----p3s | Adjective Type=qualificative Degree=superlative Number=singular Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afs-s2----p3p | Adjective Type=qualificative Degree=superlative Number=singular Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afs-se | Adjective Type=qualificative Degree=superlative Number=singular Case=elative | 1 | legalsóból/alsó |
Afs-se------s | Adjective Type=qualificative Degree=superlative Number=singular Case=elative Owned_Number=singular | 1 |  |
Afs-se------p | Adjective Type=qualificative Degree=superlative Number=singular Case=elative Owned_Number=plural | 1 |  |
Afs-se----s1 | Adjective Type=qualificative Degree=superlative Number=singular Case=elative Owner_Number=singular Owner_Person=first | 1 |  |
Afs-se----s1s | Adjective Type=qualificative Degree=superlative Number=singular Case=elative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afs-se----s1p | Adjective Type=qualificative Degree=superlative Number=singular Case=elative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afs-se----s2 | Adjective Type=qualificative Degree=superlative Number=singular Case=elative Owner_Number=singular Owner_Person=second | 1 |  |
Afs-se----s2s | Adjective Type=qualificative Degree=superlative Number=singular Case=elative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afs-se----s2p | Adjective Type=qualificative Degree=superlative Number=singular Case=elative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afs-se----s3 | Adjective Type=qualificative Degree=superlative Number=singular Case=elative Owner_Number=singular Owner_Person=third | 1 |  |
Afs-se----s3s | Adjective Type=qualificative Degree=superlative Number=singular Case=elative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afs-se----s3p | Adjective Type=qualificative Degree=superlative Number=singular Case=elative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afs-se----p1 | Adjective Type=qualificative Degree=superlative Number=singular Case=elative Owner_Number=plural Owner_Person=first | 1 |  |
Afs-se----p1s | Adjective Type=qualificative Degree=superlative Number=singular Case=elative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afs-se----p1p | Adjective Type=qualificative Degree=superlative Number=singular Case=elative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afs-se----p2 | Adjective Type=qualificative Degree=superlative Number=singular Case=elative Owner_Number=plural Owner_Person=second | 1 |  |
Afs-se----p2s | Adjective Type=qualificative Degree=superlative Number=singular Case=elative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afs-se----p2p | Adjective Type=qualificative Degree=superlative Number=singular Case=elative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afs-se----p3 | Adjective Type=qualificative Degree=superlative Number=singular Case=elative Owner_Number=plural Owner_Person=third | 1 |  |
Afs-se----p3s | Adjective Type=qualificative Degree=superlative Number=singular Case=elative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afs-se----p3p | Adjective Type=qualificative Degree=superlative Number=singular Case=elative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afs-st | Adjective Type=qualificative Degree=superlative Number=singular Case=allative | 1 | legutolsóhoz/utolsó |
Afs-st------s | Adjective Type=qualificative Degree=superlative Number=singular Case=allative Owned_Number=singular | 1 |  |
Afs-st------p | Adjective Type=qualificative Degree=superlative Number=singular Case=allative Owned_Number=plural | 1 |  |
Afs-st----s1 | Adjective Type=qualificative Degree=superlative Number=singular Case=allative Owner_Number=singular Owner_Person=first | 1 |  |
Afs-st----s1s | Adjective Type=qualificative Degree=superlative Number=singular Case=allative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afs-st----s1p | Adjective Type=qualificative Degree=superlative Number=singular Case=allative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afs-st----s2 | Adjective Type=qualificative Degree=superlative Number=singular Case=allative Owner_Number=singular Owner_Person=second | 1 |  |
Afs-st----s2s | Adjective Type=qualificative Degree=superlative Number=singular Case=allative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afs-st----s2p | Adjective Type=qualificative Degree=superlative Number=singular Case=allative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afs-st----s3 | Adjective Type=qualificative Degree=superlative Number=singular Case=allative Owner_Number=singular Owner_Person=third | 1 |  |
Afs-st----s3s | Adjective Type=qualificative Degree=superlative Number=singular Case=allative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afs-st----s3p | Adjective Type=qualificative Degree=superlative Number=singular Case=allative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afs-st----p1 | Adjective Type=qualificative Degree=superlative Number=singular Case=allative Owner_Number=plural Owner_Person=first | 1 |  |
Afs-st----p1s | Adjective Type=qualificative Degree=superlative Number=singular Case=allative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afs-st----p1p | Adjective Type=qualificative Degree=superlative Number=singular Case=allative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afs-st----p2 | Adjective Type=qualificative Degree=superlative Number=singular Case=allative Owner_Number=plural Owner_Person=second | 1 |  |
Afs-st----p2s | Adjective Type=qualificative Degree=superlative Number=singular Case=allative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afs-st----p2p | Adjective Type=qualificative Degree=superlative Number=singular Case=allative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afs-st----p3 | Adjective Type=qualificative Degree=superlative Number=singular Case=allative Owner_Number=plural Owner_Person=third | 1 |  |
Afs-st----p3s | Adjective Type=qualificative Degree=superlative Number=singular Case=allative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afs-st----p3p | Adjective Type=qualificative Degree=superlative Number=singular Case=allative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afs-s3 | Adjective Type=qualificative Degree=superlative Number=singular Case=adessive | 1 | legolcsóbbnál/olcsó |
Afs-s3------s | Adjective Type=qualificative Degree=superlative Number=singular Case=adessive Owned_Number=singular | 1 |  |
Afs-s3------p | Adjective Type=qualificative Degree=superlative Number=singular Case=adessive Owned_Number=plural | 1 |  |
Afs-s3----s1 | Adjective Type=qualificative Degree=superlative Number=singular Case=adessive Owner_Number=singular Owner_Person=first | 1 |  |
Afs-s3----s1s | Adjective Type=qualificative Degree=superlative Number=singular Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afs-s3----s1p | Adjective Type=qualificative Degree=superlative Number=singular Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afs-s3----s2 | Adjective Type=qualificative Degree=superlative Number=singular Case=adessive Owner_Number=singular Owner_Person=second | 1 |  |
Afs-s3----s2s | Adjective Type=qualificative Degree=superlative Number=singular Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afs-s3----s2p | Adjective Type=qualificative Degree=superlative Number=singular Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afs-s3----s3 | Adjective Type=qualificative Degree=superlative Number=singular Case=adessive Owner_Number=singular Owner_Person=third | 1 |  |
Afs-s3----s3s | Adjective Type=qualificative Degree=superlative Number=singular Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afs-s3----s3p | Adjective Type=qualificative Degree=superlative Number=singular Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afs-s3----p1 | Adjective Type=qualificative Degree=superlative Number=singular Case=adessive Owner_Number=plural Owner_Person=first | 1 |  |
Afs-s3----p1s | Adjective Type=qualificative Degree=superlative Number=singular Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afs-s3----p1p | Adjective Type=qualificative Degree=superlative Number=singular Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afs-s3----p2 | Adjective Type=qualificative Degree=superlative Number=singular Case=adessive Owner_Number=plural Owner_Person=second | 1 |  |
Afs-s3----p2s | Adjective Type=qualificative Degree=superlative Number=singular Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afs-s3----p2p | Adjective Type=qualificative Degree=superlative Number=singular Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afs-s3----p3 | Adjective Type=qualificative Degree=superlative Number=singular Case=adessive Owner_Number=plural Owner_Person=third | 1 |  |
Afs-s3----p3s | Adjective Type=qualificative Degree=superlative Number=singular Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afs-s3----p3p | Adjective Type=qualificative Degree=superlative Number=singular Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afs-sb | Adjective Type=qualificative Degree=superlative Number=singular Case=ablative | 1 |  |
Afs-sb------s | Adjective Type=qualificative Degree=superlative Number=singular Case=ablative Owned_Number=singular | 1 |  |
Afs-sb------p | Adjective Type=qualificative Degree=superlative Number=singular Case=ablative Owned_Number=plural | 1 |  |
Afs-sb----s1 | Adjective Type=qualificative Degree=superlative Number=singular Case=ablative Owner_Number=singular Owner_Person=first | 1 |  |
Afs-sb----s1s | Adjective Type=qualificative Degree=superlative Number=singular Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afs-sb----s1p | Adjective Type=qualificative Degree=superlative Number=singular Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afs-sb----s2 | Adjective Type=qualificative Degree=superlative Number=singular Case=ablative Owner_Number=singular Owner_Person=second | 1 |  |
Afs-sb----s2s | Adjective Type=qualificative Degree=superlative Number=singular Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afs-sb----s2p | Adjective Type=qualificative Degree=superlative Number=singular Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afs-sb----s3 | Adjective Type=qualificative Degree=superlative Number=singular Case=ablative Owner_Number=singular Owner_Person=third | 1 |  |
Afs-sb----s3s | Adjective Type=qualificative Degree=superlative Number=singular Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afs-sb----s3p | Adjective Type=qualificative Degree=superlative Number=singular Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afs-sb----p1 | Adjective Type=qualificative Degree=superlative Number=singular Case=ablative Owner_Number=plural Owner_Person=first | 1 |  |
Afs-sb----p1s | Adjective Type=qualificative Degree=superlative Number=singular Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afs-sb----p1p | Adjective Type=qualificative Degree=superlative Number=singular Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afs-sb----p2 | Adjective Type=qualificative Degree=superlative Number=singular Case=ablative Owner_Number=plural Owner_Person=second | 1 |  |
Afs-sb----p2s | Adjective Type=qualificative Degree=superlative Number=singular Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afs-sb----p2p | Adjective Type=qualificative Degree=superlative Number=singular Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afs-sb----p3 | Adjective Type=qualificative Degree=superlative Number=singular Case=ablative Owner_Number=plural Owner_Person=third | 1 |  |
Afs-sb----p3s | Adjective Type=qualificative Degree=superlative Number=singular Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afs-sb----p3p | Adjective Type=qualificative Degree=superlative Number=singular Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afs-s9 | Adjective Type=qualificative Degree=superlative Number=singular Case=terminative | 1 |  |
Afs-s9------s | Adjective Type=qualificative Degree=superlative Number=singular Case=terminative Owned_Number=singular | 1 |  |
Afs-s9------p | Adjective Type=qualificative Degree=superlative Number=singular Case=terminative Owned_Number=plural | 1 |  |
Afs-s9----s1 | Adjective Type=qualificative Degree=superlative Number=singular Case=terminative Owner_Number=singular Owner_Person=first | 1 |  |
Afs-s9----s1s | Adjective Type=qualificative Degree=superlative Number=singular Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afs-s9----s1p | Adjective Type=qualificative Degree=superlative Number=singular Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afs-s9----s2 | Adjective Type=qualificative Degree=superlative Number=singular Case=terminative Owner_Number=singular Owner_Person=second | 1 |  |
Afs-s9----s2s | Adjective Type=qualificative Degree=superlative Number=singular Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afs-s9----s2p | Adjective Type=qualificative Degree=superlative Number=singular Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afs-s9----s3 | Adjective Type=qualificative Degree=superlative Number=singular Case=terminative Owner_Number=singular Owner_Person=third | 1 |  |
Afs-s9----s3s | Adjective Type=qualificative Degree=superlative Number=singular Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afs-s9----s3p | Adjective Type=qualificative Degree=superlative Number=singular Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afs-s9----p1 | Adjective Type=qualificative Degree=superlative Number=singular Case=terminative Owner_Number=plural Owner_Person=first | 1 |  |
Afs-s9----p1s | Adjective Type=qualificative Degree=superlative Number=singular Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afs-s9----p1p | Adjective Type=qualificative Degree=superlative Number=singular Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afs-s9----p2 | Adjective Type=qualificative Degree=superlative Number=singular Case=terminative Owner_Number=plural Owner_Person=second | 1 |  |
Afs-s9----p2s | Adjective Type=qualificative Degree=superlative Number=singular Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afs-s9----p2p | Adjective Type=qualificative Degree=superlative Number=singular Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afs-s9----p3 | Adjective Type=qualificative Degree=superlative Number=singular Case=terminative Owner_Number=plural Owner_Person=third | 1 |  |
Afs-s9----p3s | Adjective Type=qualificative Degree=superlative Number=singular Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afs-s9----p3p | Adjective Type=qualificative Degree=superlative Number=singular Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afs-sw | Adjective Type=qualificative Degree=superlative Number=singular Case=essive | 11 | legvadabbul/vad, legszívesebben/szíves, legszilárdabban/szilárd, legsimábban/sima, legrövidebben/rövid |
Afs-sw------s | Adjective Type=qualificative Degree=superlative Number=singular Case=essive Owned_Number=singular | 1 |  |
Afs-sw------p | Adjective Type=qualificative Degree=superlative Number=singular Case=essive Owned_Number=plural | 1 |  |
Afs-sw----s1 | Adjective Type=qualificative Degree=superlative Number=singular Case=essive Owner_Number=singular Owner_Person=first | 1 |  |
Afs-sw----s1s | Adjective Type=qualificative Degree=superlative Number=singular Case=essive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afs-sw----s1p | Adjective Type=qualificative Degree=superlative Number=singular Case=essive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afs-sw----s2 | Adjective Type=qualificative Degree=superlative Number=singular Case=essive Owner_Number=singular Owner_Person=second | 1 |  |
Afs-sw----s2s | Adjective Type=qualificative Degree=superlative Number=singular Case=essive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afs-sw----s2p | Adjective Type=qualificative Degree=superlative Number=singular Case=essive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afs-sw----s3 | Adjective Type=qualificative Degree=superlative Number=singular Case=essive Owner_Number=singular Owner_Person=third | 1 |  |
Afs-sw----s3s | Adjective Type=qualificative Degree=superlative Number=singular Case=essive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afs-sw----s3p | Adjective Type=qualificative Degree=superlative Number=singular Case=essive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afs-sw----p1 | Adjective Type=qualificative Degree=superlative Number=singular Case=essive Owner_Number=plural Owner_Person=first | 1 |  |
Afs-sw----p1s | Adjective Type=qualificative Degree=superlative Number=singular Case=essive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afs-sw----p1p | Adjective Type=qualificative Degree=superlative Number=singular Case=essive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afs-sw----p2 | Adjective Type=qualificative Degree=superlative Number=singular Case=essive Owner_Number=plural Owner_Person=second | 1 |  |
Afs-sw----p2s | Adjective Type=qualificative Degree=superlative Number=singular Case=essive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afs-sw----p2p | Adjective Type=qualificative Degree=superlative Number=singular Case=essive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afs-sw----p3 | Adjective Type=qualificative Degree=superlative Number=singular Case=essive Owner_Number=plural Owner_Person=third | 1 |  |
Afs-sw----p3s | Adjective Type=qualificative Degree=superlative Number=singular Case=essive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afs-sw----p3p | Adjective Type=qualificative Degree=superlative Number=singular Case=essive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afs-sm | Adjective Type=qualificative Degree=superlative Number=singular Case=temporalis | 1 | legjobbkor/jó |
Afs-sm------s | Adjective Type=qualificative Degree=superlative Number=singular Case=temporalis Owned_Number=singular | 1 |  |
Afs-sm------p | Adjective Type=qualificative Degree=superlative Number=singular Case=temporalis Owned_Number=plural | 1 |  |
Afs-sm----s1 | Adjective Type=qualificative Degree=superlative Number=singular Case=temporalis Owner_Number=singular Owner_Person=first | 1 |  |
Afs-sm----s1s | Adjective Type=qualificative Degree=superlative Number=singular Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afs-sm----s1p | Adjective Type=qualificative Degree=superlative Number=singular Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afs-sm----s2 | Adjective Type=qualificative Degree=superlative Number=singular Case=temporalis Owner_Number=singular Owner_Person=second | 1 |  |
Afs-sm----s2s | Adjective Type=qualificative Degree=superlative Number=singular Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afs-sm----s2p | Adjective Type=qualificative Degree=superlative Number=singular Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afs-sm----s3 | Adjective Type=qualificative Degree=superlative Number=singular Case=temporalis Owner_Number=singular Owner_Person=third | 1 |  |
Afs-sm----s3s | Adjective Type=qualificative Degree=superlative Number=singular Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afs-sm----s3p | Adjective Type=qualificative Degree=superlative Number=singular Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afs-sm----p1 | Adjective Type=qualificative Degree=superlative Number=singular Case=temporalis Owner_Number=plural Owner_Person=first | 1 |  |
Afs-sm----p1s | Adjective Type=qualificative Degree=superlative Number=singular Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afs-sm----p1p | Adjective Type=qualificative Degree=superlative Number=singular Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afs-sm----p2 | Adjective Type=qualificative Degree=superlative Number=singular Case=temporalis Owner_Number=plural Owner_Person=second | 1 |  |
Afs-sm----p2s | Adjective Type=qualificative Degree=superlative Number=singular Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afs-sm----p2p | Adjective Type=qualificative Degree=superlative Number=singular Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afs-sm----p3 | Adjective Type=qualificative Degree=superlative Number=singular Case=temporalis Owner_Number=plural Owner_Person=third | 1 |  |
Afs-sm----p3s | Adjective Type=qualificative Degree=superlative Number=singular Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afs-sm----p3p | Adjective Type=qualificative Degree=superlative Number=singular Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afs-sc | Adjective Type=qualificative Degree=superlative Number=singular Case=causalis | 1 |  |
Afs-sc------s | Adjective Type=qualificative Degree=superlative Number=singular Case=causalis Owned_Number=singular | 1 |  |
Afs-sc------p | Adjective Type=qualificative Degree=superlative Number=singular Case=causalis Owned_Number=plural | 1 |  |
Afs-sc----s1 | Adjective Type=qualificative Degree=superlative Number=singular Case=causalis Owner_Number=singular Owner_Person=first | 1 |  |
Afs-sc----s1s | Adjective Type=qualificative Degree=superlative Number=singular Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afs-sc----s1p | Adjective Type=qualificative Degree=superlative Number=singular Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afs-sc----s2 | Adjective Type=qualificative Degree=superlative Number=singular Case=causalis Owner_Number=singular Owner_Person=second | 1 |  |
Afs-sc----s2s | Adjective Type=qualificative Degree=superlative Number=singular Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afs-sc----s2p | Adjective Type=qualificative Degree=superlative Number=singular Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afs-sc----s3 | Adjective Type=qualificative Degree=superlative Number=singular Case=causalis Owner_Number=singular Owner_Person=third | 1 |  |
Afs-sc----s3s | Adjective Type=qualificative Degree=superlative Number=singular Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afs-sc----s3p | Adjective Type=qualificative Degree=superlative Number=singular Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afs-sc----p1 | Adjective Type=qualificative Degree=superlative Number=singular Case=causalis Owner_Number=plural Owner_Person=first | 1 |  |
Afs-sc----p1s | Adjective Type=qualificative Degree=superlative Number=singular Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afs-sc----p1p | Adjective Type=qualificative Degree=superlative Number=singular Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afs-sc----p2 | Adjective Type=qualificative Degree=superlative Number=singular Case=causalis Owner_Number=plural Owner_Person=second | 1 |  |
Afs-sc----p2s | Adjective Type=qualificative Degree=superlative Number=singular Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afs-sc----p2p | Adjective Type=qualificative Degree=superlative Number=singular Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afs-sc----p3 | Adjective Type=qualificative Degree=superlative Number=singular Case=causalis Owner_Number=plural Owner_Person=third | 1 |  |
Afs-sc----p3s | Adjective Type=qualificative Degree=superlative Number=singular Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afs-sc----p3p | Adjective Type=qualificative Degree=superlative Number=singular Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afs-ss | Adjective Type=qualificative Degree=superlative Number=singular Case=sublative | 1 |  |
Afs-ss------s | Adjective Type=qualificative Degree=superlative Number=singular Case=sublative Owned_Number=singular | 1 |  |
Afs-ss------p | Adjective Type=qualificative Degree=superlative Number=singular Case=sublative Owned_Number=plural | 1 |  |
Afs-ss----s1 | Adjective Type=qualificative Degree=superlative Number=singular Case=sublative Owner_Number=singular Owner_Person=first | 1 |  |
Afs-ss----s1s | Adjective Type=qualificative Degree=superlative Number=singular Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afs-ss----s1p | Adjective Type=qualificative Degree=superlative Number=singular Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afs-ss----s2 | Adjective Type=qualificative Degree=superlative Number=singular Case=sublative Owner_Number=singular Owner_Person=second | 1 |  |
Afs-ss----s2s | Adjective Type=qualificative Degree=superlative Number=singular Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afs-ss----s2p | Adjective Type=qualificative Degree=superlative Number=singular Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afs-ss----s3 | Adjective Type=qualificative Degree=superlative Number=singular Case=sublative Owner_Number=singular Owner_Person=third | 1 |  |
Afs-ss----s3s | Adjective Type=qualificative Degree=superlative Number=singular Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afs-ss----s3p | Adjective Type=qualificative Degree=superlative Number=singular Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afs-ss----p1 | Adjective Type=qualificative Degree=superlative Number=singular Case=sublative Owner_Number=plural Owner_Person=first | 1 |  |
Afs-ss----p1s | Adjective Type=qualificative Degree=superlative Number=singular Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afs-ss----p1p | Adjective Type=qualificative Degree=superlative Number=singular Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afs-ss----p2 | Adjective Type=qualificative Degree=superlative Number=singular Case=sublative Owner_Number=plural Owner_Person=second | 1 |  |
Afs-ss----p2s | Adjective Type=qualificative Degree=superlative Number=singular Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afs-ss----p2p | Adjective Type=qualificative Degree=superlative Number=singular Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afs-ss----p3 | Adjective Type=qualificative Degree=superlative Number=singular Case=sublative Owner_Number=plural Owner_Person=third | 1 |  |
Afs-ss----p3s | Adjective Type=qualificative Degree=superlative Number=singular Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afs-ss----p3p | Adjective Type=qualificative Degree=superlative Number=singular Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afs-sh | Adjective Type=qualificative Degree=superlative Number=singular Case=delative | 1 |  |
Afs-sh------s | Adjective Type=qualificative Degree=superlative Number=singular Case=delative Owned_Number=singular | 1 |  |
Afs-sh------p | Adjective Type=qualificative Degree=superlative Number=singular Case=delative Owned_Number=plural | 1 |  |
Afs-sh----s1 | Adjective Type=qualificative Degree=superlative Number=singular Case=delative Owner_Number=singular Owner_Person=first | 1 |  |
Afs-sh----s1s | Adjective Type=qualificative Degree=superlative Number=singular Case=delative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afs-sh----s1p | Adjective Type=qualificative Degree=superlative Number=singular Case=delative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afs-sh----s2 | Adjective Type=qualificative Degree=superlative Number=singular Case=delative Owner_Number=singular Owner_Person=second | 1 |  |
Afs-sh----s2s | Adjective Type=qualificative Degree=superlative Number=singular Case=delative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afs-sh----s2p | Adjective Type=qualificative Degree=superlative Number=singular Case=delative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afs-sh----s3 | Adjective Type=qualificative Degree=superlative Number=singular Case=delative Owner_Number=singular Owner_Person=third | 1 |  |
Afs-sh----s3s | Adjective Type=qualificative Degree=superlative Number=singular Case=delative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afs-sh----s3p | Adjective Type=qualificative Degree=superlative Number=singular Case=delative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afs-sh----p1 | Adjective Type=qualificative Degree=superlative Number=singular Case=delative Owner_Number=plural Owner_Person=first | 1 |  |
Afs-sh----p1s | Adjective Type=qualificative Degree=superlative Number=singular Case=delative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afs-sh----p1p | Adjective Type=qualificative Degree=superlative Number=singular Case=delative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afs-sh----p2 | Adjective Type=qualificative Degree=superlative Number=singular Case=delative Owner_Number=plural Owner_Person=second | 1 |  |
Afs-sh----p2s | Adjective Type=qualificative Degree=superlative Number=singular Case=delative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afs-sh----p2p | Adjective Type=qualificative Degree=superlative Number=singular Case=delative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afs-sh----p3 | Adjective Type=qualificative Degree=superlative Number=singular Case=delative Owner_Number=plural Owner_Person=third | 1 |  |
Afs-sh----p3s | Adjective Type=qualificative Degree=superlative Number=singular Case=delative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afs-sh----p3p | Adjective Type=qualificative Degree=superlative Number=singular Case=delative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afs-sq | Adjective Type=qualificative Degree=superlative Number=singular Case=sociative | 1 |  |
Afs-sq------s | Adjective Type=qualificative Degree=superlative Number=singular Case=sociative Owned_Number=singular | 1 |  |
Afs-sq------p | Adjective Type=qualificative Degree=superlative Number=singular Case=sociative Owned_Number=plural | 1 |  |
Afs-sq----s1 | Adjective Type=qualificative Degree=superlative Number=singular Case=sociative Owner_Number=singular Owner_Person=first | 1 |  |
Afs-sq----s1s | Adjective Type=qualificative Degree=superlative Number=singular Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afs-sq----s1p | Adjective Type=qualificative Degree=superlative Number=singular Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afs-sq----s2 | Adjective Type=qualificative Degree=superlative Number=singular Case=sociative Owner_Number=singular Owner_Person=second | 1 |  |
Afs-sq----s2s | Adjective Type=qualificative Degree=superlative Number=singular Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afs-sq----s2p | Adjective Type=qualificative Degree=superlative Number=singular Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afs-sq----s3 | Adjective Type=qualificative Degree=superlative Number=singular Case=sociative Owner_Number=singular Owner_Person=third | 1 |  |
Afs-sq----s3s | Adjective Type=qualificative Degree=superlative Number=singular Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afs-sq----s3p | Adjective Type=qualificative Degree=superlative Number=singular Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afs-sq----p1 | Adjective Type=qualificative Degree=superlative Number=singular Case=sociative Owner_Number=plural Owner_Person=first | 1 |  |
Afs-sq----p1s | Adjective Type=qualificative Degree=superlative Number=singular Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afs-sq----p1p | Adjective Type=qualificative Degree=superlative Number=singular Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afs-sq----p2 | Adjective Type=qualificative Degree=superlative Number=singular Case=sociative Owner_Number=plural Owner_Person=second | 1 |  |
Afs-sq----p2s | Adjective Type=qualificative Degree=superlative Number=singular Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afs-sq----p2p | Adjective Type=qualificative Degree=superlative Number=singular Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afs-sq----p3 | Adjective Type=qualificative Degree=superlative Number=singular Case=sociative Owner_Number=plural Owner_Person=third | 1 |  |
Afs-sq----p3s | Adjective Type=qualificative Degree=superlative Number=singular Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afs-sq----p3p | Adjective Type=qualificative Degree=superlative Number=singular Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afs-sy | Adjective Type=qualificative Degree=superlative Number=singular Case=factive | 1 |  |
Afs-sy------s | Adjective Type=qualificative Degree=superlative Number=singular Case=factive Owned_Number=singular | 1 |  |
Afs-sy------p | Adjective Type=qualificative Degree=superlative Number=singular Case=factive Owned_Number=plural | 1 |  |
Afs-sy----s1 | Adjective Type=qualificative Degree=superlative Number=singular Case=factive Owner_Number=singular Owner_Person=first | 1 |  |
Afs-sy----s1s | Adjective Type=qualificative Degree=superlative Number=singular Case=factive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afs-sy----s1p | Adjective Type=qualificative Degree=superlative Number=singular Case=factive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afs-sy----s2 | Adjective Type=qualificative Degree=superlative Number=singular Case=factive Owner_Number=singular Owner_Person=second | 1 |  |
Afs-sy----s2s | Adjective Type=qualificative Degree=superlative Number=singular Case=factive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afs-sy----s2p | Adjective Type=qualificative Degree=superlative Number=singular Case=factive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afs-sy----s3 | Adjective Type=qualificative Degree=superlative Number=singular Case=factive Owner_Number=singular Owner_Person=third | 1 |  |
Afs-sy----s3s | Adjective Type=qualificative Degree=superlative Number=singular Case=factive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afs-sy----s3p | Adjective Type=qualificative Degree=superlative Number=singular Case=factive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afs-sy----p1 | Adjective Type=qualificative Degree=superlative Number=singular Case=factive Owner_Number=plural Owner_Person=first | 1 |  |
Afs-sy----p1s | Adjective Type=qualificative Degree=superlative Number=singular Case=factive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afs-sy----p1p | Adjective Type=qualificative Degree=superlative Number=singular Case=factive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afs-sy----p2 | Adjective Type=qualificative Degree=superlative Number=singular Case=factive Owner_Number=plural Owner_Person=second | 1 |  |
Afs-sy----p2s | Adjective Type=qualificative Degree=superlative Number=singular Case=factive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afs-sy----p2p | Adjective Type=qualificative Degree=superlative Number=singular Case=factive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afs-sy----p3 | Adjective Type=qualificative Degree=superlative Number=singular Case=factive Owner_Number=plural Owner_Person=third | 1 |  |
Afs-sy----p3s | Adjective Type=qualificative Degree=superlative Number=singular Case=factive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afs-sy----p3p | Adjective Type=qualificative Degree=superlative Number=singular Case=factive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afs-sp | Adjective Type=qualificative Degree=superlative Number=singular Case=superessive | 6 | legszívesebben/szíves, legszebben/szép, legrövidebben/rövid, legkönnyebben/könnyű, legeredményesebben/eredményes |
Afs-sp------s | Adjective Type=qualificative Degree=superlative Number=singular Case=superessive Owned_Number=singular | 1 |  |
Afs-sp------p | Adjective Type=qualificative Degree=superlative Number=singular Case=superessive Owned_Number=plural | 1 |  |
Afs-sp----s1 | Adjective Type=qualificative Degree=superlative Number=singular Case=superessive Owner_Number=singular Owner_Person=first | 1 |  |
Afs-sp----s1s | Adjective Type=qualificative Degree=superlative Number=singular Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afs-sp----s1p | Adjective Type=qualificative Degree=superlative Number=singular Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afs-sp----s2 | Adjective Type=qualificative Degree=superlative Number=singular Case=superessive Owner_Number=singular Owner_Person=second | 1 |  |
Afs-sp----s2s | Adjective Type=qualificative Degree=superlative Number=singular Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afs-sp----s2p | Adjective Type=qualificative Degree=superlative Number=singular Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afs-sp----s3 | Adjective Type=qualificative Degree=superlative Number=singular Case=superessive Owner_Number=singular Owner_Person=third | 1 |  |
Afs-sp----s3s | Adjective Type=qualificative Degree=superlative Number=singular Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afs-sp----s3p | Adjective Type=qualificative Degree=superlative Number=singular Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afs-sp----p1 | Adjective Type=qualificative Degree=superlative Number=singular Case=superessive Owner_Number=plural Owner_Person=first | 1 |  |
Afs-sp----p1s | Adjective Type=qualificative Degree=superlative Number=singular Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afs-sp----p1p | Adjective Type=qualificative Degree=superlative Number=singular Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afs-sp----p2 | Adjective Type=qualificative Degree=superlative Number=singular Case=superessive Owner_Number=plural Owner_Person=second | 1 |  |
Afs-sp----p2s | Adjective Type=qualificative Degree=superlative Number=singular Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afs-sp----p2p | Adjective Type=qualificative Degree=superlative Number=singular Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afs-sp----p3 | Adjective Type=qualificative Degree=superlative Number=singular Case=superessive Owner_Number=plural Owner_Person=third | 1 |  |
Afs-sp----p3s | Adjective Type=qualificative Degree=superlative Number=singular Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afs-sp----p3p | Adjective Type=qualificative Degree=superlative Number=singular Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afs-su | Adjective Type=qualificative Degree=superlative Number=singular Case=distributive | 1 |  |
Afs-su------s | Adjective Type=qualificative Degree=superlative Number=singular Case=distributive Owned_Number=singular | 1 |  |
Afs-su------p | Adjective Type=qualificative Degree=superlative Number=singular Case=distributive Owned_Number=plural | 1 |  |
Afs-su----s1 | Adjective Type=qualificative Degree=superlative Number=singular Case=distributive Owner_Number=singular Owner_Person=first | 1 |  |
Afs-su----s1s | Adjective Type=qualificative Degree=superlative Number=singular Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afs-su----s1p | Adjective Type=qualificative Degree=superlative Number=singular Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afs-su----s2 | Adjective Type=qualificative Degree=superlative Number=singular Case=distributive Owner_Number=singular Owner_Person=second | 1 |  |
Afs-su----s2s | Adjective Type=qualificative Degree=superlative Number=singular Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afs-su----s2p | Adjective Type=qualificative Degree=superlative Number=singular Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afs-su----s3 | Adjective Type=qualificative Degree=superlative Number=singular Case=distributive Owner_Number=singular Owner_Person=third | 1 |  |
Afs-su----s3s | Adjective Type=qualificative Degree=superlative Number=singular Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afs-su----s3p | Adjective Type=qualificative Degree=superlative Number=singular Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afs-su----p1 | Adjective Type=qualificative Degree=superlative Number=singular Case=distributive Owner_Number=plural Owner_Person=first | 1 |  |
Afs-su----p1s | Adjective Type=qualificative Degree=superlative Number=singular Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afs-su----p1p | Adjective Type=qualificative Degree=superlative Number=singular Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afs-su----p2 | Adjective Type=qualificative Degree=superlative Number=singular Case=distributive Owner_Number=plural Owner_Person=second | 1 |  |
Afs-su----p2s | Adjective Type=qualificative Degree=superlative Number=singular Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afs-su----p2p | Adjective Type=qualificative Degree=superlative Number=singular Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afs-su----p3 | Adjective Type=qualificative Degree=superlative Number=singular Case=distributive Owner_Number=plural Owner_Person=third | 1 |  |
Afs-su----p3s | Adjective Type=qualificative Degree=superlative Number=singular Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afs-su----p3p | Adjective Type=qualificative Degree=superlative Number=singular Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afs-sf | Adjective Type=qualificative Degree=superlative Number=singular Case=essive-formal | 1 |  |
Afs-sf------s | Adjective Type=qualificative Degree=superlative Number=singular Case=essive-formal Owned_Number=singular | 1 |  |
Afs-sf------p | Adjective Type=qualificative Degree=superlative Number=singular Case=essive-formal Owned_Number=plural | 1 |  |
Afs-sf----s1 | Adjective Type=qualificative Degree=superlative Number=singular Case=essive-formal Owner_Number=singular Owner_Person=first | 1 |  |
Afs-sf----s1s | Adjective Type=qualificative Degree=superlative Number=singular Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afs-sf----s1p | Adjective Type=qualificative Degree=superlative Number=singular Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afs-sf----s2 | Adjective Type=qualificative Degree=superlative Number=singular Case=essive-formal Owner_Number=singular Owner_Person=second | 1 |  |
Afs-sf----s2s | Adjective Type=qualificative Degree=superlative Number=singular Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afs-sf----s2p | Adjective Type=qualificative Degree=superlative Number=singular Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afs-sf----s3 | Adjective Type=qualificative Degree=superlative Number=singular Case=essive-formal Owner_Number=singular Owner_Person=third | 1 |  |
Afs-sf----s3s | Adjective Type=qualificative Degree=superlative Number=singular Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afs-sf----s3p | Adjective Type=qualificative Degree=superlative Number=singular Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afs-sf----p1 | Adjective Type=qualificative Degree=superlative Number=singular Case=essive-formal Owner_Number=plural Owner_Person=first | 1 |  |
Afs-sf----p1s | Adjective Type=qualificative Degree=superlative Number=singular Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afs-sf----p1p | Adjective Type=qualificative Degree=superlative Number=singular Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afs-sf----p2 | Adjective Type=qualificative Degree=superlative Number=singular Case=essive-formal Owner_Number=plural Owner_Person=second | 1 |  |
Afs-sf----p2s | Adjective Type=qualificative Degree=superlative Number=singular Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afs-sf----p2p | Adjective Type=qualificative Degree=superlative Number=singular Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afs-sf----p3 | Adjective Type=qualificative Degree=superlative Number=singular Case=essive-formal Owner_Number=plural Owner_Person=third | 1 |  |
Afs-sf----p3s | Adjective Type=qualificative Degree=superlative Number=singular Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afs-sf----p3p | Adjective Type=qualificative Degree=superlative Number=singular Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afs-pn | Adjective Type=qualificative Degree=superlative Number=plural Case=nominative | 1 |  |
Afs-pn------s | Adjective Type=qualificative Degree=superlative Number=plural Case=nominative Owned_Number=singular | 1 |  |
Afs-pn------p | Adjective Type=qualificative Degree=superlative Number=plural Case=nominative Owned_Number=plural | 1 |  |
Afs-pn----s1 | Adjective Type=qualificative Degree=superlative Number=plural Case=nominative Owner_Number=singular Owner_Person=first | 1 |  |
Afs-pn----s1s | Adjective Type=qualificative Degree=superlative Number=plural Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afs-pn----s1p | Adjective Type=qualificative Degree=superlative Number=plural Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afs-pn----s2 | Adjective Type=qualificative Degree=superlative Number=plural Case=nominative Owner_Number=singular Owner_Person=second | 1 |  |
Afs-pn----s2s | Adjective Type=qualificative Degree=superlative Number=plural Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afs-pn----s2p | Adjective Type=qualificative Degree=superlative Number=plural Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afs-pn----s3 | Adjective Type=qualificative Degree=superlative Number=plural Case=nominative Owner_Number=singular Owner_Person=third | 1 | legjobbjai/jó |
Afs-pn----s3s | Adjective Type=qualificative Degree=superlative Number=plural Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afs-pn----s3p | Adjective Type=qualificative Degree=superlative Number=plural Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afs-pn----p1 | Adjective Type=qualificative Degree=superlative Number=plural Case=nominative Owner_Number=plural Owner_Person=first | 1 |  |
Afs-pn----p1s | Adjective Type=qualificative Degree=superlative Number=plural Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afs-pn----p1p | Adjective Type=qualificative Degree=superlative Number=plural Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afs-pn----p2 | Adjective Type=qualificative Degree=superlative Number=plural Case=nominative Owner_Number=plural Owner_Person=second | 1 |  |
Afs-pn----p2s | Adjective Type=qualificative Degree=superlative Number=plural Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afs-pn----p2p | Adjective Type=qualificative Degree=superlative Number=plural Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afs-pn----p3 | Adjective Type=qualificative Degree=superlative Number=plural Case=nominative Owner_Number=plural Owner_Person=third | 1 |  |
Afs-pn----p3s | Adjective Type=qualificative Degree=superlative Number=plural Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afs-pn----p3p | Adjective Type=qualificative Degree=superlative Number=plural Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afs-pg | Adjective Type=qualificative Degree=superlative Number=plural Case=genitive | 1 |  |
Afs-pg------s | Adjective Type=qualificative Degree=superlative Number=plural Case=genitive Owned_Number=singular | 1 |  |
Afs-pg------p | Adjective Type=qualificative Degree=superlative Number=plural Case=genitive Owned_Number=plural | 1 |  |
Afs-pg----s1 | Adjective Type=qualificative Degree=superlative Number=plural Case=genitive Owner_Number=singular Owner_Person=first | 1 |  |
Afs-pg----s1s | Adjective Type=qualificative Degree=superlative Number=plural Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afs-pg----s1p | Adjective Type=qualificative Degree=superlative Number=plural Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afs-pg----s2 | Adjective Type=qualificative Degree=superlative Number=plural Case=genitive Owner_Number=singular Owner_Person=second | 1 |  |
Afs-pg----s2s | Adjective Type=qualificative Degree=superlative Number=plural Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afs-pg----s2p | Adjective Type=qualificative Degree=superlative Number=plural Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afs-pg----s3 | Adjective Type=qualificative Degree=superlative Number=plural Case=genitive Owner_Number=singular Owner_Person=third | 1 |  |
Afs-pg----s3s | Adjective Type=qualificative Degree=superlative Number=plural Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afs-pg----s3p | Adjective Type=qualificative Degree=superlative Number=plural Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afs-pg----p1 | Adjective Type=qualificative Degree=superlative Number=plural Case=genitive Owner_Number=plural Owner_Person=first | 1 |  |
Afs-pg----p1s | Adjective Type=qualificative Degree=superlative Number=plural Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afs-pg----p1p | Adjective Type=qualificative Degree=superlative Number=plural Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afs-pg----p2 | Adjective Type=qualificative Degree=superlative Number=plural Case=genitive Owner_Number=plural Owner_Person=second | 1 |  |
Afs-pg----p2s | Adjective Type=qualificative Degree=superlative Number=plural Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afs-pg----p2p | Adjective Type=qualificative Degree=superlative Number=plural Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afs-pg----p3 | Adjective Type=qualificative Degree=superlative Number=plural Case=genitive Owner_Number=plural Owner_Person=third | 1 |  |
Afs-pg----p3s | Adjective Type=qualificative Degree=superlative Number=plural Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afs-pg----p3p | Adjective Type=qualificative Degree=superlative Number=plural Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afs-pd | Adjective Type=qualificative Degree=superlative Number=plural Case=dative | 1 | legjobbaknak/jó |
Afs-pd------s | Adjective Type=qualificative Degree=superlative Number=plural Case=dative Owned_Number=singular | 1 |  |
Afs-pd------p | Adjective Type=qualificative Degree=superlative Number=plural Case=dative Owned_Number=plural | 1 |  |
Afs-pd----s1 | Adjective Type=qualificative Degree=superlative Number=plural Case=dative Owner_Number=singular Owner_Person=first | 1 |  |
Afs-pd----s1s | Adjective Type=qualificative Degree=superlative Number=plural Case=dative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afs-pd----s1p | Adjective Type=qualificative Degree=superlative Number=plural Case=dative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afs-pd----s2 | Adjective Type=qualificative Degree=superlative Number=plural Case=dative Owner_Number=singular Owner_Person=second | 1 |  |
Afs-pd----s2s | Adjective Type=qualificative Degree=superlative Number=plural Case=dative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afs-pd----s2p | Adjective Type=qualificative Degree=superlative Number=plural Case=dative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afs-pd----s3 | Adjective Type=qualificative Degree=superlative Number=plural Case=dative Owner_Number=singular Owner_Person=third | 1 |  |
Afs-pd----s3s | Adjective Type=qualificative Degree=superlative Number=plural Case=dative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afs-pd----s3p | Adjective Type=qualificative Degree=superlative Number=plural Case=dative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afs-pd----p1 | Adjective Type=qualificative Degree=superlative Number=plural Case=dative Owner_Number=plural Owner_Person=first | 1 |  |
Afs-pd----p1s | Adjective Type=qualificative Degree=superlative Number=plural Case=dative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afs-pd----p1p | Adjective Type=qualificative Degree=superlative Number=plural Case=dative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afs-pd----p2 | Adjective Type=qualificative Degree=superlative Number=plural Case=dative Owner_Number=plural Owner_Person=second | 1 |  |
Afs-pd----p2s | Adjective Type=qualificative Degree=superlative Number=plural Case=dative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afs-pd----p2p | Adjective Type=qualificative Degree=superlative Number=plural Case=dative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afs-pd----p3 | Adjective Type=qualificative Degree=superlative Number=plural Case=dative Owner_Number=plural Owner_Person=third | 1 |  |
Afs-pd----p3s | Adjective Type=qualificative Degree=superlative Number=plural Case=dative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afs-pd----p3p | Adjective Type=qualificative Degree=superlative Number=plural Case=dative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afs-pa | Adjective Type=qualificative Degree=superlative Number=plural Case=accusative | 2 | legtehetségesebbeket/tehetséges, legkiválóbbakat/kiváló |
Afs-pa------s | Adjective Type=qualificative Degree=superlative Number=plural Case=accusative Owned_Number=singular | 1 |  |
Afs-pa------p | Adjective Type=qualificative Degree=superlative Number=plural Case=accusative Owned_Number=plural | 1 |  |
Afs-pa----s1 | Adjective Type=qualificative Degree=superlative Number=plural Case=accusative Owner_Number=singular Owner_Person=first | 1 |  |
Afs-pa----s1s | Adjective Type=qualificative Degree=superlative Number=plural Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afs-pa----s1p | Adjective Type=qualificative Degree=superlative Number=plural Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afs-pa----s2 | Adjective Type=qualificative Degree=superlative Number=plural Case=accusative Owner_Number=singular Owner_Person=second | 1 |  |
Afs-pa----s2s | Adjective Type=qualificative Degree=superlative Number=plural Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afs-pa----s2p | Adjective Type=qualificative Degree=superlative Number=plural Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afs-pa----s3 | Adjective Type=qualificative Degree=superlative Number=plural Case=accusative Owner_Number=singular Owner_Person=third | 1 | legjobbjait/jó |
Afs-pa----s3s | Adjective Type=qualificative Degree=superlative Number=plural Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afs-pa----s3p | Adjective Type=qualificative Degree=superlative Number=plural Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afs-pa----p1 | Adjective Type=qualificative Degree=superlative Number=plural Case=accusative Owner_Number=plural Owner_Person=first | 1 |  |
Afs-pa----p1s | Adjective Type=qualificative Degree=superlative Number=plural Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afs-pa----p1p | Adjective Type=qualificative Degree=superlative Number=plural Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afs-pa----p2 | Adjective Type=qualificative Degree=superlative Number=plural Case=accusative Owner_Number=plural Owner_Person=second | 1 |  |
Afs-pa----p2s | Adjective Type=qualificative Degree=superlative Number=plural Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afs-pa----p2p | Adjective Type=qualificative Degree=superlative Number=plural Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afs-pa----p3 | Adjective Type=qualificative Degree=superlative Number=plural Case=accusative Owner_Number=plural Owner_Person=third | 1 |  |
Afs-pa----p3s | Adjective Type=qualificative Degree=superlative Number=plural Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afs-pa----p3p | Adjective Type=qualificative Degree=superlative Number=plural Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afs-pi | Adjective Type=qualificative Degree=superlative Number=plural Case=instrumental | 1 |  |
Afs-pi------s | Adjective Type=qualificative Degree=superlative Number=plural Case=instrumental Owned_Number=singular | 1 |  |
Afs-pi------p | Adjective Type=qualificative Degree=superlative Number=plural Case=instrumental Owned_Number=plural | 1 |  |
Afs-pi----s1 | Adjective Type=qualificative Degree=superlative Number=plural Case=instrumental Owner_Number=singular Owner_Person=first | 1 |  |
Afs-pi----s1s | Adjective Type=qualificative Degree=superlative Number=plural Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afs-pi----s1p | Adjective Type=qualificative Degree=superlative Number=plural Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afs-pi----s2 | Adjective Type=qualificative Degree=superlative Number=plural Case=instrumental Owner_Number=singular Owner_Person=second | 1 |  |
Afs-pi----s2s | Adjective Type=qualificative Degree=superlative Number=plural Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afs-pi----s2p | Adjective Type=qualificative Degree=superlative Number=plural Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afs-pi----s3 | Adjective Type=qualificative Degree=superlative Number=plural Case=instrumental Owner_Number=singular Owner_Person=third | 1 |  |
Afs-pi----s3s | Adjective Type=qualificative Degree=superlative Number=plural Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afs-pi----s3p | Adjective Type=qualificative Degree=superlative Number=plural Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afs-pi----p1 | Adjective Type=qualificative Degree=superlative Number=plural Case=instrumental Owner_Number=plural Owner_Person=first | 1 |  |
Afs-pi----p1s | Adjective Type=qualificative Degree=superlative Number=plural Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afs-pi----p1p | Adjective Type=qualificative Degree=superlative Number=plural Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afs-pi----p2 | Adjective Type=qualificative Degree=superlative Number=plural Case=instrumental Owner_Number=plural Owner_Person=second | 1 |  |
Afs-pi----p2s | Adjective Type=qualificative Degree=superlative Number=plural Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afs-pi----p2p | Adjective Type=qualificative Degree=superlative Number=plural Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afs-pi----p3 | Adjective Type=qualificative Degree=superlative Number=plural Case=instrumental Owner_Number=plural Owner_Person=third | 1 |  |
Afs-pi----p3s | Adjective Type=qualificative Degree=superlative Number=plural Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afs-pi----p3p | Adjective Type=qualificative Degree=superlative Number=plural Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afs-px | Adjective Type=qualificative Degree=superlative Number=plural Case=illative | 1 |  |
Afs-px------s | Adjective Type=qualificative Degree=superlative Number=plural Case=illative Owned_Number=singular | 1 |  |
Afs-px------p | Adjective Type=qualificative Degree=superlative Number=plural Case=illative Owned_Number=plural | 1 |  |
Afs-px----s1 | Adjective Type=qualificative Degree=superlative Number=plural Case=illative Owner_Number=singular Owner_Person=first | 1 |  |
Afs-px----s1s | Adjective Type=qualificative Degree=superlative Number=plural Case=illative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afs-px----s1p | Adjective Type=qualificative Degree=superlative Number=plural Case=illative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afs-px----s2 | Adjective Type=qualificative Degree=superlative Number=plural Case=illative Owner_Number=singular Owner_Person=second | 1 |  |
Afs-px----s2s | Adjective Type=qualificative Degree=superlative Number=plural Case=illative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afs-px----s2p | Adjective Type=qualificative Degree=superlative Number=plural Case=illative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afs-px----s3 | Adjective Type=qualificative Degree=superlative Number=plural Case=illative Owner_Number=singular Owner_Person=third | 1 |  |
Afs-px----s3s | Adjective Type=qualificative Degree=superlative Number=plural Case=illative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afs-px----s3p | Adjective Type=qualificative Degree=superlative Number=plural Case=illative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afs-px----p1 | Adjective Type=qualificative Degree=superlative Number=plural Case=illative Owner_Number=plural Owner_Person=first | 1 |  |
Afs-px----p1s | Adjective Type=qualificative Degree=superlative Number=plural Case=illative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afs-px----p1p | Adjective Type=qualificative Degree=superlative Number=plural Case=illative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afs-px----p2 | Adjective Type=qualificative Degree=superlative Number=plural Case=illative Owner_Number=plural Owner_Person=second | 1 |  |
Afs-px----p2s | Adjective Type=qualificative Degree=superlative Number=plural Case=illative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afs-px----p2p | Adjective Type=qualificative Degree=superlative Number=plural Case=illative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afs-px----p3 | Adjective Type=qualificative Degree=superlative Number=plural Case=illative Owner_Number=plural Owner_Person=third | 1 |  |
Afs-px----p3s | Adjective Type=qualificative Degree=superlative Number=plural Case=illative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afs-px----p3p | Adjective Type=qualificative Degree=superlative Number=plural Case=illative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afs-p2 | Adjective Type=qualificative Degree=superlative Number=plural Case=inessive | 1 |  |
Afs-p2------s | Adjective Type=qualificative Degree=superlative Number=plural Case=inessive Owned_Number=singular | 1 |  |
Afs-p2------p | Adjective Type=qualificative Degree=superlative Number=plural Case=inessive Owned_Number=plural | 1 |  |
Afs-p2----s1 | Adjective Type=qualificative Degree=superlative Number=plural Case=inessive Owner_Number=singular Owner_Person=first | 1 |  |
Afs-p2----s1s | Adjective Type=qualificative Degree=superlative Number=plural Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afs-p2----s1p | Adjective Type=qualificative Degree=superlative Number=plural Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afs-p2----s2 | Adjective Type=qualificative Degree=superlative Number=plural Case=inessive Owner_Number=singular Owner_Person=second | 1 |  |
Afs-p2----s2s | Adjective Type=qualificative Degree=superlative Number=plural Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afs-p2----s2p | Adjective Type=qualificative Degree=superlative Number=plural Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afs-p2----s3 | Adjective Type=qualificative Degree=superlative Number=plural Case=inessive Owner_Number=singular Owner_Person=third | 1 |  |
Afs-p2----s3s | Adjective Type=qualificative Degree=superlative Number=plural Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afs-p2----s3p | Adjective Type=qualificative Degree=superlative Number=plural Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afs-p2----p1 | Adjective Type=qualificative Degree=superlative Number=plural Case=inessive Owner_Number=plural Owner_Person=first | 1 |  |
Afs-p2----p1s | Adjective Type=qualificative Degree=superlative Number=plural Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afs-p2----p1p | Adjective Type=qualificative Degree=superlative Number=plural Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afs-p2----p2 | Adjective Type=qualificative Degree=superlative Number=plural Case=inessive Owner_Number=plural Owner_Person=second | 1 |  |
Afs-p2----p2s | Adjective Type=qualificative Degree=superlative Number=plural Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afs-p2----p2p | Adjective Type=qualificative Degree=superlative Number=plural Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afs-p2----p3 | Adjective Type=qualificative Degree=superlative Number=plural Case=inessive Owner_Number=plural Owner_Person=third | 1 |  |
Afs-p2----p3s | Adjective Type=qualificative Degree=superlative Number=plural Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afs-p2----p3p | Adjective Type=qualificative Degree=superlative Number=plural Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afs-pe | Adjective Type=qualificative Degree=superlative Number=plural Case=elative | 1 |  |
Afs-pe------s | Adjective Type=qualificative Degree=superlative Number=plural Case=elative Owned_Number=singular | 1 |  |
Afs-pe------p | Adjective Type=qualificative Degree=superlative Number=plural Case=elative Owned_Number=plural | 1 |  |
Afs-pe----s1 | Adjective Type=qualificative Degree=superlative Number=plural Case=elative Owner_Number=singular Owner_Person=first | 1 |  |
Afs-pe----s1s | Adjective Type=qualificative Degree=superlative Number=plural Case=elative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afs-pe----s1p | Adjective Type=qualificative Degree=superlative Number=plural Case=elative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afs-pe----s2 | Adjective Type=qualificative Degree=superlative Number=plural Case=elative Owner_Number=singular Owner_Person=second | 1 |  |
Afs-pe----s2s | Adjective Type=qualificative Degree=superlative Number=plural Case=elative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afs-pe----s2p | Adjective Type=qualificative Degree=superlative Number=plural Case=elative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afs-pe----s3 | Adjective Type=qualificative Degree=superlative Number=plural Case=elative Owner_Number=singular Owner_Person=third | 1 |  |
Afs-pe----s3s | Adjective Type=qualificative Degree=superlative Number=plural Case=elative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afs-pe----s3p | Adjective Type=qualificative Degree=superlative Number=plural Case=elative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afs-pe----p1 | Adjective Type=qualificative Degree=superlative Number=plural Case=elative Owner_Number=plural Owner_Person=first | 1 |  |
Afs-pe----p1s | Adjective Type=qualificative Degree=superlative Number=plural Case=elative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afs-pe----p1p | Adjective Type=qualificative Degree=superlative Number=plural Case=elative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afs-pe----p2 | Adjective Type=qualificative Degree=superlative Number=plural Case=elative Owner_Number=plural Owner_Person=second | 1 |  |
Afs-pe----p2s | Adjective Type=qualificative Degree=superlative Number=plural Case=elative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afs-pe----p2p | Adjective Type=qualificative Degree=superlative Number=plural Case=elative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afs-pe----p3 | Adjective Type=qualificative Degree=superlative Number=plural Case=elative Owner_Number=plural Owner_Person=third | 1 |  |
Afs-pe----p3s | Adjective Type=qualificative Degree=superlative Number=plural Case=elative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afs-pe----p3p | Adjective Type=qualificative Degree=superlative Number=plural Case=elative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afs-pt | Adjective Type=qualificative Degree=superlative Number=plural Case=allative | 1 |  |
Afs-pt------s | Adjective Type=qualificative Degree=superlative Number=plural Case=allative Owned_Number=singular | 1 |  |
Afs-pt------p | Adjective Type=qualificative Degree=superlative Number=plural Case=allative Owned_Number=plural | 1 |  |
Afs-pt----s1 | Adjective Type=qualificative Degree=superlative Number=plural Case=allative Owner_Number=singular Owner_Person=first | 1 |  |
Afs-pt----s1s | Adjective Type=qualificative Degree=superlative Number=plural Case=allative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afs-pt----s1p | Adjective Type=qualificative Degree=superlative Number=plural Case=allative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afs-pt----s2 | Adjective Type=qualificative Degree=superlative Number=plural Case=allative Owner_Number=singular Owner_Person=second | 1 |  |
Afs-pt----s2s | Adjective Type=qualificative Degree=superlative Number=plural Case=allative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afs-pt----s2p | Adjective Type=qualificative Degree=superlative Number=plural Case=allative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afs-pt----s3 | Adjective Type=qualificative Degree=superlative Number=plural Case=allative Owner_Number=singular Owner_Person=third | 1 |  |
Afs-pt----s3s | Adjective Type=qualificative Degree=superlative Number=plural Case=allative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afs-pt----s3p | Adjective Type=qualificative Degree=superlative Number=plural Case=allative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afs-pt----p1 | Adjective Type=qualificative Degree=superlative Number=plural Case=allative Owner_Number=plural Owner_Person=first | 1 |  |
Afs-pt----p1s | Adjective Type=qualificative Degree=superlative Number=plural Case=allative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afs-pt----p1p | Adjective Type=qualificative Degree=superlative Number=plural Case=allative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afs-pt----p2 | Adjective Type=qualificative Degree=superlative Number=plural Case=allative Owner_Number=plural Owner_Person=second | 1 |  |
Afs-pt----p2s | Adjective Type=qualificative Degree=superlative Number=plural Case=allative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afs-pt----p2p | Adjective Type=qualificative Degree=superlative Number=plural Case=allative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afs-pt----p3 | Adjective Type=qualificative Degree=superlative Number=plural Case=allative Owner_Number=plural Owner_Person=third | 1 |  |
Afs-pt----p3s | Adjective Type=qualificative Degree=superlative Number=plural Case=allative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afs-pt----p3p | Adjective Type=qualificative Degree=superlative Number=plural Case=allative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afs-p3 | Adjective Type=qualificative Degree=superlative Number=plural Case=adessive | 1 |  |
Afs-p3------s | Adjective Type=qualificative Degree=superlative Number=plural Case=adessive Owned_Number=singular | 1 |  |
Afs-p3------p | Adjective Type=qualificative Degree=superlative Number=plural Case=adessive Owned_Number=plural | 1 |  |
Afs-p3----s1 | Adjective Type=qualificative Degree=superlative Number=plural Case=adessive Owner_Number=singular Owner_Person=first | 1 |  |
Afs-p3----s1s | Adjective Type=qualificative Degree=superlative Number=plural Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afs-p3----s1p | Adjective Type=qualificative Degree=superlative Number=plural Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afs-p3----s2 | Adjective Type=qualificative Degree=superlative Number=plural Case=adessive Owner_Number=singular Owner_Person=second | 1 |  |
Afs-p3----s2s | Adjective Type=qualificative Degree=superlative Number=plural Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afs-p3----s2p | Adjective Type=qualificative Degree=superlative Number=plural Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afs-p3----s3 | Adjective Type=qualificative Degree=superlative Number=plural Case=adessive Owner_Number=singular Owner_Person=third | 1 |  |
Afs-p3----s3s | Adjective Type=qualificative Degree=superlative Number=plural Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afs-p3----s3p | Adjective Type=qualificative Degree=superlative Number=plural Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afs-p3----p1 | Adjective Type=qualificative Degree=superlative Number=plural Case=adessive Owner_Number=plural Owner_Person=first | 1 |  |
Afs-p3----p1s | Adjective Type=qualificative Degree=superlative Number=plural Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afs-p3----p1p | Adjective Type=qualificative Degree=superlative Number=plural Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afs-p3----p2 | Adjective Type=qualificative Degree=superlative Number=plural Case=adessive Owner_Number=plural Owner_Person=second | 1 |  |
Afs-p3----p2s | Adjective Type=qualificative Degree=superlative Number=plural Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afs-p3----p2p | Adjective Type=qualificative Degree=superlative Number=plural Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afs-p3----p3 | Adjective Type=qualificative Degree=superlative Number=plural Case=adessive Owner_Number=plural Owner_Person=third | 1 |  |
Afs-p3----p3s | Adjective Type=qualificative Degree=superlative Number=plural Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afs-p3----p3p | Adjective Type=qualificative Degree=superlative Number=plural Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afs-pb | Adjective Type=qualificative Degree=superlative Number=plural Case=ablative | 1 |  |
Afs-pb------s | Adjective Type=qualificative Degree=superlative Number=plural Case=ablative Owned_Number=singular | 1 |  |
Afs-pb------p | Adjective Type=qualificative Degree=superlative Number=plural Case=ablative Owned_Number=plural | 1 |  |
Afs-pb----s1 | Adjective Type=qualificative Degree=superlative Number=plural Case=ablative Owner_Number=singular Owner_Person=first | 1 |  |
Afs-pb----s1s | Adjective Type=qualificative Degree=superlative Number=plural Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afs-pb----s1p | Adjective Type=qualificative Degree=superlative Number=plural Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afs-pb----s2 | Adjective Type=qualificative Degree=superlative Number=plural Case=ablative Owner_Number=singular Owner_Person=second | 1 |  |
Afs-pb----s2s | Adjective Type=qualificative Degree=superlative Number=plural Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afs-pb----s2p | Adjective Type=qualificative Degree=superlative Number=plural Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afs-pb----s3 | Adjective Type=qualificative Degree=superlative Number=plural Case=ablative Owner_Number=singular Owner_Person=third | 1 | legjobbjaitól/jó |
Afs-pb----s3s | Adjective Type=qualificative Degree=superlative Number=plural Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afs-pb----s3p | Adjective Type=qualificative Degree=superlative Number=plural Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afs-pb----p1 | Adjective Type=qualificative Degree=superlative Number=plural Case=ablative Owner_Number=plural Owner_Person=first | 1 |  |
Afs-pb----p1s | Adjective Type=qualificative Degree=superlative Number=plural Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afs-pb----p1p | Adjective Type=qualificative Degree=superlative Number=plural Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afs-pb----p2 | Adjective Type=qualificative Degree=superlative Number=plural Case=ablative Owner_Number=plural Owner_Person=second | 1 |  |
Afs-pb----p2s | Adjective Type=qualificative Degree=superlative Number=plural Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afs-pb----p2p | Adjective Type=qualificative Degree=superlative Number=plural Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afs-pb----p3 | Adjective Type=qualificative Degree=superlative Number=plural Case=ablative Owner_Number=plural Owner_Person=third | 1 |  |
Afs-pb----p3s | Adjective Type=qualificative Degree=superlative Number=plural Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afs-pb----p3p | Adjective Type=qualificative Degree=superlative Number=plural Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afs-p9 | Adjective Type=qualificative Degree=superlative Number=plural Case=terminative | 1 |  |
Afs-p9------s | Adjective Type=qualificative Degree=superlative Number=plural Case=terminative Owned_Number=singular | 1 |  |
Afs-p9------p | Adjective Type=qualificative Degree=superlative Number=plural Case=terminative Owned_Number=plural | 1 |  |
Afs-p9----s1 | Adjective Type=qualificative Degree=superlative Number=plural Case=terminative Owner_Number=singular Owner_Person=first | 1 |  |
Afs-p9----s1s | Adjective Type=qualificative Degree=superlative Number=plural Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afs-p9----s1p | Adjective Type=qualificative Degree=superlative Number=plural Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afs-p9----s2 | Adjective Type=qualificative Degree=superlative Number=plural Case=terminative Owner_Number=singular Owner_Person=second | 1 |  |
Afs-p9----s2s | Adjective Type=qualificative Degree=superlative Number=plural Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afs-p9----s2p | Adjective Type=qualificative Degree=superlative Number=plural Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afs-p9----s3 | Adjective Type=qualificative Degree=superlative Number=plural Case=terminative Owner_Number=singular Owner_Person=third | 1 |  |
Afs-p9----s3s | Adjective Type=qualificative Degree=superlative Number=plural Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afs-p9----s3p | Adjective Type=qualificative Degree=superlative Number=plural Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afs-p9----p1 | Adjective Type=qualificative Degree=superlative Number=plural Case=terminative Owner_Number=plural Owner_Person=first | 1 |  |
Afs-p9----p1s | Adjective Type=qualificative Degree=superlative Number=plural Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afs-p9----p1p | Adjective Type=qualificative Degree=superlative Number=plural Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afs-p9----p2 | Adjective Type=qualificative Degree=superlative Number=plural Case=terminative Owner_Number=plural Owner_Person=second | 1 |  |
Afs-p9----p2s | Adjective Type=qualificative Degree=superlative Number=plural Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afs-p9----p2p | Adjective Type=qualificative Degree=superlative Number=plural Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afs-p9----p3 | Adjective Type=qualificative Degree=superlative Number=plural Case=terminative Owner_Number=plural Owner_Person=third | 1 |  |
Afs-p9----p3s | Adjective Type=qualificative Degree=superlative Number=plural Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afs-p9----p3p | Adjective Type=qualificative Degree=superlative Number=plural Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afs-pw | Adjective Type=qualificative Degree=superlative Number=plural Case=essive | 1 |  |
Afs-pw------s | Adjective Type=qualificative Degree=superlative Number=plural Case=essive Owned_Number=singular | 1 |  |
Afs-pw------p | Adjective Type=qualificative Degree=superlative Number=plural Case=essive Owned_Number=plural | 1 |  |
Afs-pw----s1 | Adjective Type=qualificative Degree=superlative Number=plural Case=essive Owner_Number=singular Owner_Person=first | 1 |  |
Afs-pw----s1s | Adjective Type=qualificative Degree=superlative Number=plural Case=essive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afs-pw----s1p | Adjective Type=qualificative Degree=superlative Number=plural Case=essive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afs-pw----s2 | Adjective Type=qualificative Degree=superlative Number=plural Case=essive Owner_Number=singular Owner_Person=second | 1 |  |
Afs-pw----s2s | Adjective Type=qualificative Degree=superlative Number=plural Case=essive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afs-pw----s2p | Adjective Type=qualificative Degree=superlative Number=plural Case=essive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afs-pw----s3 | Adjective Type=qualificative Degree=superlative Number=plural Case=essive Owner_Number=singular Owner_Person=third | 1 |  |
Afs-pw----s3s | Adjective Type=qualificative Degree=superlative Number=plural Case=essive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afs-pw----s3p | Adjective Type=qualificative Degree=superlative Number=plural Case=essive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afs-pw----p1 | Adjective Type=qualificative Degree=superlative Number=plural Case=essive Owner_Number=plural Owner_Person=first | 1 |  |
Afs-pw----p1s | Adjective Type=qualificative Degree=superlative Number=plural Case=essive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afs-pw----p1p | Adjective Type=qualificative Degree=superlative Number=plural Case=essive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afs-pw----p2 | Adjective Type=qualificative Degree=superlative Number=plural Case=essive Owner_Number=plural Owner_Person=second | 1 |  |
Afs-pw----p2s | Adjective Type=qualificative Degree=superlative Number=plural Case=essive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afs-pw----p2p | Adjective Type=qualificative Degree=superlative Number=plural Case=essive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afs-pw----p3 | Adjective Type=qualificative Degree=superlative Number=plural Case=essive Owner_Number=plural Owner_Person=third | 1 |  |
Afs-pw----p3s | Adjective Type=qualificative Degree=superlative Number=plural Case=essive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afs-pw----p3p | Adjective Type=qualificative Degree=superlative Number=plural Case=essive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afs-pm | Adjective Type=qualificative Degree=superlative Number=plural Case=temporalis | 1 |  |
Afs-pm------s | Adjective Type=qualificative Degree=superlative Number=plural Case=temporalis Owned_Number=singular | 1 |  |
Afs-pm------p | Adjective Type=qualificative Degree=superlative Number=plural Case=temporalis Owned_Number=plural | 1 |  |
Afs-pm----s1 | Adjective Type=qualificative Degree=superlative Number=plural Case=temporalis Owner_Number=singular Owner_Person=first | 1 |  |
Afs-pm----s1s | Adjective Type=qualificative Degree=superlative Number=plural Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afs-pm----s1p | Adjective Type=qualificative Degree=superlative Number=plural Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afs-pm----s2 | Adjective Type=qualificative Degree=superlative Number=plural Case=temporalis Owner_Number=singular Owner_Person=second | 1 |  |
Afs-pm----s2s | Adjective Type=qualificative Degree=superlative Number=plural Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afs-pm----s2p | Adjective Type=qualificative Degree=superlative Number=plural Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afs-pm----s3 | Adjective Type=qualificative Degree=superlative Number=plural Case=temporalis Owner_Number=singular Owner_Person=third | 1 |  |
Afs-pm----s3s | Adjective Type=qualificative Degree=superlative Number=plural Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afs-pm----s3p | Adjective Type=qualificative Degree=superlative Number=plural Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afs-pm----p1 | Adjective Type=qualificative Degree=superlative Number=plural Case=temporalis Owner_Number=plural Owner_Person=first | 1 |  |
Afs-pm----p1s | Adjective Type=qualificative Degree=superlative Number=plural Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afs-pm----p1p | Adjective Type=qualificative Degree=superlative Number=plural Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afs-pm----p2 | Adjective Type=qualificative Degree=superlative Number=plural Case=temporalis Owner_Number=plural Owner_Person=second | 1 |  |
Afs-pm----p2s | Adjective Type=qualificative Degree=superlative Number=plural Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afs-pm----p2p | Adjective Type=qualificative Degree=superlative Number=plural Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afs-pm----p3 | Adjective Type=qualificative Degree=superlative Number=plural Case=temporalis Owner_Number=plural Owner_Person=third | 1 |  |
Afs-pm----p3s | Adjective Type=qualificative Degree=superlative Number=plural Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afs-pm----p3p | Adjective Type=qualificative Degree=superlative Number=plural Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afs-pc | Adjective Type=qualificative Degree=superlative Number=plural Case=causalis | 1 |  |
Afs-pc------s | Adjective Type=qualificative Degree=superlative Number=plural Case=causalis Owned_Number=singular | 1 |  |
Afs-pc------p | Adjective Type=qualificative Degree=superlative Number=plural Case=causalis Owned_Number=plural | 1 |  |
Afs-pc----s1 | Adjective Type=qualificative Degree=superlative Number=plural Case=causalis Owner_Number=singular Owner_Person=first | 1 |  |
Afs-pc----s1s | Adjective Type=qualificative Degree=superlative Number=plural Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afs-pc----s1p | Adjective Type=qualificative Degree=superlative Number=plural Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afs-pc----s2 | Adjective Type=qualificative Degree=superlative Number=plural Case=causalis Owner_Number=singular Owner_Person=second | 1 |  |
Afs-pc----s2s | Adjective Type=qualificative Degree=superlative Number=plural Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afs-pc----s2p | Adjective Type=qualificative Degree=superlative Number=plural Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afs-pc----s3 | Adjective Type=qualificative Degree=superlative Number=plural Case=causalis Owner_Number=singular Owner_Person=third | 1 |  |
Afs-pc----s3s | Adjective Type=qualificative Degree=superlative Number=plural Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afs-pc----s3p | Adjective Type=qualificative Degree=superlative Number=plural Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afs-pc----p1 | Adjective Type=qualificative Degree=superlative Number=plural Case=causalis Owner_Number=plural Owner_Person=first | 1 |  |
Afs-pc----p1s | Adjective Type=qualificative Degree=superlative Number=plural Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afs-pc----p1p | Adjective Type=qualificative Degree=superlative Number=plural Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afs-pc----p2 | Adjective Type=qualificative Degree=superlative Number=plural Case=causalis Owner_Number=plural Owner_Person=second | 1 |  |
Afs-pc----p2s | Adjective Type=qualificative Degree=superlative Number=plural Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afs-pc----p2p | Adjective Type=qualificative Degree=superlative Number=plural Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afs-pc----p3 | Adjective Type=qualificative Degree=superlative Number=plural Case=causalis Owner_Number=plural Owner_Person=third | 1 |  |
Afs-pc----p3s | Adjective Type=qualificative Degree=superlative Number=plural Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afs-pc----p3p | Adjective Type=qualificative Degree=superlative Number=plural Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afs-ps | Adjective Type=qualificative Degree=superlative Number=plural Case=sublative | 1 |  |
Afs-ps------s | Adjective Type=qualificative Degree=superlative Number=plural Case=sublative Owned_Number=singular | 1 |  |
Afs-ps------p | Adjective Type=qualificative Degree=superlative Number=plural Case=sublative Owned_Number=plural | 1 |  |
Afs-ps----s1 | Adjective Type=qualificative Degree=superlative Number=plural Case=sublative Owner_Number=singular Owner_Person=first | 1 |  |
Afs-ps----s1s | Adjective Type=qualificative Degree=superlative Number=plural Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afs-ps----s1p | Adjective Type=qualificative Degree=superlative Number=plural Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afs-ps----s2 | Adjective Type=qualificative Degree=superlative Number=plural Case=sublative Owner_Number=singular Owner_Person=second | 1 |  |
Afs-ps----s2s | Adjective Type=qualificative Degree=superlative Number=plural Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afs-ps----s2p | Adjective Type=qualificative Degree=superlative Number=plural Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afs-ps----s3 | Adjective Type=qualificative Degree=superlative Number=plural Case=sublative Owner_Number=singular Owner_Person=third | 1 |  |
Afs-ps----s3s | Adjective Type=qualificative Degree=superlative Number=plural Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afs-ps----s3p | Adjective Type=qualificative Degree=superlative Number=plural Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afs-ps----p1 | Adjective Type=qualificative Degree=superlative Number=plural Case=sublative Owner_Number=plural Owner_Person=first | 1 |  |
Afs-ps----p1s | Adjective Type=qualificative Degree=superlative Number=plural Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afs-ps----p1p | Adjective Type=qualificative Degree=superlative Number=plural Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afs-ps----p2 | Adjective Type=qualificative Degree=superlative Number=plural Case=sublative Owner_Number=plural Owner_Person=second | 1 |  |
Afs-ps----p2s | Adjective Type=qualificative Degree=superlative Number=plural Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afs-ps----p2p | Adjective Type=qualificative Degree=superlative Number=plural Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afs-ps----p3 | Adjective Type=qualificative Degree=superlative Number=plural Case=sublative Owner_Number=plural Owner_Person=third | 1 |  |
Afs-ps----p3s | Adjective Type=qualificative Degree=superlative Number=plural Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afs-ps----p3p | Adjective Type=qualificative Degree=superlative Number=plural Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afs-ph | Adjective Type=qualificative Degree=superlative Number=plural Case=delative | 1 |  |
Afs-ph------s | Adjective Type=qualificative Degree=superlative Number=plural Case=delative Owned_Number=singular | 1 |  |
Afs-ph------p | Adjective Type=qualificative Degree=superlative Number=plural Case=delative Owned_Number=plural | 1 |  |
Afs-ph----s1 | Adjective Type=qualificative Degree=superlative Number=plural Case=delative Owner_Number=singular Owner_Person=first | 1 |  |
Afs-ph----s1s | Adjective Type=qualificative Degree=superlative Number=plural Case=delative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afs-ph----s1p | Adjective Type=qualificative Degree=superlative Number=plural Case=delative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afs-ph----s2 | Adjective Type=qualificative Degree=superlative Number=plural Case=delative Owner_Number=singular Owner_Person=second | 1 |  |
Afs-ph----s2s | Adjective Type=qualificative Degree=superlative Number=plural Case=delative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afs-ph----s2p | Adjective Type=qualificative Degree=superlative Number=plural Case=delative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afs-ph----s3 | Adjective Type=qualificative Degree=superlative Number=plural Case=delative Owner_Number=singular Owner_Person=third | 1 |  |
Afs-ph----s3s | Adjective Type=qualificative Degree=superlative Number=plural Case=delative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afs-ph----s3p | Adjective Type=qualificative Degree=superlative Number=plural Case=delative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afs-ph----p1 | Adjective Type=qualificative Degree=superlative Number=plural Case=delative Owner_Number=plural Owner_Person=first | 1 |  |
Afs-ph----p1s | Adjective Type=qualificative Degree=superlative Number=plural Case=delative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afs-ph----p1p | Adjective Type=qualificative Degree=superlative Number=plural Case=delative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afs-ph----p2 | Adjective Type=qualificative Degree=superlative Number=plural Case=delative Owner_Number=plural Owner_Person=second | 1 |  |
Afs-ph----p2s | Adjective Type=qualificative Degree=superlative Number=plural Case=delative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afs-ph----p2p | Adjective Type=qualificative Degree=superlative Number=plural Case=delative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afs-ph----p3 | Adjective Type=qualificative Degree=superlative Number=plural Case=delative Owner_Number=plural Owner_Person=third | 1 |  |
Afs-ph----p3s | Adjective Type=qualificative Degree=superlative Number=plural Case=delative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afs-ph----p3p | Adjective Type=qualificative Degree=superlative Number=plural Case=delative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afs-pq | Adjective Type=qualificative Degree=superlative Number=plural Case=sociative | 1 |  |
Afs-pq------s | Adjective Type=qualificative Degree=superlative Number=plural Case=sociative Owned_Number=singular | 1 |  |
Afs-pq------p | Adjective Type=qualificative Degree=superlative Number=plural Case=sociative Owned_Number=plural | 1 |  |
Afs-pq----s1 | Adjective Type=qualificative Degree=superlative Number=plural Case=sociative Owner_Number=singular Owner_Person=first | 1 |  |
Afs-pq----s1s | Adjective Type=qualificative Degree=superlative Number=plural Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afs-pq----s1p | Adjective Type=qualificative Degree=superlative Number=plural Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afs-pq----s2 | Adjective Type=qualificative Degree=superlative Number=plural Case=sociative Owner_Number=singular Owner_Person=second | 1 |  |
Afs-pq----s2s | Adjective Type=qualificative Degree=superlative Number=plural Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afs-pq----s2p | Adjective Type=qualificative Degree=superlative Number=plural Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afs-pq----s3 | Adjective Type=qualificative Degree=superlative Number=plural Case=sociative Owner_Number=singular Owner_Person=third | 1 |  |
Afs-pq----s3s | Adjective Type=qualificative Degree=superlative Number=plural Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afs-pq----s3p | Adjective Type=qualificative Degree=superlative Number=plural Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afs-pq----p1 | Adjective Type=qualificative Degree=superlative Number=plural Case=sociative Owner_Number=plural Owner_Person=first | 1 |  |
Afs-pq----p1s | Adjective Type=qualificative Degree=superlative Number=plural Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afs-pq----p1p | Adjective Type=qualificative Degree=superlative Number=plural Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afs-pq----p2 | Adjective Type=qualificative Degree=superlative Number=plural Case=sociative Owner_Number=plural Owner_Person=second | 1 |  |
Afs-pq----p2s | Adjective Type=qualificative Degree=superlative Number=plural Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afs-pq----p2p | Adjective Type=qualificative Degree=superlative Number=plural Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afs-pq----p3 | Adjective Type=qualificative Degree=superlative Number=plural Case=sociative Owner_Number=plural Owner_Person=third | 1 |  |
Afs-pq----p3s | Adjective Type=qualificative Degree=superlative Number=plural Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afs-pq----p3p | Adjective Type=qualificative Degree=superlative Number=plural Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afs-py | Adjective Type=qualificative Degree=superlative Number=plural Case=factive | 1 | legjelentéktelenebbekké/jelentéktelen |
Afs-py------s | Adjective Type=qualificative Degree=superlative Number=plural Case=factive Owned_Number=singular | 1 |  |
Afs-py------p | Adjective Type=qualificative Degree=superlative Number=plural Case=factive Owned_Number=plural | 1 |  |
Afs-py----s1 | Adjective Type=qualificative Degree=superlative Number=plural Case=factive Owner_Number=singular Owner_Person=first | 1 |  |
Afs-py----s1s | Adjective Type=qualificative Degree=superlative Number=plural Case=factive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afs-py----s1p | Adjective Type=qualificative Degree=superlative Number=plural Case=factive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afs-py----s2 | Adjective Type=qualificative Degree=superlative Number=plural Case=factive Owner_Number=singular Owner_Person=second | 1 |  |
Afs-py----s2s | Adjective Type=qualificative Degree=superlative Number=plural Case=factive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afs-py----s2p | Adjective Type=qualificative Degree=superlative Number=plural Case=factive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afs-py----s3 | Adjective Type=qualificative Degree=superlative Number=plural Case=factive Owner_Number=singular Owner_Person=third | 1 |  |
Afs-py----s3s | Adjective Type=qualificative Degree=superlative Number=plural Case=factive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afs-py----s3p | Adjective Type=qualificative Degree=superlative Number=plural Case=factive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afs-py----p1 | Adjective Type=qualificative Degree=superlative Number=plural Case=factive Owner_Number=plural Owner_Person=first | 1 |  |
Afs-py----p1s | Adjective Type=qualificative Degree=superlative Number=plural Case=factive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afs-py----p1p | Adjective Type=qualificative Degree=superlative Number=plural Case=factive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afs-py----p2 | Adjective Type=qualificative Degree=superlative Number=plural Case=factive Owner_Number=plural Owner_Person=second | 1 |  |
Afs-py----p2s | Adjective Type=qualificative Degree=superlative Number=plural Case=factive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afs-py----p2p | Adjective Type=qualificative Degree=superlative Number=plural Case=factive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afs-py----p3 | Adjective Type=qualificative Degree=superlative Number=plural Case=factive Owner_Number=plural Owner_Person=third | 1 |  |
Afs-py----p3s | Adjective Type=qualificative Degree=superlative Number=plural Case=factive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afs-py----p3p | Adjective Type=qualificative Degree=superlative Number=plural Case=factive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afs-pp | Adjective Type=qualificative Degree=superlative Number=plural Case=superessive | 1 |  |
Afs-pp------s | Adjective Type=qualificative Degree=superlative Number=plural Case=superessive Owned_Number=singular | 1 |  |
Afs-pp------p | Adjective Type=qualificative Degree=superlative Number=plural Case=superessive Owned_Number=plural | 1 |  |
Afs-pp----s1 | Adjective Type=qualificative Degree=superlative Number=plural Case=superessive Owner_Number=singular Owner_Person=first | 1 |  |
Afs-pp----s1s | Adjective Type=qualificative Degree=superlative Number=plural Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afs-pp----s1p | Adjective Type=qualificative Degree=superlative Number=plural Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afs-pp----s2 | Adjective Type=qualificative Degree=superlative Number=plural Case=superessive Owner_Number=singular Owner_Person=second | 1 |  |
Afs-pp----s2s | Adjective Type=qualificative Degree=superlative Number=plural Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afs-pp----s2p | Adjective Type=qualificative Degree=superlative Number=plural Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afs-pp----s3 | Adjective Type=qualificative Degree=superlative Number=plural Case=superessive Owner_Number=singular Owner_Person=third | 1 |  |
Afs-pp----s3s | Adjective Type=qualificative Degree=superlative Number=plural Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afs-pp----s3p | Adjective Type=qualificative Degree=superlative Number=plural Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afs-pp----p1 | Adjective Type=qualificative Degree=superlative Number=plural Case=superessive Owner_Number=plural Owner_Person=first | 1 |  |
Afs-pp----p1s | Adjective Type=qualificative Degree=superlative Number=plural Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afs-pp----p1p | Adjective Type=qualificative Degree=superlative Number=plural Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afs-pp----p2 | Adjective Type=qualificative Degree=superlative Number=plural Case=superessive Owner_Number=plural Owner_Person=second | 1 |  |
Afs-pp----p2s | Adjective Type=qualificative Degree=superlative Number=plural Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afs-pp----p2p | Adjective Type=qualificative Degree=superlative Number=plural Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afs-pp----p3 | Adjective Type=qualificative Degree=superlative Number=plural Case=superessive Owner_Number=plural Owner_Person=third | 1 |  |
Afs-pp----p3s | Adjective Type=qualificative Degree=superlative Number=plural Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afs-pp----p3p | Adjective Type=qualificative Degree=superlative Number=plural Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afs-pu | Adjective Type=qualificative Degree=superlative Number=plural Case=distributive | 1 |  |
Afs-pu------s | Adjective Type=qualificative Degree=superlative Number=plural Case=distributive Owned_Number=singular | 1 |  |
Afs-pu------p | Adjective Type=qualificative Degree=superlative Number=plural Case=distributive Owned_Number=plural | 1 |  |
Afs-pu----s1 | Adjective Type=qualificative Degree=superlative Number=plural Case=distributive Owner_Number=singular Owner_Person=first | 1 |  |
Afs-pu----s1s | Adjective Type=qualificative Degree=superlative Number=plural Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afs-pu----s1p | Adjective Type=qualificative Degree=superlative Number=plural Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afs-pu----s2 | Adjective Type=qualificative Degree=superlative Number=plural Case=distributive Owner_Number=singular Owner_Person=second | 1 |  |
Afs-pu----s2s | Adjective Type=qualificative Degree=superlative Number=plural Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afs-pu----s2p | Adjective Type=qualificative Degree=superlative Number=plural Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afs-pu----s3 | Adjective Type=qualificative Degree=superlative Number=plural Case=distributive Owner_Number=singular Owner_Person=third | 1 |  |
Afs-pu----s3s | Adjective Type=qualificative Degree=superlative Number=plural Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afs-pu----s3p | Adjective Type=qualificative Degree=superlative Number=plural Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afs-pu----p1 | Adjective Type=qualificative Degree=superlative Number=plural Case=distributive Owner_Number=plural Owner_Person=first | 1 |  |
Afs-pu----p1s | Adjective Type=qualificative Degree=superlative Number=plural Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afs-pu----p1p | Adjective Type=qualificative Degree=superlative Number=plural Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afs-pu----p2 | Adjective Type=qualificative Degree=superlative Number=plural Case=distributive Owner_Number=plural Owner_Person=second | 1 |  |
Afs-pu----p2s | Adjective Type=qualificative Degree=superlative Number=plural Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afs-pu----p2p | Adjective Type=qualificative Degree=superlative Number=plural Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afs-pu----p3 | Adjective Type=qualificative Degree=superlative Number=plural Case=distributive Owner_Number=plural Owner_Person=third | 1 |  |
Afs-pu----p3s | Adjective Type=qualificative Degree=superlative Number=plural Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afs-pu----p3p | Adjective Type=qualificative Degree=superlative Number=plural Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Afs-pf | Adjective Type=qualificative Degree=superlative Number=plural Case=essive-formal | 1 |  |
Afs-pf------s | Adjective Type=qualificative Degree=superlative Number=plural Case=essive-formal Owned_Number=singular | 1 |  |
Afs-pf------p | Adjective Type=qualificative Degree=superlative Number=plural Case=essive-formal Owned_Number=plural | 1 |  |
Afs-pf----s1 | Adjective Type=qualificative Degree=superlative Number=plural Case=essive-formal Owner_Number=singular Owner_Person=first | 1 |  |
Afs-pf----s1s | Adjective Type=qualificative Degree=superlative Number=plural Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Afs-pf----s1p | Adjective Type=qualificative Degree=superlative Number=plural Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Afs-pf----s2 | Adjective Type=qualificative Degree=superlative Number=plural Case=essive-formal Owner_Number=singular Owner_Person=second | 1 |  |
Afs-pf----s2s | Adjective Type=qualificative Degree=superlative Number=plural Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Afs-pf----s2p | Adjective Type=qualificative Degree=superlative Number=plural Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Afs-pf----s3 | Adjective Type=qualificative Degree=superlative Number=plural Case=essive-formal Owner_Number=singular Owner_Person=third | 1 |  |
Afs-pf----s3s | Adjective Type=qualificative Degree=superlative Number=plural Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Afs-pf----s3p | Adjective Type=qualificative Degree=superlative Number=plural Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Afs-pf----p1 | Adjective Type=qualificative Degree=superlative Number=plural Case=essive-formal Owner_Number=plural Owner_Person=first | 1 |  |
Afs-pf----p1s | Adjective Type=qualificative Degree=superlative Number=plural Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Afs-pf----p1p | Adjective Type=qualificative Degree=superlative Number=plural Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Afs-pf----p2 | Adjective Type=qualificative Degree=superlative Number=plural Case=essive-formal Owner_Number=plural Owner_Person=second | 1 |  |
Afs-pf----p2s | Adjective Type=qualificative Degree=superlative Number=plural Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Afs-pf----p2p | Adjective Type=qualificative Degree=superlative Number=plural Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Afs-pf----p3 | Adjective Type=qualificative Degree=superlative Number=plural Case=essive-formal Owner_Number=plural Owner_Person=third | 1 |  |
Afs-pf----p3s | Adjective Type=qualificative Degree=superlative Number=plural Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Afs-pf----p3p | Adjective Type=qualificative Degree=superlative Number=plural Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pp1-sn | Pronoun Type=personal Person=first Number=singular Case=nominative | 1 | én |
Pp1-sg | Pronoun Type=personal Person=first Number=singular Case=genitive | 1 |  |
Pp1-sd | Pronoun Type=personal Person=first Number=singular Case=dative | 3 | Nekem/én, nekem/én, énnekem/én |
Pp1-sa | Pronoun Type=personal Person=first Number=singular Case=accusative | 2 | engemet/én, engem/én |
Pp1-si | Pronoun Type=personal Person=first Number=singular Case=instrumental | 4 | vélem/én, Velem/én, velem/én, énvelem/én |
Pp1-sx | Pronoun Type=personal Person=first Number=singular Case=illative | 1 | belém/én |
Pp1-s2 | Pronoun Type=personal Person=first Number=singular Case=inessive | 2 | énbennem/én, bennem/én |
Pp1-se | Pronoun Type=personal Person=first Number=singular Case=elative | 1 |  |
Pp1-st | Pronoun Type=personal Person=first Number=singular Case=allative | 2 | hozzám/én, énhozzám/én |
Pp1-s3 | Pronoun Type=personal Person=first Number=singular Case=adessive | 2 | Nálam/én, nálam/én |
Pp1-sb | Pronoun Type=personal Person=first Number=singular Case=ablative | 1 | tőlem/én |
Pp1-s9 | Pronoun Type=personal Person=first Number=singular Case=terminative | 1 |  |
Pp1-sw | Pronoun Type=personal Person=first Number=singular Case=essive | 1 |  |
Pp1-sm | Pronoun Type=personal Person=first Number=singular Case=temporalis | 1 |  |
Pp1-sc | Pronoun Type=personal Person=first Number=singular Case=causalis | 3 | Értem/én, értem/én, énértem/én |
Pp1-ss | Pronoun Type=personal Person=first Number=singular Case=sublative | 1 | rám/én |
Pp1-sh | Pronoun Type=personal Person=first Number=singular Case=delative | 1 | rólam/én |
Pp1-sq | Pronoun Type=personal Person=first Number=singular Case=sociative | 1 |  |
Pp1-sy | Pronoun Type=personal Person=first Number=singular Case=factive | 1 |  |
Pp1-sp | Pronoun Type=personal Person=first Number=singular Case=superessive | 1 | rajtam/én |
Pp1-su | Pronoun Type=personal Person=first Number=singular Case=distributive | 1 |  |
Pp1-sf | Pronoun Type=personal Person=first Number=singular Case=essive-formal | 1 |  |
Pp1-pn | Pronoun Type=personal Person=first Number=plural Case=nominative | 1 |  |
Pp1-pg | Pronoun Type=personal Person=first Number=plural Case=genitive | 1 |  |
Pp1-pd | Pronoun Type=personal Person=first Number=plural Case=dative | 3 | Nekünk/mi, nekünk/mi, minekünk/mi |
Pp1-pa | Pronoun Type=personal Person=first Number=plural Case=accusative | 1 | minket/mi |
Pp1-pi | Pronoun Type=personal Person=first Number=plural Case=instrumental | 2 | Velünk/mi, velünk/mi |
Pp1-px | Pronoun Type=personal Person=first Number=plural Case=illative | 1 |  |
Pp1-p2 | Pronoun Type=personal Person=first Number=plural Case=inessive | 1 | bennünk/mi |
Pp1-pe | Pronoun Type=personal Person=first Number=plural Case=elative | 1 |  |
Pp1-pt | Pronoun Type=personal Person=first Number=plural Case=allative | 1 | hozzánk/mi |
Pp1-p3 | Pronoun Type=personal Person=first Number=plural Case=adessive | 3 | Nálunk/mi, nálunk/mi, minálunk/mi |
Pp1-pb | Pronoun Type=personal Person=first Number=plural Case=ablative | 1 | tőlünk/mi |
Pp1-p9 | Pronoun Type=personal Person=first Number=plural Case=terminative | 1 |  |
Pp1-pw | Pronoun Type=personal Person=first Number=plural Case=essive | 1 |  |
Pp1-pm | Pronoun Type=personal Person=first Number=plural Case=temporalis | 1 |  |
Pp1-pc | Pronoun Type=personal Person=first Number=plural Case=causalis | 1 | értünk/mi |
Pp1-ps | Pronoun Type=personal Person=first Number=plural Case=sublative | 2 | Ránk/mi, ránk/mi |
Pp1-ph | Pronoun Type=personal Person=first Number=plural Case=delative | 1 | rólunk/mi |
Pp1-pq | Pronoun Type=personal Person=first Number=plural Case=sociative | 1 |  |
Pp1-py | Pronoun Type=personal Person=first Number=plural Case=factive | 1 |  |
Pp1-pp | Pronoun Type=personal Person=first Number=plural Case=superessive | 2 | Rajtunk/mi, rajtunk/mi |
Pp1-pu | Pronoun Type=personal Person=first Number=plural Case=distributive | 1 |  |
Pp1-pf | Pronoun Type=personal Person=first Number=plural Case=essive-formal | 1 |  |
Pp2-sn | Pronoun Type=personal Person=second Number=singular Case=nominative | 1 | te |
Pp2-sg | Pronoun Type=personal Person=second Number=singular Case=genitive | 1 |  |
Pp2-sd | Pronoun Type=personal Person=second Number=singular Case=dative | 2 | Neked/te, neked/te |
Pp2-sa | Pronoun Type=personal Person=second Number=singular Case=accusative | 1 | téged/te |
Pp2-si | Pronoun Type=personal Person=second Number=singular Case=instrumental | 2 | Veled/te, veled/te |
Pp2-sx | Pronoun Type=personal Person=second Number=singular Case=illative | 1 |  |
Pp2-s2 | Pronoun Type=personal Person=second Number=singular Case=inessive | 1 | benned/te |
Pp2-se | Pronoun Type=personal Person=second Number=singular Case=elative | 1 |  |
Pp2-st | Pronoun Type=personal Person=second Number=singular Case=allative | 1 | hozzád/te |
Pp2-s3 | Pronoun Type=personal Person=second Number=singular Case=adessive | 1 | nálad/te |
Pp2-sb | Pronoun Type=personal Person=second Number=singular Case=ablative | 1 | tőled/te |
Pp2-s9 | Pronoun Type=personal Person=second Number=singular Case=terminative | 1 |  |
Pp2-sw | Pronoun Type=personal Person=second Number=singular Case=essive | 1 |  |
Pp2-sm | Pronoun Type=personal Person=second Number=singular Case=temporalis | 1 |  |
Pp2-sc | Pronoun Type=personal Person=second Number=singular Case=causalis | 2 | Érted/te, érted/te |
Pp2-ss | Pronoun Type=personal Person=second Number=singular Case=sublative | 1 | rád/te |
Pp2-sh | Pronoun Type=personal Person=second Number=singular Case=delative | 1 | rólad/te |
Pp2-sq | Pronoun Type=personal Person=second Number=singular Case=sociative | 1 |  |
Pp2-sy | Pronoun Type=personal Person=second Number=singular Case=factive | 1 |  |
Pp2-sp | Pronoun Type=personal Person=second Number=singular Case=superessive | 1 | rajtad/te |
Pp2-su | Pronoun Type=personal Person=second Number=singular Case=distributive | 1 |  |
Pp2-sf | Pronoun Type=personal Person=second Number=singular Case=essive-formal | 1 |  |
Pp2-pn | Pronoun Type=personal Person=second Number=plural Case=nominative | 1 | ti |
Pp2-pg | Pronoun Type=personal Person=second Number=plural Case=genitive | 1 |  |
Pp2-pd | Pronoun Type=personal Person=second Number=plural Case=dative | 2 | tinéktek/ti, nektek/ti |
Pp2-pa | Pronoun Type=personal Person=second Number=plural Case=accusative | 3 | titeket/ti, bennünket/ti, benneteket/ti |
Pp2-pi | Pronoun Type=personal Person=second Number=plural Case=instrumental | 1 | veletek/ti |
Pp2-px | Pronoun Type=personal Person=second Number=plural Case=illative | 1 |  |
Pp2-p2 | Pronoun Type=personal Person=second Number=plural Case=inessive | 1 | bennetek/ti |
Pp2-pe | Pronoun Type=personal Person=second Number=plural Case=elative | 1 |  |
Pp2-pt | Pronoun Type=personal Person=second Number=plural Case=allative | 1 |  |
Pp2-p3 | Pronoun Type=personal Person=second Number=plural Case=adessive | 1 | nálatok/ti |
Pp2-pb | Pronoun Type=personal Person=second Number=plural Case=ablative | 1 |  |
Pp2-p9 | Pronoun Type=personal Person=second Number=plural Case=terminative | 1 |  |
Pp2-pw | Pronoun Type=personal Person=second Number=plural Case=essive | 1 |  |
Pp2-pm | Pronoun Type=personal Person=second Number=plural Case=temporalis | 1 |  |
Pp2-pc | Pronoun Type=personal Person=second Number=plural Case=causalis | 1 |  |
Pp2-ps | Pronoun Type=personal Person=second Number=plural Case=sublative | 1 | rátok/ti |
Pp2-ph | Pronoun Type=personal Person=second Number=plural Case=delative | 1 | rólatok/ti |
Pp2-pq | Pronoun Type=personal Person=second Number=plural Case=sociative | 1 |  |
Pp2-py | Pronoun Type=personal Person=second Number=plural Case=factive | 1 |  |
Pp2-pp | Pronoun Type=personal Person=second Number=plural Case=superessive | 1 |  |
Pp2-pu | Pronoun Type=personal Person=second Number=plural Case=distributive | 1 |  |
Pp2-pf | Pronoun Type=personal Person=second Number=plural Case=essive-formal | 1 |  |
Pp3-sn | Pronoun Type=personal Person=third Number=singular Case=nominative | 1 | ő |
Pp3-sg | Pronoun Type=personal Person=third Number=singular Case=genitive | 1 |  |
Pp3-sd | Pronoun Type=personal Person=third Number=singular Case=dative | 3 | őneki/ő, Neki/ő, neki/ő |
Pp3-sa | Pronoun Type=personal Person=third Number=singular Case=accusative | 1 | őt/ő |
Pp3-si | Pronoun Type=personal Person=third Number=singular Case=instrumental | 3 | Vele/ő, vele/ő, ővele/ő |
Pp3-sx | Pronoun Type=personal Person=third Number=singular Case=illative | 2 | belé/ő, beléje/ő |
Pp3-s2 | Pronoun Type=personal Person=third Number=singular Case=inessive | 2 | Benne/ő, benne/ő |
Pp3-se | Pronoun Type=personal Person=third Number=singular Case=elative | 1 |  |
Pp3-st | Pronoun Type=personal Person=third Number=singular Case=allative | 2 | Hozzá/ő, hozzá/ő |
Pp3-s3 | Pronoun Type=personal Person=third Number=singular Case=adessive | 1 | nála/ő |
Pp3-sb | Pronoun Type=personal Person=third Number=singular Case=ablative | 1 | tőle/ő |
Pp3-s9 | Pronoun Type=personal Person=third Number=singular Case=terminative | 1 |  |
Pp3-sw | Pronoun Type=personal Person=third Number=singular Case=essive | 1 |  |
Pp3-sm | Pronoun Type=personal Person=third Number=singular Case=temporalis | 1 |  |
Pp3-sc | Pronoun Type=personal Person=third Number=singular Case=causalis | 1 | érte/ő |
Pp3-ss | Pronoun Type=personal Person=third Number=singular Case=sublative | 4 | Rá/ő, rá/ő, őreá/ő, őrá/ő |
Pp3-sh | Pronoun Type=personal Person=third Number=singular Case=delative | 2 | Róla/ő, róla/ő |
Pp3-sq | Pronoun Type=personal Person=third Number=singular Case=sociative | 1 |  |
Pp3-sy | Pronoun Type=personal Person=third Number=singular Case=factive | 1 |  |
Pp3-sp | Pronoun Type=personal Person=third Number=singular Case=superessive | 2 | Rajta/ő, rajta/ő |
Pp3-su | Pronoun Type=personal Person=third Number=singular Case=distributive | 1 |  |
Pp3-sf | Pronoun Type=personal Person=third Number=singular Case=essive-formal | 1 |  |
Pp3-pn | Pronoun Type=personal Person=third Number=plural Case=nominative | 1 | ők |
Pp3-pg | Pronoun Type=personal Person=third Number=plural Case=genitive | 1 |  |
Pp3-pd | Pronoun Type=personal Person=third Number=plural Case=dative | 3 | őnekik/ők, Nekik/ők, nekik/ők |
Pp3-pa | Pronoun Type=personal Person=third Number=plural Case=accusative | 1 | őket/ők |
Pp3-pi | Pronoun Type=personal Person=third Number=plural Case=instrumental | 2 | velük/ők, ővelük/ők |
Pp3-px | Pronoun Type=personal Person=third Number=plural Case=illative | 1 | beléjük/ők |
Pp3-p2 | Pronoun Type=personal Person=third Number=plural Case=inessive | 1 | bennük/ők |
Pp3-pe | Pronoun Type=personal Person=third Number=plural Case=elative | 1 |  |
Pp3-pt | Pronoun Type=personal Person=third Number=plural Case=allative | 1 | hozzájuk/ők |
Pp3-p3 | Pronoun Type=personal Person=third Number=plural Case=adessive | 1 | náluk/ők |
Pp3-pb | Pronoun Type=personal Person=third Number=plural Case=ablative | 1 | tőlük/ők |
Pp3-p9 | Pronoun Type=personal Person=third Number=plural Case=terminative | 1 |  |
Pp3-pw | Pronoun Type=personal Person=third Number=plural Case=essive | 1 |  |
Pp3-pm | Pronoun Type=personal Person=third Number=plural Case=temporalis | 1 |  |
Pp3-pc | Pronoun Type=personal Person=third Number=plural Case=causalis | 1 | értük/ők |
Pp3-ps | Pronoun Type=personal Person=third Number=plural Case=sublative | 2 | Rájuk/ők, rájuk/ők |
Pp3-ph | Pronoun Type=personal Person=third Number=plural Case=delative | 1 | róluk/ők |
Pp3-pq | Pronoun Type=personal Person=third Number=plural Case=sociative | 1 |  |
Pp3-py | Pronoun Type=personal Person=third Number=plural Case=factive | 1 |  |
Pp3-pp | Pronoun Type=personal Person=third Number=plural Case=superessive | 2 | Rajtuk/ők, rajtuk/ők |
Pp3-pu | Pronoun Type=personal Person=third Number=plural Case=distributive | 1 |  |
Pp3-pf | Pronoun Type=personal Person=third Number=plural Case=essive-formal | 1 |  |
Pd3-sn | Pronoun Type=demonstrative Person=third Number=singular Case=nominative | 24 | ugyanolyan, ugyanilyen, ugyanez, ugyanekkora, ugyanegy |
Pd3-sn----------s | Pronoun Type=demonstrative Person=third Number=singular Case=nominative Owned_Number=singular | 1 | azé/az |
Pd3-sn----------p | Pronoun Type=demonstrative Person=third Number=singular Case=nominative Owned_Number=plural | 1 |  |
Pd3-sns--------1 | Pronoun Type=demonstrative Person=third Number=singular Case=nominative Owner_Number=singular Owner_Person=first | 1 |  |
Pd3-sns--------1s | Pronoun Type=demonstrative Person=third Number=singular Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-sns--------1p | Pronoun Type=demonstrative Person=third Number=singular Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-sns--------2 | Pronoun Type=demonstrative Person=third Number=singular Case=nominative Owner_Number=singular Owner_Person=second | 1 |  |
Pd3-sns--------2s | Pronoun Type=demonstrative Person=third Number=singular Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-sns--------2p | Pronoun Type=demonstrative Person=third Number=singular Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-sns--------3 | Pronoun Type=demonstrative Person=third Number=singular Case=nominative Owner_Number=singular Owner_Person=third | 1 |  |
Pd3-sns--------3s | Pronoun Type=demonstrative Person=third Number=singular Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-sns--------3p | Pronoun Type=demonstrative Person=third Number=singular Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-snp--------1 | Pronoun Type=demonstrative Person=third Number=singular Case=nominative Owner_Number=plural Owner_Person=first | 1 |  |
Pd3-snp--------1s | Pronoun Type=demonstrative Person=third Number=singular Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-snp--------1p | Pronoun Type=demonstrative Person=third Number=singular Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-snp--------2 | Pronoun Type=demonstrative Person=third Number=singular Case=nominative Owner_Number=plural Owner_Person=second | 1 |  |
Pd3-snp--------2s | Pronoun Type=demonstrative Person=third Number=singular Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-snp--------2p | Pronoun Type=demonstrative Person=third Number=singular Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-snp--------3 | Pronoun Type=demonstrative Person=third Number=singular Case=nominative Owner_Number=plural Owner_Person=third | 1 |  |
Pd3-snp--------3s | Pronoun Type=demonstrative Person=third Number=singular Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-snp--------3p | Pronoun Type=demonstrative Person=third Number=singular Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-sg | Pronoun Type=demonstrative Person=third Number=singular Case=genitive | 1 |  |
Pd3-sg----------s | Pronoun Type=demonstrative Person=third Number=singular Case=genitive Owned_Number=singular | 1 |  |
Pd3-sg----------p | Pronoun Type=demonstrative Person=third Number=singular Case=genitive Owned_Number=plural | 1 |  |
Pd3-sgs--------1 | Pronoun Type=demonstrative Person=third Number=singular Case=genitive Owner_Number=singular Owner_Person=first | 1 |  |
Pd3-sgs--------1s | Pronoun Type=demonstrative Person=third Number=singular Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-sgs--------1p | Pronoun Type=demonstrative Person=third Number=singular Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-sgs--------2 | Pronoun Type=demonstrative Person=third Number=singular Case=genitive Owner_Number=singular Owner_Person=second | 1 |  |
Pd3-sgs--------2s | Pronoun Type=demonstrative Person=third Number=singular Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-sgs--------2p | Pronoun Type=demonstrative Person=third Number=singular Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-sgs--------3 | Pronoun Type=demonstrative Person=third Number=singular Case=genitive Owner_Number=singular Owner_Person=third | 1 |  |
Pd3-sgs--------3s | Pronoun Type=demonstrative Person=third Number=singular Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-sgs--------3p | Pronoun Type=demonstrative Person=third Number=singular Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-sgp--------1 | Pronoun Type=demonstrative Person=third Number=singular Case=genitive Owner_Number=plural Owner_Person=first | 1 |  |
Pd3-sgp--------1s | Pronoun Type=demonstrative Person=third Number=singular Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-sgp--------1p | Pronoun Type=demonstrative Person=third Number=singular Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-sgp--------2 | Pronoun Type=demonstrative Person=third Number=singular Case=genitive Owner_Number=plural Owner_Person=second | 1 |  |
Pd3-sgp--------2s | Pronoun Type=demonstrative Person=third Number=singular Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-sgp--------2p | Pronoun Type=demonstrative Person=third Number=singular Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-sgp--------3 | Pronoun Type=demonstrative Person=third Number=singular Case=genitive Owner_Number=plural Owner_Person=third | 1 |  |
Pd3-sgp--------3s | Pronoun Type=demonstrative Person=third Number=singular Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-sgp--------3p | Pronoun Type=demonstrative Person=third Number=singular Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-sd | Pronoun Type=demonstrative Person=third Number=singular Case=dative | 5 | ugyanennek/ugyanez, olyannak/olyan, ilyennek/ilyen, ennek/ez, annak/az |
Pd3-sd----------s | Pronoun Type=demonstrative Person=third Number=singular Case=dative Owned_Number=singular | 1 |  |
Pd3-sd----------p | Pronoun Type=demonstrative Person=third Number=singular Case=dative Owned_Number=plural | 1 |  |
Pd3-sds--------1 | Pronoun Type=demonstrative Person=third Number=singular Case=dative Owner_Number=singular Owner_Person=first | 1 |  |
Pd3-sds--------1s | Pronoun Type=demonstrative Person=third Number=singular Case=dative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-sds--------1p | Pronoun Type=demonstrative Person=third Number=singular Case=dative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-sds--------2 | Pronoun Type=demonstrative Person=third Number=singular Case=dative Owner_Number=singular Owner_Person=second | 1 |  |
Pd3-sds--------2s | Pronoun Type=demonstrative Person=third Number=singular Case=dative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-sds--------2p | Pronoun Type=demonstrative Person=third Number=singular Case=dative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-sds--------3 | Pronoun Type=demonstrative Person=third Number=singular Case=dative Owner_Number=singular Owner_Person=third | 1 |  |
Pd3-sds--------3s | Pronoun Type=demonstrative Person=third Number=singular Case=dative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-sds--------3p | Pronoun Type=demonstrative Person=third Number=singular Case=dative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-sdp--------1 | Pronoun Type=demonstrative Person=third Number=singular Case=dative Owner_Number=plural Owner_Person=first | 1 |  |
Pd3-sdp--------1s | Pronoun Type=demonstrative Person=third Number=singular Case=dative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-sdp--------1p | Pronoun Type=demonstrative Person=third Number=singular Case=dative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-sdp--------2 | Pronoun Type=demonstrative Person=third Number=singular Case=dative Owner_Number=plural Owner_Person=second | 1 |  |
Pd3-sdp--------2s | Pronoun Type=demonstrative Person=third Number=singular Case=dative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-sdp--------2p | Pronoun Type=demonstrative Person=third Number=singular Case=dative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-sdp--------3 | Pronoun Type=demonstrative Person=third Number=singular Case=dative Owner_Number=plural Owner_Person=third | 1 |  |
Pd3-sdp--------3s | Pronoun Type=demonstrative Person=third Number=singular Case=dative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-sdp--------3p | Pronoun Type=demonstrative Person=third Number=singular Case=dative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-sa | Pronoun Type=demonstrative Person=third Number=singular Case=accusative | 7 | ugyanezt/ugyanez, ugyanazt/ugyanaz, olyat/oly, ilyet/ily, ezt/ez |
Pd3-sa----------s | Pronoun Type=demonstrative Person=third Number=singular Case=accusative Owned_Number=singular | 1 | azét/az |
Pd3-sa----------p | Pronoun Type=demonstrative Person=third Number=singular Case=accusative Owned_Number=plural | 1 |  |
Pd3-sas--------1 | Pronoun Type=demonstrative Person=third Number=singular Case=accusative Owner_Number=singular Owner_Person=first | 1 |  |
Pd3-sas--------1s | Pronoun Type=demonstrative Person=third Number=singular Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-sas--------1p | Pronoun Type=demonstrative Person=third Number=singular Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-sas--------2 | Pronoun Type=demonstrative Person=third Number=singular Case=accusative Owner_Number=singular Owner_Person=second | 1 |  |
Pd3-sas--------2s | Pronoun Type=demonstrative Person=third Number=singular Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-sas--------2p | Pronoun Type=demonstrative Person=third Number=singular Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-sas--------3 | Pronoun Type=demonstrative Person=third Number=singular Case=accusative Owner_Number=singular Owner_Person=third | 1 |  |
Pd3-sas--------3s | Pronoun Type=demonstrative Person=third Number=singular Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-sas--------3p | Pronoun Type=demonstrative Person=third Number=singular Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-sap--------1 | Pronoun Type=demonstrative Person=third Number=singular Case=accusative Owner_Number=plural Owner_Person=first | 1 |  |
Pd3-sap--------1s | Pronoun Type=demonstrative Person=third Number=singular Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-sap--------1p | Pronoun Type=demonstrative Person=third Number=singular Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-sap--------2 | Pronoun Type=demonstrative Person=third Number=singular Case=accusative Owner_Number=plural Owner_Person=second | 1 |  |
Pd3-sap--------2s | Pronoun Type=demonstrative Person=third Number=singular Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-sap--------2p | Pronoun Type=demonstrative Person=third Number=singular Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-sap--------3 | Pronoun Type=demonstrative Person=third Number=singular Case=accusative Owner_Number=plural Owner_Person=third | 1 |  |
Pd3-sap--------3s | Pronoun Type=demonstrative Person=third Number=singular Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-sap--------3p | Pronoun Type=demonstrative Person=third Number=singular Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-si | Pronoun Type=demonstrative Person=third Number=singular Case=instrumental | 7 | ugyanazzal/ugyanaz, ilyennel/ilyen, ezzel/ez, ezzel-azzal/ez-az, evvel/ez |
Pd3-si----------s | Pronoun Type=demonstrative Person=third Number=singular Case=instrumental Owned_Number=singular | 1 |  |
Pd3-si----------p | Pronoun Type=demonstrative Person=third Number=singular Case=instrumental Owned_Number=plural | 1 |  |
Pd3-sis--------1 | Pronoun Type=demonstrative Person=third Number=singular Case=instrumental Owner_Number=singular Owner_Person=first | 1 |  |
Pd3-sis--------1s | Pronoun Type=demonstrative Person=third Number=singular Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-sis--------1p | Pronoun Type=demonstrative Person=third Number=singular Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-sis--------2 | Pronoun Type=demonstrative Person=third Number=singular Case=instrumental Owner_Number=singular Owner_Person=second | 1 |  |
Pd3-sis--------2s | Pronoun Type=demonstrative Person=third Number=singular Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-sis--------2p | Pronoun Type=demonstrative Person=third Number=singular Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-sis--------3 | Pronoun Type=demonstrative Person=third Number=singular Case=instrumental Owner_Number=singular Owner_Person=third | 1 |  |
Pd3-sis--------3s | Pronoun Type=demonstrative Person=third Number=singular Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-sis--------3p | Pronoun Type=demonstrative Person=third Number=singular Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-sip--------1 | Pronoun Type=demonstrative Person=third Number=singular Case=instrumental Owner_Number=plural Owner_Person=first | 1 |  |
Pd3-sip--------1s | Pronoun Type=demonstrative Person=third Number=singular Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-sip--------1p | Pronoun Type=demonstrative Person=third Number=singular Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-sip--------2 | Pronoun Type=demonstrative Person=third Number=singular Case=instrumental Owner_Number=plural Owner_Person=second | 1 |  |
Pd3-sip--------2s | Pronoun Type=demonstrative Person=third Number=singular Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-sip--------2p | Pronoun Type=demonstrative Person=third Number=singular Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-sip--------3 | Pronoun Type=demonstrative Person=third Number=singular Case=instrumental Owner_Number=plural Owner_Person=third | 1 |  |
Pd3-sip--------3s | Pronoun Type=demonstrative Person=third Number=singular Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-sip--------3p | Pronoun Type=demonstrative Person=third Number=singular Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-sx | Pronoun Type=demonstrative Person=third Number=singular Case=illative | 2 | ebbe/ez, abba/az |
Pd3-sx----------s | Pronoun Type=demonstrative Person=third Number=singular Case=illative Owned_Number=singular | 1 |  |
Pd3-sx----------p | Pronoun Type=demonstrative Person=third Number=singular Case=illative Owned_Number=plural | 1 |  |
Pd3-sxs--------1 | Pronoun Type=demonstrative Person=third Number=singular Case=illative Owner_Number=singular Owner_Person=first | 1 |  |
Pd3-sxs--------1s | Pronoun Type=demonstrative Person=third Number=singular Case=illative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-sxs--------1p | Pronoun Type=demonstrative Person=third Number=singular Case=illative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-sxs--------2 | Pronoun Type=demonstrative Person=third Number=singular Case=illative Owner_Number=singular Owner_Person=second | 1 |  |
Pd3-sxs--------2s | Pronoun Type=demonstrative Person=third Number=singular Case=illative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-sxs--------2p | Pronoun Type=demonstrative Person=third Number=singular Case=illative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-sxs--------3 | Pronoun Type=demonstrative Person=third Number=singular Case=illative Owner_Number=singular Owner_Person=third | 1 |  |
Pd3-sxs--------3s | Pronoun Type=demonstrative Person=third Number=singular Case=illative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-sxs--------3p | Pronoun Type=demonstrative Person=third Number=singular Case=illative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-sxp--------1 | Pronoun Type=demonstrative Person=third Number=singular Case=illative Owner_Number=plural Owner_Person=first | 1 |  |
Pd3-sxp--------1s | Pronoun Type=demonstrative Person=third Number=singular Case=illative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-sxp--------1p | Pronoun Type=demonstrative Person=third Number=singular Case=illative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-sxp--------2 | Pronoun Type=demonstrative Person=third Number=singular Case=illative Owner_Number=plural Owner_Person=second | 1 |  |
Pd3-sxp--------2s | Pronoun Type=demonstrative Person=third Number=singular Case=illative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-sxp--------2p | Pronoun Type=demonstrative Person=third Number=singular Case=illative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-sxp--------3 | Pronoun Type=demonstrative Person=third Number=singular Case=illative Owner_Number=plural Owner_Person=third | 1 |  |
Pd3-sxp--------3s | Pronoun Type=demonstrative Person=third Number=singular Case=illative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-sxp--------3p | Pronoun Type=demonstrative Person=third Number=singular Case=illative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-s2 | Pronoun Type=demonstrative Person=third Number=singular Case=inessive | 5 | ugyanebben/ugyanez, ugyanabban/ugyanaz, ilyenben/ilyen, ebben/ez, abban/az |
Pd3-s2----------s | Pronoun Type=demonstrative Person=third Number=singular Case=inessive Owned_Number=singular | 1 | azéban/az |
Pd3-s2----------p | Pronoun Type=demonstrative Person=third Number=singular Case=inessive Owned_Number=plural | 1 |  |
Pd3-s2s--------1 | Pronoun Type=demonstrative Person=third Number=singular Case=inessive Owner_Number=singular Owner_Person=first | 1 |  |
Pd3-s2s--------1s | Pronoun Type=demonstrative Person=third Number=singular Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-s2s--------1p | Pronoun Type=demonstrative Person=third Number=singular Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-s2s--------2 | Pronoun Type=demonstrative Person=third Number=singular Case=inessive Owner_Number=singular Owner_Person=second | 1 |  |
Pd3-s2s--------2s | Pronoun Type=demonstrative Person=third Number=singular Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-s2s--------2p | Pronoun Type=demonstrative Person=third Number=singular Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-s2s--------3 | Pronoun Type=demonstrative Person=third Number=singular Case=inessive Owner_Number=singular Owner_Person=third | 1 |  |
Pd3-s2s--------3s | Pronoun Type=demonstrative Person=third Number=singular Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-s2s--------3p | Pronoun Type=demonstrative Person=third Number=singular Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-s2p--------1 | Pronoun Type=demonstrative Person=third Number=singular Case=inessive Owner_Number=plural Owner_Person=first | 1 |  |
Pd3-s2p--------1s | Pronoun Type=demonstrative Person=third Number=singular Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-s2p--------1p | Pronoun Type=demonstrative Person=third Number=singular Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-s2p--------2 | Pronoun Type=demonstrative Person=third Number=singular Case=inessive Owner_Number=plural Owner_Person=second | 1 |  |
Pd3-s2p--------2s | Pronoun Type=demonstrative Person=third Number=singular Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-s2p--------2p | Pronoun Type=demonstrative Person=third Number=singular Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-s2p--------3 | Pronoun Type=demonstrative Person=third Number=singular Case=inessive Owner_Number=plural Owner_Person=third | 1 |  |
Pd3-s2p--------3s | Pronoun Type=demonstrative Person=third Number=singular Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-s2p--------3p | Pronoun Type=demonstrative Person=third Number=singular Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-se | Pronoun Type=demonstrative Person=third Number=singular Case=elative | 3 | ugyanabból/ugyanaz, ebből/ez, abból/az |
Pd3-se----------s | Pronoun Type=demonstrative Person=third Number=singular Case=elative Owned_Number=singular | 1 |  |
Pd3-se----------p | Pronoun Type=demonstrative Person=third Number=singular Case=elative Owned_Number=plural | 1 |  |
Pd3-ses--------1 | Pronoun Type=demonstrative Person=third Number=singular Case=elative Owner_Number=singular Owner_Person=first | 1 |  |
Pd3-ses--------1s | Pronoun Type=demonstrative Person=third Number=singular Case=elative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-ses--------1p | Pronoun Type=demonstrative Person=third Number=singular Case=elative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-ses--------2 | Pronoun Type=demonstrative Person=third Number=singular Case=elative Owner_Number=singular Owner_Person=second | 1 |  |
Pd3-ses--------2s | Pronoun Type=demonstrative Person=third Number=singular Case=elative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-ses--------2p | Pronoun Type=demonstrative Person=third Number=singular Case=elative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-ses--------3 | Pronoun Type=demonstrative Person=third Number=singular Case=elative Owner_Number=singular Owner_Person=third | 1 |  |
Pd3-ses--------3s | Pronoun Type=demonstrative Person=third Number=singular Case=elative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-ses--------3p | Pronoun Type=demonstrative Person=third Number=singular Case=elative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-sep--------1 | Pronoun Type=demonstrative Person=third Number=singular Case=elative Owner_Number=plural Owner_Person=first | 1 |  |
Pd3-sep--------1s | Pronoun Type=demonstrative Person=third Number=singular Case=elative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-sep--------1p | Pronoun Type=demonstrative Person=third Number=singular Case=elative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-sep--------2 | Pronoun Type=demonstrative Person=third Number=singular Case=elative Owner_Number=plural Owner_Person=second | 1 |  |
Pd3-sep--------2s | Pronoun Type=demonstrative Person=third Number=singular Case=elative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-sep--------2p | Pronoun Type=demonstrative Person=third Number=singular Case=elative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-sep--------3 | Pronoun Type=demonstrative Person=third Number=singular Case=elative Owner_Number=plural Owner_Person=third | 1 |  |
Pd3-sep--------3s | Pronoun Type=demonstrative Person=third Number=singular Case=elative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-sep--------3p | Pronoun Type=demonstrative Person=third Number=singular Case=elative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-st | Pronoun Type=demonstrative Person=third Number=singular Case=allative | 2 | ehhez/ez, ahhoz/az |
Pd3-st----------s | Pronoun Type=demonstrative Person=third Number=singular Case=allative Owned_Number=singular | 1 |  |
Pd3-st----------p | Pronoun Type=demonstrative Person=third Number=singular Case=allative Owned_Number=plural | 1 |  |
Pd3-sts--------1 | Pronoun Type=demonstrative Person=third Number=singular Case=allative Owner_Number=singular Owner_Person=first | 1 |  |
Pd3-sts--------1s | Pronoun Type=demonstrative Person=third Number=singular Case=allative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-sts--------1p | Pronoun Type=demonstrative Person=third Number=singular Case=allative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-sts--------2 | Pronoun Type=demonstrative Person=third Number=singular Case=allative Owner_Number=singular Owner_Person=second | 1 |  |
Pd3-sts--------2s | Pronoun Type=demonstrative Person=third Number=singular Case=allative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-sts--------2p | Pronoun Type=demonstrative Person=third Number=singular Case=allative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-sts--------3 | Pronoun Type=demonstrative Person=third Number=singular Case=allative Owner_Number=singular Owner_Person=third | 1 |  |
Pd3-sts--------3s | Pronoun Type=demonstrative Person=third Number=singular Case=allative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-sts--------3p | Pronoun Type=demonstrative Person=third Number=singular Case=allative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-stp--------1 | Pronoun Type=demonstrative Person=third Number=singular Case=allative Owner_Number=plural Owner_Person=first | 1 |  |
Pd3-stp--------1s | Pronoun Type=demonstrative Person=third Number=singular Case=allative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-stp--------1p | Pronoun Type=demonstrative Person=third Number=singular Case=allative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-stp--------2 | Pronoun Type=demonstrative Person=third Number=singular Case=allative Owner_Number=plural Owner_Person=second | 1 |  |
Pd3-stp--------2s | Pronoun Type=demonstrative Person=third Number=singular Case=allative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-stp--------2p | Pronoun Type=demonstrative Person=third Number=singular Case=allative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-stp--------3 | Pronoun Type=demonstrative Person=third Number=singular Case=allative Owner_Number=plural Owner_Person=third | 1 |  |
Pd3-stp--------3s | Pronoun Type=demonstrative Person=third Number=singular Case=allative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-stp--------3p | Pronoun Type=demonstrative Person=third Number=singular Case=allative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-s3 | Pronoun Type=demonstrative Person=third Number=singular Case=adessive | 3 | ugyanannál/ugyanaz, ennél/ez, annál/az |
Pd3-s3----------s | Pronoun Type=demonstrative Person=third Number=singular Case=adessive Owned_Number=singular | 1 |  |
Pd3-s3----------p | Pronoun Type=demonstrative Person=third Number=singular Case=adessive Owned_Number=plural | 1 |  |
Pd3-s3s--------1 | Pronoun Type=demonstrative Person=third Number=singular Case=adessive Owner_Number=singular Owner_Person=first | 1 |  |
Pd3-s3s--------1s | Pronoun Type=demonstrative Person=third Number=singular Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-s3s--------1p | Pronoun Type=demonstrative Person=third Number=singular Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-s3s--------2 | Pronoun Type=demonstrative Person=third Number=singular Case=adessive Owner_Number=singular Owner_Person=second | 1 |  |
Pd3-s3s--------2s | Pronoun Type=demonstrative Person=third Number=singular Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-s3s--------2p | Pronoun Type=demonstrative Person=third Number=singular Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-s3s--------3 | Pronoun Type=demonstrative Person=third Number=singular Case=adessive Owner_Number=singular Owner_Person=third | 1 |  |
Pd3-s3s--------3s | Pronoun Type=demonstrative Person=third Number=singular Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-s3s--------3p | Pronoun Type=demonstrative Person=third Number=singular Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-s3p--------1 | Pronoun Type=demonstrative Person=third Number=singular Case=adessive Owner_Number=plural Owner_Person=first | 1 |  |
Pd3-s3p--------1s | Pronoun Type=demonstrative Person=third Number=singular Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-s3p--------1p | Pronoun Type=demonstrative Person=third Number=singular Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-s3p--------2 | Pronoun Type=demonstrative Person=third Number=singular Case=adessive Owner_Number=plural Owner_Person=second | 1 |  |
Pd3-s3p--------2s | Pronoun Type=demonstrative Person=third Number=singular Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-s3p--------2p | Pronoun Type=demonstrative Person=third Number=singular Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-s3p--------3 | Pronoun Type=demonstrative Person=third Number=singular Case=adessive Owner_Number=plural Owner_Person=third | 1 |  |
Pd3-s3p--------3s | Pronoun Type=demonstrative Person=third Number=singular Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-s3p--------3p | Pronoun Type=demonstrative Person=third Number=singular Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-sb | Pronoun Type=demonstrative Person=third Number=singular Case=ablative | 2 | ettől/ez, attól/az |
Pd3-sb----------s | Pronoun Type=demonstrative Person=third Number=singular Case=ablative Owned_Number=singular | 1 |  |
Pd3-sb----------p | Pronoun Type=demonstrative Person=third Number=singular Case=ablative Owned_Number=plural | 1 |  |
Pd3-sbs--------1 | Pronoun Type=demonstrative Person=third Number=singular Case=ablative Owner_Number=singular Owner_Person=first | 1 |  |
Pd3-sbs--------1s | Pronoun Type=demonstrative Person=third Number=singular Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-sbs--------1p | Pronoun Type=demonstrative Person=third Number=singular Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-sbs--------2 | Pronoun Type=demonstrative Person=third Number=singular Case=ablative Owner_Number=singular Owner_Person=second | 1 |  |
Pd3-sbs--------2s | Pronoun Type=demonstrative Person=third Number=singular Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-sbs--------2p | Pronoun Type=demonstrative Person=third Number=singular Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-sbs--------3 | Pronoun Type=demonstrative Person=third Number=singular Case=ablative Owner_Number=singular Owner_Person=third | 1 |  |
Pd3-sbs--------3s | Pronoun Type=demonstrative Person=third Number=singular Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-sbs--------3p | Pronoun Type=demonstrative Person=third Number=singular Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-sbp--------1 | Pronoun Type=demonstrative Person=third Number=singular Case=ablative Owner_Number=plural Owner_Person=first | 1 |  |
Pd3-sbp--------1s | Pronoun Type=demonstrative Person=third Number=singular Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-sbp--------1p | Pronoun Type=demonstrative Person=third Number=singular Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-sbp--------2 | Pronoun Type=demonstrative Person=third Number=singular Case=ablative Owner_Number=plural Owner_Person=second | 1 |  |
Pd3-sbp--------2s | Pronoun Type=demonstrative Person=third Number=singular Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-sbp--------2p | Pronoun Type=demonstrative Person=third Number=singular Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-sbp--------3 | Pronoun Type=demonstrative Person=third Number=singular Case=ablative Owner_Number=plural Owner_Person=third | 1 |  |
Pd3-sbp--------3s | Pronoun Type=demonstrative Person=third Number=singular Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-sbp--------3p | Pronoun Type=demonstrative Person=third Number=singular Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-s9 | Pronoun Type=demonstrative Person=third Number=singular Case=terminative | 2 | eddig/ez, addig/az |
Pd3-s9----------s | Pronoun Type=demonstrative Person=third Number=singular Case=terminative Owned_Number=singular | 1 |  |
Pd3-s9----------p | Pronoun Type=demonstrative Person=third Number=singular Case=terminative Owned_Number=plural | 1 |  |
Pd3-s9s--------1 | Pronoun Type=demonstrative Person=third Number=singular Case=terminative Owner_Number=singular Owner_Person=first | 1 |  |
Pd3-s9s--------1s | Pronoun Type=demonstrative Person=third Number=singular Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-s9s--------1p | Pronoun Type=demonstrative Person=third Number=singular Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-s9s--------2 | Pronoun Type=demonstrative Person=third Number=singular Case=terminative Owner_Number=singular Owner_Person=second | 1 |  |
Pd3-s9s--------2s | Pronoun Type=demonstrative Person=third Number=singular Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-s9s--------2p | Pronoun Type=demonstrative Person=third Number=singular Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-s9s--------3 | Pronoun Type=demonstrative Person=third Number=singular Case=terminative Owner_Number=singular Owner_Person=third | 1 |  |
Pd3-s9s--------3s | Pronoun Type=demonstrative Person=third Number=singular Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-s9s--------3p | Pronoun Type=demonstrative Person=third Number=singular Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-s9p--------1 | Pronoun Type=demonstrative Person=third Number=singular Case=terminative Owner_Number=plural Owner_Person=first | 1 |  |
Pd3-s9p--------1s | Pronoun Type=demonstrative Person=third Number=singular Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-s9p--------1p | Pronoun Type=demonstrative Person=third Number=singular Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-s9p--------2 | Pronoun Type=demonstrative Person=third Number=singular Case=terminative Owner_Number=plural Owner_Person=second | 1 |  |
Pd3-s9p--------2s | Pronoun Type=demonstrative Person=third Number=singular Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-s9p--------2p | Pronoun Type=demonstrative Person=third Number=singular Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-s9p--------3 | Pronoun Type=demonstrative Person=third Number=singular Case=terminative Owner_Number=plural Owner_Person=third | 1 |  |
Pd3-s9p--------3s | Pronoun Type=demonstrative Person=third Number=singular Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-s9p--------3p | Pronoun Type=demonstrative Person=third Number=singular Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-sw | Pronoun Type=demonstrative Person=third Number=singular Case=essive | 1 |  |
Pd3-sw----------s | Pronoun Type=demonstrative Person=third Number=singular Case=essive Owned_Number=singular | 1 |  |
Pd3-sw----------p | Pronoun Type=demonstrative Person=third Number=singular Case=essive Owned_Number=plural | 1 |  |
Pd3-sws--------1 | Pronoun Type=demonstrative Person=third Number=singular Case=essive Owner_Number=singular Owner_Person=first | 1 |  |
Pd3-sws--------1s | Pronoun Type=demonstrative Person=third Number=singular Case=essive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-sws--------1p | Pronoun Type=demonstrative Person=third Number=singular Case=essive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-sws--------2 | Pronoun Type=demonstrative Person=third Number=singular Case=essive Owner_Number=singular Owner_Person=second | 1 |  |
Pd3-sws--------2s | Pronoun Type=demonstrative Person=third Number=singular Case=essive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-sws--------2p | Pronoun Type=demonstrative Person=third Number=singular Case=essive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-sws--------3 | Pronoun Type=demonstrative Person=third Number=singular Case=essive Owner_Number=singular Owner_Person=third | 1 |  |
Pd3-sws--------3s | Pronoun Type=demonstrative Person=third Number=singular Case=essive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-sws--------3p | Pronoun Type=demonstrative Person=third Number=singular Case=essive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-swp--------1 | Pronoun Type=demonstrative Person=third Number=singular Case=essive Owner_Number=plural Owner_Person=first | 1 |  |
Pd3-swp--------1s | Pronoun Type=demonstrative Person=third Number=singular Case=essive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-swp--------1p | Pronoun Type=demonstrative Person=third Number=singular Case=essive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-swp--------2 | Pronoun Type=demonstrative Person=third Number=singular Case=essive Owner_Number=plural Owner_Person=second | 1 |  |
Pd3-swp--------2s | Pronoun Type=demonstrative Person=third Number=singular Case=essive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-swp--------2p | Pronoun Type=demonstrative Person=third Number=singular Case=essive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-swp--------3 | Pronoun Type=demonstrative Person=third Number=singular Case=essive Owner_Number=plural Owner_Person=third | 1 |  |
Pd3-swp--------3s | Pronoun Type=demonstrative Person=third Number=singular Case=essive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-swp--------3p | Pronoun Type=demonstrative Person=third Number=singular Case=essive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-sm | Pronoun Type=demonstrative Person=third Number=singular Case=temporalis | 5 | ugyanakkor/ugyanaz, olykor/oly, olyankor/olyan, ilyenkor/ilyen, ekkor/ez |
Pd3-sm----------s | Pronoun Type=demonstrative Person=third Number=singular Case=temporalis Owned_Number=singular | 1 |  |
Pd3-sm----------p | Pronoun Type=demonstrative Person=third Number=singular Case=temporalis Owned_Number=plural | 1 |  |
Pd3-sms--------1 | Pronoun Type=demonstrative Person=third Number=singular Case=temporalis Owner_Number=singular Owner_Person=first | 1 |  |
Pd3-sms--------1s | Pronoun Type=demonstrative Person=third Number=singular Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-sms--------1p | Pronoun Type=demonstrative Person=third Number=singular Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-sms--------2 | Pronoun Type=demonstrative Person=third Number=singular Case=temporalis Owner_Number=singular Owner_Person=second | 1 |  |
Pd3-sms--------2s | Pronoun Type=demonstrative Person=third Number=singular Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-sms--------2p | Pronoun Type=demonstrative Person=third Number=singular Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-sms--------3 | Pronoun Type=demonstrative Person=third Number=singular Case=temporalis Owner_Number=singular Owner_Person=third | 1 |  |
Pd3-sms--------3s | Pronoun Type=demonstrative Person=third Number=singular Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-sms--------3p | Pronoun Type=demonstrative Person=third Number=singular Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-smp--------1 | Pronoun Type=demonstrative Person=third Number=singular Case=temporalis Owner_Number=plural Owner_Person=first | 1 |  |
Pd3-smp--------1s | Pronoun Type=demonstrative Person=third Number=singular Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-smp--------1p | Pronoun Type=demonstrative Person=third Number=singular Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-smp--------2 | Pronoun Type=demonstrative Person=third Number=singular Case=temporalis Owner_Number=plural Owner_Person=second | 1 |  |
Pd3-smp--------2s | Pronoun Type=demonstrative Person=third Number=singular Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-smp--------2p | Pronoun Type=demonstrative Person=third Number=singular Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-smp--------3 | Pronoun Type=demonstrative Person=third Number=singular Case=temporalis Owner_Number=plural Owner_Person=third | 1 |  |
Pd3-smp--------3s | Pronoun Type=demonstrative Person=third Number=singular Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-smp--------3p | Pronoun Type=demonstrative Person=third Number=singular Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-sc | Pronoun Type=demonstrative Person=third Number=singular Case=causalis | 4 | ugyanezért/ugyanez, ugyanazért/ugyanaz, ezért/ez, azért/az |
Pd3-sc----------s | Pronoun Type=demonstrative Person=third Number=singular Case=causalis Owned_Number=singular | 1 |  |
Pd3-sc----------p | Pronoun Type=demonstrative Person=third Number=singular Case=causalis Owned_Number=plural | 1 |  |
Pd3-scs--------1 | Pronoun Type=demonstrative Person=third Number=singular Case=causalis Owner_Number=singular Owner_Person=first | 1 |  |
Pd3-scs--------1s | Pronoun Type=demonstrative Person=third Number=singular Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-scs--------1p | Pronoun Type=demonstrative Person=third Number=singular Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-scs--------2 | Pronoun Type=demonstrative Person=third Number=singular Case=causalis Owner_Number=singular Owner_Person=second | 1 |  |
Pd3-scs--------2s | Pronoun Type=demonstrative Person=third Number=singular Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-scs--------2p | Pronoun Type=demonstrative Person=third Number=singular Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-scs--------3 | Pronoun Type=demonstrative Person=third Number=singular Case=causalis Owner_Number=singular Owner_Person=third | 1 |  |
Pd3-scs--------3s | Pronoun Type=demonstrative Person=third Number=singular Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-scs--------3p | Pronoun Type=demonstrative Person=third Number=singular Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-scp--------1 | Pronoun Type=demonstrative Person=third Number=singular Case=causalis Owner_Number=plural Owner_Person=first | 1 |  |
Pd3-scp--------1s | Pronoun Type=demonstrative Person=third Number=singular Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-scp--------1p | Pronoun Type=demonstrative Person=third Number=singular Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-scp--------2 | Pronoun Type=demonstrative Person=third Number=singular Case=causalis Owner_Number=plural Owner_Person=second | 1 |  |
Pd3-scp--------2s | Pronoun Type=demonstrative Person=third Number=singular Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-scp--------2p | Pronoun Type=demonstrative Person=third Number=singular Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-scp--------3 | Pronoun Type=demonstrative Person=third Number=singular Case=causalis Owner_Number=plural Owner_Person=third | 1 |  |
Pd3-scp--------3s | Pronoun Type=demonstrative Person=third Number=singular Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-scp--------3p | Pronoun Type=demonstrative Person=third Number=singular Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-ss | Pronoun Type=demonstrative Person=third Number=singular Case=sublative | 9 | ugyanerre/ugyanez, ugyanarra/ugyanaz, olyanra/olyan, ilyenre/ilyen, erre/ez |
Pd3-ss----------s | Pronoun Type=demonstrative Person=third Number=singular Case=sublative Owned_Number=singular | 1 |  |
Pd3-ss----------p | Pronoun Type=demonstrative Person=third Number=singular Case=sublative Owned_Number=plural | 1 |  |
Pd3-sss--------1 | Pronoun Type=demonstrative Person=third Number=singular Case=sublative Owner_Number=singular Owner_Person=first | 1 |  |
Pd3-sss--------1s | Pronoun Type=demonstrative Person=third Number=singular Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-sss--------1p | Pronoun Type=demonstrative Person=third Number=singular Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-sss--------2 | Pronoun Type=demonstrative Person=third Number=singular Case=sublative Owner_Number=singular Owner_Person=second | 1 |  |
Pd3-sss--------2s | Pronoun Type=demonstrative Person=third Number=singular Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-sss--------2p | Pronoun Type=demonstrative Person=third Number=singular Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-sss--------3 | Pronoun Type=demonstrative Person=third Number=singular Case=sublative Owner_Number=singular Owner_Person=third | 1 |  |
Pd3-sss--------3s | Pronoun Type=demonstrative Person=third Number=singular Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-sss--------3p | Pronoun Type=demonstrative Person=third Number=singular Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-ssp--------1 | Pronoun Type=demonstrative Person=third Number=singular Case=sublative Owner_Number=plural Owner_Person=first | 1 |  |
Pd3-ssp--------1s | Pronoun Type=demonstrative Person=third Number=singular Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-ssp--------1p | Pronoun Type=demonstrative Person=third Number=singular Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-ssp--------2 | Pronoun Type=demonstrative Person=third Number=singular Case=sublative Owner_Number=plural Owner_Person=second | 1 |  |
Pd3-ssp--------2s | Pronoun Type=demonstrative Person=third Number=singular Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-ssp--------2p | Pronoun Type=demonstrative Person=third Number=singular Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-ssp--------3 | Pronoun Type=demonstrative Person=third Number=singular Case=sublative Owner_Number=plural Owner_Person=third | 1 |  |
Pd3-ssp--------3s | Pronoun Type=demonstrative Person=third Number=singular Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-ssp--------3p | Pronoun Type=demonstrative Person=third Number=singular Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-sh | Pronoun Type=demonstrative Person=third Number=singular Case=delative | 3 | ugyanarról/ugyanaz, erről/ez, arról/az |
Pd3-sh----------s | Pronoun Type=demonstrative Person=third Number=singular Case=delative Owned_Number=singular | 1 |  |
Pd3-sh----------p | Pronoun Type=demonstrative Person=third Number=singular Case=delative Owned_Number=plural | 1 |  |
Pd3-shs--------1 | Pronoun Type=demonstrative Person=third Number=singular Case=delative Owner_Number=singular Owner_Person=first | 1 |  |
Pd3-shs--------1s | Pronoun Type=demonstrative Person=third Number=singular Case=delative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-shs--------1p | Pronoun Type=demonstrative Person=third Number=singular Case=delative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-shs--------2 | Pronoun Type=demonstrative Person=third Number=singular Case=delative Owner_Number=singular Owner_Person=second | 1 |  |
Pd3-shs--------2s | Pronoun Type=demonstrative Person=third Number=singular Case=delative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-shs--------2p | Pronoun Type=demonstrative Person=third Number=singular Case=delative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-shs--------3 | Pronoun Type=demonstrative Person=third Number=singular Case=delative Owner_Number=singular Owner_Person=third | 1 |  |
Pd3-shs--------3s | Pronoun Type=demonstrative Person=third Number=singular Case=delative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-shs--------3p | Pronoun Type=demonstrative Person=third Number=singular Case=delative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-shp--------1 | Pronoun Type=demonstrative Person=third Number=singular Case=delative Owner_Number=plural Owner_Person=first | 1 |  |
Pd3-shp--------1s | Pronoun Type=demonstrative Person=third Number=singular Case=delative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-shp--------1p | Pronoun Type=demonstrative Person=third Number=singular Case=delative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-shp--------2 | Pronoun Type=demonstrative Person=third Number=singular Case=delative Owner_Number=plural Owner_Person=second | 1 |  |
Pd3-shp--------2s | Pronoun Type=demonstrative Person=third Number=singular Case=delative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-shp--------2p | Pronoun Type=demonstrative Person=third Number=singular Case=delative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-shp--------3 | Pronoun Type=demonstrative Person=third Number=singular Case=delative Owner_Number=plural Owner_Person=third | 1 |  |
Pd3-shp--------3s | Pronoun Type=demonstrative Person=third Number=singular Case=delative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-shp--------3p | Pronoun Type=demonstrative Person=third Number=singular Case=delative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-sq | Pronoun Type=demonstrative Person=third Number=singular Case=sociative | 1 |  |
Pd3-sq----------s | Pronoun Type=demonstrative Person=third Number=singular Case=sociative Owned_Number=singular | 1 |  |
Pd3-sq----------p | Pronoun Type=demonstrative Person=third Number=singular Case=sociative Owned_Number=plural | 1 |  |
Pd3-sqs--------1 | Pronoun Type=demonstrative Person=third Number=singular Case=sociative Owner_Number=singular Owner_Person=first | 1 |  |
Pd3-sqs--------1s | Pronoun Type=demonstrative Person=third Number=singular Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-sqs--------1p | Pronoun Type=demonstrative Person=third Number=singular Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-sqs--------2 | Pronoun Type=demonstrative Person=third Number=singular Case=sociative Owner_Number=singular Owner_Person=second | 1 |  |
Pd3-sqs--------2s | Pronoun Type=demonstrative Person=third Number=singular Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-sqs--------2p | Pronoun Type=demonstrative Person=third Number=singular Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-sqs--------3 | Pronoun Type=demonstrative Person=third Number=singular Case=sociative Owner_Number=singular Owner_Person=third | 1 |  |
Pd3-sqs--------3s | Pronoun Type=demonstrative Person=third Number=singular Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-sqs--------3p | Pronoun Type=demonstrative Person=third Number=singular Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-sqp--------1 | Pronoun Type=demonstrative Person=third Number=singular Case=sociative Owner_Number=plural Owner_Person=first | 1 |  |
Pd3-sqp--------1s | Pronoun Type=demonstrative Person=third Number=singular Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-sqp--------1p | Pronoun Type=demonstrative Person=third Number=singular Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-sqp--------2 | Pronoun Type=demonstrative Person=third Number=singular Case=sociative Owner_Number=plural Owner_Person=second | 1 |  |
Pd3-sqp--------2s | Pronoun Type=demonstrative Person=third Number=singular Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-sqp--------2p | Pronoun Type=demonstrative Person=third Number=singular Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-sqp--------3 | Pronoun Type=demonstrative Person=third Number=singular Case=sociative Owner_Number=plural Owner_Person=third | 1 |  |
Pd3-sqp--------3s | Pronoun Type=demonstrative Person=third Number=singular Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-sqp--------3p | Pronoun Type=demonstrative Person=third Number=singular Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-sy | Pronoun Type=demonstrative Person=third Number=singular Case=factive | 1 | azzá/az |
Pd3-sy----------s | Pronoun Type=demonstrative Person=third Number=singular Case=factive Owned_Number=singular | 1 |  |
Pd3-sy----------p | Pronoun Type=demonstrative Person=third Number=singular Case=factive Owned_Number=plural | 1 |  |
Pd3-sys--------1 | Pronoun Type=demonstrative Person=third Number=singular Case=factive Owner_Number=singular Owner_Person=first | 1 |  |
Pd3-sys--------1s | Pronoun Type=demonstrative Person=third Number=singular Case=factive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-sys--------1p | Pronoun Type=demonstrative Person=third Number=singular Case=factive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-sys--------2 | Pronoun Type=demonstrative Person=third Number=singular Case=factive Owner_Number=singular Owner_Person=second | 1 |  |
Pd3-sys--------2s | Pronoun Type=demonstrative Person=third Number=singular Case=factive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-sys--------2p | Pronoun Type=demonstrative Person=third Number=singular Case=factive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-sys--------3 | Pronoun Type=demonstrative Person=third Number=singular Case=factive Owner_Number=singular Owner_Person=third | 1 |  |
Pd3-sys--------3s | Pronoun Type=demonstrative Person=third Number=singular Case=factive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-sys--------3p | Pronoun Type=demonstrative Person=third Number=singular Case=factive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-syp--------1 | Pronoun Type=demonstrative Person=third Number=singular Case=factive Owner_Number=plural Owner_Person=first | 1 |  |
Pd3-syp--------1s | Pronoun Type=demonstrative Person=third Number=singular Case=factive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-syp--------1p | Pronoun Type=demonstrative Person=third Number=singular Case=factive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-syp--------2 | Pronoun Type=demonstrative Person=third Number=singular Case=factive Owner_Number=plural Owner_Person=second | 1 |  |
Pd3-syp--------2s | Pronoun Type=demonstrative Person=third Number=singular Case=factive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-syp--------2p | Pronoun Type=demonstrative Person=third Number=singular Case=factive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-syp--------3 | Pronoun Type=demonstrative Person=third Number=singular Case=factive Owner_Number=plural Owner_Person=third | 1 |  |
Pd3-syp--------3s | Pronoun Type=demonstrative Person=third Number=singular Case=factive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-syp--------3p | Pronoun Type=demonstrative Person=third Number=singular Case=factive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-sp | Pronoun Type=demonstrative Person=third Number=singular Case=superessive | 4 | ugyanilyen/ugyanily, ilyen/ily, ezen/ez, azon/az |
Pd3-sp----------s | Pronoun Type=demonstrative Person=third Number=singular Case=superessive Owned_Number=singular | 1 |  |
Pd3-sp----------p | Pronoun Type=demonstrative Person=third Number=singular Case=superessive Owned_Number=plural | 1 |  |
Pd3-sps--------1 | Pronoun Type=demonstrative Person=third Number=singular Case=superessive Owner_Number=singular Owner_Person=first | 1 |  |
Pd3-sps--------1s | Pronoun Type=demonstrative Person=third Number=singular Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-sps--------1p | Pronoun Type=demonstrative Person=third Number=singular Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-sps--------2 | Pronoun Type=demonstrative Person=third Number=singular Case=superessive Owner_Number=singular Owner_Person=second | 1 |  |
Pd3-sps--------2s | Pronoun Type=demonstrative Person=third Number=singular Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-sps--------2p | Pronoun Type=demonstrative Person=third Number=singular Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-sps--------3 | Pronoun Type=demonstrative Person=third Number=singular Case=superessive Owner_Number=singular Owner_Person=third | 1 |  |
Pd3-sps--------3s | Pronoun Type=demonstrative Person=third Number=singular Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-sps--------3p | Pronoun Type=demonstrative Person=third Number=singular Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-spp--------1 | Pronoun Type=demonstrative Person=third Number=singular Case=superessive Owner_Number=plural Owner_Person=first | 1 |  |
Pd3-spp--------1s | Pronoun Type=demonstrative Person=third Number=singular Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-spp--------1p | Pronoun Type=demonstrative Person=third Number=singular Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-spp--------2 | Pronoun Type=demonstrative Person=third Number=singular Case=superessive Owner_Number=plural Owner_Person=second | 1 |  |
Pd3-spp--------2s | Pronoun Type=demonstrative Person=third Number=singular Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-spp--------2p | Pronoun Type=demonstrative Person=third Number=singular Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-spp--------3 | Pronoun Type=demonstrative Person=third Number=singular Case=superessive Owner_Number=plural Owner_Person=third | 1 |  |
Pd3-spp--------3s | Pronoun Type=demonstrative Person=third Number=singular Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-spp--------3p | Pronoun Type=demonstrative Person=third Number=singular Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-su | Pronoun Type=demonstrative Person=third Number=singular Case=distributive | 1 | ilyenként/ily |
Pd3-su----------s | Pronoun Type=demonstrative Person=third Number=singular Case=distributive Owned_Number=singular | 1 |  |
Pd3-su----------p | Pronoun Type=demonstrative Person=third Number=singular Case=distributive Owned_Number=plural | 1 |  |
Pd3-sus--------1 | Pronoun Type=demonstrative Person=third Number=singular Case=distributive Owner_Number=singular Owner_Person=first | 1 |  |
Pd3-sus--------1s | Pronoun Type=demonstrative Person=third Number=singular Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-sus--------1p | Pronoun Type=demonstrative Person=third Number=singular Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-sus--------2 | Pronoun Type=demonstrative Person=third Number=singular Case=distributive Owner_Number=singular Owner_Person=second | 1 |  |
Pd3-sus--------2s | Pronoun Type=demonstrative Person=third Number=singular Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-sus--------2p | Pronoun Type=demonstrative Person=third Number=singular Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-sus--------3 | Pronoun Type=demonstrative Person=third Number=singular Case=distributive Owner_Number=singular Owner_Person=third | 1 |  |
Pd3-sus--------3s | Pronoun Type=demonstrative Person=third Number=singular Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-sus--------3p | Pronoun Type=demonstrative Person=third Number=singular Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-sup--------1 | Pronoun Type=demonstrative Person=third Number=singular Case=distributive Owner_Number=plural Owner_Person=first | 1 |  |
Pd3-sup--------1s | Pronoun Type=demonstrative Person=third Number=singular Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-sup--------1p | Pronoun Type=demonstrative Person=third Number=singular Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-sup--------2 | Pronoun Type=demonstrative Person=third Number=singular Case=distributive Owner_Number=plural Owner_Person=second | 1 |  |
Pd3-sup--------2s | Pronoun Type=demonstrative Person=third Number=singular Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-sup--------2p | Pronoun Type=demonstrative Person=third Number=singular Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-sup--------3 | Pronoun Type=demonstrative Person=third Number=singular Case=distributive Owner_Number=plural Owner_Person=third | 1 |  |
Pd3-sup--------3s | Pronoun Type=demonstrative Person=third Number=singular Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-sup--------3p | Pronoun Type=demonstrative Person=third Number=singular Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-sf | Pronoun Type=demonstrative Person=third Number=singular Case=essive-formal | 2 | ilyenként/ilyen, ilyenféleképpen/ilyenféle |
Pd3-sf----------s | Pronoun Type=demonstrative Person=third Number=singular Case=essive-formal Owned_Number=singular | 1 |  |
Pd3-sf----------p | Pronoun Type=demonstrative Person=third Number=singular Case=essive-formal Owned_Number=plural | 1 |  |
Pd3-sfs--------1 | Pronoun Type=demonstrative Person=third Number=singular Case=essive-formal Owner_Number=singular Owner_Person=first | 1 |  |
Pd3-sfs--------1s | Pronoun Type=demonstrative Person=third Number=singular Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-sfs--------1p | Pronoun Type=demonstrative Person=third Number=singular Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-sfs--------2 | Pronoun Type=demonstrative Person=third Number=singular Case=essive-formal Owner_Number=singular Owner_Person=second | 1 |  |
Pd3-sfs--------2s | Pronoun Type=demonstrative Person=third Number=singular Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-sfs--------2p | Pronoun Type=demonstrative Person=third Number=singular Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-sfs--------3 | Pronoun Type=demonstrative Person=third Number=singular Case=essive-formal Owner_Number=singular Owner_Person=third | 1 |  |
Pd3-sfs--------3s | Pronoun Type=demonstrative Person=third Number=singular Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-sfs--------3p | Pronoun Type=demonstrative Person=third Number=singular Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-sfp--------1 | Pronoun Type=demonstrative Person=third Number=singular Case=essive-formal Owner_Number=plural Owner_Person=first | 1 |  |
Pd3-sfp--------1s | Pronoun Type=demonstrative Person=third Number=singular Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-sfp--------1p | Pronoun Type=demonstrative Person=third Number=singular Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-sfp--------2 | Pronoun Type=demonstrative Person=third Number=singular Case=essive-formal Owner_Number=plural Owner_Person=second | 1 |  |
Pd3-sfp--------2s | Pronoun Type=demonstrative Person=third Number=singular Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-sfp--------2p | Pronoun Type=demonstrative Person=third Number=singular Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-sfp--------3 | Pronoun Type=demonstrative Person=third Number=singular Case=essive-formal Owner_Number=plural Owner_Person=third | 1 |  |
Pd3-sfp--------3s | Pronoun Type=demonstrative Person=third Number=singular Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-sfp--------3p | Pronoun Type=demonstrative Person=third Number=singular Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-pn | Pronoun Type=demonstrative Person=third Number=plural Case=nominative | 9 | ugyanezek/ugyanez, ugyanazok/ugyanaz, olyanok/olyan, ilyenek/ilyen, ezek/ez |
Pd3-pn----------s | Pronoun Type=demonstrative Person=third Number=plural Case=nominative Owned_Number=singular | 1 | azoké/az |
Pd3-pn----------p | Pronoun Type=demonstrative Person=third Number=plural Case=nominative Owned_Number=plural | 1 |  |
Pd3-pns--------1 | Pronoun Type=demonstrative Person=third Number=plural Case=nominative Owner_Number=singular Owner_Person=first | 1 |  |
Pd3-pns--------1s | Pronoun Type=demonstrative Person=third Number=plural Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-pns--------1p | Pronoun Type=demonstrative Person=third Number=plural Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-pns--------2 | Pronoun Type=demonstrative Person=third Number=plural Case=nominative Owner_Number=singular Owner_Person=second | 1 |  |
Pd3-pns--------2s | Pronoun Type=demonstrative Person=third Number=plural Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-pns--------2p | Pronoun Type=demonstrative Person=third Number=plural Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-pns--------3 | Pronoun Type=demonstrative Person=third Number=plural Case=nominative Owner_Number=singular Owner_Person=third | 1 |  |
Pd3-pns--------3s | Pronoun Type=demonstrative Person=third Number=plural Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-pns--------3p | Pronoun Type=demonstrative Person=third Number=plural Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-pnp--------1 | Pronoun Type=demonstrative Person=third Number=plural Case=nominative Owner_Number=plural Owner_Person=first | 1 |  |
Pd3-pnp--------1s | Pronoun Type=demonstrative Person=third Number=plural Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-pnp--------1p | Pronoun Type=demonstrative Person=third Number=plural Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-pnp--------2 | Pronoun Type=demonstrative Person=third Number=plural Case=nominative Owner_Number=plural Owner_Person=second | 1 |  |
Pd3-pnp--------2s | Pronoun Type=demonstrative Person=third Number=plural Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-pnp--------2p | Pronoun Type=demonstrative Person=third Number=plural Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-pnp--------3 | Pronoun Type=demonstrative Person=third Number=plural Case=nominative Owner_Number=plural Owner_Person=third | 1 |  |
Pd3-pnp--------3s | Pronoun Type=demonstrative Person=third Number=plural Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-pnp--------3p | Pronoun Type=demonstrative Person=third Number=plural Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-pg | Pronoun Type=demonstrative Person=third Number=plural Case=genitive | 1 |  |
Pd3-pg----------s | Pronoun Type=demonstrative Person=third Number=plural Case=genitive Owned_Number=singular | 1 |  |
Pd3-pg----------p | Pronoun Type=demonstrative Person=third Number=plural Case=genitive Owned_Number=plural | 1 |  |
Pd3-pgs--------1 | Pronoun Type=demonstrative Person=third Number=plural Case=genitive Owner_Number=singular Owner_Person=first | 1 |  |
Pd3-pgs--------1s | Pronoun Type=demonstrative Person=third Number=plural Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-pgs--------1p | Pronoun Type=demonstrative Person=third Number=plural Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-pgs--------2 | Pronoun Type=demonstrative Person=third Number=plural Case=genitive Owner_Number=singular Owner_Person=second | 1 |  |
Pd3-pgs--------2s | Pronoun Type=demonstrative Person=third Number=plural Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-pgs--------2p | Pronoun Type=demonstrative Person=third Number=plural Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-pgs--------3 | Pronoun Type=demonstrative Person=third Number=plural Case=genitive Owner_Number=singular Owner_Person=third | 1 |  |
Pd3-pgs--------3s | Pronoun Type=demonstrative Person=third Number=plural Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-pgs--------3p | Pronoun Type=demonstrative Person=third Number=plural Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-pgp--------1 | Pronoun Type=demonstrative Person=third Number=plural Case=genitive Owner_Number=plural Owner_Person=first | 1 |  |
Pd3-pgp--------1s | Pronoun Type=demonstrative Person=third Number=plural Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-pgp--------1p | Pronoun Type=demonstrative Person=third Number=plural Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-pgp--------2 | Pronoun Type=demonstrative Person=third Number=plural Case=genitive Owner_Number=plural Owner_Person=second | 1 |  |
Pd3-pgp--------2s | Pronoun Type=demonstrative Person=third Number=plural Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-pgp--------2p | Pronoun Type=demonstrative Person=third Number=plural Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-pgp--------3 | Pronoun Type=demonstrative Person=third Number=plural Case=genitive Owner_Number=plural Owner_Person=third | 1 |  |
Pd3-pgp--------3s | Pronoun Type=demonstrative Person=third Number=plural Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-pgp--------3p | Pronoun Type=demonstrative Person=third Number=plural Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-pd | Pronoun Type=demonstrative Person=third Number=plural Case=dative | 3 | olyanoknak/olyan, ezeknek/ez, azoknak/az |
Pd3-pd----------s | Pronoun Type=demonstrative Person=third Number=plural Case=dative Owned_Number=singular | 1 |  |
Pd3-pd----------p | Pronoun Type=demonstrative Person=third Number=plural Case=dative Owned_Number=plural | 1 |  |
Pd3-pds--------1 | Pronoun Type=demonstrative Person=third Number=plural Case=dative Owner_Number=singular Owner_Person=first | 1 |  |
Pd3-pds--------1s | Pronoun Type=demonstrative Person=third Number=plural Case=dative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-pds--------1p | Pronoun Type=demonstrative Person=third Number=plural Case=dative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-pds--------2 | Pronoun Type=demonstrative Person=third Number=plural Case=dative Owner_Number=singular Owner_Person=second | 1 |  |
Pd3-pds--------2s | Pronoun Type=demonstrative Person=third Number=plural Case=dative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-pds--------2p | Pronoun Type=demonstrative Person=third Number=plural Case=dative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-pds--------3 | Pronoun Type=demonstrative Person=third Number=plural Case=dative Owner_Number=singular Owner_Person=third | 1 |  |
Pd3-pds--------3s | Pronoun Type=demonstrative Person=third Number=plural Case=dative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-pds--------3p | Pronoun Type=demonstrative Person=third Number=plural Case=dative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-pdp--------1 | Pronoun Type=demonstrative Person=third Number=plural Case=dative Owner_Number=plural Owner_Person=first | 1 |  |
Pd3-pdp--------1s | Pronoun Type=demonstrative Person=third Number=plural Case=dative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-pdp--------1p | Pronoun Type=demonstrative Person=third Number=plural Case=dative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-pdp--------2 | Pronoun Type=demonstrative Person=third Number=plural Case=dative Owner_Number=plural Owner_Person=second | 1 |  |
Pd3-pdp--------2s | Pronoun Type=demonstrative Person=third Number=plural Case=dative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-pdp--------2p | Pronoun Type=demonstrative Person=third Number=plural Case=dative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-pdp--------3 | Pronoun Type=demonstrative Person=third Number=plural Case=dative Owner_Number=plural Owner_Person=third | 1 |  |
Pd3-pdp--------3s | Pronoun Type=demonstrative Person=third Number=plural Case=dative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-pdp--------3p | Pronoun Type=demonstrative Person=third Number=plural Case=dative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-pa | Pronoun Type=demonstrative Person=third Number=plural Case=accusative | 5 | ugyanazokat/ugyanaz, olyanokat/olyan, ilyeneket/ilyen, ezeket/ez, azokat/az |
Pd3-pa----------s | Pronoun Type=demonstrative Person=third Number=plural Case=accusative Owned_Number=singular | 1 |  |
Pd3-pa----------p | Pronoun Type=demonstrative Person=third Number=plural Case=accusative Owned_Number=plural | 1 |  |
Pd3-pas--------1 | Pronoun Type=demonstrative Person=third Number=plural Case=accusative Owner_Number=singular Owner_Person=first | 1 |  |
Pd3-pas--------1s | Pronoun Type=demonstrative Person=third Number=plural Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-pas--------1p | Pronoun Type=demonstrative Person=third Number=plural Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-pas--------2 | Pronoun Type=demonstrative Person=third Number=plural Case=accusative Owner_Number=singular Owner_Person=second | 1 |  |
Pd3-pas--------2s | Pronoun Type=demonstrative Person=third Number=plural Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-pas--------2p | Pronoun Type=demonstrative Person=third Number=plural Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-pas--------3 | Pronoun Type=demonstrative Person=third Number=plural Case=accusative Owner_Number=singular Owner_Person=third | 1 |  |
Pd3-pas--------3s | Pronoun Type=demonstrative Person=third Number=plural Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-pas--------3p | Pronoun Type=demonstrative Person=third Number=plural Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-pap--------1 | Pronoun Type=demonstrative Person=third Number=plural Case=accusative Owner_Number=plural Owner_Person=first | 1 |  |
Pd3-pap--------1s | Pronoun Type=demonstrative Person=third Number=plural Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-pap--------1p | Pronoun Type=demonstrative Person=third Number=plural Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-pap--------2 | Pronoun Type=demonstrative Person=third Number=plural Case=accusative Owner_Number=plural Owner_Person=second | 1 |  |
Pd3-pap--------2s | Pronoun Type=demonstrative Person=third Number=plural Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-pap--------2p | Pronoun Type=demonstrative Person=third Number=plural Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-pap--------3 | Pronoun Type=demonstrative Person=third Number=plural Case=accusative Owner_Number=plural Owner_Person=third | 1 |  |
Pd3-pap--------3s | Pronoun Type=demonstrative Person=third Number=plural Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-pap--------3p | Pronoun Type=demonstrative Person=third Number=plural Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-pi | Pronoun Type=demonstrative Person=third Number=plural Case=instrumental | 4 | ugyanazokkal/ugyanaz, ilyenekkel/ilyen, ezekkel/ez, azokkal/az |
Pd3-pi----------s | Pronoun Type=demonstrative Person=third Number=plural Case=instrumental Owned_Number=singular | 1 |  |
Pd3-pi----------p | Pronoun Type=demonstrative Person=third Number=plural Case=instrumental Owned_Number=plural | 1 |  |
Pd3-pis--------1 | Pronoun Type=demonstrative Person=third Number=plural Case=instrumental Owner_Number=singular Owner_Person=first | 1 |  |
Pd3-pis--------1s | Pronoun Type=demonstrative Person=third Number=plural Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-pis--------1p | Pronoun Type=demonstrative Person=third Number=plural Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-pis--------2 | Pronoun Type=demonstrative Person=third Number=plural Case=instrumental Owner_Number=singular Owner_Person=second | 1 |  |
Pd3-pis--------2s | Pronoun Type=demonstrative Person=third Number=plural Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-pis--------2p | Pronoun Type=demonstrative Person=third Number=plural Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-pis--------3 | Pronoun Type=demonstrative Person=third Number=plural Case=instrumental Owner_Number=singular Owner_Person=third | 1 |  |
Pd3-pis--------3s | Pronoun Type=demonstrative Person=third Number=plural Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-pis--------3p | Pronoun Type=demonstrative Person=third Number=plural Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-pip--------1 | Pronoun Type=demonstrative Person=third Number=plural Case=instrumental Owner_Number=plural Owner_Person=first | 1 |  |
Pd3-pip--------1s | Pronoun Type=demonstrative Person=third Number=plural Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-pip--------1p | Pronoun Type=demonstrative Person=third Number=plural Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-pip--------2 | Pronoun Type=demonstrative Person=third Number=plural Case=instrumental Owner_Number=plural Owner_Person=second | 1 |  |
Pd3-pip--------2s | Pronoun Type=demonstrative Person=third Number=plural Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-pip--------2p | Pronoun Type=demonstrative Person=third Number=plural Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-pip--------3 | Pronoun Type=demonstrative Person=third Number=plural Case=instrumental Owner_Number=plural Owner_Person=third | 1 |  |
Pd3-pip--------3s | Pronoun Type=demonstrative Person=third Number=plural Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-pip--------3p | Pronoun Type=demonstrative Person=third Number=plural Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-px | Pronoun Type=demonstrative Person=third Number=plural Case=illative | 1 |  |
Pd3-px----------s | Pronoun Type=demonstrative Person=third Number=plural Case=illative Owned_Number=singular | 1 |  |
Pd3-px----------p | Pronoun Type=demonstrative Person=third Number=plural Case=illative Owned_Number=plural | 1 |  |
Pd3-pxs--------1 | Pronoun Type=demonstrative Person=third Number=plural Case=illative Owner_Number=singular Owner_Person=first | 1 |  |
Pd3-pxs--------1s | Pronoun Type=demonstrative Person=third Number=plural Case=illative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-pxs--------1p | Pronoun Type=demonstrative Person=third Number=plural Case=illative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-pxs--------2 | Pronoun Type=demonstrative Person=third Number=plural Case=illative Owner_Number=singular Owner_Person=second | 1 |  |
Pd3-pxs--------2s | Pronoun Type=demonstrative Person=third Number=plural Case=illative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-pxs--------2p | Pronoun Type=demonstrative Person=third Number=plural Case=illative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-pxs--------3 | Pronoun Type=demonstrative Person=third Number=plural Case=illative Owner_Number=singular Owner_Person=third | 1 |  |
Pd3-pxs--------3s | Pronoun Type=demonstrative Person=third Number=plural Case=illative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-pxs--------3p | Pronoun Type=demonstrative Person=third Number=plural Case=illative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-pxp--------1 | Pronoun Type=demonstrative Person=third Number=plural Case=illative Owner_Number=plural Owner_Person=first | 1 |  |
Pd3-pxp--------1s | Pronoun Type=demonstrative Person=third Number=plural Case=illative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-pxp--------1p | Pronoun Type=demonstrative Person=third Number=plural Case=illative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-pxp--------2 | Pronoun Type=demonstrative Person=third Number=plural Case=illative Owner_Number=plural Owner_Person=second | 1 |  |
Pd3-pxp--------2s | Pronoun Type=demonstrative Person=third Number=plural Case=illative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-pxp--------2p | Pronoun Type=demonstrative Person=third Number=plural Case=illative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-pxp--------3 | Pronoun Type=demonstrative Person=third Number=plural Case=illative Owner_Number=plural Owner_Person=third | 1 |  |
Pd3-pxp--------3s | Pronoun Type=demonstrative Person=third Number=plural Case=illative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-pxp--------3p | Pronoun Type=demonstrative Person=third Number=plural Case=illative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-p2 | Pronoun Type=demonstrative Person=third Number=plural Case=inessive | 2 | ezekben/ez, azokban/az |
Pd3-p2----------s | Pronoun Type=demonstrative Person=third Number=plural Case=inessive Owned_Number=singular | 1 |  |
Pd3-p2----------p | Pronoun Type=demonstrative Person=third Number=plural Case=inessive Owned_Number=plural | 1 |  |
Pd3-p2s--------1 | Pronoun Type=demonstrative Person=third Number=plural Case=inessive Owner_Number=singular Owner_Person=first | 1 |  |
Pd3-p2s--------1s | Pronoun Type=demonstrative Person=third Number=plural Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-p2s--------1p | Pronoun Type=demonstrative Person=third Number=plural Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-p2s--------2 | Pronoun Type=demonstrative Person=third Number=plural Case=inessive Owner_Number=singular Owner_Person=second | 1 |  |
Pd3-p2s--------2s | Pronoun Type=demonstrative Person=third Number=plural Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-p2s--------2p | Pronoun Type=demonstrative Person=third Number=plural Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-p2s--------3 | Pronoun Type=demonstrative Person=third Number=plural Case=inessive Owner_Number=singular Owner_Person=third | 1 |  |
Pd3-p2s--------3s | Pronoun Type=demonstrative Person=third Number=plural Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-p2s--------3p | Pronoun Type=demonstrative Person=third Number=plural Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-p2p--------1 | Pronoun Type=demonstrative Person=third Number=plural Case=inessive Owner_Number=plural Owner_Person=first | 1 |  |
Pd3-p2p--------1s | Pronoun Type=demonstrative Person=third Number=plural Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-p2p--------1p | Pronoun Type=demonstrative Person=third Number=plural Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-p2p--------2 | Pronoun Type=demonstrative Person=third Number=plural Case=inessive Owner_Number=plural Owner_Person=second | 1 |  |
Pd3-p2p--------2s | Pronoun Type=demonstrative Person=third Number=plural Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-p2p--------2p | Pronoun Type=demonstrative Person=third Number=plural Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-p2p--------3 | Pronoun Type=demonstrative Person=third Number=plural Case=inessive Owner_Number=plural Owner_Person=third | 1 |  |
Pd3-p2p--------3s | Pronoun Type=demonstrative Person=third Number=plural Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-p2p--------3p | Pronoun Type=demonstrative Person=third Number=plural Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-pe | Pronoun Type=demonstrative Person=third Number=plural Case=elative | 3 | ugyanazokból/ugyanaz, ezekből/ez, azokból/az |
Pd3-pe----------s | Pronoun Type=demonstrative Person=third Number=plural Case=elative Owned_Number=singular | 1 |  |
Pd3-pe----------p | Pronoun Type=demonstrative Person=third Number=plural Case=elative Owned_Number=plural | 1 |  |
Pd3-pes--------1 | Pronoun Type=demonstrative Person=third Number=plural Case=elative Owner_Number=singular Owner_Person=first | 1 |  |
Pd3-pes--------1s | Pronoun Type=demonstrative Person=third Number=plural Case=elative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-pes--------1p | Pronoun Type=demonstrative Person=third Number=plural Case=elative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-pes--------2 | Pronoun Type=demonstrative Person=third Number=plural Case=elative Owner_Number=singular Owner_Person=second | 1 |  |
Pd3-pes--------2s | Pronoun Type=demonstrative Person=third Number=plural Case=elative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-pes--------2p | Pronoun Type=demonstrative Person=third Number=plural Case=elative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-pes--------3 | Pronoun Type=demonstrative Person=third Number=plural Case=elative Owner_Number=singular Owner_Person=third | 1 |  |
Pd3-pes--------3s | Pronoun Type=demonstrative Person=third Number=plural Case=elative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-pes--------3p | Pronoun Type=demonstrative Person=third Number=plural Case=elative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-pep--------1 | Pronoun Type=demonstrative Person=third Number=plural Case=elative Owner_Number=plural Owner_Person=first | 1 |  |
Pd3-pep--------1s | Pronoun Type=demonstrative Person=third Number=plural Case=elative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-pep--------1p | Pronoun Type=demonstrative Person=third Number=plural Case=elative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-pep--------2 | Pronoun Type=demonstrative Person=third Number=plural Case=elative Owner_Number=plural Owner_Person=second | 1 |  |
Pd3-pep--------2s | Pronoun Type=demonstrative Person=third Number=plural Case=elative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-pep--------2p | Pronoun Type=demonstrative Person=third Number=plural Case=elative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-pep--------3 | Pronoun Type=demonstrative Person=third Number=plural Case=elative Owner_Number=plural Owner_Person=third | 1 |  |
Pd3-pep--------3s | Pronoun Type=demonstrative Person=third Number=plural Case=elative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-pep--------3p | Pronoun Type=demonstrative Person=third Number=plural Case=elative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-pt | Pronoun Type=demonstrative Person=third Number=plural Case=allative | 1 | ezekhez/ez |
Pd3-pt----------s | Pronoun Type=demonstrative Person=third Number=plural Case=allative Owned_Number=singular | 1 |  |
Pd3-pt----------p | Pronoun Type=demonstrative Person=third Number=plural Case=allative Owned_Number=plural | 1 |  |
Pd3-pts--------1 | Pronoun Type=demonstrative Person=third Number=plural Case=allative Owner_Number=singular Owner_Person=first | 1 |  |
Pd3-pts--------1s | Pronoun Type=demonstrative Person=third Number=plural Case=allative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-pts--------1p | Pronoun Type=demonstrative Person=third Number=plural Case=allative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-pts--------2 | Pronoun Type=demonstrative Person=third Number=plural Case=allative Owner_Number=singular Owner_Person=second | 1 |  |
Pd3-pts--------2s | Pronoun Type=demonstrative Person=third Number=plural Case=allative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-pts--------2p | Pronoun Type=demonstrative Person=third Number=plural Case=allative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-pts--------3 | Pronoun Type=demonstrative Person=third Number=plural Case=allative Owner_Number=singular Owner_Person=third | 1 |  |
Pd3-pts--------3s | Pronoun Type=demonstrative Person=third Number=plural Case=allative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-pts--------3p | Pronoun Type=demonstrative Person=third Number=plural Case=allative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-ptp--------1 | Pronoun Type=demonstrative Person=third Number=plural Case=allative Owner_Number=plural Owner_Person=first | 1 |  |
Pd3-ptp--------1s | Pronoun Type=demonstrative Person=third Number=plural Case=allative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-ptp--------1p | Pronoun Type=demonstrative Person=third Number=plural Case=allative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-ptp--------2 | Pronoun Type=demonstrative Person=third Number=plural Case=allative Owner_Number=plural Owner_Person=second | 1 |  |
Pd3-ptp--------2s | Pronoun Type=demonstrative Person=third Number=plural Case=allative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-ptp--------2p | Pronoun Type=demonstrative Person=third Number=plural Case=allative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-ptp--------3 | Pronoun Type=demonstrative Person=third Number=plural Case=allative Owner_Number=plural Owner_Person=third | 1 |  |
Pd3-ptp--------3s | Pronoun Type=demonstrative Person=third Number=plural Case=allative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-ptp--------3p | Pronoun Type=demonstrative Person=third Number=plural Case=allative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-p3 | Pronoun Type=demonstrative Person=third Number=plural Case=adessive | 1 | azoknál/az |
Pd3-p3----------s | Pronoun Type=demonstrative Person=third Number=plural Case=adessive Owned_Number=singular | 1 |  |
Pd3-p3----------p | Pronoun Type=demonstrative Person=third Number=plural Case=adessive Owned_Number=plural | 1 |  |
Pd3-p3s--------1 | Pronoun Type=demonstrative Person=third Number=plural Case=adessive Owner_Number=singular Owner_Person=first | 1 |  |
Pd3-p3s--------1s | Pronoun Type=demonstrative Person=third Number=plural Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-p3s--------1p | Pronoun Type=demonstrative Person=third Number=plural Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-p3s--------2 | Pronoun Type=demonstrative Person=third Number=plural Case=adessive Owner_Number=singular Owner_Person=second | 1 |  |
Pd3-p3s--------2s | Pronoun Type=demonstrative Person=third Number=plural Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-p3s--------2p | Pronoun Type=demonstrative Person=third Number=plural Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-p3s--------3 | Pronoun Type=demonstrative Person=third Number=plural Case=adessive Owner_Number=singular Owner_Person=third | 1 |  |
Pd3-p3s--------3s | Pronoun Type=demonstrative Person=third Number=plural Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-p3s--------3p | Pronoun Type=demonstrative Person=third Number=plural Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-p3p--------1 | Pronoun Type=demonstrative Person=third Number=plural Case=adessive Owner_Number=plural Owner_Person=first | 1 |  |
Pd3-p3p--------1s | Pronoun Type=demonstrative Person=third Number=plural Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-p3p--------1p | Pronoun Type=demonstrative Person=third Number=plural Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-p3p--------2 | Pronoun Type=demonstrative Person=third Number=plural Case=adessive Owner_Number=plural Owner_Person=second | 1 |  |
Pd3-p3p--------2s | Pronoun Type=demonstrative Person=third Number=plural Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-p3p--------2p | Pronoun Type=demonstrative Person=third Number=plural Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-p3p--------3 | Pronoun Type=demonstrative Person=third Number=plural Case=adessive Owner_Number=plural Owner_Person=third | 1 |  |
Pd3-p3p--------3s | Pronoun Type=demonstrative Person=third Number=plural Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-p3p--------3p | Pronoun Type=demonstrative Person=third Number=plural Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-pb | Pronoun Type=demonstrative Person=third Number=plural Case=ablative | 2 | ezektől/ez, azoktól/az |
Pd3-pb----------s | Pronoun Type=demonstrative Person=third Number=plural Case=ablative Owned_Number=singular | 1 |  |
Pd3-pb----------p | Pronoun Type=demonstrative Person=third Number=plural Case=ablative Owned_Number=plural | 1 |  |
Pd3-pbs--------1 | Pronoun Type=demonstrative Person=third Number=plural Case=ablative Owner_Number=singular Owner_Person=first | 1 |  |
Pd3-pbs--------1s | Pronoun Type=demonstrative Person=third Number=plural Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-pbs--------1p | Pronoun Type=demonstrative Person=third Number=plural Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-pbs--------2 | Pronoun Type=demonstrative Person=third Number=plural Case=ablative Owner_Number=singular Owner_Person=second | 1 |  |
Pd3-pbs--------2s | Pronoun Type=demonstrative Person=third Number=plural Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-pbs--------2p | Pronoun Type=demonstrative Person=third Number=plural Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-pbs--------3 | Pronoun Type=demonstrative Person=third Number=plural Case=ablative Owner_Number=singular Owner_Person=third | 1 |  |
Pd3-pbs--------3s | Pronoun Type=demonstrative Person=third Number=plural Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-pbs--------3p | Pronoun Type=demonstrative Person=third Number=plural Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-pbp--------1 | Pronoun Type=demonstrative Person=third Number=plural Case=ablative Owner_Number=plural Owner_Person=first | 1 |  |
Pd3-pbp--------1s | Pronoun Type=demonstrative Person=third Number=plural Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-pbp--------1p | Pronoun Type=demonstrative Person=third Number=plural Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-pbp--------2 | Pronoun Type=demonstrative Person=third Number=plural Case=ablative Owner_Number=plural Owner_Person=second | 1 |  |
Pd3-pbp--------2s | Pronoun Type=demonstrative Person=third Number=plural Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-pbp--------2p | Pronoun Type=demonstrative Person=third Number=plural Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-pbp--------3 | Pronoun Type=demonstrative Person=third Number=plural Case=ablative Owner_Number=plural Owner_Person=third | 1 |  |
Pd3-pbp--------3s | Pronoun Type=demonstrative Person=third Number=plural Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-pbp--------3p | Pronoun Type=demonstrative Person=third Number=plural Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-p9 | Pronoun Type=demonstrative Person=third Number=plural Case=terminative | 1 |  |
Pd3-p9----------s | Pronoun Type=demonstrative Person=third Number=plural Case=terminative Owned_Number=singular | 1 |  |
Pd3-p9----------p | Pronoun Type=demonstrative Person=third Number=plural Case=terminative Owned_Number=plural | 1 |  |
Pd3-p9s--------1 | Pronoun Type=demonstrative Person=third Number=plural Case=terminative Owner_Number=singular Owner_Person=first | 1 |  |
Pd3-p9s--------1s | Pronoun Type=demonstrative Person=third Number=plural Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-p9s--------1p | Pronoun Type=demonstrative Person=third Number=plural Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-p9s--------2 | Pronoun Type=demonstrative Person=third Number=plural Case=terminative Owner_Number=singular Owner_Person=second | 1 |  |
Pd3-p9s--------2s | Pronoun Type=demonstrative Person=third Number=plural Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-p9s--------2p | Pronoun Type=demonstrative Person=third Number=plural Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-p9s--------3 | Pronoun Type=demonstrative Person=third Number=plural Case=terminative Owner_Number=singular Owner_Person=third | 1 |  |
Pd3-p9s--------3s | Pronoun Type=demonstrative Person=third Number=plural Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-p9s--------3p | Pronoun Type=demonstrative Person=third Number=plural Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-p9p--------1 | Pronoun Type=demonstrative Person=third Number=plural Case=terminative Owner_Number=plural Owner_Person=first | 1 |  |
Pd3-p9p--------1s | Pronoun Type=demonstrative Person=third Number=plural Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-p9p--------1p | Pronoun Type=demonstrative Person=third Number=plural Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-p9p--------2 | Pronoun Type=demonstrative Person=third Number=plural Case=terminative Owner_Number=plural Owner_Person=second | 1 |  |
Pd3-p9p--------2s | Pronoun Type=demonstrative Person=third Number=plural Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-p9p--------2p | Pronoun Type=demonstrative Person=third Number=plural Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-p9p--------3 | Pronoun Type=demonstrative Person=third Number=plural Case=terminative Owner_Number=plural Owner_Person=third | 1 |  |
Pd3-p9p--------3s | Pronoun Type=demonstrative Person=third Number=plural Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-p9p--------3p | Pronoun Type=demonstrative Person=third Number=plural Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-pw | Pronoun Type=demonstrative Person=third Number=plural Case=essive | 1 |  |
Pd3-pw----------s | Pronoun Type=demonstrative Person=third Number=plural Case=essive Owned_Number=singular | 1 |  |
Pd3-pw----------p | Pronoun Type=demonstrative Person=third Number=plural Case=essive Owned_Number=plural | 1 |  |
Pd3-pws--------1 | Pronoun Type=demonstrative Person=third Number=plural Case=essive Owner_Number=singular Owner_Person=first | 1 |  |
Pd3-pws--------1s | Pronoun Type=demonstrative Person=third Number=plural Case=essive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-pws--------1p | Pronoun Type=demonstrative Person=third Number=plural Case=essive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-pws--------2 | Pronoun Type=demonstrative Person=third Number=plural Case=essive Owner_Number=singular Owner_Person=second | 1 |  |
Pd3-pws--------2s | Pronoun Type=demonstrative Person=third Number=plural Case=essive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-pws--------2p | Pronoun Type=demonstrative Person=third Number=plural Case=essive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-pws--------3 | Pronoun Type=demonstrative Person=third Number=plural Case=essive Owner_Number=singular Owner_Person=third | 1 |  |
Pd3-pws--------3s | Pronoun Type=demonstrative Person=third Number=plural Case=essive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-pws--------3p | Pronoun Type=demonstrative Person=third Number=plural Case=essive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-pwp--------1 | Pronoun Type=demonstrative Person=third Number=plural Case=essive Owner_Number=plural Owner_Person=first | 1 |  |
Pd3-pwp--------1s | Pronoun Type=demonstrative Person=third Number=plural Case=essive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-pwp--------1p | Pronoun Type=demonstrative Person=third Number=plural Case=essive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-pwp--------2 | Pronoun Type=demonstrative Person=third Number=plural Case=essive Owner_Number=plural Owner_Person=second | 1 |  |
Pd3-pwp--------2s | Pronoun Type=demonstrative Person=third Number=plural Case=essive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-pwp--------2p | Pronoun Type=demonstrative Person=third Number=plural Case=essive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-pwp--------3 | Pronoun Type=demonstrative Person=third Number=plural Case=essive Owner_Number=plural Owner_Person=third | 1 |  |
Pd3-pwp--------3s | Pronoun Type=demonstrative Person=third Number=plural Case=essive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-pwp--------3p | Pronoun Type=demonstrative Person=third Number=plural Case=essive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-pm | Pronoun Type=demonstrative Person=third Number=plural Case=temporalis | 1 |  |
Pd3-pm----------s | Pronoun Type=demonstrative Person=third Number=plural Case=temporalis Owned_Number=singular | 1 |  |
Pd3-pm----------p | Pronoun Type=demonstrative Person=third Number=plural Case=temporalis Owned_Number=plural | 1 |  |
Pd3-pms--------1 | Pronoun Type=demonstrative Person=third Number=plural Case=temporalis Owner_Number=singular Owner_Person=first | 1 |  |
Pd3-pms--------1s | Pronoun Type=demonstrative Person=third Number=plural Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-pms--------1p | Pronoun Type=demonstrative Person=third Number=plural Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-pms--------2 | Pronoun Type=demonstrative Person=third Number=plural Case=temporalis Owner_Number=singular Owner_Person=second | 1 |  |
Pd3-pms--------2s | Pronoun Type=demonstrative Person=third Number=plural Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-pms--------2p | Pronoun Type=demonstrative Person=third Number=plural Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-pms--------3 | Pronoun Type=demonstrative Person=third Number=plural Case=temporalis Owner_Number=singular Owner_Person=third | 1 |  |
Pd3-pms--------3s | Pronoun Type=demonstrative Person=third Number=plural Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-pms--------3p | Pronoun Type=demonstrative Person=third Number=plural Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-pmp--------1 | Pronoun Type=demonstrative Person=third Number=plural Case=temporalis Owner_Number=plural Owner_Person=first | 1 |  |
Pd3-pmp--------1s | Pronoun Type=demonstrative Person=third Number=plural Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-pmp--------1p | Pronoun Type=demonstrative Person=third Number=plural Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-pmp--------2 | Pronoun Type=demonstrative Person=third Number=plural Case=temporalis Owner_Number=plural Owner_Person=second | 1 |  |
Pd3-pmp--------2s | Pronoun Type=demonstrative Person=third Number=plural Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-pmp--------2p | Pronoun Type=demonstrative Person=third Number=plural Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-pmp--------3 | Pronoun Type=demonstrative Person=third Number=plural Case=temporalis Owner_Number=plural Owner_Person=third | 1 |  |
Pd3-pmp--------3s | Pronoun Type=demonstrative Person=third Number=plural Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-pmp--------3p | Pronoun Type=demonstrative Person=third Number=plural Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-pc | Pronoun Type=demonstrative Person=third Number=plural Case=causalis | 1 |  |
Pd3-pc----------s | Pronoun Type=demonstrative Person=third Number=plural Case=causalis Owned_Number=singular | 1 |  |
Pd3-pc----------p | Pronoun Type=demonstrative Person=third Number=plural Case=causalis Owned_Number=plural | 1 |  |
Pd3-pcs--------1 | Pronoun Type=demonstrative Person=third Number=plural Case=causalis Owner_Number=singular Owner_Person=first | 1 |  |
Pd3-pcs--------1s | Pronoun Type=demonstrative Person=third Number=plural Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-pcs--------1p | Pronoun Type=demonstrative Person=third Number=plural Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-pcs--------2 | Pronoun Type=demonstrative Person=third Number=plural Case=causalis Owner_Number=singular Owner_Person=second | 1 |  |
Pd3-pcs--------2s | Pronoun Type=demonstrative Person=third Number=plural Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-pcs--------2p | Pronoun Type=demonstrative Person=third Number=plural Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-pcs--------3 | Pronoun Type=demonstrative Person=third Number=plural Case=causalis Owner_Number=singular Owner_Person=third | 1 |  |
Pd3-pcs--------3s | Pronoun Type=demonstrative Person=third Number=plural Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-pcs--------3p | Pronoun Type=demonstrative Person=third Number=plural Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-pcp--------1 | Pronoun Type=demonstrative Person=third Number=plural Case=causalis Owner_Number=plural Owner_Person=first | 1 |  |
Pd3-pcp--------1s | Pronoun Type=demonstrative Person=third Number=plural Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-pcp--------1p | Pronoun Type=demonstrative Person=third Number=plural Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-pcp--------2 | Pronoun Type=demonstrative Person=third Number=plural Case=causalis Owner_Number=plural Owner_Person=second | 1 |  |
Pd3-pcp--------2s | Pronoun Type=demonstrative Person=third Number=plural Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-pcp--------2p | Pronoun Type=demonstrative Person=third Number=plural Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-pcp--------3 | Pronoun Type=demonstrative Person=third Number=plural Case=causalis Owner_Number=plural Owner_Person=third | 1 |  |
Pd3-pcp--------3s | Pronoun Type=demonstrative Person=third Number=plural Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-pcp--------3p | Pronoun Type=demonstrative Person=third Number=plural Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-ps | Pronoun Type=demonstrative Person=third Number=plural Case=sublative | 3 | ilyenekre/ilyen, ezekre/ez, azokra/az |
Pd3-ps----------s | Pronoun Type=demonstrative Person=third Number=plural Case=sublative Owned_Number=singular | 1 |  |
Pd3-ps----------p | Pronoun Type=demonstrative Person=third Number=plural Case=sublative Owned_Number=plural | 1 |  |
Pd3-pss--------1 | Pronoun Type=demonstrative Person=third Number=plural Case=sublative Owner_Number=singular Owner_Person=first | 1 |  |
Pd3-pss--------1s | Pronoun Type=demonstrative Person=third Number=plural Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-pss--------1p | Pronoun Type=demonstrative Person=third Number=plural Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-pss--------2 | Pronoun Type=demonstrative Person=third Number=plural Case=sublative Owner_Number=singular Owner_Person=second | 1 |  |
Pd3-pss--------2s | Pronoun Type=demonstrative Person=third Number=plural Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-pss--------2p | Pronoun Type=demonstrative Person=third Number=plural Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-pss--------3 | Pronoun Type=demonstrative Person=third Number=plural Case=sublative Owner_Number=singular Owner_Person=third | 1 |  |
Pd3-pss--------3s | Pronoun Type=demonstrative Person=third Number=plural Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-pss--------3p | Pronoun Type=demonstrative Person=third Number=plural Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-psp--------1 | Pronoun Type=demonstrative Person=third Number=plural Case=sublative Owner_Number=plural Owner_Person=first | 1 |  |
Pd3-psp--------1s | Pronoun Type=demonstrative Person=third Number=plural Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-psp--------1p | Pronoun Type=demonstrative Person=third Number=plural Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-psp--------2 | Pronoun Type=demonstrative Person=third Number=plural Case=sublative Owner_Number=plural Owner_Person=second | 1 |  |
Pd3-psp--------2s | Pronoun Type=demonstrative Person=third Number=plural Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-psp--------2p | Pronoun Type=demonstrative Person=third Number=plural Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-psp--------3 | Pronoun Type=demonstrative Person=third Number=plural Case=sublative Owner_Number=plural Owner_Person=third | 1 |  |
Pd3-psp--------3s | Pronoun Type=demonstrative Person=third Number=plural Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-psp--------3p | Pronoun Type=demonstrative Person=third Number=plural Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-ph | Pronoun Type=demonstrative Person=third Number=plural Case=delative | 2 | ezekről/ez, azokról/az |
Pd3-ph----------s | Pronoun Type=demonstrative Person=third Number=plural Case=delative Owned_Number=singular | 1 |  |
Pd3-ph----------p | Pronoun Type=demonstrative Person=third Number=plural Case=delative Owned_Number=plural | 1 |  |
Pd3-phs--------1 | Pronoun Type=demonstrative Person=third Number=plural Case=delative Owner_Number=singular Owner_Person=first | 1 |  |
Pd3-phs--------1s | Pronoun Type=demonstrative Person=third Number=plural Case=delative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-phs--------1p | Pronoun Type=demonstrative Person=third Number=plural Case=delative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-phs--------2 | Pronoun Type=demonstrative Person=third Number=plural Case=delative Owner_Number=singular Owner_Person=second | 1 |  |
Pd3-phs--------2s | Pronoun Type=demonstrative Person=third Number=plural Case=delative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-phs--------2p | Pronoun Type=demonstrative Person=third Number=plural Case=delative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-phs--------3 | Pronoun Type=demonstrative Person=third Number=plural Case=delative Owner_Number=singular Owner_Person=third | 1 |  |
Pd3-phs--------3s | Pronoun Type=demonstrative Person=third Number=plural Case=delative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-phs--------3p | Pronoun Type=demonstrative Person=third Number=plural Case=delative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-php--------1 | Pronoun Type=demonstrative Person=third Number=plural Case=delative Owner_Number=plural Owner_Person=first | 1 |  |
Pd3-php--------1s | Pronoun Type=demonstrative Person=third Number=plural Case=delative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-php--------1p | Pronoun Type=demonstrative Person=third Number=plural Case=delative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-php--------2 | Pronoun Type=demonstrative Person=third Number=plural Case=delative Owner_Number=plural Owner_Person=second | 1 |  |
Pd3-php--------2s | Pronoun Type=demonstrative Person=third Number=plural Case=delative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-php--------2p | Pronoun Type=demonstrative Person=third Number=plural Case=delative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-php--------3 | Pronoun Type=demonstrative Person=third Number=plural Case=delative Owner_Number=plural Owner_Person=third | 1 |  |
Pd3-php--------3s | Pronoun Type=demonstrative Person=third Number=plural Case=delative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-php--------3p | Pronoun Type=demonstrative Person=third Number=plural Case=delative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-pq | Pronoun Type=demonstrative Person=third Number=plural Case=sociative | 1 |  |
Pd3-pq----------s | Pronoun Type=demonstrative Person=third Number=plural Case=sociative Owned_Number=singular | 1 |  |
Pd3-pq----------p | Pronoun Type=demonstrative Person=third Number=plural Case=sociative Owned_Number=plural | 1 |  |
Pd3-pqs--------1 | Pronoun Type=demonstrative Person=third Number=plural Case=sociative Owner_Number=singular Owner_Person=first | 1 |  |
Pd3-pqs--------1s | Pronoun Type=demonstrative Person=third Number=plural Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-pqs--------1p | Pronoun Type=demonstrative Person=third Number=plural Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-pqs--------2 | Pronoun Type=demonstrative Person=third Number=plural Case=sociative Owner_Number=singular Owner_Person=second | 1 |  |
Pd3-pqs--------2s | Pronoun Type=demonstrative Person=third Number=plural Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-pqs--------2p | Pronoun Type=demonstrative Person=third Number=plural Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-pqs--------3 | Pronoun Type=demonstrative Person=third Number=plural Case=sociative Owner_Number=singular Owner_Person=third | 1 |  |
Pd3-pqs--------3s | Pronoun Type=demonstrative Person=third Number=plural Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-pqs--------3p | Pronoun Type=demonstrative Person=third Number=plural Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-pqp--------1 | Pronoun Type=demonstrative Person=third Number=plural Case=sociative Owner_Number=plural Owner_Person=first | 1 |  |
Pd3-pqp--------1s | Pronoun Type=demonstrative Person=third Number=plural Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-pqp--------1p | Pronoun Type=demonstrative Person=third Number=plural Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-pqp--------2 | Pronoun Type=demonstrative Person=third Number=plural Case=sociative Owner_Number=plural Owner_Person=second | 1 |  |
Pd3-pqp--------2s | Pronoun Type=demonstrative Person=third Number=plural Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-pqp--------2p | Pronoun Type=demonstrative Person=third Number=plural Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-pqp--------3 | Pronoun Type=demonstrative Person=third Number=plural Case=sociative Owner_Number=plural Owner_Person=third | 1 |  |
Pd3-pqp--------3s | Pronoun Type=demonstrative Person=third Number=plural Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-pqp--------3p | Pronoun Type=demonstrative Person=third Number=plural Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-py | Pronoun Type=demonstrative Person=third Number=plural Case=factive | 1 |  |
Pd3-py----------s | Pronoun Type=demonstrative Person=third Number=plural Case=factive Owned_Number=singular | 1 |  |
Pd3-py----------p | Pronoun Type=demonstrative Person=third Number=plural Case=factive Owned_Number=plural | 1 |  |
Pd3-pys--------1 | Pronoun Type=demonstrative Person=third Number=plural Case=factive Owner_Number=singular Owner_Person=first | 1 |  |
Pd3-pys--------1s | Pronoun Type=demonstrative Person=third Number=plural Case=factive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-pys--------1p | Pronoun Type=demonstrative Person=third Number=plural Case=factive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-pys--------2 | Pronoun Type=demonstrative Person=third Number=plural Case=factive Owner_Number=singular Owner_Person=second | 1 |  |
Pd3-pys--------2s | Pronoun Type=demonstrative Person=third Number=plural Case=factive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-pys--------2p | Pronoun Type=demonstrative Person=third Number=plural Case=factive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-pys--------3 | Pronoun Type=demonstrative Person=third Number=plural Case=factive Owner_Number=singular Owner_Person=third | 1 |  |
Pd3-pys--------3s | Pronoun Type=demonstrative Person=third Number=plural Case=factive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-pys--------3p | Pronoun Type=demonstrative Person=third Number=plural Case=factive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-pyp--------1 | Pronoun Type=demonstrative Person=third Number=plural Case=factive Owner_Number=plural Owner_Person=first | 1 |  |
Pd3-pyp--------1s | Pronoun Type=demonstrative Person=third Number=plural Case=factive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-pyp--------1p | Pronoun Type=demonstrative Person=third Number=plural Case=factive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-pyp--------2 | Pronoun Type=demonstrative Person=third Number=plural Case=factive Owner_Number=plural Owner_Person=second | 1 |  |
Pd3-pyp--------2s | Pronoun Type=demonstrative Person=third Number=plural Case=factive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-pyp--------2p | Pronoun Type=demonstrative Person=third Number=plural Case=factive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-pyp--------3 | Pronoun Type=demonstrative Person=third Number=plural Case=factive Owner_Number=plural Owner_Person=third | 1 |  |
Pd3-pyp--------3s | Pronoun Type=demonstrative Person=third Number=plural Case=factive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-pyp--------3p | Pronoun Type=demonstrative Person=third Number=plural Case=factive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-pp | Pronoun Type=demonstrative Person=third Number=plural Case=superessive | 2 | ezeken/ez, azokon/az |
Pd3-pp----------s | Pronoun Type=demonstrative Person=third Number=plural Case=superessive Owned_Number=singular | 1 |  |
Pd3-pp----------p | Pronoun Type=demonstrative Person=third Number=plural Case=superessive Owned_Number=plural | 1 |  |
Pd3-pps--------1 | Pronoun Type=demonstrative Person=third Number=plural Case=superessive Owner_Number=singular Owner_Person=first | 1 |  |
Pd3-pps--------1s | Pronoun Type=demonstrative Person=third Number=plural Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-pps--------1p | Pronoun Type=demonstrative Person=third Number=plural Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-pps--------2 | Pronoun Type=demonstrative Person=third Number=plural Case=superessive Owner_Number=singular Owner_Person=second | 1 |  |
Pd3-pps--------2s | Pronoun Type=demonstrative Person=third Number=plural Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-pps--------2p | Pronoun Type=demonstrative Person=third Number=plural Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-pps--------3 | Pronoun Type=demonstrative Person=third Number=plural Case=superessive Owner_Number=singular Owner_Person=third | 1 |  |
Pd3-pps--------3s | Pronoun Type=demonstrative Person=third Number=plural Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-pps--------3p | Pronoun Type=demonstrative Person=third Number=plural Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-ppp--------1 | Pronoun Type=demonstrative Person=third Number=plural Case=superessive Owner_Number=plural Owner_Person=first | 1 |  |
Pd3-ppp--------1s | Pronoun Type=demonstrative Person=third Number=plural Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-ppp--------1p | Pronoun Type=demonstrative Person=third Number=plural Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-ppp--------2 | Pronoun Type=demonstrative Person=third Number=plural Case=superessive Owner_Number=plural Owner_Person=second | 1 |  |
Pd3-ppp--------2s | Pronoun Type=demonstrative Person=third Number=plural Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-ppp--------2p | Pronoun Type=demonstrative Person=third Number=plural Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-ppp--------3 | Pronoun Type=demonstrative Person=third Number=plural Case=superessive Owner_Number=plural Owner_Person=third | 1 |  |
Pd3-ppp--------3s | Pronoun Type=demonstrative Person=third Number=plural Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-ppp--------3p | Pronoun Type=demonstrative Person=third Number=plural Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-pu | Pronoun Type=demonstrative Person=third Number=plural Case=distributive | 1 |  |
Pd3-pu----------s | Pronoun Type=demonstrative Person=third Number=plural Case=distributive Owned_Number=singular | 1 |  |
Pd3-pu----------p | Pronoun Type=demonstrative Person=third Number=plural Case=distributive Owned_Number=plural | 1 |  |
Pd3-pus--------1 | Pronoun Type=demonstrative Person=third Number=plural Case=distributive Owner_Number=singular Owner_Person=first | 1 |  |
Pd3-pus--------1s | Pronoun Type=demonstrative Person=third Number=plural Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-pus--------1p | Pronoun Type=demonstrative Person=third Number=plural Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-pus--------2 | Pronoun Type=demonstrative Person=third Number=plural Case=distributive Owner_Number=singular Owner_Person=second | 1 |  |
Pd3-pus--------2s | Pronoun Type=demonstrative Person=third Number=plural Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-pus--------2p | Pronoun Type=demonstrative Person=third Number=plural Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-pus--------3 | Pronoun Type=demonstrative Person=third Number=plural Case=distributive Owner_Number=singular Owner_Person=third | 1 |  |
Pd3-pus--------3s | Pronoun Type=demonstrative Person=third Number=plural Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-pus--------3p | Pronoun Type=demonstrative Person=third Number=plural Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-pup--------1 | Pronoun Type=demonstrative Person=third Number=plural Case=distributive Owner_Number=plural Owner_Person=first | 1 |  |
Pd3-pup--------1s | Pronoun Type=demonstrative Person=third Number=plural Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-pup--------1p | Pronoun Type=demonstrative Person=third Number=plural Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-pup--------2 | Pronoun Type=demonstrative Person=third Number=plural Case=distributive Owner_Number=plural Owner_Person=second | 1 |  |
Pd3-pup--------2s | Pronoun Type=demonstrative Person=third Number=plural Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-pup--------2p | Pronoun Type=demonstrative Person=third Number=plural Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-pup--------3 | Pronoun Type=demonstrative Person=third Number=plural Case=distributive Owner_Number=plural Owner_Person=third | 1 |  |
Pd3-pup--------3s | Pronoun Type=demonstrative Person=third Number=plural Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-pup--------3p | Pronoun Type=demonstrative Person=third Number=plural Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-pf | Pronoun Type=demonstrative Person=third Number=plural Case=essive-formal | 1 |  |
Pd3-pf----------s | Pronoun Type=demonstrative Person=third Number=plural Case=essive-formal Owned_Number=singular | 1 |  |
Pd3-pf----------p | Pronoun Type=demonstrative Person=third Number=plural Case=essive-formal Owned_Number=plural | 1 |  |
Pd3-pfs--------1 | Pronoun Type=demonstrative Person=third Number=plural Case=essive-formal Owner_Number=singular Owner_Person=first | 1 |  |
Pd3-pfs--------1s | Pronoun Type=demonstrative Person=third Number=plural Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-pfs--------1p | Pronoun Type=demonstrative Person=third Number=plural Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-pfs--------2 | Pronoun Type=demonstrative Person=third Number=plural Case=essive-formal Owner_Number=singular Owner_Person=second | 1 |  |
Pd3-pfs--------2s | Pronoun Type=demonstrative Person=third Number=plural Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-pfs--------2p | Pronoun Type=demonstrative Person=third Number=plural Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-pfs--------3 | Pronoun Type=demonstrative Person=third Number=plural Case=essive-formal Owner_Number=singular Owner_Person=third | 1 |  |
Pd3-pfs--------3s | Pronoun Type=demonstrative Person=third Number=plural Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-pfs--------3p | Pronoun Type=demonstrative Person=third Number=plural Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pd3-pfp--------1 | Pronoun Type=demonstrative Person=third Number=plural Case=essive-formal Owner_Number=plural Owner_Person=first | 1 |  |
Pd3-pfp--------1s | Pronoun Type=demonstrative Person=third Number=plural Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pd3-pfp--------1p | Pronoun Type=demonstrative Person=third Number=plural Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pd3-pfp--------2 | Pronoun Type=demonstrative Person=third Number=plural Case=essive-formal Owner_Number=plural Owner_Person=second | 1 |  |
Pd3-pfp--------2s | Pronoun Type=demonstrative Person=third Number=plural Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pd3-pfp--------2p | Pronoun Type=demonstrative Person=third Number=plural Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pd3-pfp--------3 | Pronoun Type=demonstrative Person=third Number=plural Case=essive-formal Owner_Number=plural Owner_Person=third | 1 |  |
Pd3-pfp--------3s | Pronoun Type=demonstrative Person=third Number=plural Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pd3-pfp--------3p | Pronoun Type=demonstrative Person=third Number=plural Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-sn | Pronoun Type=indefinite Person=third Number=singular Case=nominative | 33 | valami, valamely, valamelyik, valaki, némi |
Pi3-sn----------s | Pronoun Type=indefinite Person=third Number=singular Case=nominative Owned_Number=singular | 1 | másé/más |
Pi3-sn----------p | Pronoun Type=indefinite Person=third Number=singular Case=nominative Owned_Number=plural | 1 |  |
Pi3-sns--------1 | Pronoun Type=indefinite Person=third Number=singular Case=nominative Owner_Number=singular Owner_Person=first | 1 |  |
Pi3-sns--------1s | Pronoun Type=indefinite Person=third Number=singular Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-sns--------1p | Pronoun Type=indefinite Person=third Number=singular Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-sns--------2 | Pronoun Type=indefinite Person=third Number=singular Case=nominative Owner_Number=singular Owner_Person=second | 1 | valamid/valami |
Pi3-sns--------2s | Pronoun Type=indefinite Person=third Number=singular Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-sns--------2p | Pronoun Type=indefinite Person=third Number=singular Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-sns--------3 | Pronoun Type=indefinite Person=third Number=singular Case=nominative Owner_Number=singular Owner_Person=third | 1 | egyike/egyik |
Pi3-sns--------3s | Pronoun Type=indefinite Person=third Number=singular Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-sns--------3p | Pronoun Type=indefinite Person=third Number=singular Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-snp--------1 | Pronoun Type=indefinite Person=third Number=singular Case=nominative Owner_Number=plural Owner_Person=first | 1 | egyikünk/egyik |
Pi3-snp--------1s | Pronoun Type=indefinite Person=third Number=singular Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-snp--------1p | Pronoun Type=indefinite Person=third Number=singular Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-snp--------2 | Pronoun Type=indefinite Person=third Number=singular Case=nominative Owner_Number=plural Owner_Person=second | 1 |  |
Pi3-snp--------2s | Pronoun Type=indefinite Person=third Number=singular Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-snp--------2p | Pronoun Type=indefinite Person=third Number=singular Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-snp--------3 | Pronoun Type=indefinite Person=third Number=singular Case=nominative Owner_Number=plural Owner_Person=third | 4 | valamelyikük/valamelyik, mindenük/minden, másikuk/másik, egyikük/egyik |
Pi3-snp--------3s | Pronoun Type=indefinite Person=third Number=singular Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-snp--------3p | Pronoun Type=indefinite Person=third Number=singular Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-sg | Pronoun Type=indefinite Person=third Number=singular Case=genitive | 1 |  |
Pi3-sg----------s | Pronoun Type=indefinite Person=third Number=singular Case=genitive Owned_Number=singular | 1 |  |
Pi3-sg----------p | Pronoun Type=indefinite Person=third Number=singular Case=genitive Owned_Number=plural | 1 |  |
Pi3-sgs--------1 | Pronoun Type=indefinite Person=third Number=singular Case=genitive Owner_Number=singular Owner_Person=first | 1 |  |
Pi3-sgs--------1s | Pronoun Type=indefinite Person=third Number=singular Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-sgs--------1p | Pronoun Type=indefinite Person=third Number=singular Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-sgs--------2 | Pronoun Type=indefinite Person=third Number=singular Case=genitive Owner_Number=singular Owner_Person=second | 1 |  |
Pi3-sgs--------2s | Pronoun Type=indefinite Person=third Number=singular Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-sgs--------2p | Pronoun Type=indefinite Person=third Number=singular Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-sgs--------3 | Pronoun Type=indefinite Person=third Number=singular Case=genitive Owner_Number=singular Owner_Person=third | 1 |  |
Pi3-sgs--------3s | Pronoun Type=indefinite Person=third Number=singular Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-sgs--------3p | Pronoun Type=indefinite Person=third Number=singular Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-sgp--------1 | Pronoun Type=indefinite Person=third Number=singular Case=genitive Owner_Number=plural Owner_Person=first | 1 |  |
Pi3-sgp--------1s | Pronoun Type=indefinite Person=third Number=singular Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-sgp--------1p | Pronoun Type=indefinite Person=third Number=singular Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-sgp--------2 | Pronoun Type=indefinite Person=third Number=singular Case=genitive Owner_Number=plural Owner_Person=second | 1 |  |
Pi3-sgp--------2s | Pronoun Type=indefinite Person=third Number=singular Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-sgp--------2p | Pronoun Type=indefinite Person=third Number=singular Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-sgp--------3 | Pronoun Type=indefinite Person=third Number=singular Case=genitive Owner_Number=plural Owner_Person=third | 1 |  |
Pi3-sgp--------3s | Pronoun Type=indefinite Person=third Number=singular Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-sgp--------3p | Pronoun Type=indefinite Person=third Number=singular Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-sd | Pronoun Type=indefinite Person=third Number=singular Case=dative | 10 | valaminek/valami, valakinek/valaki, mindnek/mind, mindennek/mindez, mindenkinek/mindenki |
Pi3-sd----------s | Pronoun Type=indefinite Person=third Number=singular Case=dative Owned_Number=singular | 1 | egyikének/egyik |
Pi3-sd----------p | Pronoun Type=indefinite Person=third Number=singular Case=dative Owned_Number=plural | 1 |  |
Pi3-sds--------1 | Pronoun Type=indefinite Person=third Number=singular Case=dative Owner_Number=singular Owner_Person=first | 1 |  |
Pi3-sds--------1s | Pronoun Type=indefinite Person=third Number=singular Case=dative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-sds--------1p | Pronoun Type=indefinite Person=third Number=singular Case=dative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-sds--------2 | Pronoun Type=indefinite Person=third Number=singular Case=dative Owner_Number=singular Owner_Person=second | 1 |  |
Pi3-sds--------2s | Pronoun Type=indefinite Person=third Number=singular Case=dative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-sds--------2p | Pronoun Type=indefinite Person=third Number=singular Case=dative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-sds--------3 | Pronoun Type=indefinite Person=third Number=singular Case=dative Owner_Number=singular Owner_Person=third | 1 | egyikének/egyik |
Pi3-sds--------3s | Pronoun Type=indefinite Person=third Number=singular Case=dative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-sds--------3p | Pronoun Type=indefinite Person=third Number=singular Case=dative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-sdp--------1 | Pronoun Type=indefinite Person=third Number=singular Case=dative Owner_Number=plural Owner_Person=first | 1 |  |
Pi3-sdp--------1s | Pronoun Type=indefinite Person=third Number=singular Case=dative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-sdp--------1p | Pronoun Type=indefinite Person=third Number=singular Case=dative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-sdp--------2 | Pronoun Type=indefinite Person=third Number=singular Case=dative Owner_Number=plural Owner_Person=second | 1 |  |
Pi3-sdp--------2s | Pronoun Type=indefinite Person=third Number=singular Case=dative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-sdp--------2p | Pronoun Type=indefinite Person=third Number=singular Case=dative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-sdp--------3 | Pronoun Type=indefinite Person=third Number=singular Case=dative Owner_Number=plural Owner_Person=third | 1 | egyiküknek/egyik |
Pi3-sdp--------3s | Pronoun Type=indefinite Person=third Number=singular Case=dative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-sdp--------3p | Pronoun Type=indefinite Person=third Number=singular Case=dative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-sa | Pronoun Type=indefinite Person=third Number=singular Case=accusative | 17 | valamit/valami, valakit/valaki, néhányat/néhány, mindezt/mindez, mindet/mind |
Pi3-sa----------s | Pronoun Type=indefinite Person=third Number=singular Case=accusative Owned_Number=singular | 2 | másikét/másik, egyikét/egyik |
Pi3-sa----------p | Pronoun Type=indefinite Person=third Number=singular Case=accusative Owned_Number=plural | 1 |  |
Pi3-sas--------1 | Pronoun Type=indefinite Person=third Number=singular Case=accusative Owner_Number=singular Owner_Person=first | 1 |  |
Pi3-sas--------1s | Pronoun Type=indefinite Person=third Number=singular Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-sas--------1p | Pronoun Type=indefinite Person=third Number=singular Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-sas--------2 | Pronoun Type=indefinite Person=third Number=singular Case=accusative Owner_Number=singular Owner_Person=second | 1 |  |
Pi3-sas--------2s | Pronoun Type=indefinite Person=third Number=singular Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-sas--------2p | Pronoun Type=indefinite Person=third Number=singular Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-sas--------3 | Pronoun Type=indefinite Person=third Number=singular Case=accusative Owner_Number=singular Owner_Person=third | 1 | egyikét/egyik |
Pi3-sas--------3s | Pronoun Type=indefinite Person=third Number=singular Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-sas--------3p | Pronoun Type=indefinite Person=third Number=singular Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-sap--------1 | Pronoun Type=indefinite Person=third Number=singular Case=accusative Owner_Number=plural Owner_Person=first | 1 | mindenünket/minden |
Pi3-sap--------1s | Pronoun Type=indefinite Person=third Number=singular Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-sap--------1p | Pronoun Type=indefinite Person=third Number=singular Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-sap--------2 | Pronoun Type=indefinite Person=third Number=singular Case=accusative Owner_Number=plural Owner_Person=second | 1 |  |
Pi3-sap--------2s | Pronoun Type=indefinite Person=third Number=singular Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-sap--------2p | Pronoun Type=indefinite Person=third Number=singular Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-sap--------3 | Pronoun Type=indefinite Person=third Number=singular Case=accusative Owner_Number=plural Owner_Person=third | 1 |  |
Pi3-sap--------3s | Pronoun Type=indefinite Person=third Number=singular Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 | néhányukét/néhány |
Pi3-sap--------3p | Pronoun Type=indefinite Person=third Number=singular Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-si | Pronoun Type=indefinite Person=third Number=singular Case=instrumental | 10 | valamivel/valami, valakivel/valaki, mindenkivel/mindenki, mással/más, másikkal/másik |
Pi3-si----------s | Pronoun Type=indefinite Person=third Number=singular Case=instrumental Owned_Number=singular | 1 | egyikével/egyik |
Pi3-si----------p | Pronoun Type=indefinite Person=third Number=singular Case=instrumental Owned_Number=plural | 1 |  |
Pi3-sis--------1 | Pronoun Type=indefinite Person=third Number=singular Case=instrumental Owner_Number=singular Owner_Person=first | 1 |  |
Pi3-sis--------1s | Pronoun Type=indefinite Person=third Number=singular Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-sis--------1p | Pronoun Type=indefinite Person=third Number=singular Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-sis--------2 | Pronoun Type=indefinite Person=third Number=singular Case=instrumental Owner_Number=singular Owner_Person=second | 1 |  |
Pi3-sis--------2s | Pronoun Type=indefinite Person=third Number=singular Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-sis--------2p | Pronoun Type=indefinite Person=third Number=singular Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-sis--------3 | Pronoun Type=indefinite Person=third Number=singular Case=instrumental Owner_Number=singular Owner_Person=third | 1 | egyikével/egyik |
Pi3-sis--------3s | Pronoun Type=indefinite Person=third Number=singular Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-sis--------3p | Pronoun Type=indefinite Person=third Number=singular Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-sip--------1 | Pronoun Type=indefinite Person=third Number=singular Case=instrumental Owner_Number=plural Owner_Person=first | 1 |  |
Pi3-sip--------1s | Pronoun Type=indefinite Person=third Number=singular Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-sip--------1p | Pronoun Type=indefinite Person=third Number=singular Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-sip--------2 | Pronoun Type=indefinite Person=third Number=singular Case=instrumental Owner_Number=plural Owner_Person=second | 1 |  |
Pi3-sip--------2s | Pronoun Type=indefinite Person=third Number=singular Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-sip--------2p | Pronoun Type=indefinite Person=third Number=singular Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-sip--------3 | Pronoun Type=indefinite Person=third Number=singular Case=instrumental Owner_Number=plural Owner_Person=third | 1 |  |
Pi3-sip--------3s | Pronoun Type=indefinite Person=third Number=singular Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-sip--------3p | Pronoun Type=indefinite Person=third Number=singular Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-sx | Pronoun Type=indefinite Person=third Number=singular Case=illative | 3 | valakibe/valaki, másikba/másik, bármibe/bármi |
Pi3-sx----------s | Pronoun Type=indefinite Person=third Number=singular Case=illative Owned_Number=singular | 1 | egyikébe/egyik |
Pi3-sx----------p | Pronoun Type=indefinite Person=third Number=singular Case=illative Owned_Number=plural | 1 |  |
Pi3-sxs--------1 | Pronoun Type=indefinite Person=third Number=singular Case=illative Owner_Number=singular Owner_Person=first | 1 |  |
Pi3-sxs--------1s | Pronoun Type=indefinite Person=third Number=singular Case=illative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-sxs--------1p | Pronoun Type=indefinite Person=third Number=singular Case=illative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-sxs--------2 | Pronoun Type=indefinite Person=third Number=singular Case=illative Owner_Number=singular Owner_Person=second | 1 |  |
Pi3-sxs--------2s | Pronoun Type=indefinite Person=third Number=singular Case=illative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-sxs--------2p | Pronoun Type=indefinite Person=third Number=singular Case=illative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-sxs--------3 | Pronoun Type=indefinite Person=third Number=singular Case=illative Owner_Number=singular Owner_Person=third | 1 | egyikébe/egyik |
Pi3-sxs--------3s | Pronoun Type=indefinite Person=third Number=singular Case=illative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-sxs--------3p | Pronoun Type=indefinite Person=third Number=singular Case=illative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-sxp--------1 | Pronoun Type=indefinite Person=third Number=singular Case=illative Owner_Number=plural Owner_Person=first | 1 |  |
Pi3-sxp--------1s | Pronoun Type=indefinite Person=third Number=singular Case=illative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-sxp--------1p | Pronoun Type=indefinite Person=third Number=singular Case=illative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-sxp--------2 | Pronoun Type=indefinite Person=third Number=singular Case=illative Owner_Number=plural Owner_Person=second | 1 |  |
Pi3-sxp--------2s | Pronoun Type=indefinite Person=third Number=singular Case=illative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-sxp--------2p | Pronoun Type=indefinite Person=third Number=singular Case=illative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-sxp--------3 | Pronoun Type=indefinite Person=third Number=singular Case=illative Owner_Number=plural Owner_Person=third | 1 |  |
Pi3-sxp--------3s | Pronoun Type=indefinite Person=third Number=singular Case=illative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-sxp--------3p | Pronoun Type=indefinite Person=third Number=singular Case=illative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-s2 | Pronoun Type=indefinite Person=third Number=singular Case=inessive | 7 | valamiben/valami, mindenkiben/mindenki, mindenben/minden, mindebben/mindez, mindabban/mindaz |
Pi3-s2----------s | Pronoun Type=indefinite Person=third Number=singular Case=inessive Owned_Number=singular | 1 | egyikében/egyik |
Pi3-s2----------p | Pronoun Type=indefinite Person=third Number=singular Case=inessive Owned_Number=plural | 1 |  |
Pi3-s2s--------1 | Pronoun Type=indefinite Person=third Number=singular Case=inessive Owner_Number=singular Owner_Person=first | 1 |  |
Pi3-s2s--------1s | Pronoun Type=indefinite Person=third Number=singular Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-s2s--------1p | Pronoun Type=indefinite Person=third Number=singular Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-s2s--------2 | Pronoun Type=indefinite Person=third Number=singular Case=inessive Owner_Number=singular Owner_Person=second | 1 |  |
Pi3-s2s--------2s | Pronoun Type=indefinite Person=third Number=singular Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-s2s--------2p | Pronoun Type=indefinite Person=third Number=singular Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-s2s--------3 | Pronoun Type=indefinite Person=third Number=singular Case=inessive Owner_Number=singular Owner_Person=third | 1 | egyikében/egyik |
Pi3-s2s--------3s | Pronoun Type=indefinite Person=third Number=singular Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-s2s--------3p | Pronoun Type=indefinite Person=third Number=singular Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-s2p--------1 | Pronoun Type=indefinite Person=third Number=singular Case=inessive Owner_Number=plural Owner_Person=first | 1 |  |
Pi3-s2p--------1s | Pronoun Type=indefinite Person=third Number=singular Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-s2p--------1p | Pronoun Type=indefinite Person=third Number=singular Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-s2p--------2 | Pronoun Type=indefinite Person=third Number=singular Case=inessive Owner_Number=plural Owner_Person=second | 1 |  |
Pi3-s2p--------2s | Pronoun Type=indefinite Person=third Number=singular Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-s2p--------2p | Pronoun Type=indefinite Person=third Number=singular Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-s2p--------3 | Pronoun Type=indefinite Person=third Number=singular Case=inessive Owner_Number=plural Owner_Person=third | 1 |  |
Pi3-s2p--------3s | Pronoun Type=indefinite Person=third Number=singular Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-s2p--------3p | Pronoun Type=indefinite Person=third Number=singular Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-se | Pronoun Type=indefinite Person=third Number=singular Case=elative | 5 | mindenkiből/mindenki, mindenből/minden, másikból/másik, másból/más, egyikből/egyik |
Pi3-se----------s | Pronoun Type=indefinite Person=third Number=singular Case=elative Owned_Number=singular | 2 | valamelyikéből/valamelyik, egyikéből/egyik |
Pi3-se----------p | Pronoun Type=indefinite Person=third Number=singular Case=elative Owned_Number=plural | 1 |  |
Pi3-ses--------1 | Pronoun Type=indefinite Person=third Number=singular Case=elative Owner_Number=singular Owner_Person=first | 1 |  |
Pi3-ses--------1s | Pronoun Type=indefinite Person=third Number=singular Case=elative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-ses--------1p | Pronoun Type=indefinite Person=third Number=singular Case=elative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-ses--------2 | Pronoun Type=indefinite Person=third Number=singular Case=elative Owner_Number=singular Owner_Person=second | 1 | mindenedből/minden |
Pi3-ses--------2s | Pronoun Type=indefinite Person=third Number=singular Case=elative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-ses--------2p | Pronoun Type=indefinite Person=third Number=singular Case=elative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-ses--------3 | Pronoun Type=indefinite Person=third Number=singular Case=elative Owner_Number=singular Owner_Person=third | 2 | valamelyikéből/valamelyik, egyikéből/egyik |
Pi3-ses--------3s | Pronoun Type=indefinite Person=third Number=singular Case=elative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-ses--------3p | Pronoun Type=indefinite Person=third Number=singular Case=elative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-sep--------1 | Pronoun Type=indefinite Person=third Number=singular Case=elative Owner_Number=plural Owner_Person=first | 1 |  |
Pi3-sep--------1s | Pronoun Type=indefinite Person=third Number=singular Case=elative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-sep--------1p | Pronoun Type=indefinite Person=third Number=singular Case=elative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-sep--------2 | Pronoun Type=indefinite Person=third Number=singular Case=elative Owner_Number=plural Owner_Person=second | 1 |  |
Pi3-sep--------2s | Pronoun Type=indefinite Person=third Number=singular Case=elative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-sep--------2p | Pronoun Type=indefinite Person=third Number=singular Case=elative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-sep--------3 | Pronoun Type=indefinite Person=third Number=singular Case=elative Owner_Number=plural Owner_Person=third | 1 |  |
Pi3-sep--------3s | Pronoun Type=indefinite Person=third Number=singular Case=elative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-sep--------3p | Pronoun Type=indefinite Person=third Number=singular Case=elative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-st | Pronoun Type=indefinite Person=third Number=singular Case=allative | 4 | mindenhez/minden, mindehhez/mindez, másikhoz/másik, bárkihez/bárki |
Pi3-st----------s | Pronoun Type=indefinite Person=third Number=singular Case=allative Owned_Number=singular | 1 |  |
Pi3-st----------p | Pronoun Type=indefinite Person=third Number=singular Case=allative Owned_Number=plural | 1 |  |
Pi3-sts--------1 | Pronoun Type=indefinite Person=third Number=singular Case=allative Owner_Number=singular Owner_Person=first | 1 |  |
Pi3-sts--------1s | Pronoun Type=indefinite Person=third Number=singular Case=allative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-sts--------1p | Pronoun Type=indefinite Person=third Number=singular Case=allative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-sts--------2 | Pronoun Type=indefinite Person=third Number=singular Case=allative Owner_Number=singular Owner_Person=second | 1 |  |
Pi3-sts--------2s | Pronoun Type=indefinite Person=third Number=singular Case=allative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-sts--------2p | Pronoun Type=indefinite Person=third Number=singular Case=allative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-sts--------3 | Pronoun Type=indefinite Person=third Number=singular Case=allative Owner_Number=singular Owner_Person=third | 1 |  |
Pi3-sts--------3s | Pronoun Type=indefinite Person=third Number=singular Case=allative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-sts--------3p | Pronoun Type=indefinite Person=third Number=singular Case=allative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-stp--------1 | Pronoun Type=indefinite Person=third Number=singular Case=allative Owner_Number=plural Owner_Person=first | 1 |  |
Pi3-stp--------1s | Pronoun Type=indefinite Person=third Number=singular Case=allative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-stp--------1p | Pronoun Type=indefinite Person=third Number=singular Case=allative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-stp--------2 | Pronoun Type=indefinite Person=third Number=singular Case=allative Owner_Number=plural Owner_Person=second | 1 |  |
Pi3-stp--------2s | Pronoun Type=indefinite Person=third Number=singular Case=allative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-stp--------2p | Pronoun Type=indefinite Person=third Number=singular Case=allative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-stp--------3 | Pronoun Type=indefinite Person=third Number=singular Case=allative Owner_Number=plural Owner_Person=third | 1 |  |
Pi3-stp--------3s | Pronoun Type=indefinite Person=third Number=singular Case=allative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-stp--------3p | Pronoun Type=indefinite Person=third Number=singular Case=allative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-s3 | Pronoun Type=indefinite Person=third Number=singular Case=adessive | 2 | mindennél/minden, mindenkinél/mindenki |
Pi3-s3----------s | Pronoun Type=indefinite Person=third Number=singular Case=adessive Owned_Number=singular | 1 |  |
Pi3-s3----------p | Pronoun Type=indefinite Person=third Number=singular Case=adessive Owned_Number=plural | 1 |  |
Pi3-s3s--------1 | Pronoun Type=indefinite Person=third Number=singular Case=adessive Owner_Number=singular Owner_Person=first | 1 |  |
Pi3-s3s--------1s | Pronoun Type=indefinite Person=third Number=singular Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-s3s--------1p | Pronoun Type=indefinite Person=third Number=singular Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-s3s--------2 | Pronoun Type=indefinite Person=third Number=singular Case=adessive Owner_Number=singular Owner_Person=second | 1 |  |
Pi3-s3s--------2s | Pronoun Type=indefinite Person=third Number=singular Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-s3s--------2p | Pronoun Type=indefinite Person=third Number=singular Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-s3s--------3 | Pronoun Type=indefinite Person=third Number=singular Case=adessive Owner_Number=singular Owner_Person=third | 1 |  |
Pi3-s3s--------3s | Pronoun Type=indefinite Person=third Number=singular Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-s3s--------3p | Pronoun Type=indefinite Person=third Number=singular Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-s3p--------1 | Pronoun Type=indefinite Person=third Number=singular Case=adessive Owner_Number=plural Owner_Person=first | 1 |  |
Pi3-s3p--------1s | Pronoun Type=indefinite Person=third Number=singular Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-s3p--------1p | Pronoun Type=indefinite Person=third Number=singular Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-s3p--------2 | Pronoun Type=indefinite Person=third Number=singular Case=adessive Owner_Number=plural Owner_Person=second | 1 |  |
Pi3-s3p--------2s | Pronoun Type=indefinite Person=third Number=singular Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-s3p--------2p | Pronoun Type=indefinite Person=third Number=singular Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-s3p--------3 | Pronoun Type=indefinite Person=third Number=singular Case=adessive Owner_Number=plural Owner_Person=third | 1 |  |
Pi3-s3p--------3s | Pronoun Type=indefinite Person=third Number=singular Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-s3p--------3p | Pronoun Type=indefinite Person=third Number=singular Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-sb | Pronoun Type=indefinite Person=third Number=singular Case=ablative | 4 | valamitől/valami, néhánytól/néhány, mindentől/minden, mástól/más |
Pi3-sb----------s | Pronoun Type=indefinite Person=third Number=singular Case=ablative Owned_Number=singular | 1 |  |
Pi3-sb----------p | Pronoun Type=indefinite Person=third Number=singular Case=ablative Owned_Number=plural | 1 |  |
Pi3-sbs--------1 | Pronoun Type=indefinite Person=third Number=singular Case=ablative Owner_Number=singular Owner_Person=first | 1 |  |
Pi3-sbs--------1s | Pronoun Type=indefinite Person=third Number=singular Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-sbs--------1p | Pronoun Type=indefinite Person=third Number=singular Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-sbs--------2 | Pronoun Type=indefinite Person=third Number=singular Case=ablative Owner_Number=singular Owner_Person=second | 1 |  |
Pi3-sbs--------2s | Pronoun Type=indefinite Person=third Number=singular Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-sbs--------2p | Pronoun Type=indefinite Person=third Number=singular Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-sbs--------3 | Pronoun Type=indefinite Person=third Number=singular Case=ablative Owner_Number=singular Owner_Person=third | 1 |  |
Pi3-sbs--------3s | Pronoun Type=indefinite Person=third Number=singular Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-sbs--------3p | Pronoun Type=indefinite Person=third Number=singular Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-sbp--------1 | Pronoun Type=indefinite Person=third Number=singular Case=ablative Owner_Number=plural Owner_Person=first | 1 |  |
Pi3-sbp--------1s | Pronoun Type=indefinite Person=third Number=singular Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-sbp--------1p | Pronoun Type=indefinite Person=third Number=singular Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-sbp--------2 | Pronoun Type=indefinite Person=third Number=singular Case=ablative Owner_Number=plural Owner_Person=second | 1 |  |
Pi3-sbp--------2s | Pronoun Type=indefinite Person=third Number=singular Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-sbp--------2p | Pronoun Type=indefinite Person=third Number=singular Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-sbp--------3 | Pronoun Type=indefinite Person=third Number=singular Case=ablative Owner_Number=plural Owner_Person=third | 1 |  |
Pi3-sbp--------3s | Pronoun Type=indefinite Person=third Number=singular Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-sbp--------3p | Pronoun Type=indefinite Person=third Number=singular Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-s9 | Pronoun Type=indefinite Person=third Number=singular Case=terminative | 4 | mindig/mind, mindeddig/mindez, mindaddig/mindaz, másikig/másik |
Pi3-s9----------s | Pronoun Type=indefinite Person=third Number=singular Case=terminative Owned_Number=singular | 1 |  |
Pi3-s9----------p | Pronoun Type=indefinite Person=third Number=singular Case=terminative Owned_Number=plural | 1 |  |
Pi3-s9s--------1 | Pronoun Type=indefinite Person=third Number=singular Case=terminative Owner_Number=singular Owner_Person=first | 1 |  |
Pi3-s9s--------1s | Pronoun Type=indefinite Person=third Number=singular Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-s9s--------1p | Pronoun Type=indefinite Person=third Number=singular Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-s9s--------2 | Pronoun Type=indefinite Person=third Number=singular Case=terminative Owner_Number=singular Owner_Person=second | 1 |  |
Pi3-s9s--------2s | Pronoun Type=indefinite Person=third Number=singular Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-s9s--------2p | Pronoun Type=indefinite Person=third Number=singular Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-s9s--------3 | Pronoun Type=indefinite Person=third Number=singular Case=terminative Owner_Number=singular Owner_Person=third | 1 |  |
Pi3-s9s--------3s | Pronoun Type=indefinite Person=third Number=singular Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-s9s--------3p | Pronoun Type=indefinite Person=third Number=singular Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-s9p--------1 | Pronoun Type=indefinite Person=third Number=singular Case=terminative Owner_Number=plural Owner_Person=first | 1 |  |
Pi3-s9p--------1s | Pronoun Type=indefinite Person=third Number=singular Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-s9p--------1p | Pronoun Type=indefinite Person=third Number=singular Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-s9p--------2 | Pronoun Type=indefinite Person=third Number=singular Case=terminative Owner_Number=plural Owner_Person=second | 1 |  |
Pi3-s9p--------2s | Pronoun Type=indefinite Person=third Number=singular Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-s9p--------2p | Pronoun Type=indefinite Person=third Number=singular Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-s9p--------3 | Pronoun Type=indefinite Person=third Number=singular Case=terminative Owner_Number=plural Owner_Person=third | 1 |  |
Pi3-s9p--------3s | Pronoun Type=indefinite Person=third Number=singular Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-s9p--------3p | Pronoun Type=indefinite Person=third Number=singular Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-sw | Pronoun Type=indefinite Person=third Number=singular Case=essive | 1 | néhányan/néhány |
Pi3-sw----------s | Pronoun Type=indefinite Person=third Number=singular Case=essive Owned_Number=singular | 1 |  |
Pi3-sw----------p | Pronoun Type=indefinite Person=third Number=singular Case=essive Owned_Number=plural | 1 |  |
Pi3-sws--------1 | Pronoun Type=indefinite Person=third Number=singular Case=essive Owner_Number=singular Owner_Person=first | 1 |  |
Pi3-sws--------1s | Pronoun Type=indefinite Person=third Number=singular Case=essive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-sws--------1p | Pronoun Type=indefinite Person=third Number=singular Case=essive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-sws--------2 | Pronoun Type=indefinite Person=third Number=singular Case=essive Owner_Number=singular Owner_Person=second | 1 |  |
Pi3-sws--------2s | Pronoun Type=indefinite Person=third Number=singular Case=essive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-sws--------2p | Pronoun Type=indefinite Person=third Number=singular Case=essive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-sws--------3 | Pronoun Type=indefinite Person=third Number=singular Case=essive Owner_Number=singular Owner_Person=third | 1 |  |
Pi3-sws--------3s | Pronoun Type=indefinite Person=third Number=singular Case=essive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-sws--------3p | Pronoun Type=indefinite Person=third Number=singular Case=essive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-swp--------1 | Pronoun Type=indefinite Person=third Number=singular Case=essive Owner_Number=plural Owner_Person=first | 1 |  |
Pi3-swp--------1s | Pronoun Type=indefinite Person=third Number=singular Case=essive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-swp--------1p | Pronoun Type=indefinite Person=third Number=singular Case=essive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-swp--------2 | Pronoun Type=indefinite Person=third Number=singular Case=essive Owner_Number=plural Owner_Person=second | 1 |  |
Pi3-swp--------2s | Pronoun Type=indefinite Person=third Number=singular Case=essive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-swp--------2p | Pronoun Type=indefinite Person=third Number=singular Case=essive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-swp--------3 | Pronoun Type=indefinite Person=third Number=singular Case=essive Owner_Number=plural Owner_Person=third | 1 |  |
Pi3-swp--------3s | Pronoun Type=indefinite Person=third Number=singular Case=essive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-swp--------3p | Pronoun Type=indefinite Person=third Number=singular Case=essive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-sm | Pronoun Type=indefinite Person=third Number=singular Case=temporalis | 5 | valamikor/valami, mindenkor/minden, máskor/más, egyébkor/egyéb, bármikor/bármi |
Pi3-sm----------s | Pronoun Type=indefinite Person=third Number=singular Case=temporalis Owned_Number=singular | 1 |  |
Pi3-sm----------p | Pronoun Type=indefinite Person=third Number=singular Case=temporalis Owned_Number=plural | 1 |  |
Pi3-sms--------1 | Pronoun Type=indefinite Person=third Number=singular Case=temporalis Owner_Number=singular Owner_Person=first | 1 |  |
Pi3-sms--------1s | Pronoun Type=indefinite Person=third Number=singular Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-sms--------1p | Pronoun Type=indefinite Person=third Number=singular Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-sms--------2 | Pronoun Type=indefinite Person=third Number=singular Case=temporalis Owner_Number=singular Owner_Person=second | 1 |  |
Pi3-sms--------2s | Pronoun Type=indefinite Person=third Number=singular Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-sms--------2p | Pronoun Type=indefinite Person=third Number=singular Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-sms--------3 | Pronoun Type=indefinite Person=third Number=singular Case=temporalis Owner_Number=singular Owner_Person=third | 1 |  |
Pi3-sms--------3s | Pronoun Type=indefinite Person=third Number=singular Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-sms--------3p | Pronoun Type=indefinite Person=third Number=singular Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-smp--------1 | Pronoun Type=indefinite Person=third Number=singular Case=temporalis Owner_Number=plural Owner_Person=first | 1 |  |
Pi3-smp--------1s | Pronoun Type=indefinite Person=third Number=singular Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-smp--------1p | Pronoun Type=indefinite Person=third Number=singular Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-smp--------2 | Pronoun Type=indefinite Person=third Number=singular Case=temporalis Owner_Number=plural Owner_Person=second | 1 |  |
Pi3-smp--------2s | Pronoun Type=indefinite Person=third Number=singular Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-smp--------2p | Pronoun Type=indefinite Person=third Number=singular Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-smp--------3 | Pronoun Type=indefinite Person=third Number=singular Case=temporalis Owner_Number=plural Owner_Person=third | 1 |  |
Pi3-smp--------3s | Pronoun Type=indefinite Person=third Number=singular Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-smp--------3p | Pronoun Type=indefinite Person=third Number=singular Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-sc | Pronoun Type=indefinite Person=third Number=singular Case=causalis | 4 | valamiért/valami, mindenért/minden, másikért/másik, másért/más |
Pi3-sc----------s | Pronoun Type=indefinite Person=third Number=singular Case=causalis Owned_Number=singular | 1 |  |
Pi3-sc----------p | Pronoun Type=indefinite Person=third Number=singular Case=causalis Owned_Number=plural | 1 |  |
Pi3-scs--------1 | Pronoun Type=indefinite Person=third Number=singular Case=causalis Owner_Number=singular Owner_Person=first | 1 |  |
Pi3-scs--------1s | Pronoun Type=indefinite Person=third Number=singular Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-scs--------1p | Pronoun Type=indefinite Person=third Number=singular Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-scs--------2 | Pronoun Type=indefinite Person=third Number=singular Case=causalis Owner_Number=singular Owner_Person=second | 1 |  |
Pi3-scs--------2s | Pronoun Type=indefinite Person=third Number=singular Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-scs--------2p | Pronoun Type=indefinite Person=third Number=singular Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-scs--------3 | Pronoun Type=indefinite Person=third Number=singular Case=causalis Owner_Number=singular Owner_Person=third | 1 |  |
Pi3-scs--------3s | Pronoun Type=indefinite Person=third Number=singular Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-scs--------3p | Pronoun Type=indefinite Person=third Number=singular Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-scp--------1 | Pronoun Type=indefinite Person=third Number=singular Case=causalis Owner_Number=plural Owner_Person=first | 1 |  |
Pi3-scp--------1s | Pronoun Type=indefinite Person=third Number=singular Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-scp--------1p | Pronoun Type=indefinite Person=third Number=singular Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-scp--------2 | Pronoun Type=indefinite Person=third Number=singular Case=causalis Owner_Number=plural Owner_Person=second | 1 |  |
Pi3-scp--------2s | Pronoun Type=indefinite Person=third Number=singular Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-scp--------2p | Pronoun Type=indefinite Person=third Number=singular Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-scp--------3 | Pronoun Type=indefinite Person=third Number=singular Case=causalis Owner_Number=plural Owner_Person=third | 1 |  |
Pi3-scp--------3s | Pronoun Type=indefinite Person=third Number=singular Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-scp--------3p | Pronoun Type=indefinite Person=third Number=singular Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-ss | Pronoun Type=indefinite Person=third Number=singular Case=sublative | 10 | valamire/valami, minderre/mindez, mindenre/minden, mindenkire/mindenki, másra/más |
Pi3-ss----------s | Pronoun Type=indefinite Person=third Number=singular Case=sublative Owned_Number=singular | 1 | másikéra/másik |
Pi3-ss----------p | Pronoun Type=indefinite Person=third Number=singular Case=sublative Owned_Number=plural | 1 |  |
Pi3-sss--------1 | Pronoun Type=indefinite Person=third Number=singular Case=sublative Owner_Number=singular Owner_Person=first | 1 |  |
Pi3-sss--------1s | Pronoun Type=indefinite Person=third Number=singular Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-sss--------1p | Pronoun Type=indefinite Person=third Number=singular Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-sss--------2 | Pronoun Type=indefinite Person=third Number=singular Case=sublative Owner_Number=singular Owner_Person=second | 1 |  |
Pi3-sss--------2s | Pronoun Type=indefinite Person=third Number=singular Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-sss--------2p | Pronoun Type=indefinite Person=third Number=singular Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-sss--------3 | Pronoun Type=indefinite Person=third Number=singular Case=sublative Owner_Number=singular Owner_Person=third | 1 |  |
Pi3-sss--------3s | Pronoun Type=indefinite Person=third Number=singular Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-sss--------3p | Pronoun Type=indefinite Person=third Number=singular Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-ssp--------1 | Pronoun Type=indefinite Person=third Number=singular Case=sublative Owner_Number=plural Owner_Person=first | 1 |  |
Pi3-ssp--------1s | Pronoun Type=indefinite Person=third Number=singular Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-ssp--------1p | Pronoun Type=indefinite Person=third Number=singular Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-ssp--------2 | Pronoun Type=indefinite Person=third Number=singular Case=sublative Owner_Number=plural Owner_Person=second | 1 |  |
Pi3-ssp--------2s | Pronoun Type=indefinite Person=third Number=singular Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-ssp--------2p | Pronoun Type=indefinite Person=third Number=singular Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-ssp--------3 | Pronoun Type=indefinite Person=third Number=singular Case=sublative Owner_Number=plural Owner_Person=third | 1 |  |
Pi3-ssp--------3s | Pronoun Type=indefinite Person=third Number=singular Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-ssp--------3p | Pronoun Type=indefinite Person=third Number=singular Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-sh | Pronoun Type=indefinite Person=third Number=singular Case=delative | 9 | valamiről/valami, minderről/mindez, mindenről/minden, mindenkiről/mindenki, mindenféléről/mindenféle |
Pi3-sh----------s | Pronoun Type=indefinite Person=third Number=singular Case=delative Owned_Number=singular | 1 |  |
Pi3-sh----------p | Pronoun Type=indefinite Person=third Number=singular Case=delative Owned_Number=plural | 1 |  |
Pi3-shs--------1 | Pronoun Type=indefinite Person=third Number=singular Case=delative Owner_Number=singular Owner_Person=first | 1 |  |
Pi3-shs--------1s | Pronoun Type=indefinite Person=third Number=singular Case=delative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-shs--------1p | Pronoun Type=indefinite Person=third Number=singular Case=delative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-shs--------2 | Pronoun Type=indefinite Person=third Number=singular Case=delative Owner_Number=singular Owner_Person=second | 1 |  |
Pi3-shs--------2s | Pronoun Type=indefinite Person=third Number=singular Case=delative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-shs--------2p | Pronoun Type=indefinite Person=third Number=singular Case=delative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-shs--------3 | Pronoun Type=indefinite Person=third Number=singular Case=delative Owner_Number=singular Owner_Person=third | 1 |  |
Pi3-shs--------3s | Pronoun Type=indefinite Person=third Number=singular Case=delative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-shs--------3p | Pronoun Type=indefinite Person=third Number=singular Case=delative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-shp--------1 | Pronoun Type=indefinite Person=third Number=singular Case=delative Owner_Number=plural Owner_Person=first | 1 |  |
Pi3-shp--------1s | Pronoun Type=indefinite Person=third Number=singular Case=delative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-shp--------1p | Pronoun Type=indefinite Person=third Number=singular Case=delative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-shp--------2 | Pronoun Type=indefinite Person=third Number=singular Case=delative Owner_Number=plural Owner_Person=second | 1 |  |
Pi3-shp--------2s | Pronoun Type=indefinite Person=third Number=singular Case=delative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-shp--------2p | Pronoun Type=indefinite Person=third Number=singular Case=delative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-shp--------3 | Pronoun Type=indefinite Person=third Number=singular Case=delative Owner_Number=plural Owner_Person=third | 1 | egyikükről/egyik |
Pi3-shp--------3s | Pronoun Type=indefinite Person=third Number=singular Case=delative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-shp--------3p | Pronoun Type=indefinite Person=third Number=singular Case=delative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-sq | Pronoun Type=indefinite Person=third Number=singular Case=sociative | 1 | mindenestül/minden |
Pi3-sq----------s | Pronoun Type=indefinite Person=third Number=singular Case=sociative Owned_Number=singular | 1 |  |
Pi3-sq----------p | Pronoun Type=indefinite Person=third Number=singular Case=sociative Owned_Number=plural | 1 |  |
Pi3-sqs--------1 | Pronoun Type=indefinite Person=third Number=singular Case=sociative Owner_Number=singular Owner_Person=first | 1 |  |
Pi3-sqs--------1s | Pronoun Type=indefinite Person=third Number=singular Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-sqs--------1p | Pronoun Type=indefinite Person=third Number=singular Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-sqs--------2 | Pronoun Type=indefinite Person=third Number=singular Case=sociative Owner_Number=singular Owner_Person=second | 1 |  |
Pi3-sqs--------2s | Pronoun Type=indefinite Person=third Number=singular Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-sqs--------2p | Pronoun Type=indefinite Person=third Number=singular Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-sqs--------3 | Pronoun Type=indefinite Person=third Number=singular Case=sociative Owner_Number=singular Owner_Person=third | 1 |  |
Pi3-sqs--------3s | Pronoun Type=indefinite Person=third Number=singular Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-sqs--------3p | Pronoun Type=indefinite Person=third Number=singular Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-sqp--------1 | Pronoun Type=indefinite Person=third Number=singular Case=sociative Owner_Number=plural Owner_Person=first | 1 |  |
Pi3-sqp--------1s | Pronoun Type=indefinite Person=third Number=singular Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-sqp--------1p | Pronoun Type=indefinite Person=third Number=singular Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-sqp--------2 | Pronoun Type=indefinite Person=third Number=singular Case=sociative Owner_Number=plural Owner_Person=second | 1 |  |
Pi3-sqp--------2s | Pronoun Type=indefinite Person=third Number=singular Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-sqp--------2p | Pronoun Type=indefinite Person=third Number=singular Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-sqp--------3 | Pronoun Type=indefinite Person=third Number=singular Case=sociative Owner_Number=plural Owner_Person=third | 1 |  |
Pi3-sqp--------3s | Pronoun Type=indefinite Person=third Number=singular Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-sqp--------3p | Pronoun Type=indefinite Person=third Number=singular Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-sy | Pronoun Type=indefinite Person=third Number=singular Case=factive | 1 |  |
Pi3-sy----------s | Pronoun Type=indefinite Person=third Number=singular Case=factive Owned_Number=singular | 1 |  |
Pi3-sy----------p | Pronoun Type=indefinite Person=third Number=singular Case=factive Owned_Number=plural | 1 |  |
Pi3-sys--------1 | Pronoun Type=indefinite Person=third Number=singular Case=factive Owner_Number=singular Owner_Person=first | 1 |  |
Pi3-sys--------1s | Pronoun Type=indefinite Person=third Number=singular Case=factive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-sys--------1p | Pronoun Type=indefinite Person=third Number=singular Case=factive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-sys--------2 | Pronoun Type=indefinite Person=third Number=singular Case=factive Owner_Number=singular Owner_Person=second | 1 |  |
Pi3-sys--------2s | Pronoun Type=indefinite Person=third Number=singular Case=factive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-sys--------2p | Pronoun Type=indefinite Person=third Number=singular Case=factive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-sys--------3 | Pronoun Type=indefinite Person=third Number=singular Case=factive Owner_Number=singular Owner_Person=third | 1 |  |
Pi3-sys--------3s | Pronoun Type=indefinite Person=third Number=singular Case=factive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-sys--------3p | Pronoun Type=indefinite Person=third Number=singular Case=factive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-syp--------1 | Pronoun Type=indefinite Person=third Number=singular Case=factive Owner_Number=plural Owner_Person=first | 1 |  |
Pi3-syp--------1s | Pronoun Type=indefinite Person=third Number=singular Case=factive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-syp--------1p | Pronoun Type=indefinite Person=third Number=singular Case=factive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-syp--------2 | Pronoun Type=indefinite Person=third Number=singular Case=factive Owner_Number=plural Owner_Person=second | 1 |  |
Pi3-syp--------2s | Pronoun Type=indefinite Person=third Number=singular Case=factive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-syp--------2p | Pronoun Type=indefinite Person=third Number=singular Case=factive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-syp--------3 | Pronoun Type=indefinite Person=third Number=singular Case=factive Owner_Number=plural Owner_Person=third | 1 |  |
Pi3-syp--------3s | Pronoun Type=indefinite Person=third Number=singular Case=factive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-syp--------3p | Pronoun Type=indefinite Person=third Number=singular Case=factive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-sp | Pronoun Type=indefinite Person=third Number=singular Case=superessive | 7 | valamin/valami, minden/mind, mindenkin/mindenki, mindenen/minden, másikon/másik |
Pi3-sp----------s | Pronoun Type=indefinite Person=third Number=singular Case=superessive Owned_Number=singular | 2 | valamelyikén/valamelyik, egyikén/egyik |
Pi3-sp----------p | Pronoun Type=indefinite Person=third Number=singular Case=superessive Owned_Number=plural | 1 |  |
Pi3-sps--------1 | Pronoun Type=indefinite Person=third Number=singular Case=superessive Owner_Number=singular Owner_Person=first | 1 |  |
Pi3-sps--------1s | Pronoun Type=indefinite Person=third Number=singular Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-sps--------1p | Pronoun Type=indefinite Person=third Number=singular Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-sps--------2 | Pronoun Type=indefinite Person=third Number=singular Case=superessive Owner_Number=singular Owner_Person=second | 1 |  |
Pi3-sps--------2s | Pronoun Type=indefinite Person=third Number=singular Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-sps--------2p | Pronoun Type=indefinite Person=third Number=singular Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-sps--------3 | Pronoun Type=indefinite Person=third Number=singular Case=superessive Owner_Number=singular Owner_Person=third | 2 | valamelyikén/valamelyik, egyikén/egyik |
Pi3-sps--------3s | Pronoun Type=indefinite Person=third Number=singular Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-sps--------3p | Pronoun Type=indefinite Person=third Number=singular Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-spp--------1 | Pronoun Type=indefinite Person=third Number=singular Case=superessive Owner_Number=plural Owner_Person=first | 1 |  |
Pi3-spp--------1s | Pronoun Type=indefinite Person=third Number=singular Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-spp--------1p | Pronoun Type=indefinite Person=third Number=singular Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-spp--------2 | Pronoun Type=indefinite Person=third Number=singular Case=superessive Owner_Number=plural Owner_Person=second | 1 |  |
Pi3-spp--------2s | Pronoun Type=indefinite Person=third Number=singular Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-spp--------2p | Pronoun Type=indefinite Person=third Number=singular Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-spp--------3 | Pronoun Type=indefinite Person=third Number=singular Case=superessive Owner_Number=plural Owner_Person=third | 1 |  |
Pi3-spp--------3s | Pronoun Type=indefinite Person=third Number=singular Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-spp--------3p | Pronoun Type=indefinite Person=third Number=singular Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-su | Pronoun Type=indefinite Person=third Number=singular Case=distributive | 1 |  |
Pi3-su----------s | Pronoun Type=indefinite Person=third Number=singular Case=distributive Owned_Number=singular | 1 |  |
Pi3-su----------p | Pronoun Type=indefinite Person=third Number=singular Case=distributive Owned_Number=plural | 1 |  |
Pi3-sus--------1 | Pronoun Type=indefinite Person=third Number=singular Case=distributive Owner_Number=singular Owner_Person=first | 1 |  |
Pi3-sus--------1s | Pronoun Type=indefinite Person=third Number=singular Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-sus--------1p | Pronoun Type=indefinite Person=third Number=singular Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-sus--------2 | Pronoun Type=indefinite Person=third Number=singular Case=distributive Owner_Number=singular Owner_Person=second | 1 |  |
Pi3-sus--------2s | Pronoun Type=indefinite Person=third Number=singular Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-sus--------2p | Pronoun Type=indefinite Person=third Number=singular Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-sus--------3 | Pronoun Type=indefinite Person=third Number=singular Case=distributive Owner_Number=singular Owner_Person=third | 1 |  |
Pi3-sus--------3s | Pronoun Type=indefinite Person=third Number=singular Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-sus--------3p | Pronoun Type=indefinite Person=third Number=singular Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-sup--------1 | Pronoun Type=indefinite Person=third Number=singular Case=distributive Owner_Number=plural Owner_Person=first | 1 |  |
Pi3-sup--------1s | Pronoun Type=indefinite Person=third Number=singular Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-sup--------1p | Pronoun Type=indefinite Person=third Number=singular Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-sup--------2 | Pronoun Type=indefinite Person=third Number=singular Case=distributive Owner_Number=plural Owner_Person=second | 1 |  |
Pi3-sup--------2s | Pronoun Type=indefinite Person=third Number=singular Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-sup--------2p | Pronoun Type=indefinite Person=third Number=singular Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-sup--------3 | Pronoun Type=indefinite Person=third Number=singular Case=distributive Owner_Number=plural Owner_Person=third | 1 |  |
Pi3-sup--------3s | Pronoun Type=indefinite Person=third Number=singular Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-sup--------3p | Pronoun Type=indefinite Person=third Number=singular Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-sf | Pronoun Type=indefinite Person=third Number=singular Case=essive-formal | 10 | valamiképp/valami, valamiképpen/valami, mindenképp/minden, mindenképpen/minden, mindenféleképpen/mindenféle |
Pi3-sf----------s | Pronoun Type=indefinite Person=third Number=singular Case=essive-formal Owned_Number=singular | 1 |  |
Pi3-sf----------p | Pronoun Type=indefinite Person=third Number=singular Case=essive-formal Owned_Number=plural | 1 |  |
Pi3-sfs--------1 | Pronoun Type=indefinite Person=third Number=singular Case=essive-formal Owner_Number=singular Owner_Person=first | 1 |  |
Pi3-sfs--------1s | Pronoun Type=indefinite Person=third Number=singular Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-sfs--------1p | Pronoun Type=indefinite Person=third Number=singular Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-sfs--------2 | Pronoun Type=indefinite Person=third Number=singular Case=essive-formal Owner_Number=singular Owner_Person=second | 1 |  |
Pi3-sfs--------2s | Pronoun Type=indefinite Person=third Number=singular Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-sfs--------2p | Pronoun Type=indefinite Person=third Number=singular Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-sfs--------3 | Pronoun Type=indefinite Person=third Number=singular Case=essive-formal Owner_Number=singular Owner_Person=third | 1 | egyikeként/egyik |
Pi3-sfs--------3s | Pronoun Type=indefinite Person=third Number=singular Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-sfs--------3p | Pronoun Type=indefinite Person=third Number=singular Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-sfp--------1 | Pronoun Type=indefinite Person=third Number=singular Case=essive-formal Owner_Number=plural Owner_Person=first | 1 |  |
Pi3-sfp--------1s | Pronoun Type=indefinite Person=third Number=singular Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-sfp--------1p | Pronoun Type=indefinite Person=third Number=singular Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-sfp--------2 | Pronoun Type=indefinite Person=third Number=singular Case=essive-formal Owner_Number=plural Owner_Person=second | 1 |  |
Pi3-sfp--------2s | Pronoun Type=indefinite Person=third Number=singular Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-sfp--------2p | Pronoun Type=indefinite Person=third Number=singular Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-sfp--------3 | Pronoun Type=indefinite Person=third Number=singular Case=essive-formal Owner_Number=plural Owner_Person=third | 1 |  |
Pi3-sfp--------3s | Pronoun Type=indefinite Person=third Number=singular Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-sfp--------3p | Pronoun Type=indefinite Person=third Number=singular Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-pn | Pronoun Type=indefinite Person=third Number=plural Case=nominative | 8 | valakik/valaki, némelyek/némely, mindezek/mindez, mindenfélék/mindenféle, mindenek/minden |
Pi3-pn----------s | Pronoun Type=indefinite Person=third Number=plural Case=nominative Owned_Number=singular | 1 | másoké/más |
Pi3-pn----------p | Pronoun Type=indefinite Person=third Number=plural Case=nominative Owned_Number=plural | 1 |  |
Pi3-pns--------1 | Pronoun Type=indefinite Person=third Number=plural Case=nominative Owner_Number=singular Owner_Person=first | 1 |  |
Pi3-pns--------1s | Pronoun Type=indefinite Person=third Number=plural Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-pns--------1p | Pronoun Type=indefinite Person=third Number=plural Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-pns--------2 | Pronoun Type=indefinite Person=third Number=plural Case=nominative Owner_Number=singular Owner_Person=second | 1 |  |
Pi3-pns--------2s | Pronoun Type=indefinite Person=third Number=plural Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-pns--------2p | Pronoun Type=indefinite Person=third Number=plural Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-pns--------3 | Pronoun Type=indefinite Person=third Number=plural Case=nominative Owner_Number=singular Owner_Person=third | 1 |  |
Pi3-pns--------3s | Pronoun Type=indefinite Person=third Number=plural Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-pns--------3p | Pronoun Type=indefinite Person=third Number=plural Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-pnp--------1 | Pronoun Type=indefinite Person=third Number=plural Case=nominative Owner_Number=plural Owner_Person=first | 1 |  |
Pi3-pnp--------1s | Pronoun Type=indefinite Person=third Number=plural Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-pnp--------1p | Pronoun Type=indefinite Person=third Number=plural Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-pnp--------2 | Pronoun Type=indefinite Person=third Number=plural Case=nominative Owner_Number=plural Owner_Person=second | 1 |  |
Pi3-pnp--------2s | Pronoun Type=indefinite Person=third Number=plural Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-pnp--------2p | Pronoun Type=indefinite Person=third Number=plural Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-pnp--------3 | Pronoun Type=indefinite Person=third Number=plural Case=nominative Owner_Number=plural Owner_Person=third | 1 |  |
Pi3-pnp--------3s | Pronoun Type=indefinite Person=third Number=plural Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-pnp--------3p | Pronoun Type=indefinite Person=third Number=plural Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-pg | Pronoun Type=indefinite Person=third Number=plural Case=genitive | 1 |  |
Pi3-pg----------s | Pronoun Type=indefinite Person=third Number=plural Case=genitive Owned_Number=singular | 1 |  |
Pi3-pg----------p | Pronoun Type=indefinite Person=third Number=plural Case=genitive Owned_Number=plural | 1 |  |
Pi3-pgs--------1 | Pronoun Type=indefinite Person=third Number=plural Case=genitive Owner_Number=singular Owner_Person=first | 1 |  |
Pi3-pgs--------1s | Pronoun Type=indefinite Person=third Number=plural Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-pgs--------1p | Pronoun Type=indefinite Person=third Number=plural Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-pgs--------2 | Pronoun Type=indefinite Person=third Number=plural Case=genitive Owner_Number=singular Owner_Person=second | 1 |  |
Pi3-pgs--------2s | Pronoun Type=indefinite Person=third Number=plural Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-pgs--------2p | Pronoun Type=indefinite Person=third Number=plural Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-pgs--------3 | Pronoun Type=indefinite Person=third Number=plural Case=genitive Owner_Number=singular Owner_Person=third | 1 |  |
Pi3-pgs--------3s | Pronoun Type=indefinite Person=third Number=plural Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-pgs--------3p | Pronoun Type=indefinite Person=third Number=plural Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-pgp--------1 | Pronoun Type=indefinite Person=third Number=plural Case=genitive Owner_Number=plural Owner_Person=first | 1 |  |
Pi3-pgp--------1s | Pronoun Type=indefinite Person=third Number=plural Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-pgp--------1p | Pronoun Type=indefinite Person=third Number=plural Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-pgp--------2 | Pronoun Type=indefinite Person=third Number=plural Case=genitive Owner_Number=plural Owner_Person=second | 1 |  |
Pi3-pgp--------2s | Pronoun Type=indefinite Person=third Number=plural Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-pgp--------2p | Pronoun Type=indefinite Person=third Number=plural Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-pgp--------3 | Pronoun Type=indefinite Person=third Number=plural Case=genitive Owner_Number=plural Owner_Person=third | 1 |  |
Pi3-pgp--------3s | Pronoun Type=indefinite Person=third Number=plural Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-pgp--------3p | Pronoun Type=indefinite Person=third Number=plural Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-pd | Pronoun Type=indefinite Person=third Number=plural Case=dative | 1 | másoknak/más |
Pi3-pd----------s | Pronoun Type=indefinite Person=third Number=plural Case=dative Owned_Number=singular | 1 |  |
Pi3-pd----------p | Pronoun Type=indefinite Person=third Number=plural Case=dative Owned_Number=plural | 1 |  |
Pi3-pds--------1 | Pronoun Type=indefinite Person=third Number=plural Case=dative Owner_Number=singular Owner_Person=first | 1 |  |
Pi3-pds--------1s | Pronoun Type=indefinite Person=third Number=plural Case=dative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-pds--------1p | Pronoun Type=indefinite Person=third Number=plural Case=dative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-pds--------2 | Pronoun Type=indefinite Person=third Number=plural Case=dative Owner_Number=singular Owner_Person=second | 1 |  |
Pi3-pds--------2s | Pronoun Type=indefinite Person=third Number=plural Case=dative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-pds--------2p | Pronoun Type=indefinite Person=third Number=plural Case=dative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-pds--------3 | Pronoun Type=indefinite Person=third Number=plural Case=dative Owner_Number=singular Owner_Person=third | 1 |  |
Pi3-pds--------3s | Pronoun Type=indefinite Person=third Number=plural Case=dative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-pds--------3p | Pronoun Type=indefinite Person=third Number=plural Case=dative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-pdp--------1 | Pronoun Type=indefinite Person=third Number=plural Case=dative Owner_Number=plural Owner_Person=first | 1 |  |
Pi3-pdp--------1s | Pronoun Type=indefinite Person=third Number=plural Case=dative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-pdp--------1p | Pronoun Type=indefinite Person=third Number=plural Case=dative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-pdp--------2 | Pronoun Type=indefinite Person=third Number=plural Case=dative Owner_Number=plural Owner_Person=second | 1 |  |
Pi3-pdp--------2s | Pronoun Type=indefinite Person=third Number=plural Case=dative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-pdp--------2p | Pronoun Type=indefinite Person=third Number=plural Case=dative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-pdp--------3 | Pronoun Type=indefinite Person=third Number=plural Case=dative Owner_Number=plural Owner_Person=third | 1 |  |
Pi3-pdp--------3s | Pronoun Type=indefinite Person=third Number=plural Case=dative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-pdp--------3p | Pronoun Type=indefinite Person=third Number=plural Case=dative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-pa | Pronoun Type=indefinite Person=third Number=plural Case=accusative | 4 | mindezeket/mindez, mindazokat/mindaz, másokat/más, egyebeket/egyéb |
Pi3-pa----------s | Pronoun Type=indefinite Person=third Number=plural Case=accusative Owned_Number=singular | 1 | másokét/más |
Pi3-pa----------p | Pronoun Type=indefinite Person=third Number=plural Case=accusative Owned_Number=plural | 1 |  |
Pi3-pas--------1 | Pronoun Type=indefinite Person=third Number=plural Case=accusative Owner_Number=singular Owner_Person=first | 1 |  |
Pi3-pas--------1s | Pronoun Type=indefinite Person=third Number=plural Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-pas--------1p | Pronoun Type=indefinite Person=third Number=plural Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-pas--------2 | Pronoun Type=indefinite Person=third Number=plural Case=accusative Owner_Number=singular Owner_Person=second | 1 |  |
Pi3-pas--------2s | Pronoun Type=indefinite Person=third Number=plural Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-pas--------2p | Pronoun Type=indefinite Person=third Number=plural Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-pas--------3 | Pronoun Type=indefinite Person=third Number=plural Case=accusative Owner_Number=singular Owner_Person=third | 1 |  |
Pi3-pas--------3s | Pronoun Type=indefinite Person=third Number=plural Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-pas--------3p | Pronoun Type=indefinite Person=third Number=plural Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-pap--------1 | Pronoun Type=indefinite Person=third Number=plural Case=accusative Owner_Number=plural Owner_Person=first | 1 |  |
Pi3-pap--------1s | Pronoun Type=indefinite Person=third Number=plural Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-pap--------1p | Pronoun Type=indefinite Person=third Number=plural Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-pap--------2 | Pronoun Type=indefinite Person=third Number=plural Case=accusative Owner_Number=plural Owner_Person=second | 1 |  |
Pi3-pap--------2s | Pronoun Type=indefinite Person=third Number=plural Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-pap--------2p | Pronoun Type=indefinite Person=third Number=plural Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-pap--------3 | Pronoun Type=indefinite Person=third Number=plural Case=accusative Owner_Number=plural Owner_Person=third | 1 |  |
Pi3-pap--------3s | Pronoun Type=indefinite Person=third Number=plural Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-pap--------3p | Pronoun Type=indefinite Person=third Number=plural Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-pi | Pronoun Type=indefinite Person=third Number=plural Case=instrumental | 2 | mindazokkal/mindaz, másokkal/más |
Pi3-pi----------s | Pronoun Type=indefinite Person=third Number=plural Case=instrumental Owned_Number=singular | 1 |  |
Pi3-pi----------p | Pronoun Type=indefinite Person=third Number=plural Case=instrumental Owned_Number=plural | 1 |  |
Pi3-pis--------1 | Pronoun Type=indefinite Person=third Number=plural Case=instrumental Owner_Number=singular Owner_Person=first | 1 |  |
Pi3-pis--------1s | Pronoun Type=indefinite Person=third Number=plural Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-pis--------1p | Pronoun Type=indefinite Person=third Number=plural Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-pis--------2 | Pronoun Type=indefinite Person=third Number=plural Case=instrumental Owner_Number=singular Owner_Person=second | 1 |  |
Pi3-pis--------2s | Pronoun Type=indefinite Person=third Number=plural Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-pis--------2p | Pronoun Type=indefinite Person=third Number=plural Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-pis--------3 | Pronoun Type=indefinite Person=third Number=plural Case=instrumental Owner_Number=singular Owner_Person=third | 1 |  |
Pi3-pis--------3s | Pronoun Type=indefinite Person=third Number=plural Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-pis--------3p | Pronoun Type=indefinite Person=third Number=plural Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-pip--------1 | Pronoun Type=indefinite Person=third Number=plural Case=instrumental Owner_Number=plural Owner_Person=first | 1 |  |
Pi3-pip--------1s | Pronoun Type=indefinite Person=third Number=plural Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-pip--------1p | Pronoun Type=indefinite Person=third Number=plural Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-pip--------2 | Pronoun Type=indefinite Person=third Number=plural Case=instrumental Owner_Number=plural Owner_Person=second | 1 |  |
Pi3-pip--------2s | Pronoun Type=indefinite Person=third Number=plural Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-pip--------2p | Pronoun Type=indefinite Person=third Number=plural Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-pip--------3 | Pronoun Type=indefinite Person=third Number=plural Case=instrumental Owner_Number=plural Owner_Person=third | 1 |  |
Pi3-pip--------3s | Pronoun Type=indefinite Person=third Number=plural Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-pip--------3p | Pronoun Type=indefinite Person=third Number=plural Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-px | Pronoun Type=indefinite Person=third Number=plural Case=illative | 1 |  |
Pi3-px----------s | Pronoun Type=indefinite Person=third Number=plural Case=illative Owned_Number=singular | 1 |  |
Pi3-px----------p | Pronoun Type=indefinite Person=third Number=plural Case=illative Owned_Number=plural | 1 |  |
Pi3-pxs--------1 | Pronoun Type=indefinite Person=third Number=plural Case=illative Owner_Number=singular Owner_Person=first | 1 |  |
Pi3-pxs--------1s | Pronoun Type=indefinite Person=third Number=plural Case=illative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-pxs--------1p | Pronoun Type=indefinite Person=third Number=plural Case=illative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-pxs--------2 | Pronoun Type=indefinite Person=third Number=plural Case=illative Owner_Number=singular Owner_Person=second | 1 |  |
Pi3-pxs--------2s | Pronoun Type=indefinite Person=third Number=plural Case=illative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-pxs--------2p | Pronoun Type=indefinite Person=third Number=plural Case=illative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-pxs--------3 | Pronoun Type=indefinite Person=third Number=plural Case=illative Owner_Number=singular Owner_Person=third | 1 |  |
Pi3-pxs--------3s | Pronoun Type=indefinite Person=third Number=plural Case=illative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-pxs--------3p | Pronoun Type=indefinite Person=third Number=plural Case=illative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-pxp--------1 | Pronoun Type=indefinite Person=third Number=plural Case=illative Owner_Number=plural Owner_Person=first | 1 |  |
Pi3-pxp--------1s | Pronoun Type=indefinite Person=third Number=plural Case=illative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-pxp--------1p | Pronoun Type=indefinite Person=third Number=plural Case=illative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-pxp--------2 | Pronoun Type=indefinite Person=third Number=plural Case=illative Owner_Number=plural Owner_Person=second | 1 |  |
Pi3-pxp--------2s | Pronoun Type=indefinite Person=third Number=plural Case=illative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-pxp--------2p | Pronoun Type=indefinite Person=third Number=plural Case=illative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-pxp--------3 | Pronoun Type=indefinite Person=third Number=plural Case=illative Owner_Number=plural Owner_Person=third | 1 |  |
Pi3-pxp--------3s | Pronoun Type=indefinite Person=third Number=plural Case=illative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-pxp--------3p | Pronoun Type=indefinite Person=third Number=plural Case=illative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-p2 | Pronoun Type=indefinite Person=third Number=plural Case=inessive | 1 | másokban/más |
Pi3-p2----------s | Pronoun Type=indefinite Person=third Number=plural Case=inessive Owned_Number=singular | 1 |  |
Pi3-p2----------p | Pronoun Type=indefinite Person=third Number=plural Case=inessive Owned_Number=plural | 1 |  |
Pi3-p2s--------1 | Pronoun Type=indefinite Person=third Number=plural Case=inessive Owner_Number=singular Owner_Person=first | 1 |  |
Pi3-p2s--------1s | Pronoun Type=indefinite Person=third Number=plural Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-p2s--------1p | Pronoun Type=indefinite Person=third Number=plural Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-p2s--------2 | Pronoun Type=indefinite Person=third Number=plural Case=inessive Owner_Number=singular Owner_Person=second | 1 |  |
Pi3-p2s--------2s | Pronoun Type=indefinite Person=third Number=plural Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-p2s--------2p | Pronoun Type=indefinite Person=third Number=plural Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-p2s--------3 | Pronoun Type=indefinite Person=third Number=plural Case=inessive Owner_Number=singular Owner_Person=third | 1 |  |
Pi3-p2s--------3s | Pronoun Type=indefinite Person=third Number=plural Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-p2s--------3p | Pronoun Type=indefinite Person=third Number=plural Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-p2p--------1 | Pronoun Type=indefinite Person=third Number=plural Case=inessive Owner_Number=plural Owner_Person=first | 1 |  |
Pi3-p2p--------1s | Pronoun Type=indefinite Person=third Number=plural Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-p2p--------1p | Pronoun Type=indefinite Person=third Number=plural Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-p2p--------2 | Pronoun Type=indefinite Person=third Number=plural Case=inessive Owner_Number=plural Owner_Person=second | 1 |  |
Pi3-p2p--------2s | Pronoun Type=indefinite Person=third Number=plural Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-p2p--------2p | Pronoun Type=indefinite Person=third Number=plural Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-p2p--------3 | Pronoun Type=indefinite Person=third Number=plural Case=inessive Owner_Number=plural Owner_Person=third | 1 |  |
Pi3-p2p--------3s | Pronoun Type=indefinite Person=third Number=plural Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-p2p--------3p | Pronoun Type=indefinite Person=third Number=plural Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-pe | Pronoun Type=indefinite Person=third Number=plural Case=elative | 1 |  |
Pi3-pe----------s | Pronoun Type=indefinite Person=third Number=plural Case=elative Owned_Number=singular | 1 |  |
Pi3-pe----------p | Pronoun Type=indefinite Person=third Number=plural Case=elative Owned_Number=plural | 1 |  |
Pi3-pes--------1 | Pronoun Type=indefinite Person=third Number=plural Case=elative Owner_Number=singular Owner_Person=first | 1 |  |
Pi3-pes--------1s | Pronoun Type=indefinite Person=third Number=plural Case=elative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-pes--------1p | Pronoun Type=indefinite Person=third Number=plural Case=elative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-pes--------2 | Pronoun Type=indefinite Person=third Number=plural Case=elative Owner_Number=singular Owner_Person=second | 1 |  |
Pi3-pes--------2s | Pronoun Type=indefinite Person=third Number=plural Case=elative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-pes--------2p | Pronoun Type=indefinite Person=third Number=plural Case=elative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-pes--------3 | Pronoun Type=indefinite Person=third Number=plural Case=elative Owner_Number=singular Owner_Person=third | 1 |  |
Pi3-pes--------3s | Pronoun Type=indefinite Person=third Number=plural Case=elative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-pes--------3p | Pronoun Type=indefinite Person=third Number=plural Case=elative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-pep--------1 | Pronoun Type=indefinite Person=third Number=plural Case=elative Owner_Number=plural Owner_Person=first | 1 |  |
Pi3-pep--------1s | Pronoun Type=indefinite Person=third Number=plural Case=elative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-pep--------1p | Pronoun Type=indefinite Person=third Number=plural Case=elative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-pep--------2 | Pronoun Type=indefinite Person=third Number=plural Case=elative Owner_Number=plural Owner_Person=second | 1 |  |
Pi3-pep--------2s | Pronoun Type=indefinite Person=third Number=plural Case=elative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-pep--------2p | Pronoun Type=indefinite Person=third Number=plural Case=elative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-pep--------3 | Pronoun Type=indefinite Person=third Number=plural Case=elative Owner_Number=plural Owner_Person=third | 1 |  |
Pi3-pep--------3s | Pronoun Type=indefinite Person=third Number=plural Case=elative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-pep--------3p | Pronoun Type=indefinite Person=third Number=plural Case=elative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-pt | Pronoun Type=indefinite Person=third Number=plural Case=allative | 1 |  |
Pi3-pt----------s | Pronoun Type=indefinite Person=third Number=plural Case=allative Owned_Number=singular | 1 |  |
Pi3-pt----------p | Pronoun Type=indefinite Person=third Number=plural Case=allative Owned_Number=plural | 1 |  |
Pi3-pts--------1 | Pronoun Type=indefinite Person=third Number=plural Case=allative Owner_Number=singular Owner_Person=first | 1 |  |
Pi3-pts--------1s | Pronoun Type=indefinite Person=third Number=plural Case=allative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-pts--------1p | Pronoun Type=indefinite Person=third Number=plural Case=allative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-pts--------2 | Pronoun Type=indefinite Person=third Number=plural Case=allative Owner_Number=singular Owner_Person=second | 1 |  |
Pi3-pts--------2s | Pronoun Type=indefinite Person=third Number=plural Case=allative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-pts--------2p | Pronoun Type=indefinite Person=third Number=plural Case=allative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-pts--------3 | Pronoun Type=indefinite Person=third Number=plural Case=allative Owner_Number=singular Owner_Person=third | 1 |  |
Pi3-pts--------3s | Pronoun Type=indefinite Person=third Number=plural Case=allative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-pts--------3p | Pronoun Type=indefinite Person=third Number=plural Case=allative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-ptp--------1 | Pronoun Type=indefinite Person=third Number=plural Case=allative Owner_Number=plural Owner_Person=first | 1 |  |
Pi3-ptp--------1s | Pronoun Type=indefinite Person=third Number=plural Case=allative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-ptp--------1p | Pronoun Type=indefinite Person=third Number=plural Case=allative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-ptp--------2 | Pronoun Type=indefinite Person=third Number=plural Case=allative Owner_Number=plural Owner_Person=second | 1 |  |
Pi3-ptp--------2s | Pronoun Type=indefinite Person=third Number=plural Case=allative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-ptp--------2p | Pronoun Type=indefinite Person=third Number=plural Case=allative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-ptp--------3 | Pronoun Type=indefinite Person=third Number=plural Case=allative Owner_Number=plural Owner_Person=third | 1 |  |
Pi3-ptp--------3s | Pronoun Type=indefinite Person=third Number=plural Case=allative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-ptp--------3p | Pronoun Type=indefinite Person=third Number=plural Case=allative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-p3 | Pronoun Type=indefinite Person=third Number=plural Case=adessive | 1 | másoknál/más |
Pi3-p3----------s | Pronoun Type=indefinite Person=third Number=plural Case=adessive Owned_Number=singular | 1 |  |
Pi3-p3----------p | Pronoun Type=indefinite Person=third Number=plural Case=adessive Owned_Number=plural | 1 |  |
Pi3-p3s--------1 | Pronoun Type=indefinite Person=third Number=plural Case=adessive Owner_Number=singular Owner_Person=first | 1 |  |
Pi3-p3s--------1s | Pronoun Type=indefinite Person=third Number=plural Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-p3s--------1p | Pronoun Type=indefinite Person=third Number=plural Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-p3s--------2 | Pronoun Type=indefinite Person=third Number=plural Case=adessive Owner_Number=singular Owner_Person=second | 1 |  |
Pi3-p3s--------2s | Pronoun Type=indefinite Person=third Number=plural Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-p3s--------2p | Pronoun Type=indefinite Person=third Number=plural Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-p3s--------3 | Pronoun Type=indefinite Person=third Number=plural Case=adessive Owner_Number=singular Owner_Person=third | 1 |  |
Pi3-p3s--------3s | Pronoun Type=indefinite Person=third Number=plural Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-p3s--------3p | Pronoun Type=indefinite Person=third Number=plural Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-p3p--------1 | Pronoun Type=indefinite Person=third Number=plural Case=adessive Owner_Number=plural Owner_Person=first | 1 |  |
Pi3-p3p--------1s | Pronoun Type=indefinite Person=third Number=plural Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-p3p--------1p | Pronoun Type=indefinite Person=third Number=plural Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-p3p--------2 | Pronoun Type=indefinite Person=third Number=plural Case=adessive Owner_Number=plural Owner_Person=second | 1 |  |
Pi3-p3p--------2s | Pronoun Type=indefinite Person=third Number=plural Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-p3p--------2p | Pronoun Type=indefinite Person=third Number=plural Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-p3p--------3 | Pronoun Type=indefinite Person=third Number=plural Case=adessive Owner_Number=plural Owner_Person=third | 1 |  |
Pi3-p3p--------3s | Pronoun Type=indefinite Person=third Number=plural Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-p3p--------3p | Pronoun Type=indefinite Person=third Number=plural Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-pb | Pronoun Type=indefinite Person=third Number=plural Case=ablative | 1 | másoktól/más |
Pi3-pb----------s | Pronoun Type=indefinite Person=third Number=plural Case=ablative Owned_Number=singular | 1 |  |
Pi3-pb----------p | Pronoun Type=indefinite Person=third Number=plural Case=ablative Owned_Number=plural | 1 |  |
Pi3-pbs--------1 | Pronoun Type=indefinite Person=third Number=plural Case=ablative Owner_Number=singular Owner_Person=first | 1 |  |
Pi3-pbs--------1s | Pronoun Type=indefinite Person=third Number=plural Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-pbs--------1p | Pronoun Type=indefinite Person=third Number=plural Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-pbs--------2 | Pronoun Type=indefinite Person=third Number=plural Case=ablative Owner_Number=singular Owner_Person=second | 1 |  |
Pi3-pbs--------2s | Pronoun Type=indefinite Person=third Number=plural Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-pbs--------2p | Pronoun Type=indefinite Person=third Number=plural Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-pbs--------3 | Pronoun Type=indefinite Person=third Number=plural Case=ablative Owner_Number=singular Owner_Person=third | 1 |  |
Pi3-pbs--------3s | Pronoun Type=indefinite Person=third Number=plural Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-pbs--------3p | Pronoun Type=indefinite Person=third Number=plural Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-pbp--------1 | Pronoun Type=indefinite Person=third Number=plural Case=ablative Owner_Number=plural Owner_Person=first | 1 |  |
Pi3-pbp--------1s | Pronoun Type=indefinite Person=third Number=plural Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-pbp--------1p | Pronoun Type=indefinite Person=third Number=plural Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-pbp--------2 | Pronoun Type=indefinite Person=third Number=plural Case=ablative Owner_Number=plural Owner_Person=second | 1 |  |
Pi3-pbp--------2s | Pronoun Type=indefinite Person=third Number=plural Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-pbp--------2p | Pronoun Type=indefinite Person=third Number=plural Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-pbp--------3 | Pronoun Type=indefinite Person=third Number=plural Case=ablative Owner_Number=plural Owner_Person=third | 1 |  |
Pi3-pbp--------3s | Pronoun Type=indefinite Person=third Number=plural Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-pbp--------3p | Pronoun Type=indefinite Person=third Number=plural Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-p9 | Pronoun Type=indefinite Person=third Number=plural Case=terminative | 1 |  |
Pi3-p9----------s | Pronoun Type=indefinite Person=third Number=plural Case=terminative Owned_Number=singular | 1 |  |
Pi3-p9----------p | Pronoun Type=indefinite Person=third Number=plural Case=terminative Owned_Number=plural | 1 |  |
Pi3-p9s--------1 | Pronoun Type=indefinite Person=third Number=plural Case=terminative Owner_Number=singular Owner_Person=first | 1 |  |
Pi3-p9s--------1s | Pronoun Type=indefinite Person=third Number=plural Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-p9s--------1p | Pronoun Type=indefinite Person=third Number=plural Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-p9s--------2 | Pronoun Type=indefinite Person=third Number=plural Case=terminative Owner_Number=singular Owner_Person=second | 1 |  |
Pi3-p9s--------2s | Pronoun Type=indefinite Person=third Number=plural Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-p9s--------2p | Pronoun Type=indefinite Person=third Number=plural Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-p9s--------3 | Pronoun Type=indefinite Person=third Number=plural Case=terminative Owner_Number=singular Owner_Person=third | 1 |  |
Pi3-p9s--------3s | Pronoun Type=indefinite Person=third Number=plural Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-p9s--------3p | Pronoun Type=indefinite Person=third Number=plural Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-p9p--------1 | Pronoun Type=indefinite Person=third Number=plural Case=terminative Owner_Number=plural Owner_Person=first | 1 |  |
Pi3-p9p--------1s | Pronoun Type=indefinite Person=third Number=plural Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-p9p--------1p | Pronoun Type=indefinite Person=third Number=plural Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-p9p--------2 | Pronoun Type=indefinite Person=third Number=plural Case=terminative Owner_Number=plural Owner_Person=second | 1 |  |
Pi3-p9p--------2s | Pronoun Type=indefinite Person=third Number=plural Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-p9p--------2p | Pronoun Type=indefinite Person=third Number=plural Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-p9p--------3 | Pronoun Type=indefinite Person=third Number=plural Case=terminative Owner_Number=plural Owner_Person=third | 1 |  |
Pi3-p9p--------3s | Pronoun Type=indefinite Person=third Number=plural Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-p9p--------3p | Pronoun Type=indefinite Person=third Number=plural Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-pw | Pronoun Type=indefinite Person=third Number=plural Case=essive | 1 |  |
Pi3-pw----------s | Pronoun Type=indefinite Person=third Number=plural Case=essive Owned_Number=singular | 1 |  |
Pi3-pw----------p | Pronoun Type=indefinite Person=third Number=plural Case=essive Owned_Number=plural | 1 |  |
Pi3-pws--------1 | Pronoun Type=indefinite Person=third Number=plural Case=essive Owner_Number=singular Owner_Person=first | 1 |  |
Pi3-pws--------1s | Pronoun Type=indefinite Person=third Number=plural Case=essive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-pws--------1p | Pronoun Type=indefinite Person=third Number=plural Case=essive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-pws--------2 | Pronoun Type=indefinite Person=third Number=plural Case=essive Owner_Number=singular Owner_Person=second | 1 |  |
Pi3-pws--------2s | Pronoun Type=indefinite Person=third Number=plural Case=essive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-pws--------2p | Pronoun Type=indefinite Person=third Number=plural Case=essive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-pws--------3 | Pronoun Type=indefinite Person=third Number=plural Case=essive Owner_Number=singular Owner_Person=third | 1 |  |
Pi3-pws--------3s | Pronoun Type=indefinite Person=third Number=plural Case=essive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-pws--------3p | Pronoun Type=indefinite Person=third Number=plural Case=essive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-pwp--------1 | Pronoun Type=indefinite Person=third Number=plural Case=essive Owner_Number=plural Owner_Person=first | 1 |  |
Pi3-pwp--------1s | Pronoun Type=indefinite Person=third Number=plural Case=essive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-pwp--------1p | Pronoun Type=indefinite Person=third Number=plural Case=essive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-pwp--------2 | Pronoun Type=indefinite Person=third Number=plural Case=essive Owner_Number=plural Owner_Person=second | 1 |  |
Pi3-pwp--------2s | Pronoun Type=indefinite Person=third Number=plural Case=essive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-pwp--------2p | Pronoun Type=indefinite Person=third Number=plural Case=essive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-pwp--------3 | Pronoun Type=indefinite Person=third Number=plural Case=essive Owner_Number=plural Owner_Person=third | 1 |  |
Pi3-pwp--------3s | Pronoun Type=indefinite Person=third Number=plural Case=essive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-pwp--------3p | Pronoun Type=indefinite Person=third Number=plural Case=essive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-pm | Pronoun Type=indefinite Person=third Number=plural Case=temporalis | 1 |  |
Pi3-pm----------s | Pronoun Type=indefinite Person=third Number=plural Case=temporalis Owned_Number=singular | 1 |  |
Pi3-pm----------p | Pronoun Type=indefinite Person=third Number=plural Case=temporalis Owned_Number=plural | 1 |  |
Pi3-pms--------1 | Pronoun Type=indefinite Person=third Number=plural Case=temporalis Owner_Number=singular Owner_Person=first | 1 |  |
Pi3-pms--------1s | Pronoun Type=indefinite Person=third Number=plural Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-pms--------1p | Pronoun Type=indefinite Person=third Number=plural Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-pms--------2 | Pronoun Type=indefinite Person=third Number=plural Case=temporalis Owner_Number=singular Owner_Person=second | 1 |  |
Pi3-pms--------2s | Pronoun Type=indefinite Person=third Number=plural Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-pms--------2p | Pronoun Type=indefinite Person=third Number=plural Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-pms--------3 | Pronoun Type=indefinite Person=third Number=plural Case=temporalis Owner_Number=singular Owner_Person=third | 1 |  |
Pi3-pms--------3s | Pronoun Type=indefinite Person=third Number=plural Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-pms--------3p | Pronoun Type=indefinite Person=third Number=plural Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-pmp--------1 | Pronoun Type=indefinite Person=third Number=plural Case=temporalis Owner_Number=plural Owner_Person=first | 1 |  |
Pi3-pmp--------1s | Pronoun Type=indefinite Person=third Number=plural Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-pmp--------1p | Pronoun Type=indefinite Person=third Number=plural Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-pmp--------2 | Pronoun Type=indefinite Person=third Number=plural Case=temporalis Owner_Number=plural Owner_Person=second | 1 |  |
Pi3-pmp--------2s | Pronoun Type=indefinite Person=third Number=plural Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-pmp--------2p | Pronoun Type=indefinite Person=third Number=plural Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-pmp--------3 | Pronoun Type=indefinite Person=third Number=plural Case=temporalis Owner_Number=plural Owner_Person=third | 1 |  |
Pi3-pmp--------3s | Pronoun Type=indefinite Person=third Number=plural Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-pmp--------3p | Pronoun Type=indefinite Person=third Number=plural Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-pc | Pronoun Type=indefinite Person=third Number=plural Case=causalis | 1 |  |
Pi3-pc----------s | Pronoun Type=indefinite Person=third Number=plural Case=causalis Owned_Number=singular | 1 | másokéért/más |
Pi3-pc----------p | Pronoun Type=indefinite Person=third Number=plural Case=causalis Owned_Number=plural | 1 |  |
Pi3-pcs--------1 | Pronoun Type=indefinite Person=third Number=plural Case=causalis Owner_Number=singular Owner_Person=first | 1 |  |
Pi3-pcs--------1s | Pronoun Type=indefinite Person=third Number=plural Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-pcs--------1p | Pronoun Type=indefinite Person=third Number=plural Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-pcs--------2 | Pronoun Type=indefinite Person=third Number=plural Case=causalis Owner_Number=singular Owner_Person=second | 1 |  |
Pi3-pcs--------2s | Pronoun Type=indefinite Person=third Number=plural Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-pcs--------2p | Pronoun Type=indefinite Person=third Number=plural Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-pcs--------3 | Pronoun Type=indefinite Person=third Number=plural Case=causalis Owner_Number=singular Owner_Person=third | 1 |  |
Pi3-pcs--------3s | Pronoun Type=indefinite Person=third Number=plural Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-pcs--------3p | Pronoun Type=indefinite Person=third Number=plural Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-pcp--------1 | Pronoun Type=indefinite Person=third Number=plural Case=causalis Owner_Number=plural Owner_Person=first | 1 |  |
Pi3-pcp--------1s | Pronoun Type=indefinite Person=third Number=plural Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-pcp--------1p | Pronoun Type=indefinite Person=third Number=plural Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-pcp--------2 | Pronoun Type=indefinite Person=third Number=plural Case=causalis Owner_Number=plural Owner_Person=second | 1 |  |
Pi3-pcp--------2s | Pronoun Type=indefinite Person=third Number=plural Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-pcp--------2p | Pronoun Type=indefinite Person=third Number=plural Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-pcp--------3 | Pronoun Type=indefinite Person=third Number=plural Case=causalis Owner_Number=plural Owner_Person=third | 1 |  |
Pi3-pcp--------3s | Pronoun Type=indefinite Person=third Number=plural Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-pcp--------3p | Pronoun Type=indefinite Person=third Number=plural Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-ps | Pronoun Type=indefinite Person=third Number=plural Case=sublative | 1 | másokra/más |
Pi3-ps----------s | Pronoun Type=indefinite Person=third Number=plural Case=sublative Owned_Number=singular | 1 |  |
Pi3-ps----------p | Pronoun Type=indefinite Person=third Number=plural Case=sublative Owned_Number=plural | 1 |  |
Pi3-pss--------1 | Pronoun Type=indefinite Person=third Number=plural Case=sublative Owner_Number=singular Owner_Person=first | 1 |  |
Pi3-pss--------1s | Pronoun Type=indefinite Person=third Number=plural Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-pss--------1p | Pronoun Type=indefinite Person=third Number=plural Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-pss--------2 | Pronoun Type=indefinite Person=third Number=plural Case=sublative Owner_Number=singular Owner_Person=second | 1 |  |
Pi3-pss--------2s | Pronoun Type=indefinite Person=third Number=plural Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-pss--------2p | Pronoun Type=indefinite Person=third Number=plural Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-pss--------3 | Pronoun Type=indefinite Person=third Number=plural Case=sublative Owner_Number=singular Owner_Person=third | 1 |  |
Pi3-pss--------3s | Pronoun Type=indefinite Person=third Number=plural Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-pss--------3p | Pronoun Type=indefinite Person=third Number=plural Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-psp--------1 | Pronoun Type=indefinite Person=third Number=plural Case=sublative Owner_Number=plural Owner_Person=first | 1 |  |
Pi3-psp--------1s | Pronoun Type=indefinite Person=third Number=plural Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-psp--------1p | Pronoun Type=indefinite Person=third Number=plural Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-psp--------2 | Pronoun Type=indefinite Person=third Number=plural Case=sublative Owner_Number=plural Owner_Person=second | 1 |  |
Pi3-psp--------2s | Pronoun Type=indefinite Person=third Number=plural Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-psp--------2p | Pronoun Type=indefinite Person=third Number=plural Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-psp--------3 | Pronoun Type=indefinite Person=third Number=plural Case=sublative Owner_Number=plural Owner_Person=third | 1 |  |
Pi3-psp--------3s | Pronoun Type=indefinite Person=third Number=plural Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-psp--------3p | Pronoun Type=indefinite Person=third Number=plural Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-ph | Pronoun Type=indefinite Person=third Number=plural Case=delative | 2 | mindazokról/mindaz, egyebekről/egyéb |
Pi3-ph----------s | Pronoun Type=indefinite Person=third Number=plural Case=delative Owned_Number=singular | 1 |  |
Pi3-ph----------p | Pronoun Type=indefinite Person=third Number=plural Case=delative Owned_Number=plural | 1 |  |
Pi3-phs--------1 | Pronoun Type=indefinite Person=third Number=plural Case=delative Owner_Number=singular Owner_Person=first | 1 |  |
Pi3-phs--------1s | Pronoun Type=indefinite Person=third Number=plural Case=delative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-phs--------1p | Pronoun Type=indefinite Person=third Number=plural Case=delative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-phs--------2 | Pronoun Type=indefinite Person=third Number=plural Case=delative Owner_Number=singular Owner_Person=second | 1 |  |
Pi3-phs--------2s | Pronoun Type=indefinite Person=third Number=plural Case=delative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-phs--------2p | Pronoun Type=indefinite Person=third Number=plural Case=delative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-phs--------3 | Pronoun Type=indefinite Person=third Number=plural Case=delative Owner_Number=singular Owner_Person=third | 1 |  |
Pi3-phs--------3s | Pronoun Type=indefinite Person=third Number=plural Case=delative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-phs--------3p | Pronoun Type=indefinite Person=third Number=plural Case=delative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-php--------1 | Pronoun Type=indefinite Person=third Number=plural Case=delative Owner_Number=plural Owner_Person=first | 1 |  |
Pi3-php--------1s | Pronoun Type=indefinite Person=third Number=plural Case=delative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-php--------1p | Pronoun Type=indefinite Person=third Number=plural Case=delative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-php--------2 | Pronoun Type=indefinite Person=third Number=plural Case=delative Owner_Number=plural Owner_Person=second | 1 |  |
Pi3-php--------2s | Pronoun Type=indefinite Person=third Number=plural Case=delative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-php--------2p | Pronoun Type=indefinite Person=third Number=plural Case=delative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-php--------3 | Pronoun Type=indefinite Person=third Number=plural Case=delative Owner_Number=plural Owner_Person=third | 1 |  |
Pi3-php--------3s | Pronoun Type=indefinite Person=third Number=plural Case=delative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-php--------3p | Pronoun Type=indefinite Person=third Number=plural Case=delative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-pq | Pronoun Type=indefinite Person=third Number=plural Case=sociative | 1 |  |
Pi3-pq----------s | Pronoun Type=indefinite Person=third Number=plural Case=sociative Owned_Number=singular | 1 |  |
Pi3-pq----------p | Pronoun Type=indefinite Person=third Number=plural Case=sociative Owned_Number=plural | 1 |  |
Pi3-pqs--------1 | Pronoun Type=indefinite Person=third Number=plural Case=sociative Owner_Number=singular Owner_Person=first | 1 |  |
Pi3-pqs--------1s | Pronoun Type=indefinite Person=third Number=plural Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-pqs--------1p | Pronoun Type=indefinite Person=third Number=plural Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-pqs--------2 | Pronoun Type=indefinite Person=third Number=plural Case=sociative Owner_Number=singular Owner_Person=second | 1 |  |
Pi3-pqs--------2s | Pronoun Type=indefinite Person=third Number=plural Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-pqs--------2p | Pronoun Type=indefinite Person=third Number=plural Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-pqs--------3 | Pronoun Type=indefinite Person=third Number=plural Case=sociative Owner_Number=singular Owner_Person=third | 1 |  |
Pi3-pqs--------3s | Pronoun Type=indefinite Person=third Number=plural Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-pqs--------3p | Pronoun Type=indefinite Person=third Number=plural Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-pqp--------1 | Pronoun Type=indefinite Person=third Number=plural Case=sociative Owner_Number=plural Owner_Person=first | 1 |  |
Pi3-pqp--------1s | Pronoun Type=indefinite Person=third Number=plural Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-pqp--------1p | Pronoun Type=indefinite Person=third Number=plural Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-pqp--------2 | Pronoun Type=indefinite Person=third Number=plural Case=sociative Owner_Number=plural Owner_Person=second | 1 |  |
Pi3-pqp--------2s | Pronoun Type=indefinite Person=third Number=plural Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-pqp--------2p | Pronoun Type=indefinite Person=third Number=plural Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-pqp--------3 | Pronoun Type=indefinite Person=third Number=plural Case=sociative Owner_Number=plural Owner_Person=third | 1 |  |
Pi3-pqp--------3s | Pronoun Type=indefinite Person=third Number=plural Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-pqp--------3p | Pronoun Type=indefinite Person=third Number=plural Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-py | Pronoun Type=indefinite Person=third Number=plural Case=factive | 1 |  |
Pi3-py----------s | Pronoun Type=indefinite Person=third Number=plural Case=factive Owned_Number=singular | 1 |  |
Pi3-py----------p | Pronoun Type=indefinite Person=third Number=plural Case=factive Owned_Number=plural | 1 |  |
Pi3-pys--------1 | Pronoun Type=indefinite Person=third Number=plural Case=factive Owner_Number=singular Owner_Person=first | 1 |  |
Pi3-pys--------1s | Pronoun Type=indefinite Person=third Number=plural Case=factive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-pys--------1p | Pronoun Type=indefinite Person=third Number=plural Case=factive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-pys--------2 | Pronoun Type=indefinite Person=third Number=plural Case=factive Owner_Number=singular Owner_Person=second | 1 |  |
Pi3-pys--------2s | Pronoun Type=indefinite Person=third Number=plural Case=factive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-pys--------2p | Pronoun Type=indefinite Person=third Number=plural Case=factive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-pys--------3 | Pronoun Type=indefinite Person=third Number=plural Case=factive Owner_Number=singular Owner_Person=third | 1 |  |
Pi3-pys--------3s | Pronoun Type=indefinite Person=third Number=plural Case=factive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-pys--------3p | Pronoun Type=indefinite Person=third Number=plural Case=factive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-pyp--------1 | Pronoun Type=indefinite Person=third Number=plural Case=factive Owner_Number=plural Owner_Person=first | 1 |  |
Pi3-pyp--------1s | Pronoun Type=indefinite Person=third Number=plural Case=factive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-pyp--------1p | Pronoun Type=indefinite Person=third Number=plural Case=factive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-pyp--------2 | Pronoun Type=indefinite Person=third Number=plural Case=factive Owner_Number=plural Owner_Person=second | 1 |  |
Pi3-pyp--------2s | Pronoun Type=indefinite Person=third Number=plural Case=factive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-pyp--------2p | Pronoun Type=indefinite Person=third Number=plural Case=factive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-pyp--------3 | Pronoun Type=indefinite Person=third Number=plural Case=factive Owner_Number=plural Owner_Person=third | 1 |  |
Pi3-pyp--------3s | Pronoun Type=indefinite Person=third Number=plural Case=factive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-pyp--------3p | Pronoun Type=indefinite Person=third Number=plural Case=factive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-pp | Pronoun Type=indefinite Person=third Number=plural Case=superessive | 1 |  |
Pi3-pp----------s | Pronoun Type=indefinite Person=third Number=plural Case=superessive Owned_Number=singular | 1 |  |
Pi3-pp----------p | Pronoun Type=indefinite Person=third Number=plural Case=superessive Owned_Number=plural | 1 |  |
Pi3-pps--------1 | Pronoun Type=indefinite Person=third Number=plural Case=superessive Owner_Number=singular Owner_Person=first | 1 |  |
Pi3-pps--------1s | Pronoun Type=indefinite Person=third Number=plural Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-pps--------1p | Pronoun Type=indefinite Person=third Number=plural Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-pps--------2 | Pronoun Type=indefinite Person=third Number=plural Case=superessive Owner_Number=singular Owner_Person=second | 1 |  |
Pi3-pps--------2s | Pronoun Type=indefinite Person=third Number=plural Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-pps--------2p | Pronoun Type=indefinite Person=third Number=plural Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-pps--------3 | Pronoun Type=indefinite Person=third Number=plural Case=superessive Owner_Number=singular Owner_Person=third | 1 |  |
Pi3-pps--------3s | Pronoun Type=indefinite Person=third Number=plural Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-pps--------3p | Pronoun Type=indefinite Person=third Number=plural Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-ppp--------1 | Pronoun Type=indefinite Person=third Number=plural Case=superessive Owner_Number=plural Owner_Person=first | 1 |  |
Pi3-ppp--------1s | Pronoun Type=indefinite Person=third Number=plural Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-ppp--------1p | Pronoun Type=indefinite Person=third Number=plural Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-ppp--------2 | Pronoun Type=indefinite Person=third Number=plural Case=superessive Owner_Number=plural Owner_Person=second | 1 |  |
Pi3-ppp--------2s | Pronoun Type=indefinite Person=third Number=plural Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-ppp--------2p | Pronoun Type=indefinite Person=third Number=plural Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-ppp--------3 | Pronoun Type=indefinite Person=third Number=plural Case=superessive Owner_Number=plural Owner_Person=third | 1 |  |
Pi3-ppp--------3s | Pronoun Type=indefinite Person=third Number=plural Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-ppp--------3p | Pronoun Type=indefinite Person=third Number=plural Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-pu | Pronoun Type=indefinite Person=third Number=plural Case=distributive | 1 |  |
Pi3-pu----------s | Pronoun Type=indefinite Person=third Number=plural Case=distributive Owned_Number=singular | 1 |  |
Pi3-pu----------p | Pronoun Type=indefinite Person=third Number=plural Case=distributive Owned_Number=plural | 1 |  |
Pi3-pus--------1 | Pronoun Type=indefinite Person=third Number=plural Case=distributive Owner_Number=singular Owner_Person=first | 1 |  |
Pi3-pus--------1s | Pronoun Type=indefinite Person=third Number=plural Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-pus--------1p | Pronoun Type=indefinite Person=third Number=plural Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-pus--------2 | Pronoun Type=indefinite Person=third Number=plural Case=distributive Owner_Number=singular Owner_Person=second | 1 |  |
Pi3-pus--------2s | Pronoun Type=indefinite Person=third Number=plural Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-pus--------2p | Pronoun Type=indefinite Person=third Number=plural Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-pus--------3 | Pronoun Type=indefinite Person=third Number=plural Case=distributive Owner_Number=singular Owner_Person=third | 1 |  |
Pi3-pus--------3s | Pronoun Type=indefinite Person=third Number=plural Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-pus--------3p | Pronoun Type=indefinite Person=third Number=plural Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-pup--------1 | Pronoun Type=indefinite Person=third Number=plural Case=distributive Owner_Number=plural Owner_Person=first | 1 |  |
Pi3-pup--------1s | Pronoun Type=indefinite Person=third Number=plural Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-pup--------1p | Pronoun Type=indefinite Person=third Number=plural Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-pup--------2 | Pronoun Type=indefinite Person=third Number=plural Case=distributive Owner_Number=plural Owner_Person=second | 1 |  |
Pi3-pup--------2s | Pronoun Type=indefinite Person=third Number=plural Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-pup--------2p | Pronoun Type=indefinite Person=third Number=plural Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-pup--------3 | Pronoun Type=indefinite Person=third Number=plural Case=distributive Owner_Number=plural Owner_Person=third | 1 |  |
Pi3-pup--------3s | Pronoun Type=indefinite Person=third Number=plural Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-pup--------3p | Pronoun Type=indefinite Person=third Number=plural Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-pf | Pronoun Type=indefinite Person=third Number=plural Case=essive-formal | 1 |  |
Pi3-pf----------s | Pronoun Type=indefinite Person=third Number=plural Case=essive-formal Owned_Number=singular | 1 |  |
Pi3-pf----------p | Pronoun Type=indefinite Person=third Number=plural Case=essive-formal Owned_Number=plural | 1 |  |
Pi3-pfs--------1 | Pronoun Type=indefinite Person=third Number=plural Case=essive-formal Owner_Number=singular Owner_Person=first | 1 |  |
Pi3-pfs--------1s | Pronoun Type=indefinite Person=third Number=plural Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-pfs--------1p | Pronoun Type=indefinite Person=third Number=plural Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-pfs--------2 | Pronoun Type=indefinite Person=third Number=plural Case=essive-formal Owner_Number=singular Owner_Person=second | 1 |  |
Pi3-pfs--------2s | Pronoun Type=indefinite Person=third Number=plural Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-pfs--------2p | Pronoun Type=indefinite Person=third Number=plural Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-pfs--------3 | Pronoun Type=indefinite Person=third Number=plural Case=essive-formal Owner_Number=singular Owner_Person=third | 1 |  |
Pi3-pfs--------3s | Pronoun Type=indefinite Person=third Number=plural Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-pfs--------3p | Pronoun Type=indefinite Person=third Number=plural Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pi3-pfp--------1 | Pronoun Type=indefinite Person=third Number=plural Case=essive-formal Owner_Number=plural Owner_Person=first | 1 |  |
Pi3-pfp--------1s | Pronoun Type=indefinite Person=third Number=plural Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pi3-pfp--------1p | Pronoun Type=indefinite Person=third Number=plural Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pi3-pfp--------2 | Pronoun Type=indefinite Person=third Number=plural Case=essive-formal Owner_Number=plural Owner_Person=second | 1 |  |
Pi3-pfp--------2s | Pronoun Type=indefinite Person=third Number=plural Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pi3-pfp--------2p | Pronoun Type=indefinite Person=third Number=plural Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pi3-pfp--------3 | Pronoun Type=indefinite Person=third Number=plural Case=essive-formal Owner_Number=plural Owner_Person=third | 1 |  |
Pi3-pfp--------3s | Pronoun Type=indefinite Person=third Number=plural Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pi3-pfp--------3p | Pronoun Type=indefinite Person=third Number=plural Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Ps3-sns--------1s | Pronoun Type=possessive Person=third Number=singular Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Ps3-sns--------2s | Pronoun Type=possessive Person=third Number=singular Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=singular | 2 | tiéd/te, tied/te |
Ps3-sns--------3s | Pronoun Type=possessive Person=third Number=singular Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 | övé/ő |
Ps3-snp--------1s | Pronoun Type=possessive Person=third Number=singular Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=singular | 2 | miénk/mi, mienk/mi |
Ps3-snp--------2s | Pronoun Type=possessive Person=third Number=singular Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Ps3-snp--------3s | Pronoun Type=possessive Person=third Number=singular Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=singular | 2 | övék/ők, övéké/ők |
Ps3-sgs--------1s | Pronoun Type=possessive Person=third Number=singular Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Ps3-sgs--------2s | Pronoun Type=possessive Person=third Number=singular Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Ps3-sgs--------3s | Pronoun Type=possessive Person=third Number=singular Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Ps3-sgp--------1s | Pronoun Type=possessive Person=third Number=singular Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Ps3-sgp--------2s | Pronoun Type=possessive Person=third Number=singular Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Ps3-sgp--------3s | Pronoun Type=possessive Person=third Number=singular Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Ps3-sds--------1s | Pronoun Type=possessive Person=third Number=singular Case=dative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Ps3-sds--------2s | Pronoun Type=possessive Person=third Number=singular Case=dative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Ps3-sds--------3s | Pronoun Type=possessive Person=third Number=singular Case=dative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 | övének/ő |
Ps3-sdp--------1s | Pronoun Type=possessive Person=third Number=singular Case=dative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Ps3-sdp--------2s | Pronoun Type=possessive Person=third Number=singular Case=dative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Ps3-sdp--------3s | Pronoun Type=possessive Person=third Number=singular Case=dative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Ps3-sas--------1s | Pronoun Type=possessive Person=third Number=singular Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 | enyémet/én |
Ps3-sas--------2s | Pronoun Type=possessive Person=third Number=singular Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Ps3-sas--------3s | Pronoun Type=possessive Person=third Number=singular Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 | övét/ő |
Ps3-sap--------1s | Pronoun Type=possessive Person=third Number=singular Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Ps3-sap--------2s | Pronoun Type=possessive Person=third Number=singular Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Ps3-sap--------3s | Pronoun Type=possessive Person=third Number=singular Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Ps3-sis--------1s | Pronoun Type=possessive Person=third Number=singular Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Ps3-sis--------2s | Pronoun Type=possessive Person=third Number=singular Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Ps3-sis--------3s | Pronoun Type=possessive Person=third Number=singular Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Ps3-sip--------1s | Pronoun Type=possessive Person=third Number=singular Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Ps3-sip--------2s | Pronoun Type=possessive Person=third Number=singular Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Ps3-sip--------3s | Pronoun Type=possessive Person=third Number=singular Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Ps3-sxs--------1s | Pronoun Type=possessive Person=third Number=singular Case=illative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Ps3-sxs--------2s | Pronoun Type=possessive Person=third Number=singular Case=illative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Ps3-sxs--------3s | Pronoun Type=possessive Person=third Number=singular Case=illative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 | övébe/ő |
Ps3-sxp--------1s | Pronoun Type=possessive Person=third Number=singular Case=illative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Ps3-sxp--------2s | Pronoun Type=possessive Person=third Number=singular Case=illative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Ps3-sxp--------3s | Pronoun Type=possessive Person=third Number=singular Case=illative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 | övékbe/ők |
Ps3-s2s--------1s | Pronoun Type=possessive Person=third Number=singular Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 | enyémben/én |
Ps3-s2s--------2s | Pronoun Type=possessive Person=third Number=singular Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Ps3-s2s--------3s | Pronoun Type=possessive Person=third Number=singular Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Ps3-s2p--------1s | Pronoun Type=possessive Person=third Number=singular Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Ps3-s2p--------2s | Pronoun Type=possessive Person=third Number=singular Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Ps3-s2p--------3s | Pronoun Type=possessive Person=third Number=singular Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Ps3-ses--------1s | Pronoun Type=possessive Person=third Number=singular Case=elative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Ps3-ses--------2s | Pronoun Type=possessive Person=third Number=singular Case=elative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Ps3-ses--------3s | Pronoun Type=possessive Person=third Number=singular Case=elative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Ps3-sep--------1s | Pronoun Type=possessive Person=third Number=singular Case=elative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Ps3-sep--------2s | Pronoun Type=possessive Person=third Number=singular Case=elative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Ps3-sep--------3s | Pronoun Type=possessive Person=third Number=singular Case=elative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Ps3-sts--------1s | Pronoun Type=possessive Person=third Number=singular Case=allative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 | enyémhez/én |
Ps3-sts--------2s | Pronoun Type=possessive Person=third Number=singular Case=allative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Ps3-sts--------3s | Pronoun Type=possessive Person=third Number=singular Case=allative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 | övéhez/ő |
Ps3-stp--------1s | Pronoun Type=possessive Person=third Number=singular Case=allative Owner_Number=plural Owner_Person=first Owned_Number=singular | 2 | miénkhez/mi, mienkhez/mi |
Ps3-stp--------2s | Pronoun Type=possessive Person=third Number=singular Case=allative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Ps3-stp--------3s | Pronoun Type=possessive Person=third Number=singular Case=allative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Ps3-s3s--------1s | Pronoun Type=possessive Person=third Number=singular Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Ps3-s3s--------2s | Pronoun Type=possessive Person=third Number=singular Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Ps3-s3s--------3s | Pronoun Type=possessive Person=third Number=singular Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Ps3-s3p--------1s | Pronoun Type=possessive Person=third Number=singular Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Ps3-s3p--------2s | Pronoun Type=possessive Person=third Number=singular Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Ps3-s3p--------3s | Pronoun Type=possessive Person=third Number=singular Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Ps3-sbs--------1s | Pronoun Type=possessive Person=third Number=singular Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Ps3-sbs--------2s | Pronoun Type=possessive Person=third Number=singular Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Ps3-sbs--------3s | Pronoun Type=possessive Person=third Number=singular Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 | övétől/ő |
Ps3-sbp--------1s | Pronoun Type=possessive Person=third Number=singular Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Ps3-sbp--------2s | Pronoun Type=possessive Person=third Number=singular Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Ps3-sbp--------3s | Pronoun Type=possessive Person=third Number=singular Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Ps3-s9s--------1s | Pronoun Type=possessive Person=third Number=singular Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Ps3-s9s--------2s | Pronoun Type=possessive Person=third Number=singular Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Ps3-s9s--------3s | Pronoun Type=possessive Person=third Number=singular Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Ps3-s9p--------1s | Pronoun Type=possessive Person=third Number=singular Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Ps3-s9p--------2s | Pronoun Type=possessive Person=third Number=singular Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Ps3-s9p--------3s | Pronoun Type=possessive Person=third Number=singular Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Ps3-sws--------1s | Pronoun Type=possessive Person=third Number=singular Case=essive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Ps3-sws--------2s | Pronoun Type=possessive Person=third Number=singular Case=essive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Ps3-sws--------3s | Pronoun Type=possessive Person=third Number=singular Case=essive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Ps3-swp--------1s | Pronoun Type=possessive Person=third Number=singular Case=essive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Ps3-swp--------2s | Pronoun Type=possessive Person=third Number=singular Case=essive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Ps3-swp--------3s | Pronoun Type=possessive Person=third Number=singular Case=essive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Ps3-sms--------1s | Pronoun Type=possessive Person=third Number=singular Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Ps3-sms--------2s | Pronoun Type=possessive Person=third Number=singular Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Ps3-sms--------3s | Pronoun Type=possessive Person=third Number=singular Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Ps3-smp--------1s | Pronoun Type=possessive Person=third Number=singular Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Ps3-smp--------2s | Pronoun Type=possessive Person=third Number=singular Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Ps3-smp--------3s | Pronoun Type=possessive Person=third Number=singular Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Ps3-scs--------1s | Pronoun Type=possessive Person=third Number=singular Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Ps3-scs--------2s | Pronoun Type=possessive Person=third Number=singular Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Ps3-scs--------3s | Pronoun Type=possessive Person=third Number=singular Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Ps3-scp--------1s | Pronoun Type=possessive Person=third Number=singular Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Ps3-scp--------2s | Pronoun Type=possessive Person=third Number=singular Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Ps3-scp--------3s | Pronoun Type=possessive Person=third Number=singular Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Ps3-sss--------1s | Pronoun Type=possessive Person=third Number=singular Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Ps3-sss--------2s | Pronoun Type=possessive Person=third Number=singular Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Ps3-sss--------3s | Pronoun Type=possessive Person=third Number=singular Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 | övére/ő |
Ps3-ssp--------1s | Pronoun Type=possessive Person=third Number=singular Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Ps3-ssp--------2s | Pronoun Type=possessive Person=third Number=singular Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Ps3-ssp--------3s | Pronoun Type=possessive Person=third Number=singular Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Ps3-shs--------1s | Pronoun Type=possessive Person=third Number=singular Case=delative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Ps3-shs--------2s | Pronoun Type=possessive Person=third Number=singular Case=delative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Ps3-shs--------3s | Pronoun Type=possessive Person=third Number=singular Case=delative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Ps3-shp--------1s | Pronoun Type=possessive Person=third Number=singular Case=delative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Ps3-shp--------2s | Pronoun Type=possessive Person=third Number=singular Case=delative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Ps3-shp--------3s | Pronoun Type=possessive Person=third Number=singular Case=delative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Ps3-sqs--------1s | Pronoun Type=possessive Person=third Number=singular Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Ps3-sqs--------2s | Pronoun Type=possessive Person=third Number=singular Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Ps3-sqs--------3s | Pronoun Type=possessive Person=third Number=singular Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Ps3-sqp--------1s | Pronoun Type=possessive Person=third Number=singular Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Ps3-sqp--------2s | Pronoun Type=possessive Person=third Number=singular Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Ps3-sqp--------3s | Pronoun Type=possessive Person=third Number=singular Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Ps3-sys--------1s | Pronoun Type=possessive Person=third Number=singular Case=factive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Ps3-sys--------2s | Pronoun Type=possessive Person=third Number=singular Case=factive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Ps3-sys--------3s | Pronoun Type=possessive Person=third Number=singular Case=factive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Ps3-syp--------1s | Pronoun Type=possessive Person=third Number=singular Case=factive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Ps3-syp--------2s | Pronoun Type=possessive Person=third Number=singular Case=factive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Ps3-syp--------3s | Pronoun Type=possessive Person=third Number=singular Case=factive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Ps3-sps--------1s | Pronoun Type=possessive Person=third Number=singular Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Ps3-sps--------2s | Pronoun Type=possessive Person=third Number=singular Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Ps3-sps--------3s | Pronoun Type=possessive Person=third Number=singular Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Ps3-spp--------1s | Pronoun Type=possessive Person=third Number=singular Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Ps3-spp--------2s | Pronoun Type=possessive Person=third Number=singular Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Ps3-spp--------3s | Pronoun Type=possessive Person=third Number=singular Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Ps3-sus--------1s | Pronoun Type=possessive Person=third Number=singular Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Ps3-sus--------2s | Pronoun Type=possessive Person=third Number=singular Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Ps3-sus--------3s | Pronoun Type=possessive Person=third Number=singular Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Ps3-sup--------1s | Pronoun Type=possessive Person=third Number=singular Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Ps3-sup--------2s | Pronoun Type=possessive Person=third Number=singular Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Ps3-sup--------3s | Pronoun Type=possessive Person=third Number=singular Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Ps3-sfs--------1s | Pronoun Type=possessive Person=third Number=singular Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Ps3-sfs--------2s | Pronoun Type=possessive Person=third Number=singular Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Ps3-sfs--------3s | Pronoun Type=possessive Person=third Number=singular Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Ps3-sfp--------1s | Pronoun Type=possessive Person=third Number=singular Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Ps3-sfp--------2s | Pronoun Type=possessive Person=third Number=singular Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Ps3-sfp--------3s | Pronoun Type=possessive Person=third Number=singular Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Ps3-pns--------1p | Pronoun Type=possessive Person=third Number=plural Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 | enyémek/én |
Ps3-pns--------2p | Pronoun Type=possessive Person=third Number=plural Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Ps3-pns--------3p | Pronoun Type=possessive Person=third Number=plural Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 | övéi/ő |
Ps3-pnp--------1p | Pronoun Type=possessive Person=third Number=plural Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 | mieink/mi |
Ps3-pnp--------2p | Pronoun Type=possessive Person=third Number=plural Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Ps3-pnp--------3p | Pronoun Type=possessive Person=third Number=plural Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Ps3-pgs--------1p | Pronoun Type=possessive Person=third Number=plural Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Ps3-pgs--------2p | Pronoun Type=possessive Person=third Number=plural Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Ps3-pgs--------3p | Pronoun Type=possessive Person=third Number=plural Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Ps3-pgp--------1p | Pronoun Type=possessive Person=third Number=plural Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Ps3-pgp--------2p | Pronoun Type=possessive Person=third Number=plural Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Ps3-pgp--------3p | Pronoun Type=possessive Person=third Number=plural Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Ps3-pds--------1p | Pronoun Type=possessive Person=third Number=plural Case=dative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Ps3-pds--------2p | Pronoun Type=possessive Person=third Number=plural Case=dative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Ps3-pds--------3p | Pronoun Type=possessive Person=third Number=plural Case=dative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Ps3-pdp--------1p | Pronoun Type=possessive Person=third Number=plural Case=dative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Ps3-pdp--------2p | Pronoun Type=possessive Person=third Number=plural Case=dative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Ps3-pdp--------3p | Pronoun Type=possessive Person=third Number=plural Case=dative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Ps3-pas--------1p | Pronoun Type=possessive Person=third Number=plural Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Ps3-pas--------2p | Pronoun Type=possessive Person=third Number=plural Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Ps3-pas--------3p | Pronoun Type=possessive Person=third Number=plural Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Ps3-pap--------1p | Pronoun Type=possessive Person=third Number=plural Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Ps3-pap--------2p | Pronoun Type=possessive Person=third Number=plural Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Ps3-pap--------3p | Pronoun Type=possessive Person=third Number=plural Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Ps3-pis--------1p | Pronoun Type=possessive Person=third Number=plural Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Ps3-pis--------2p | Pronoun Type=possessive Person=third Number=plural Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Ps3-pis--------3p | Pronoun Type=possessive Person=third Number=plural Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Ps3-pip--------1p | Pronoun Type=possessive Person=third Number=plural Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Ps3-pip--------2p | Pronoun Type=possessive Person=third Number=plural Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Ps3-pip--------3p | Pronoun Type=possessive Person=third Number=plural Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 | övéikkel/ők |
Ps3-pxs--------1p | Pronoun Type=possessive Person=third Number=plural Case=illative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Ps3-pxs--------2p | Pronoun Type=possessive Person=third Number=plural Case=illative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Ps3-pxs--------3p | Pronoun Type=possessive Person=third Number=plural Case=illative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Ps3-pxp--------1p | Pronoun Type=possessive Person=third Number=plural Case=illative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Ps3-pxp--------2p | Pronoun Type=possessive Person=third Number=plural Case=illative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Ps3-pxp--------3p | Pronoun Type=possessive Person=third Number=plural Case=illative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Ps3-p2s--------1p | Pronoun Type=possessive Person=third Number=plural Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Ps3-p2s--------2p | Pronoun Type=possessive Person=third Number=plural Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Ps3-p2s--------3p | Pronoun Type=possessive Person=third Number=plural Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Ps3-p2p--------1p | Pronoun Type=possessive Person=third Number=plural Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Ps3-p2p--------2p | Pronoun Type=possessive Person=third Number=plural Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Ps3-p2p--------3p | Pronoun Type=possessive Person=third Number=plural Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Ps3-pes--------1p | Pronoun Type=possessive Person=third Number=plural Case=elative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Ps3-pes--------2p | Pronoun Type=possessive Person=third Number=plural Case=elative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Ps3-pes--------3p | Pronoun Type=possessive Person=third Number=plural Case=elative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Ps3-pep--------1p | Pronoun Type=possessive Person=third Number=plural Case=elative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Ps3-pep--------2p | Pronoun Type=possessive Person=third Number=plural Case=elative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Ps3-pep--------3p | Pronoun Type=possessive Person=third Number=plural Case=elative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Ps3-pts--------1p | Pronoun Type=possessive Person=third Number=plural Case=allative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Ps3-pts--------2p | Pronoun Type=possessive Person=third Number=plural Case=allative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Ps3-pts--------3p | Pronoun Type=possessive Person=third Number=plural Case=allative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Ps3-ptp--------1p | Pronoun Type=possessive Person=third Number=plural Case=allative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Ps3-ptp--------2p | Pronoun Type=possessive Person=third Number=plural Case=allative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Ps3-ptp--------3p | Pronoun Type=possessive Person=third Number=plural Case=allative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Ps3-p3s--------1p | Pronoun Type=possessive Person=third Number=plural Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Ps3-p3s--------2p | Pronoun Type=possessive Person=third Number=plural Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Ps3-p3s--------3p | Pronoun Type=possessive Person=third Number=plural Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Ps3-p3p--------1p | Pronoun Type=possessive Person=third Number=plural Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Ps3-p3p--------2p | Pronoun Type=possessive Person=third Number=plural Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Ps3-p3p--------3p | Pronoun Type=possessive Person=third Number=plural Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Ps3-pbs--------1p | Pronoun Type=possessive Person=third Number=plural Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Ps3-pbs--------2p | Pronoun Type=possessive Person=third Number=plural Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Ps3-pbs--------3p | Pronoun Type=possessive Person=third Number=plural Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Ps3-pbp--------1p | Pronoun Type=possessive Person=third Number=plural Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Ps3-pbp--------2p | Pronoun Type=possessive Person=third Number=plural Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Ps3-pbp--------3p | Pronoun Type=possessive Person=third Number=plural Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Ps3-p9s--------1p | Pronoun Type=possessive Person=third Number=plural Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Ps3-p9s--------2p | Pronoun Type=possessive Person=third Number=plural Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Ps3-p9s--------3p | Pronoun Type=possessive Person=third Number=plural Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Ps3-p9p--------1p | Pronoun Type=possessive Person=third Number=plural Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Ps3-p9p--------2p | Pronoun Type=possessive Person=third Number=plural Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Ps3-p9p--------3p | Pronoun Type=possessive Person=third Number=plural Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Ps3-pws--------1p | Pronoun Type=possessive Person=third Number=plural Case=essive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Ps3-pws--------2p | Pronoun Type=possessive Person=third Number=plural Case=essive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Ps3-pws--------3p | Pronoun Type=possessive Person=third Number=plural Case=essive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Ps3-pwp--------1p | Pronoun Type=possessive Person=third Number=plural Case=essive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Ps3-pwp--------2p | Pronoun Type=possessive Person=third Number=plural Case=essive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Ps3-pwp--------3p | Pronoun Type=possessive Person=third Number=plural Case=essive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Ps3-pms--------1p | Pronoun Type=possessive Person=third Number=plural Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Ps3-pms--------2p | Pronoun Type=possessive Person=third Number=plural Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Ps3-pms--------3p | Pronoun Type=possessive Person=third Number=plural Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Ps3-pmp--------1p | Pronoun Type=possessive Person=third Number=plural Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Ps3-pmp--------2p | Pronoun Type=possessive Person=third Number=plural Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Ps3-pmp--------3p | Pronoun Type=possessive Person=third Number=plural Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Ps3-pcs--------1p | Pronoun Type=possessive Person=third Number=plural Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Ps3-pcs--------2p | Pronoun Type=possessive Person=third Number=plural Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Ps3-pcs--------3p | Pronoun Type=possessive Person=third Number=plural Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Ps3-pcp--------1p | Pronoun Type=possessive Person=third Number=plural Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Ps3-pcp--------2p | Pronoun Type=possessive Person=third Number=plural Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Ps3-pcp--------3p | Pronoun Type=possessive Person=third Number=plural Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Ps3-pss--------1p | Pronoun Type=possessive Person=third Number=plural Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Ps3-pss--------2p | Pronoun Type=possessive Person=third Number=plural Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Ps3-pss--------3p | Pronoun Type=possessive Person=third Number=plural Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Ps3-psp--------1p | Pronoun Type=possessive Person=third Number=plural Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Ps3-psp--------2p | Pronoun Type=possessive Person=third Number=plural Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Ps3-psp--------3p | Pronoun Type=possessive Person=third Number=plural Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Ps3-phs--------1p | Pronoun Type=possessive Person=third Number=plural Case=delative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Ps3-phs--------2p | Pronoun Type=possessive Person=third Number=plural Case=delative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Ps3-phs--------3p | Pronoun Type=possessive Person=third Number=plural Case=delative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Ps3-php--------1p | Pronoun Type=possessive Person=third Number=plural Case=delative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Ps3-php--------2p | Pronoun Type=possessive Person=third Number=plural Case=delative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Ps3-php--------3p | Pronoun Type=possessive Person=third Number=plural Case=delative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Ps3-pqs--------1p | Pronoun Type=possessive Person=third Number=plural Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Ps3-pqs--------2p | Pronoun Type=possessive Person=third Number=plural Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Ps3-pqs--------3p | Pronoun Type=possessive Person=third Number=plural Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Ps3-pqp--------1p | Pronoun Type=possessive Person=third Number=plural Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Ps3-pqp--------2p | Pronoun Type=possessive Person=third Number=plural Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Ps3-pqp--------3p | Pronoun Type=possessive Person=third Number=plural Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Ps3-pys--------1p | Pronoun Type=possessive Person=third Number=plural Case=factive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Ps3-pys--------2p | Pronoun Type=possessive Person=third Number=plural Case=factive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Ps3-pys--------3p | Pronoun Type=possessive Person=third Number=plural Case=factive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Ps3-pyp--------1p | Pronoun Type=possessive Person=third Number=plural Case=factive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Ps3-pyp--------2p | Pronoun Type=possessive Person=third Number=plural Case=factive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Ps3-pyp--------3p | Pronoun Type=possessive Person=third Number=plural Case=factive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Ps3-pps--------1p | Pronoun Type=possessive Person=third Number=plural Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Ps3-pps--------2p | Pronoun Type=possessive Person=third Number=plural Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Ps3-pps--------3p | Pronoun Type=possessive Person=third Number=plural Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Ps3-ppp--------1p | Pronoun Type=possessive Person=third Number=plural Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Ps3-ppp--------2p | Pronoun Type=possessive Person=third Number=plural Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Ps3-ppp--------3p | Pronoun Type=possessive Person=third Number=plural Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Ps3-pus--------1p | Pronoun Type=possessive Person=third Number=plural Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Ps3-pus--------2p | Pronoun Type=possessive Person=third Number=plural Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Ps3-pus--------3p | Pronoun Type=possessive Person=third Number=plural Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Ps3-pup--------1p | Pronoun Type=possessive Person=third Number=plural Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Ps3-pup--------2p | Pronoun Type=possessive Person=third Number=plural Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Ps3-pup--------3p | Pronoun Type=possessive Person=third Number=plural Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Ps3-pfs--------1p | Pronoun Type=possessive Person=third Number=plural Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Ps3-pfs--------2p | Pronoun Type=possessive Person=third Number=plural Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Ps3-pfs--------3p | Pronoun Type=possessive Person=third Number=plural Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Ps3-pfp--------1p | Pronoun Type=possessive Person=third Number=plural Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Ps3-pfp--------2p | Pronoun Type=possessive Person=third Number=plural Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Ps3-pfp--------3p | Pronoun Type=possessive Person=third Number=plural Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-sn | Pronoun Type=interrogative Person=third Number=singular Case=nominative | 12 | mi, milyen, mennyire, mennyi, melyikük |
Pq3-sn----------s | Pronoun Type=interrogative Person=third Number=singular Case=nominative Owned_Number=singular | 1 | kié/ki |
Pq3-sn----------p | Pronoun Type=interrogative Person=third Number=singular Case=nominative Owned_Number=plural | 1 |  |
Pq3-sns--------1 | Pronoun Type=interrogative Person=third Number=singular Case=nominative Owner_Number=singular Owner_Person=first | 1 |  |
Pq3-sns--------1s | Pronoun Type=interrogative Person=third Number=singular Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-sns--------1p | Pronoun Type=interrogative Person=third Number=singular Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-sns--------2 | Pronoun Type=interrogative Person=third Number=singular Case=nominative Owner_Number=singular Owner_Person=second | 2 | mid/mi, hányad/hány |
Pq3-sns--------2s | Pronoun Type=interrogative Person=third Number=singular Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-sns--------2p | Pronoun Type=interrogative Person=third Number=singular Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-sns--------3 | Pronoun Type=interrogative Person=third Number=singular Case=nominative Owner_Number=singular Owner_Person=third | 1 |  |
Pq3-sns--------3s | Pronoun Type=interrogative Person=third Number=singular Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-sns--------3p | Pronoun Type=interrogative Person=third Number=singular Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-snp--------1 | Pronoun Type=interrogative Person=third Number=singular Case=nominative Owner_Number=plural Owner_Person=first | 2 | mink/mi, melyikünk/melyik |
Pq3-snp--------1s | Pronoun Type=interrogative Person=third Number=singular Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-snp--------1p | Pronoun Type=interrogative Person=third Number=singular Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-snp--------2 | Pronoun Type=interrogative Person=third Number=singular Case=nominative Owner_Number=plural Owner_Person=second | 1 |  |
Pq3-snp--------2s | Pronoun Type=interrogative Person=third Number=singular Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-snp--------2p | Pronoun Type=interrogative Person=third Number=singular Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-snp--------3 | Pronoun Type=interrogative Person=third Number=singular Case=nominative Owner_Number=plural Owner_Person=third | 1 | melyikük/melyik |
Pq3-snp--------3s | Pronoun Type=interrogative Person=third Number=singular Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-snp--------3p | Pronoun Type=interrogative Person=third Number=singular Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-sg | Pronoun Type=interrogative Person=third Number=singular Case=genitive | 1 |  |
Pq3-sg----------s | Pronoun Type=interrogative Person=third Number=singular Case=genitive Owned_Number=singular | 1 |  |
Pq3-sg----------p | Pronoun Type=interrogative Person=third Number=singular Case=genitive Owned_Number=plural | 1 |  |
Pq3-sgs--------1 | Pronoun Type=interrogative Person=third Number=singular Case=genitive Owner_Number=singular Owner_Person=first | 1 |  |
Pq3-sgs--------1s | Pronoun Type=interrogative Person=third Number=singular Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-sgs--------1p | Pronoun Type=interrogative Person=third Number=singular Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-sgs--------2 | Pronoun Type=interrogative Person=third Number=singular Case=genitive Owner_Number=singular Owner_Person=second | 1 |  |
Pq3-sgs--------2s | Pronoun Type=interrogative Person=third Number=singular Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-sgs--------2p | Pronoun Type=interrogative Person=third Number=singular Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-sgs--------3 | Pronoun Type=interrogative Person=third Number=singular Case=genitive Owner_Number=singular Owner_Person=third | 1 |  |
Pq3-sgs--------3s | Pronoun Type=interrogative Person=third Number=singular Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-sgs--------3p | Pronoun Type=interrogative Person=third Number=singular Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-sgp--------1 | Pronoun Type=interrogative Person=third Number=singular Case=genitive Owner_Number=plural Owner_Person=first | 1 |  |
Pq3-sgp--------1s | Pronoun Type=interrogative Person=third Number=singular Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-sgp--------1p | Pronoun Type=interrogative Person=third Number=singular Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-sgp--------2 | Pronoun Type=interrogative Person=third Number=singular Case=genitive Owner_Number=plural Owner_Person=second | 1 |  |
Pq3-sgp--------2s | Pronoun Type=interrogative Person=third Number=singular Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-sgp--------2p | Pronoun Type=interrogative Person=third Number=singular Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-sgp--------3 | Pronoun Type=interrogative Person=third Number=singular Case=genitive Owner_Number=plural Owner_Person=third | 1 |  |
Pq3-sgp--------3s | Pronoun Type=interrogative Person=third Number=singular Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-sgp--------3p | Pronoun Type=interrogative Person=third Number=singular Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-sd | Pronoun Type=interrogative Person=third Number=singular Case=dative | 2 | minek/mi, kinek/ki |
Pq3-sd----------s | Pronoun Type=interrogative Person=third Number=singular Case=dative Owned_Number=singular | 1 |  |
Pq3-sd----------p | Pronoun Type=interrogative Person=third Number=singular Case=dative Owned_Number=plural | 1 |  |
Pq3-sds--------1 | Pronoun Type=interrogative Person=third Number=singular Case=dative Owner_Number=singular Owner_Person=first | 1 |  |
Pq3-sds--------1s | Pronoun Type=interrogative Person=third Number=singular Case=dative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-sds--------1p | Pronoun Type=interrogative Person=third Number=singular Case=dative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-sds--------2 | Pronoun Type=interrogative Person=third Number=singular Case=dative Owner_Number=singular Owner_Person=second | 1 |  |
Pq3-sds--------2s | Pronoun Type=interrogative Person=third Number=singular Case=dative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-sds--------2p | Pronoun Type=interrogative Person=third Number=singular Case=dative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-sds--------3 | Pronoun Type=interrogative Person=third Number=singular Case=dative Owner_Number=singular Owner_Person=third | 1 |  |
Pq3-sds--------3s | Pronoun Type=interrogative Person=third Number=singular Case=dative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-sds--------3p | Pronoun Type=interrogative Person=third Number=singular Case=dative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-sdp--------1 | Pronoun Type=interrogative Person=third Number=singular Case=dative Owner_Number=plural Owner_Person=first | 1 |  |
Pq3-sdp--------1s | Pronoun Type=interrogative Person=third Number=singular Case=dative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-sdp--------1p | Pronoun Type=interrogative Person=third Number=singular Case=dative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-sdp--------2 | Pronoun Type=interrogative Person=third Number=singular Case=dative Owner_Number=plural Owner_Person=second | 1 |  |
Pq3-sdp--------2s | Pronoun Type=interrogative Person=third Number=singular Case=dative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-sdp--------2p | Pronoun Type=interrogative Person=third Number=singular Case=dative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-sdp--------3 | Pronoun Type=interrogative Person=third Number=singular Case=dative Owner_Number=plural Owner_Person=third | 1 |  |
Pq3-sdp--------3s | Pronoun Type=interrogative Person=third Number=singular Case=dative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-sdp--------3p | Pronoun Type=interrogative Person=third Number=singular Case=dative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-sa | Pronoun Type=interrogative Person=third Number=singular Case=accusative | 5 | mit/mi, mennyit/mennyi, melyiket/melyik, kit/ki, hányat/hány |
Pq3-sa----------s | Pronoun Type=interrogative Person=third Number=singular Case=accusative Owned_Number=singular | 1 |  |
Pq3-sa----------p | Pronoun Type=interrogative Person=third Number=singular Case=accusative Owned_Number=plural | 1 |  |
Pq3-sas--------1 | Pronoun Type=interrogative Person=third Number=singular Case=accusative Owner_Number=singular Owner_Person=first | 1 |  |
Pq3-sas--------1s | Pronoun Type=interrogative Person=third Number=singular Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-sas--------1p | Pronoun Type=interrogative Person=third Number=singular Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-sas--------2 | Pronoun Type=interrogative Person=third Number=singular Case=accusative Owner_Number=singular Owner_Person=second | 1 |  |
Pq3-sas--------2s | Pronoun Type=interrogative Person=third Number=singular Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-sas--------2p | Pronoun Type=interrogative Person=third Number=singular Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-sas--------3 | Pronoun Type=interrogative Person=third Number=singular Case=accusative Owner_Number=singular Owner_Person=third | 1 |  |
Pq3-sas--------3s | Pronoun Type=interrogative Person=third Number=singular Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-sas--------3p | Pronoun Type=interrogative Person=third Number=singular Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-sap--------1 | Pronoun Type=interrogative Person=third Number=singular Case=accusative Owner_Number=plural Owner_Person=first | 1 | minket/mi |
Pq3-sap--------1s | Pronoun Type=interrogative Person=third Number=singular Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-sap--------1p | Pronoun Type=interrogative Person=third Number=singular Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-sap--------2 | Pronoun Type=interrogative Person=third Number=singular Case=accusative Owner_Number=plural Owner_Person=second | 1 |  |
Pq3-sap--------2s | Pronoun Type=interrogative Person=third Number=singular Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-sap--------2p | Pronoun Type=interrogative Person=third Number=singular Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-sap--------3 | Pronoun Type=interrogative Person=third Number=singular Case=accusative Owner_Number=plural Owner_Person=third | 1 |  |
Pq3-sap--------3s | Pronoun Type=interrogative Person=third Number=singular Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-sap--------3p | Pronoun Type=interrogative Person=third Number=singular Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-si | Pronoun Type=interrogative Person=third Number=singular Case=instrumental | 4 | mivel/mi, mennyivel/mennyi, melyikkel/melyik, kivel/ki |
Pq3-si----------s | Pronoun Type=interrogative Person=third Number=singular Case=instrumental Owned_Number=singular | 1 |  |
Pq3-si----------p | Pronoun Type=interrogative Person=third Number=singular Case=instrumental Owned_Number=plural | 1 |  |
Pq3-sis--------1 | Pronoun Type=interrogative Person=third Number=singular Case=instrumental Owner_Number=singular Owner_Person=first | 1 |  |
Pq3-sis--------1s | Pronoun Type=interrogative Person=third Number=singular Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-sis--------1p | Pronoun Type=interrogative Person=third Number=singular Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-sis--------2 | Pronoun Type=interrogative Person=third Number=singular Case=instrumental Owner_Number=singular Owner_Person=second | 1 | hányaddal/hány |
Pq3-sis--------2s | Pronoun Type=interrogative Person=third Number=singular Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-sis--------2p | Pronoun Type=interrogative Person=third Number=singular Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-sis--------3 | Pronoun Type=interrogative Person=third Number=singular Case=instrumental Owner_Number=singular Owner_Person=third | 1 |  |
Pq3-sis--------3s | Pronoun Type=interrogative Person=third Number=singular Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-sis--------3p | Pronoun Type=interrogative Person=third Number=singular Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-sip--------1 | Pronoun Type=interrogative Person=third Number=singular Case=instrumental Owner_Number=plural Owner_Person=first | 1 |  |
Pq3-sip--------1s | Pronoun Type=interrogative Person=third Number=singular Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-sip--------1p | Pronoun Type=interrogative Person=third Number=singular Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-sip--------2 | Pronoun Type=interrogative Person=third Number=singular Case=instrumental Owner_Number=plural Owner_Person=second | 1 |  |
Pq3-sip--------2s | Pronoun Type=interrogative Person=third Number=singular Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-sip--------2p | Pronoun Type=interrogative Person=third Number=singular Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-sip--------3 | Pronoun Type=interrogative Person=third Number=singular Case=instrumental Owner_Number=plural Owner_Person=third | 1 |  |
Pq3-sip--------3s | Pronoun Type=interrogative Person=third Number=singular Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-sip--------3p | Pronoun Type=interrogative Person=third Number=singular Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-sx | Pronoun Type=interrogative Person=third Number=singular Case=illative | 2 | mibe/mi, mennyibe/mennyi |
Pq3-sx----------s | Pronoun Type=interrogative Person=third Number=singular Case=illative Owned_Number=singular | 1 |  |
Pq3-sx----------p | Pronoun Type=interrogative Person=third Number=singular Case=illative Owned_Number=plural | 1 |  |
Pq3-sxs--------1 | Pronoun Type=interrogative Person=third Number=singular Case=illative Owner_Number=singular Owner_Person=first | 1 |  |
Pq3-sxs--------1s | Pronoun Type=interrogative Person=third Number=singular Case=illative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-sxs--------1p | Pronoun Type=interrogative Person=third Number=singular Case=illative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-sxs--------2 | Pronoun Type=interrogative Person=third Number=singular Case=illative Owner_Number=singular Owner_Person=second | 1 |  |
Pq3-sxs--------2s | Pronoun Type=interrogative Person=third Number=singular Case=illative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-sxs--------2p | Pronoun Type=interrogative Person=third Number=singular Case=illative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-sxs--------3 | Pronoun Type=interrogative Person=third Number=singular Case=illative Owner_Number=singular Owner_Person=third | 1 |  |
Pq3-sxs--------3s | Pronoun Type=interrogative Person=third Number=singular Case=illative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-sxs--------3p | Pronoun Type=interrogative Person=third Number=singular Case=illative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-sxp--------1 | Pronoun Type=interrogative Person=third Number=singular Case=illative Owner_Number=plural Owner_Person=first | 1 |  |
Pq3-sxp--------1s | Pronoun Type=interrogative Person=third Number=singular Case=illative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-sxp--------1p | Pronoun Type=interrogative Person=third Number=singular Case=illative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-sxp--------2 | Pronoun Type=interrogative Person=third Number=singular Case=illative Owner_Number=plural Owner_Person=second | 1 |  |
Pq3-sxp--------2s | Pronoun Type=interrogative Person=third Number=singular Case=illative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-sxp--------2p | Pronoun Type=interrogative Person=third Number=singular Case=illative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-sxp--------3 | Pronoun Type=interrogative Person=third Number=singular Case=illative Owner_Number=plural Owner_Person=third | 1 |  |
Pq3-sxp--------3s | Pronoun Type=interrogative Person=third Number=singular Case=illative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-sxp--------3p | Pronoun Type=interrogative Person=third Number=singular Case=illative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-s2 | Pronoun Type=interrogative Person=third Number=singular Case=inessive | 3 | miben/mi, mennyiben/mennyi, melyikben/melyik |
Pq3-s2----------s | Pronoun Type=interrogative Person=third Number=singular Case=inessive Owned_Number=singular | 1 |  |
Pq3-s2----------p | Pronoun Type=interrogative Person=third Number=singular Case=inessive Owned_Number=plural | 1 |  |
Pq3-s2s--------1 | Pronoun Type=interrogative Person=third Number=singular Case=inessive Owner_Number=singular Owner_Person=first | 1 |  |
Pq3-s2s--------1s | Pronoun Type=interrogative Person=third Number=singular Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-s2s--------1p | Pronoun Type=interrogative Person=third Number=singular Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-s2s--------2 | Pronoun Type=interrogative Person=third Number=singular Case=inessive Owner_Number=singular Owner_Person=second | 1 |  |
Pq3-s2s--------2s | Pronoun Type=interrogative Person=third Number=singular Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-s2s--------2p | Pronoun Type=interrogative Person=third Number=singular Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-s2s--------3 | Pronoun Type=interrogative Person=third Number=singular Case=inessive Owner_Number=singular Owner_Person=third | 1 |  |
Pq3-s2s--------3s | Pronoun Type=interrogative Person=third Number=singular Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-s2s--------3p | Pronoun Type=interrogative Person=third Number=singular Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-s2p--------1 | Pronoun Type=interrogative Person=third Number=singular Case=inessive Owner_Number=plural Owner_Person=first | 1 |  |
Pq3-s2p--------1s | Pronoun Type=interrogative Person=third Number=singular Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-s2p--------1p | Pronoun Type=interrogative Person=third Number=singular Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-s2p--------2 | Pronoun Type=interrogative Person=third Number=singular Case=inessive Owner_Number=plural Owner_Person=second | 1 |  |
Pq3-s2p--------2s | Pronoun Type=interrogative Person=third Number=singular Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-s2p--------2p | Pronoun Type=interrogative Person=third Number=singular Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-s2p--------3 | Pronoun Type=interrogative Person=third Number=singular Case=inessive Owner_Number=plural Owner_Person=third | 1 |  |
Pq3-s2p--------3s | Pronoun Type=interrogative Person=third Number=singular Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-s2p--------3p | Pronoun Type=interrogative Person=third Number=singular Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-se | Pronoun Type=interrogative Person=third Number=singular Case=elative | 1 | miből/mi |
Pq3-se----------s | Pronoun Type=interrogative Person=third Number=singular Case=elative Owned_Number=singular | 1 |  |
Pq3-se----------p | Pronoun Type=interrogative Person=third Number=singular Case=elative Owned_Number=plural | 1 |  |
Pq3-ses--------1 | Pronoun Type=interrogative Person=third Number=singular Case=elative Owner_Number=singular Owner_Person=first | 1 |  |
Pq3-ses--------1s | Pronoun Type=interrogative Person=third Number=singular Case=elative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-ses--------1p | Pronoun Type=interrogative Person=third Number=singular Case=elative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-ses--------2 | Pronoun Type=interrogative Person=third Number=singular Case=elative Owner_Number=singular Owner_Person=second | 1 |  |
Pq3-ses--------2s | Pronoun Type=interrogative Person=third Number=singular Case=elative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-ses--------2p | Pronoun Type=interrogative Person=third Number=singular Case=elative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-ses--------3 | Pronoun Type=interrogative Person=third Number=singular Case=elative Owner_Number=singular Owner_Person=third | 1 |  |
Pq3-ses--------3s | Pronoun Type=interrogative Person=third Number=singular Case=elative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-ses--------3p | Pronoun Type=interrogative Person=third Number=singular Case=elative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-sep--------1 | Pronoun Type=interrogative Person=third Number=singular Case=elative Owner_Number=plural Owner_Person=first | 1 |  |
Pq3-sep--------1s | Pronoun Type=interrogative Person=third Number=singular Case=elative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-sep--------1p | Pronoun Type=interrogative Person=third Number=singular Case=elative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-sep--------2 | Pronoun Type=interrogative Person=third Number=singular Case=elative Owner_Number=plural Owner_Person=second | 1 |  |
Pq3-sep--------2s | Pronoun Type=interrogative Person=third Number=singular Case=elative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-sep--------2p | Pronoun Type=interrogative Person=third Number=singular Case=elative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-sep--------3 | Pronoun Type=interrogative Person=third Number=singular Case=elative Owner_Number=plural Owner_Person=third | 1 |  |
Pq3-sep--------3s | Pronoun Type=interrogative Person=third Number=singular Case=elative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-sep--------3p | Pronoun Type=interrogative Person=third Number=singular Case=elative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-st | Pronoun Type=interrogative Person=third Number=singular Case=allative | 2 | mihez/mi, kihez/ki |
Pq3-st----------s | Pronoun Type=interrogative Person=third Number=singular Case=allative Owned_Number=singular | 1 |  |
Pq3-st----------p | Pronoun Type=interrogative Person=third Number=singular Case=allative Owned_Number=plural | 1 |  |
Pq3-sts--------1 | Pronoun Type=interrogative Person=third Number=singular Case=allative Owner_Number=singular Owner_Person=first | 1 |  |
Pq3-sts--------1s | Pronoun Type=interrogative Person=third Number=singular Case=allative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-sts--------1p | Pronoun Type=interrogative Person=third Number=singular Case=allative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-sts--------2 | Pronoun Type=interrogative Person=third Number=singular Case=allative Owner_Number=singular Owner_Person=second | 1 |  |
Pq3-sts--------2s | Pronoun Type=interrogative Person=third Number=singular Case=allative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-sts--------2p | Pronoun Type=interrogative Person=third Number=singular Case=allative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-sts--------3 | Pronoun Type=interrogative Person=third Number=singular Case=allative Owner_Number=singular Owner_Person=third | 1 |  |
Pq3-sts--------3s | Pronoun Type=interrogative Person=third Number=singular Case=allative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-sts--------3p | Pronoun Type=interrogative Person=third Number=singular Case=allative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-stp--------1 | Pronoun Type=interrogative Person=third Number=singular Case=allative Owner_Number=plural Owner_Person=first | 1 |  |
Pq3-stp--------1s | Pronoun Type=interrogative Person=third Number=singular Case=allative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-stp--------1p | Pronoun Type=interrogative Person=third Number=singular Case=allative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-stp--------2 | Pronoun Type=interrogative Person=third Number=singular Case=allative Owner_Number=plural Owner_Person=second | 1 |  |
Pq3-stp--------2s | Pronoun Type=interrogative Person=third Number=singular Case=allative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-stp--------2p | Pronoun Type=interrogative Person=third Number=singular Case=allative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-stp--------3 | Pronoun Type=interrogative Person=third Number=singular Case=allative Owner_Number=plural Owner_Person=third | 1 |  |
Pq3-stp--------3s | Pronoun Type=interrogative Person=third Number=singular Case=allative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-stp--------3p | Pronoun Type=interrogative Person=third Number=singular Case=allative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-s3 | Pronoun Type=interrogative Person=third Number=singular Case=adessive | 2 | minél/mi, kinél/ki |
Pq3-s3----------s | Pronoun Type=interrogative Person=third Number=singular Case=adessive Owned_Number=singular | 1 |  |
Pq3-s3----------p | Pronoun Type=interrogative Person=third Number=singular Case=adessive Owned_Number=plural | 1 |  |
Pq3-s3s--------1 | Pronoun Type=interrogative Person=third Number=singular Case=adessive Owner_Number=singular Owner_Person=first | 1 |  |
Pq3-s3s--------1s | Pronoun Type=interrogative Person=third Number=singular Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-s3s--------1p | Pronoun Type=interrogative Person=third Number=singular Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-s3s--------2 | Pronoun Type=interrogative Person=third Number=singular Case=adessive Owner_Number=singular Owner_Person=second | 1 |  |
Pq3-s3s--------2s | Pronoun Type=interrogative Person=third Number=singular Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-s3s--------2p | Pronoun Type=interrogative Person=third Number=singular Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-s3s--------3 | Pronoun Type=interrogative Person=third Number=singular Case=adessive Owner_Number=singular Owner_Person=third | 1 |  |
Pq3-s3s--------3s | Pronoun Type=interrogative Person=third Number=singular Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-s3s--------3p | Pronoun Type=interrogative Person=third Number=singular Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-s3p--------1 | Pronoun Type=interrogative Person=third Number=singular Case=adessive Owner_Number=plural Owner_Person=first | 1 |  |
Pq3-s3p--------1s | Pronoun Type=interrogative Person=third Number=singular Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-s3p--------1p | Pronoun Type=interrogative Person=third Number=singular Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-s3p--------2 | Pronoun Type=interrogative Person=third Number=singular Case=adessive Owner_Number=plural Owner_Person=second | 1 |  |
Pq3-s3p--------2s | Pronoun Type=interrogative Person=third Number=singular Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-s3p--------2p | Pronoun Type=interrogative Person=third Number=singular Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-s3p--------3 | Pronoun Type=interrogative Person=third Number=singular Case=adessive Owner_Number=plural Owner_Person=third | 1 |  |
Pq3-s3p--------3s | Pronoun Type=interrogative Person=third Number=singular Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-s3p--------3p | Pronoun Type=interrogative Person=third Number=singular Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-sb | Pronoun Type=interrogative Person=third Number=singular Case=ablative | 2 | mitől/mi, kitől/ki |
Pq3-sb----------s | Pronoun Type=interrogative Person=third Number=singular Case=ablative Owned_Number=singular | 1 |  |
Pq3-sb----------p | Pronoun Type=interrogative Person=third Number=singular Case=ablative Owned_Number=plural | 1 |  |
Pq3-sbs--------1 | Pronoun Type=interrogative Person=third Number=singular Case=ablative Owner_Number=singular Owner_Person=first | 1 |  |
Pq3-sbs--------1s | Pronoun Type=interrogative Person=third Number=singular Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-sbs--------1p | Pronoun Type=interrogative Person=third Number=singular Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-sbs--------2 | Pronoun Type=interrogative Person=third Number=singular Case=ablative Owner_Number=singular Owner_Person=second | 1 |  |
Pq3-sbs--------2s | Pronoun Type=interrogative Person=third Number=singular Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-sbs--------2p | Pronoun Type=interrogative Person=third Number=singular Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-sbs--------3 | Pronoun Type=interrogative Person=third Number=singular Case=ablative Owner_Number=singular Owner_Person=third | 1 |  |
Pq3-sbs--------3s | Pronoun Type=interrogative Person=third Number=singular Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-sbs--------3p | Pronoun Type=interrogative Person=third Number=singular Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-sbp--------1 | Pronoun Type=interrogative Person=third Number=singular Case=ablative Owner_Number=plural Owner_Person=first | 1 |  |
Pq3-sbp--------1s | Pronoun Type=interrogative Person=third Number=singular Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-sbp--------1p | Pronoun Type=interrogative Person=third Number=singular Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-sbp--------2 | Pronoun Type=interrogative Person=third Number=singular Case=ablative Owner_Number=plural Owner_Person=second | 1 |  |
Pq3-sbp--------2s | Pronoun Type=interrogative Person=third Number=singular Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-sbp--------2p | Pronoun Type=interrogative Person=third Number=singular Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-sbp--------3 | Pronoun Type=interrogative Person=third Number=singular Case=ablative Owner_Number=plural Owner_Person=third | 1 |  |
Pq3-sbp--------3s | Pronoun Type=interrogative Person=third Number=singular Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-sbp--------3p | Pronoun Type=interrogative Person=third Number=singular Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-s9 | Pronoun Type=interrogative Person=third Number=singular Case=terminative | 1 |  |
Pq3-s9----------s | Pronoun Type=interrogative Person=third Number=singular Case=terminative Owned_Number=singular | 1 |  |
Pq3-s9----------p | Pronoun Type=interrogative Person=third Number=singular Case=terminative Owned_Number=plural | 1 |  |
Pq3-s9s--------1 | Pronoun Type=interrogative Person=third Number=singular Case=terminative Owner_Number=singular Owner_Person=first | 1 |  |
Pq3-s9s--------1s | Pronoun Type=interrogative Person=third Number=singular Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-s9s--------1p | Pronoun Type=interrogative Person=third Number=singular Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-s9s--------2 | Pronoun Type=interrogative Person=third Number=singular Case=terminative Owner_Number=singular Owner_Person=second | 1 |  |
Pq3-s9s--------2s | Pronoun Type=interrogative Person=third Number=singular Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-s9s--------2p | Pronoun Type=interrogative Person=third Number=singular Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-s9s--------3 | Pronoun Type=interrogative Person=third Number=singular Case=terminative Owner_Number=singular Owner_Person=third | 1 |  |
Pq3-s9s--------3s | Pronoun Type=interrogative Person=third Number=singular Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-s9s--------3p | Pronoun Type=interrogative Person=third Number=singular Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-s9p--------1 | Pronoun Type=interrogative Person=third Number=singular Case=terminative Owner_Number=plural Owner_Person=first | 1 |  |
Pq3-s9p--------1s | Pronoun Type=interrogative Person=third Number=singular Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-s9p--------1p | Pronoun Type=interrogative Person=third Number=singular Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-s9p--------2 | Pronoun Type=interrogative Person=third Number=singular Case=terminative Owner_Number=plural Owner_Person=second | 1 |  |
Pq3-s9p--------2s | Pronoun Type=interrogative Person=third Number=singular Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-s9p--------2p | Pronoun Type=interrogative Person=third Number=singular Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-s9p--------3 | Pronoun Type=interrogative Person=third Number=singular Case=terminative Owner_Number=plural Owner_Person=third | 1 |  |
Pq3-s9p--------3s | Pronoun Type=interrogative Person=third Number=singular Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-s9p--------3p | Pronoun Type=interrogative Person=third Number=singular Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-sw | Pronoun Type=interrogative Person=third Number=singular Case=essive | 1 |  |
Pq3-sw----------s | Pronoun Type=interrogative Person=third Number=singular Case=essive Owned_Number=singular | 1 |  |
Pq3-sw----------p | Pronoun Type=interrogative Person=third Number=singular Case=essive Owned_Number=plural | 1 |  |
Pq3-sws--------1 | Pronoun Type=interrogative Person=third Number=singular Case=essive Owner_Number=singular Owner_Person=first | 1 |  |
Pq3-sws--------1s | Pronoun Type=interrogative Person=third Number=singular Case=essive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-sws--------1p | Pronoun Type=interrogative Person=third Number=singular Case=essive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-sws--------2 | Pronoun Type=interrogative Person=third Number=singular Case=essive Owner_Number=singular Owner_Person=second | 1 |  |
Pq3-sws--------2s | Pronoun Type=interrogative Person=third Number=singular Case=essive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-sws--------2p | Pronoun Type=interrogative Person=third Number=singular Case=essive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-sws--------3 | Pronoun Type=interrogative Person=third Number=singular Case=essive Owner_Number=singular Owner_Person=third | 1 |  |
Pq3-sws--------3s | Pronoun Type=interrogative Person=third Number=singular Case=essive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-sws--------3p | Pronoun Type=interrogative Person=third Number=singular Case=essive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-swp--------1 | Pronoun Type=interrogative Person=third Number=singular Case=essive Owner_Number=plural Owner_Person=first | 1 |  |
Pq3-swp--------1s | Pronoun Type=interrogative Person=third Number=singular Case=essive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-swp--------1p | Pronoun Type=interrogative Person=third Number=singular Case=essive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-swp--------2 | Pronoun Type=interrogative Person=third Number=singular Case=essive Owner_Number=plural Owner_Person=second | 1 |  |
Pq3-swp--------2s | Pronoun Type=interrogative Person=third Number=singular Case=essive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-swp--------2p | Pronoun Type=interrogative Person=third Number=singular Case=essive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-swp--------3 | Pronoun Type=interrogative Person=third Number=singular Case=essive Owner_Number=plural Owner_Person=third | 1 |  |
Pq3-swp--------3s | Pronoun Type=interrogative Person=third Number=singular Case=essive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-swp--------3p | Pronoun Type=interrogative Person=third Number=singular Case=essive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-sm | Pronoun Type=interrogative Person=third Number=singular Case=temporalis | 2 | mikor/mi, hánykor/hány |
Pq3-sm----------s | Pronoun Type=interrogative Person=third Number=singular Case=temporalis Owned_Number=singular | 1 |  |
Pq3-sm----------p | Pronoun Type=interrogative Person=third Number=singular Case=temporalis Owned_Number=plural | 1 |  |
Pq3-sms--------1 | Pronoun Type=interrogative Person=third Number=singular Case=temporalis Owner_Number=singular Owner_Person=first | 1 |  |
Pq3-sms--------1s | Pronoun Type=interrogative Person=third Number=singular Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-sms--------1p | Pronoun Type=interrogative Person=third Number=singular Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-sms--------2 | Pronoun Type=interrogative Person=third Number=singular Case=temporalis Owner_Number=singular Owner_Person=second | 1 |  |
Pq3-sms--------2s | Pronoun Type=interrogative Person=third Number=singular Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-sms--------2p | Pronoun Type=interrogative Person=third Number=singular Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-sms--------3 | Pronoun Type=interrogative Person=third Number=singular Case=temporalis Owner_Number=singular Owner_Person=third | 1 |  |
Pq3-sms--------3s | Pronoun Type=interrogative Person=third Number=singular Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-sms--------3p | Pronoun Type=interrogative Person=third Number=singular Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-smp--------1 | Pronoun Type=interrogative Person=third Number=singular Case=temporalis Owner_Number=plural Owner_Person=first | 1 |  |
Pq3-smp--------1s | Pronoun Type=interrogative Person=third Number=singular Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-smp--------1p | Pronoun Type=interrogative Person=third Number=singular Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-smp--------2 | Pronoun Type=interrogative Person=third Number=singular Case=temporalis Owner_Number=plural Owner_Person=second | 1 |  |
Pq3-smp--------2s | Pronoun Type=interrogative Person=third Number=singular Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-smp--------2p | Pronoun Type=interrogative Person=third Number=singular Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-smp--------3 | Pronoun Type=interrogative Person=third Number=singular Case=temporalis Owner_Number=plural Owner_Person=third | 1 |  |
Pq3-smp--------3s | Pronoun Type=interrogative Person=third Number=singular Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-smp--------3p | Pronoun Type=interrogative Person=third Number=singular Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-sc | Pronoun Type=interrogative Person=third Number=singular Case=causalis | 1 | miért/mi |
Pq3-sc----------s | Pronoun Type=interrogative Person=third Number=singular Case=causalis Owned_Number=singular | 1 |  |
Pq3-sc----------p | Pronoun Type=interrogative Person=third Number=singular Case=causalis Owned_Number=plural | 1 |  |
Pq3-scs--------1 | Pronoun Type=interrogative Person=third Number=singular Case=causalis Owner_Number=singular Owner_Person=first | 1 | kimért/ki |
Pq3-scs--------1s | Pronoun Type=interrogative Person=third Number=singular Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-scs--------1p | Pronoun Type=interrogative Person=third Number=singular Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-scs--------2 | Pronoun Type=interrogative Person=third Number=singular Case=causalis Owner_Number=singular Owner_Person=second | 1 |  |
Pq3-scs--------2s | Pronoun Type=interrogative Person=third Number=singular Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-scs--------2p | Pronoun Type=interrogative Person=third Number=singular Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-scs--------3 | Pronoun Type=interrogative Person=third Number=singular Case=causalis Owner_Number=singular Owner_Person=third | 1 |  |
Pq3-scs--------3s | Pronoun Type=interrogative Person=third Number=singular Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-scs--------3p | Pronoun Type=interrogative Person=third Number=singular Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-scp--------1 | Pronoun Type=interrogative Person=third Number=singular Case=causalis Owner_Number=plural Owner_Person=first | 1 |  |
Pq3-scp--------1s | Pronoun Type=interrogative Person=third Number=singular Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-scp--------1p | Pronoun Type=interrogative Person=third Number=singular Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-scp--------2 | Pronoun Type=interrogative Person=third Number=singular Case=causalis Owner_Number=plural Owner_Person=second | 1 |  |
Pq3-scp--------2s | Pronoun Type=interrogative Person=third Number=singular Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-scp--------2p | Pronoun Type=interrogative Person=third Number=singular Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-scp--------3 | Pronoun Type=interrogative Person=third Number=singular Case=causalis Owner_Number=plural Owner_Person=third | 1 |  |
Pq3-scp--------3s | Pronoun Type=interrogative Person=third Number=singular Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-scp--------3p | Pronoun Type=interrogative Person=third Number=singular Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-ss | Pronoun Type=interrogative Person=third Number=singular Case=sublative | 3 | mire/mi, mennyire/mennyi, kire/ki |
Pq3-ss----------s | Pronoun Type=interrogative Person=third Number=singular Case=sublative Owned_Number=singular | 1 |  |
Pq3-ss----------p | Pronoun Type=interrogative Person=third Number=singular Case=sublative Owned_Number=plural | 1 |  |
Pq3-sss--------1 | Pronoun Type=interrogative Person=third Number=singular Case=sublative Owner_Number=singular Owner_Person=first | 1 |  |
Pq3-sss--------1s | Pronoun Type=interrogative Person=third Number=singular Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-sss--------1p | Pronoun Type=interrogative Person=third Number=singular Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-sss--------2 | Pronoun Type=interrogative Person=third Number=singular Case=sublative Owner_Number=singular Owner_Person=second | 1 |  |
Pq3-sss--------2s | Pronoun Type=interrogative Person=third Number=singular Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-sss--------2p | Pronoun Type=interrogative Person=third Number=singular Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-sss--------3 | Pronoun Type=interrogative Person=third Number=singular Case=sublative Owner_Number=singular Owner_Person=third | 1 |  |
Pq3-sss--------3s | Pronoun Type=interrogative Person=third Number=singular Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-sss--------3p | Pronoun Type=interrogative Person=third Number=singular Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-ssp--------1 | Pronoun Type=interrogative Person=third Number=singular Case=sublative Owner_Number=plural Owner_Person=first | 1 |  |
Pq3-ssp--------1s | Pronoun Type=interrogative Person=third Number=singular Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-ssp--------1p | Pronoun Type=interrogative Person=third Number=singular Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-ssp--------2 | Pronoun Type=interrogative Person=third Number=singular Case=sublative Owner_Number=plural Owner_Person=second | 1 |  |
Pq3-ssp--------2s | Pronoun Type=interrogative Person=third Number=singular Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-ssp--------2p | Pronoun Type=interrogative Person=third Number=singular Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-ssp--------3 | Pronoun Type=interrogative Person=third Number=singular Case=sublative Owner_Number=plural Owner_Person=third | 1 |  |
Pq3-ssp--------3s | Pronoun Type=interrogative Person=third Number=singular Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-ssp--------3p | Pronoun Type=interrogative Person=third Number=singular Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-sh | Pronoun Type=interrogative Person=third Number=singular Case=delative | 1 | miről/mi |
Pq3-sh----------s | Pronoun Type=interrogative Person=third Number=singular Case=delative Owned_Number=singular | 1 |  |
Pq3-sh----------p | Pronoun Type=interrogative Person=third Number=singular Case=delative Owned_Number=plural | 1 |  |
Pq3-shs--------1 | Pronoun Type=interrogative Person=third Number=singular Case=delative Owner_Number=singular Owner_Person=first | 1 |  |
Pq3-shs--------1s | Pronoun Type=interrogative Person=third Number=singular Case=delative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-shs--------1p | Pronoun Type=interrogative Person=third Number=singular Case=delative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-shs--------2 | Pronoun Type=interrogative Person=third Number=singular Case=delative Owner_Number=singular Owner_Person=second | 1 |  |
Pq3-shs--------2s | Pronoun Type=interrogative Person=third Number=singular Case=delative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-shs--------2p | Pronoun Type=interrogative Person=third Number=singular Case=delative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-shs--------3 | Pronoun Type=interrogative Person=third Number=singular Case=delative Owner_Number=singular Owner_Person=third | 1 |  |
Pq3-shs--------3s | Pronoun Type=interrogative Person=third Number=singular Case=delative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-shs--------3p | Pronoun Type=interrogative Person=third Number=singular Case=delative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-shp--------1 | Pronoun Type=interrogative Person=third Number=singular Case=delative Owner_Number=plural Owner_Person=first | 1 |  |
Pq3-shp--------1s | Pronoun Type=interrogative Person=third Number=singular Case=delative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-shp--------1p | Pronoun Type=interrogative Person=third Number=singular Case=delative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-shp--------2 | Pronoun Type=interrogative Person=third Number=singular Case=delative Owner_Number=plural Owner_Person=second | 1 |  |
Pq3-shp--------2s | Pronoun Type=interrogative Person=third Number=singular Case=delative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-shp--------2p | Pronoun Type=interrogative Person=third Number=singular Case=delative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-shp--------3 | Pronoun Type=interrogative Person=third Number=singular Case=delative Owner_Number=plural Owner_Person=third | 1 |  |
Pq3-shp--------3s | Pronoun Type=interrogative Person=third Number=singular Case=delative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-shp--------3p | Pronoun Type=interrogative Person=third Number=singular Case=delative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-sq | Pronoun Type=interrogative Person=third Number=singular Case=sociative | 1 |  |
Pq3-sq----------s | Pronoun Type=interrogative Person=third Number=singular Case=sociative Owned_Number=singular | 1 |  |
Pq3-sq----------p | Pronoun Type=interrogative Person=third Number=singular Case=sociative Owned_Number=plural | 1 |  |
Pq3-sqs--------1 | Pronoun Type=interrogative Person=third Number=singular Case=sociative Owner_Number=singular Owner_Person=first | 1 |  |
Pq3-sqs--------1s | Pronoun Type=interrogative Person=third Number=singular Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-sqs--------1p | Pronoun Type=interrogative Person=third Number=singular Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-sqs--------2 | Pronoun Type=interrogative Person=third Number=singular Case=sociative Owner_Number=singular Owner_Person=second | 1 |  |
Pq3-sqs--------2s | Pronoun Type=interrogative Person=third Number=singular Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-sqs--------2p | Pronoun Type=interrogative Person=third Number=singular Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-sqs--------3 | Pronoun Type=interrogative Person=third Number=singular Case=sociative Owner_Number=singular Owner_Person=third | 1 |  |
Pq3-sqs--------3s | Pronoun Type=interrogative Person=third Number=singular Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-sqs--------3p | Pronoun Type=interrogative Person=third Number=singular Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-sqp--------1 | Pronoun Type=interrogative Person=third Number=singular Case=sociative Owner_Number=plural Owner_Person=first | 1 |  |
Pq3-sqp--------1s | Pronoun Type=interrogative Person=third Number=singular Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-sqp--------1p | Pronoun Type=interrogative Person=third Number=singular Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-sqp--------2 | Pronoun Type=interrogative Person=third Number=singular Case=sociative Owner_Number=plural Owner_Person=second | 1 |  |
Pq3-sqp--------2s | Pronoun Type=interrogative Person=third Number=singular Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-sqp--------2p | Pronoun Type=interrogative Person=third Number=singular Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-sqp--------3 | Pronoun Type=interrogative Person=third Number=singular Case=sociative Owner_Number=plural Owner_Person=third | 1 |  |
Pq3-sqp--------3s | Pronoun Type=interrogative Person=third Number=singular Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-sqp--------3p | Pronoun Type=interrogative Person=third Number=singular Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-sy | Pronoun Type=interrogative Person=third Number=singular Case=factive | 1 | mivé/mi |
Pq3-sy----------s | Pronoun Type=interrogative Person=third Number=singular Case=factive Owned_Number=singular | 1 |  |
Pq3-sy----------p | Pronoun Type=interrogative Person=third Number=singular Case=factive Owned_Number=plural | 1 |  |
Pq3-sys--------1 | Pronoun Type=interrogative Person=third Number=singular Case=factive Owner_Number=singular Owner_Person=first | 1 |  |
Pq3-sys--------1s | Pronoun Type=interrogative Person=third Number=singular Case=factive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-sys--------1p | Pronoun Type=interrogative Person=third Number=singular Case=factive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-sys--------2 | Pronoun Type=interrogative Person=third Number=singular Case=factive Owner_Number=singular Owner_Person=second | 1 |  |
Pq3-sys--------2s | Pronoun Type=interrogative Person=third Number=singular Case=factive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-sys--------2p | Pronoun Type=interrogative Person=third Number=singular Case=factive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-sys--------3 | Pronoun Type=interrogative Person=third Number=singular Case=factive Owner_Number=singular Owner_Person=third | 1 |  |
Pq3-sys--------3s | Pronoun Type=interrogative Person=third Number=singular Case=factive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-sys--------3p | Pronoun Type=interrogative Person=third Number=singular Case=factive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-syp--------1 | Pronoun Type=interrogative Person=third Number=singular Case=factive Owner_Number=plural Owner_Person=first | 1 |  |
Pq3-syp--------1s | Pronoun Type=interrogative Person=third Number=singular Case=factive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-syp--------1p | Pronoun Type=interrogative Person=third Number=singular Case=factive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-syp--------2 | Pronoun Type=interrogative Person=third Number=singular Case=factive Owner_Number=plural Owner_Person=second | 1 |  |
Pq3-syp--------2s | Pronoun Type=interrogative Person=third Number=singular Case=factive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-syp--------2p | Pronoun Type=interrogative Person=third Number=singular Case=factive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-syp--------3 | Pronoun Type=interrogative Person=third Number=singular Case=factive Owner_Number=plural Owner_Person=third | 1 |  |
Pq3-syp--------3s | Pronoun Type=interrogative Person=third Number=singular Case=factive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-syp--------3p | Pronoun Type=interrogative Person=third Number=singular Case=factive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-sp | Pronoun Type=interrogative Person=third Number=singular Case=superessive | 2 | min/mi, milyen/mily |
Pq3-sp----------s | Pronoun Type=interrogative Person=third Number=singular Case=superessive Owned_Number=singular | 1 |  |
Pq3-sp----------p | Pronoun Type=interrogative Person=third Number=singular Case=superessive Owned_Number=plural | 1 |  |
Pq3-sps--------1 | Pronoun Type=interrogative Person=third Number=singular Case=superessive Owner_Number=singular Owner_Person=first | 1 |  |
Pq3-sps--------1s | Pronoun Type=interrogative Person=third Number=singular Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-sps--------1p | Pronoun Type=interrogative Person=third Number=singular Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-sps--------2 | Pronoun Type=interrogative Person=third Number=singular Case=superessive Owner_Number=singular Owner_Person=second | 1 |  |
Pq3-sps--------2s | Pronoun Type=interrogative Person=third Number=singular Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-sps--------2p | Pronoun Type=interrogative Person=third Number=singular Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-sps--------3 | Pronoun Type=interrogative Person=third Number=singular Case=superessive Owner_Number=singular Owner_Person=third | 1 |  |
Pq3-sps--------3s | Pronoun Type=interrogative Person=third Number=singular Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-sps--------3p | Pronoun Type=interrogative Person=third Number=singular Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-spp--------1 | Pronoun Type=interrogative Person=third Number=singular Case=superessive Owner_Number=plural Owner_Person=first | 1 |  |
Pq3-spp--------1s | Pronoun Type=interrogative Person=third Number=singular Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-spp--------1p | Pronoun Type=interrogative Person=third Number=singular Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-spp--------2 | Pronoun Type=interrogative Person=third Number=singular Case=superessive Owner_Number=plural Owner_Person=second | 1 |  |
Pq3-spp--------2s | Pronoun Type=interrogative Person=third Number=singular Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-spp--------2p | Pronoun Type=interrogative Person=third Number=singular Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-spp--------3 | Pronoun Type=interrogative Person=third Number=singular Case=superessive Owner_Number=plural Owner_Person=third | 1 |  |
Pq3-spp--------3s | Pronoun Type=interrogative Person=third Number=singular Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-spp--------3p | Pronoun Type=interrogative Person=third Number=singular Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-su | Pronoun Type=interrogative Person=third Number=singular Case=distributive | 1 |  |
Pq3-su----------s | Pronoun Type=interrogative Person=third Number=singular Case=distributive Owned_Number=singular | 1 |  |
Pq3-su----------p | Pronoun Type=interrogative Person=third Number=singular Case=distributive Owned_Number=plural | 1 |  |
Pq3-sus--------1 | Pronoun Type=interrogative Person=third Number=singular Case=distributive Owner_Number=singular Owner_Person=first | 1 |  |
Pq3-sus--------1s | Pronoun Type=interrogative Person=third Number=singular Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-sus--------1p | Pronoun Type=interrogative Person=third Number=singular Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-sus--------2 | Pronoun Type=interrogative Person=third Number=singular Case=distributive Owner_Number=singular Owner_Person=second | 1 |  |
Pq3-sus--------2s | Pronoun Type=interrogative Person=third Number=singular Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-sus--------2p | Pronoun Type=interrogative Person=third Number=singular Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-sus--------3 | Pronoun Type=interrogative Person=third Number=singular Case=distributive Owner_Number=singular Owner_Person=third | 1 |  |
Pq3-sus--------3s | Pronoun Type=interrogative Person=third Number=singular Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-sus--------3p | Pronoun Type=interrogative Person=third Number=singular Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-sup--------1 | Pronoun Type=interrogative Person=third Number=singular Case=distributive Owner_Number=plural Owner_Person=first | 1 |  |
Pq3-sup--------1s | Pronoun Type=interrogative Person=third Number=singular Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-sup--------1p | Pronoun Type=interrogative Person=third Number=singular Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-sup--------2 | Pronoun Type=interrogative Person=third Number=singular Case=distributive Owner_Number=plural Owner_Person=second | 1 |  |
Pq3-sup--------2s | Pronoun Type=interrogative Person=third Number=singular Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-sup--------2p | Pronoun Type=interrogative Person=third Number=singular Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-sup--------3 | Pronoun Type=interrogative Person=third Number=singular Case=distributive Owner_Number=plural Owner_Person=third | 1 |  |
Pq3-sup--------3s | Pronoun Type=interrogative Person=third Number=singular Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-sup--------3p | Pronoun Type=interrogative Person=third Number=singular Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-sf | Pronoun Type=interrogative Person=third Number=singular Case=essive-formal | 1 | miként/mi |
Pq3-sf----------s | Pronoun Type=interrogative Person=third Number=singular Case=essive-formal Owned_Number=singular | 1 |  |
Pq3-sf----------p | Pronoun Type=interrogative Person=third Number=singular Case=essive-formal Owned_Number=plural | 1 |  |
Pq3-sfs--------1 | Pronoun Type=interrogative Person=third Number=singular Case=essive-formal Owner_Number=singular Owner_Person=first | 1 |  |
Pq3-sfs--------1s | Pronoun Type=interrogative Person=third Number=singular Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-sfs--------1p | Pronoun Type=interrogative Person=third Number=singular Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-sfs--------2 | Pronoun Type=interrogative Person=third Number=singular Case=essive-formal Owner_Number=singular Owner_Person=second | 1 |  |
Pq3-sfs--------2s | Pronoun Type=interrogative Person=third Number=singular Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-sfs--------2p | Pronoun Type=interrogative Person=third Number=singular Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-sfs--------3 | Pronoun Type=interrogative Person=third Number=singular Case=essive-formal Owner_Number=singular Owner_Person=third | 1 |  |
Pq3-sfs--------3s | Pronoun Type=interrogative Person=third Number=singular Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-sfs--------3p | Pronoun Type=interrogative Person=third Number=singular Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-sfp--------1 | Pronoun Type=interrogative Person=third Number=singular Case=essive-formal Owner_Number=plural Owner_Person=first | 1 |  |
Pq3-sfp--------1s | Pronoun Type=interrogative Person=third Number=singular Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-sfp--------1p | Pronoun Type=interrogative Person=third Number=singular Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-sfp--------2 | Pronoun Type=interrogative Person=third Number=singular Case=essive-formal Owner_Number=plural Owner_Person=second | 1 |  |
Pq3-sfp--------2s | Pronoun Type=interrogative Person=third Number=singular Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-sfp--------2p | Pronoun Type=interrogative Person=third Number=singular Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-sfp--------3 | Pronoun Type=interrogative Person=third Number=singular Case=essive-formal Owner_Number=plural Owner_Person=third | 1 |  |
Pq3-sfp--------3s | Pronoun Type=interrogative Person=third Number=singular Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-sfp--------3p | Pronoun Type=interrogative Person=third Number=singular Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-pn | Pronoun Type=interrogative Person=third Number=plural Case=nominative | 4 | milyenek/milyen, mik/mi, kik/ki, kicsodák/kicsoda |
Pq3-pn----------s | Pronoun Type=interrogative Person=third Number=plural Case=nominative Owned_Number=singular | 1 |  |
Pq3-pn----------p | Pronoun Type=interrogative Person=third Number=plural Case=nominative Owned_Number=plural | 1 |  |
Pq3-pns--------1 | Pronoun Type=interrogative Person=third Number=plural Case=nominative Owner_Number=singular Owner_Person=first | 1 |  |
Pq3-pns--------1s | Pronoun Type=interrogative Person=third Number=plural Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-pns--------1p | Pronoun Type=interrogative Person=third Number=plural Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-pns--------2 | Pronoun Type=interrogative Person=third Number=plural Case=nominative Owner_Number=singular Owner_Person=second | 1 |  |
Pq3-pns--------2s | Pronoun Type=interrogative Person=third Number=plural Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-pns--------2p | Pronoun Type=interrogative Person=third Number=plural Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-pns--------3 | Pronoun Type=interrogative Person=third Number=plural Case=nominative Owner_Number=singular Owner_Person=third | 1 |  |
Pq3-pns--------3s | Pronoun Type=interrogative Person=third Number=plural Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-pns--------3p | Pronoun Type=interrogative Person=third Number=plural Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-pnp--------1 | Pronoun Type=interrogative Person=third Number=plural Case=nominative Owner_Number=plural Owner_Person=first | 1 |  |
Pq3-pnp--------1s | Pronoun Type=interrogative Person=third Number=plural Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-pnp--------1p | Pronoun Type=interrogative Person=third Number=plural Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-pnp--------2 | Pronoun Type=interrogative Person=third Number=plural Case=nominative Owner_Number=plural Owner_Person=second | 1 |  |
Pq3-pnp--------2s | Pronoun Type=interrogative Person=third Number=plural Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-pnp--------2p | Pronoun Type=interrogative Person=third Number=plural Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-pnp--------3 | Pronoun Type=interrogative Person=third Number=plural Case=nominative Owner_Number=plural Owner_Person=third | 1 |  |
Pq3-pnp--------3s | Pronoun Type=interrogative Person=third Number=plural Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-pnp--------3p | Pronoun Type=interrogative Person=third Number=plural Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-pg | Pronoun Type=interrogative Person=third Number=plural Case=genitive | 1 |  |
Pq3-pg----------s | Pronoun Type=interrogative Person=third Number=plural Case=genitive Owned_Number=singular | 1 |  |
Pq3-pg----------p | Pronoun Type=interrogative Person=third Number=plural Case=genitive Owned_Number=plural | 1 |  |
Pq3-pgs--------1 | Pronoun Type=interrogative Person=third Number=plural Case=genitive Owner_Number=singular Owner_Person=first | 1 |  |
Pq3-pgs--------1s | Pronoun Type=interrogative Person=third Number=plural Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-pgs--------1p | Pronoun Type=interrogative Person=third Number=plural Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-pgs--------2 | Pronoun Type=interrogative Person=third Number=plural Case=genitive Owner_Number=singular Owner_Person=second | 1 |  |
Pq3-pgs--------2s | Pronoun Type=interrogative Person=third Number=plural Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-pgs--------2p | Pronoun Type=interrogative Person=third Number=plural Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-pgs--------3 | Pronoun Type=interrogative Person=third Number=plural Case=genitive Owner_Number=singular Owner_Person=third | 1 |  |
Pq3-pgs--------3s | Pronoun Type=interrogative Person=third Number=plural Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-pgs--------3p | Pronoun Type=interrogative Person=third Number=plural Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-pgp--------1 | Pronoun Type=interrogative Person=third Number=plural Case=genitive Owner_Number=plural Owner_Person=first | 1 |  |
Pq3-pgp--------1s | Pronoun Type=interrogative Person=third Number=plural Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-pgp--------1p | Pronoun Type=interrogative Person=third Number=plural Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-pgp--------2 | Pronoun Type=interrogative Person=third Number=plural Case=genitive Owner_Number=plural Owner_Person=second | 1 |  |
Pq3-pgp--------2s | Pronoun Type=interrogative Person=third Number=plural Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-pgp--------2p | Pronoun Type=interrogative Person=third Number=plural Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-pgp--------3 | Pronoun Type=interrogative Person=third Number=plural Case=genitive Owner_Number=plural Owner_Person=third | 1 |  |
Pq3-pgp--------3s | Pronoun Type=interrogative Person=third Number=plural Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-pgp--------3p | Pronoun Type=interrogative Person=third Number=plural Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-pd | Pronoun Type=interrogative Person=third Number=plural Case=dative | 1 |  |
Pq3-pd----------s | Pronoun Type=interrogative Person=third Number=plural Case=dative Owned_Number=singular | 1 |  |
Pq3-pd----------p | Pronoun Type=interrogative Person=third Number=plural Case=dative Owned_Number=plural | 1 |  |
Pq3-pds--------1 | Pronoun Type=interrogative Person=third Number=plural Case=dative Owner_Number=singular Owner_Person=first | 1 |  |
Pq3-pds--------1s | Pronoun Type=interrogative Person=third Number=plural Case=dative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-pds--------1p | Pronoun Type=interrogative Person=third Number=plural Case=dative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-pds--------2 | Pronoun Type=interrogative Person=third Number=plural Case=dative Owner_Number=singular Owner_Person=second | 1 |  |
Pq3-pds--------2s | Pronoun Type=interrogative Person=third Number=plural Case=dative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-pds--------2p | Pronoun Type=interrogative Person=third Number=plural Case=dative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-pds--------3 | Pronoun Type=interrogative Person=third Number=plural Case=dative Owner_Number=singular Owner_Person=third | 1 |  |
Pq3-pds--------3s | Pronoun Type=interrogative Person=third Number=plural Case=dative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-pds--------3p | Pronoun Type=interrogative Person=third Number=plural Case=dative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-pdp--------1 | Pronoun Type=interrogative Person=third Number=plural Case=dative Owner_Number=plural Owner_Person=first | 1 |  |
Pq3-pdp--------1s | Pronoun Type=interrogative Person=third Number=plural Case=dative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-pdp--------1p | Pronoun Type=interrogative Person=third Number=plural Case=dative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-pdp--------2 | Pronoun Type=interrogative Person=third Number=plural Case=dative Owner_Number=plural Owner_Person=second | 1 |  |
Pq3-pdp--------2s | Pronoun Type=interrogative Person=third Number=plural Case=dative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-pdp--------2p | Pronoun Type=interrogative Person=third Number=plural Case=dative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-pdp--------3 | Pronoun Type=interrogative Person=third Number=plural Case=dative Owner_Number=plural Owner_Person=third | 1 |  |
Pq3-pdp--------3s | Pronoun Type=interrogative Person=third Number=plural Case=dative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-pdp--------3p | Pronoun Type=interrogative Person=third Number=plural Case=dative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-pa | Pronoun Type=interrogative Person=third Number=plural Case=accusative | 2 | miket/mi, kiket/ki |
Pq3-pa----------s | Pronoun Type=interrogative Person=third Number=plural Case=accusative Owned_Number=singular | 1 |  |
Pq3-pa----------p | Pronoun Type=interrogative Person=third Number=plural Case=accusative Owned_Number=plural | 1 |  |
Pq3-pas--------1 | Pronoun Type=interrogative Person=third Number=plural Case=accusative Owner_Number=singular Owner_Person=first | 1 |  |
Pq3-pas--------1s | Pronoun Type=interrogative Person=third Number=plural Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-pas--------1p | Pronoun Type=interrogative Person=third Number=plural Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-pas--------2 | Pronoun Type=interrogative Person=third Number=plural Case=accusative Owner_Number=singular Owner_Person=second | 1 |  |
Pq3-pas--------2s | Pronoun Type=interrogative Person=third Number=plural Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-pas--------2p | Pronoun Type=interrogative Person=third Number=plural Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-pas--------3 | Pronoun Type=interrogative Person=third Number=plural Case=accusative Owner_Number=singular Owner_Person=third | 1 |  |
Pq3-pas--------3s | Pronoun Type=interrogative Person=third Number=plural Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-pas--------3p | Pronoun Type=interrogative Person=third Number=plural Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-pap--------1 | Pronoun Type=interrogative Person=third Number=plural Case=accusative Owner_Number=plural Owner_Person=first | 1 |  |
Pq3-pap--------1s | Pronoun Type=interrogative Person=third Number=plural Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-pap--------1p | Pronoun Type=interrogative Person=third Number=plural Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-pap--------2 | Pronoun Type=interrogative Person=third Number=plural Case=accusative Owner_Number=plural Owner_Person=second | 1 |  |
Pq3-pap--------2s | Pronoun Type=interrogative Person=third Number=plural Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-pap--------2p | Pronoun Type=interrogative Person=third Number=plural Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-pap--------3 | Pronoun Type=interrogative Person=third Number=plural Case=accusative Owner_Number=plural Owner_Person=third | 1 |  |
Pq3-pap--------3s | Pronoun Type=interrogative Person=third Number=plural Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-pap--------3p | Pronoun Type=interrogative Person=third Number=plural Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-pi | Pronoun Type=interrogative Person=third Number=plural Case=instrumental | 2 | mikkel/mi, kikkel/ki |
Pq3-pi----------s | Pronoun Type=interrogative Person=third Number=plural Case=instrumental Owned_Number=singular | 1 |  |
Pq3-pi----------p | Pronoun Type=interrogative Person=third Number=plural Case=instrumental Owned_Number=plural | 1 |  |
Pq3-pis--------1 | Pronoun Type=interrogative Person=third Number=plural Case=instrumental Owner_Number=singular Owner_Person=first | 1 |  |
Pq3-pis--------1s | Pronoun Type=interrogative Person=third Number=plural Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-pis--------1p | Pronoun Type=interrogative Person=third Number=plural Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-pis--------2 | Pronoun Type=interrogative Person=third Number=plural Case=instrumental Owner_Number=singular Owner_Person=second | 1 |  |
Pq3-pis--------2s | Pronoun Type=interrogative Person=third Number=plural Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-pis--------2p | Pronoun Type=interrogative Person=third Number=plural Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-pis--------3 | Pronoun Type=interrogative Person=third Number=plural Case=instrumental Owner_Number=singular Owner_Person=third | 1 |  |
Pq3-pis--------3s | Pronoun Type=interrogative Person=third Number=plural Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-pis--------3p | Pronoun Type=interrogative Person=third Number=plural Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-pip--------1 | Pronoun Type=interrogative Person=third Number=plural Case=instrumental Owner_Number=plural Owner_Person=first | 1 |  |
Pq3-pip--------1s | Pronoun Type=interrogative Person=third Number=plural Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-pip--------1p | Pronoun Type=interrogative Person=third Number=plural Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-pip--------2 | Pronoun Type=interrogative Person=third Number=plural Case=instrumental Owner_Number=plural Owner_Person=second | 1 |  |
Pq3-pip--------2s | Pronoun Type=interrogative Person=third Number=plural Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-pip--------2p | Pronoun Type=interrogative Person=third Number=plural Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-pip--------3 | Pronoun Type=interrogative Person=third Number=plural Case=instrumental Owner_Number=plural Owner_Person=third | 1 |  |
Pq3-pip--------3s | Pronoun Type=interrogative Person=third Number=plural Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-pip--------3p | Pronoun Type=interrogative Person=third Number=plural Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-px | Pronoun Type=interrogative Person=third Number=plural Case=illative | 1 |  |
Pq3-px----------s | Pronoun Type=interrogative Person=third Number=plural Case=illative Owned_Number=singular | 1 |  |
Pq3-px----------p | Pronoun Type=interrogative Person=third Number=plural Case=illative Owned_Number=plural | 1 |  |
Pq3-pxs--------1 | Pronoun Type=interrogative Person=third Number=plural Case=illative Owner_Number=singular Owner_Person=first | 1 |  |
Pq3-pxs--------1s | Pronoun Type=interrogative Person=third Number=plural Case=illative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-pxs--------1p | Pronoun Type=interrogative Person=third Number=plural Case=illative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-pxs--------2 | Pronoun Type=interrogative Person=third Number=plural Case=illative Owner_Number=singular Owner_Person=second | 1 |  |
Pq3-pxs--------2s | Pronoun Type=interrogative Person=third Number=plural Case=illative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-pxs--------2p | Pronoun Type=interrogative Person=third Number=plural Case=illative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-pxs--------3 | Pronoun Type=interrogative Person=third Number=plural Case=illative Owner_Number=singular Owner_Person=third | 1 |  |
Pq3-pxs--------3s | Pronoun Type=interrogative Person=third Number=plural Case=illative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-pxs--------3p | Pronoun Type=interrogative Person=third Number=plural Case=illative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-pxp--------1 | Pronoun Type=interrogative Person=third Number=plural Case=illative Owner_Number=plural Owner_Person=first | 1 |  |
Pq3-pxp--------1s | Pronoun Type=interrogative Person=third Number=plural Case=illative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-pxp--------1p | Pronoun Type=interrogative Person=third Number=plural Case=illative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-pxp--------2 | Pronoun Type=interrogative Person=third Number=plural Case=illative Owner_Number=plural Owner_Person=second | 1 |  |
Pq3-pxp--------2s | Pronoun Type=interrogative Person=third Number=plural Case=illative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-pxp--------2p | Pronoun Type=interrogative Person=third Number=plural Case=illative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-pxp--------3 | Pronoun Type=interrogative Person=third Number=plural Case=illative Owner_Number=plural Owner_Person=third | 1 |  |
Pq3-pxp--------3s | Pronoun Type=interrogative Person=third Number=plural Case=illative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-pxp--------3p | Pronoun Type=interrogative Person=third Number=plural Case=illative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-p2 | Pronoun Type=interrogative Person=third Number=plural Case=inessive | 1 |  |
Pq3-p2----------s | Pronoun Type=interrogative Person=third Number=plural Case=inessive Owned_Number=singular | 1 |  |
Pq3-p2----------p | Pronoun Type=interrogative Person=third Number=plural Case=inessive Owned_Number=plural | 1 |  |
Pq3-p2s--------1 | Pronoun Type=interrogative Person=third Number=plural Case=inessive Owner_Number=singular Owner_Person=first | 1 |  |
Pq3-p2s--------1s | Pronoun Type=interrogative Person=third Number=plural Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-p2s--------1p | Pronoun Type=interrogative Person=third Number=plural Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-p2s--------2 | Pronoun Type=interrogative Person=third Number=plural Case=inessive Owner_Number=singular Owner_Person=second | 1 |  |
Pq3-p2s--------2s | Pronoun Type=interrogative Person=third Number=plural Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-p2s--------2p | Pronoun Type=interrogative Person=third Number=plural Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-p2s--------3 | Pronoun Type=interrogative Person=third Number=plural Case=inessive Owner_Number=singular Owner_Person=third | 1 |  |
Pq3-p2s--------3s | Pronoun Type=interrogative Person=third Number=plural Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-p2s--------3p | Pronoun Type=interrogative Person=third Number=plural Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-p2p--------1 | Pronoun Type=interrogative Person=third Number=plural Case=inessive Owner_Number=plural Owner_Person=first | 1 |  |
Pq3-p2p--------1s | Pronoun Type=interrogative Person=third Number=plural Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-p2p--------1p | Pronoun Type=interrogative Person=third Number=plural Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-p2p--------2 | Pronoun Type=interrogative Person=third Number=plural Case=inessive Owner_Number=plural Owner_Person=second | 1 |  |
Pq3-p2p--------2s | Pronoun Type=interrogative Person=third Number=plural Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-p2p--------2p | Pronoun Type=interrogative Person=third Number=plural Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-p2p--------3 | Pronoun Type=interrogative Person=third Number=plural Case=inessive Owner_Number=plural Owner_Person=third | 1 |  |
Pq3-p2p--------3s | Pronoun Type=interrogative Person=third Number=plural Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-p2p--------3p | Pronoun Type=interrogative Person=third Number=plural Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-pe | Pronoun Type=interrogative Person=third Number=plural Case=elative | 1 |  |
Pq3-pe----------s | Pronoun Type=interrogative Person=third Number=plural Case=elative Owned_Number=singular | 1 |  |
Pq3-pe----------p | Pronoun Type=interrogative Person=third Number=plural Case=elative Owned_Number=plural | 1 |  |
Pq3-pes--------1 | Pronoun Type=interrogative Person=third Number=plural Case=elative Owner_Number=singular Owner_Person=first | 1 |  |
Pq3-pes--------1s | Pronoun Type=interrogative Person=third Number=plural Case=elative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-pes--------1p | Pronoun Type=interrogative Person=third Number=plural Case=elative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-pes--------2 | Pronoun Type=interrogative Person=third Number=plural Case=elative Owner_Number=singular Owner_Person=second | 1 |  |
Pq3-pes--------2s | Pronoun Type=interrogative Person=third Number=plural Case=elative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-pes--------2p | Pronoun Type=interrogative Person=third Number=plural Case=elative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-pes--------3 | Pronoun Type=interrogative Person=third Number=plural Case=elative Owner_Number=singular Owner_Person=third | 1 |  |
Pq3-pes--------3s | Pronoun Type=interrogative Person=third Number=plural Case=elative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-pes--------3p | Pronoun Type=interrogative Person=third Number=plural Case=elative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-pep--------1 | Pronoun Type=interrogative Person=third Number=plural Case=elative Owner_Number=plural Owner_Person=first | 1 |  |
Pq3-pep--------1s | Pronoun Type=interrogative Person=third Number=plural Case=elative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-pep--------1p | Pronoun Type=interrogative Person=third Number=plural Case=elative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-pep--------2 | Pronoun Type=interrogative Person=third Number=plural Case=elative Owner_Number=plural Owner_Person=second | 1 |  |
Pq3-pep--------2s | Pronoun Type=interrogative Person=third Number=plural Case=elative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-pep--------2p | Pronoun Type=interrogative Person=third Number=plural Case=elative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-pep--------3 | Pronoun Type=interrogative Person=third Number=plural Case=elative Owner_Number=plural Owner_Person=third | 1 |  |
Pq3-pep--------3s | Pronoun Type=interrogative Person=third Number=plural Case=elative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-pep--------3p | Pronoun Type=interrogative Person=third Number=plural Case=elative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-pt | Pronoun Type=interrogative Person=third Number=plural Case=allative | 1 |  |
Pq3-pt----------s | Pronoun Type=interrogative Person=third Number=plural Case=allative Owned_Number=singular | 1 |  |
Pq3-pt----------p | Pronoun Type=interrogative Person=third Number=plural Case=allative Owned_Number=plural | 1 |  |
Pq3-pts--------1 | Pronoun Type=interrogative Person=third Number=plural Case=allative Owner_Number=singular Owner_Person=first | 1 |  |
Pq3-pts--------1s | Pronoun Type=interrogative Person=third Number=plural Case=allative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-pts--------1p | Pronoun Type=interrogative Person=third Number=plural Case=allative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-pts--------2 | Pronoun Type=interrogative Person=third Number=plural Case=allative Owner_Number=singular Owner_Person=second | 1 |  |
Pq3-pts--------2s | Pronoun Type=interrogative Person=third Number=plural Case=allative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-pts--------2p | Pronoun Type=interrogative Person=third Number=plural Case=allative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-pts--------3 | Pronoun Type=interrogative Person=third Number=plural Case=allative Owner_Number=singular Owner_Person=third | 1 |  |
Pq3-pts--------3s | Pronoun Type=interrogative Person=third Number=plural Case=allative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-pts--------3p | Pronoun Type=interrogative Person=third Number=plural Case=allative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-ptp--------1 | Pronoun Type=interrogative Person=third Number=plural Case=allative Owner_Number=plural Owner_Person=first | 1 |  |
Pq3-ptp--------1s | Pronoun Type=interrogative Person=third Number=plural Case=allative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-ptp--------1p | Pronoun Type=interrogative Person=third Number=plural Case=allative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-ptp--------2 | Pronoun Type=interrogative Person=third Number=plural Case=allative Owner_Number=plural Owner_Person=second | 1 |  |
Pq3-ptp--------2s | Pronoun Type=interrogative Person=third Number=plural Case=allative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-ptp--------2p | Pronoun Type=interrogative Person=third Number=plural Case=allative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-ptp--------3 | Pronoun Type=interrogative Person=third Number=plural Case=allative Owner_Number=plural Owner_Person=third | 1 |  |
Pq3-ptp--------3s | Pronoun Type=interrogative Person=third Number=plural Case=allative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-ptp--------3p | Pronoun Type=interrogative Person=third Number=plural Case=allative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-p3 | Pronoun Type=interrogative Person=third Number=plural Case=adessive | 1 |  |
Pq3-p3----------s | Pronoun Type=interrogative Person=third Number=plural Case=adessive Owned_Number=singular | 1 |  |
Pq3-p3----------p | Pronoun Type=interrogative Person=third Number=plural Case=adessive Owned_Number=plural | 1 |  |
Pq3-p3s--------1 | Pronoun Type=interrogative Person=third Number=plural Case=adessive Owner_Number=singular Owner_Person=first | 1 |  |
Pq3-p3s--------1s | Pronoun Type=interrogative Person=third Number=plural Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-p3s--------1p | Pronoun Type=interrogative Person=third Number=plural Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-p3s--------2 | Pronoun Type=interrogative Person=third Number=plural Case=adessive Owner_Number=singular Owner_Person=second | 1 |  |
Pq3-p3s--------2s | Pronoun Type=interrogative Person=third Number=plural Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-p3s--------2p | Pronoun Type=interrogative Person=third Number=plural Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-p3s--------3 | Pronoun Type=interrogative Person=third Number=plural Case=adessive Owner_Number=singular Owner_Person=third | 1 |  |
Pq3-p3s--------3s | Pronoun Type=interrogative Person=third Number=plural Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-p3s--------3p | Pronoun Type=interrogative Person=third Number=plural Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-p3p--------1 | Pronoun Type=interrogative Person=third Number=plural Case=adessive Owner_Number=plural Owner_Person=first | 1 |  |
Pq3-p3p--------1s | Pronoun Type=interrogative Person=third Number=plural Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-p3p--------1p | Pronoun Type=interrogative Person=third Number=plural Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-p3p--------2 | Pronoun Type=interrogative Person=third Number=plural Case=adessive Owner_Number=plural Owner_Person=second | 1 |  |
Pq3-p3p--------2s | Pronoun Type=interrogative Person=third Number=plural Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-p3p--------2p | Pronoun Type=interrogative Person=third Number=plural Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-p3p--------3 | Pronoun Type=interrogative Person=third Number=plural Case=adessive Owner_Number=plural Owner_Person=third | 1 |  |
Pq3-p3p--------3s | Pronoun Type=interrogative Person=third Number=plural Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-p3p--------3p | Pronoun Type=interrogative Person=third Number=plural Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-pb | Pronoun Type=interrogative Person=third Number=plural Case=ablative | 1 |  |
Pq3-pb----------s | Pronoun Type=interrogative Person=third Number=plural Case=ablative Owned_Number=singular | 1 |  |
Pq3-pb----------p | Pronoun Type=interrogative Person=third Number=plural Case=ablative Owned_Number=plural | 1 |  |
Pq3-pbs--------1 | Pronoun Type=interrogative Person=third Number=plural Case=ablative Owner_Number=singular Owner_Person=first | 1 |  |
Pq3-pbs--------1s | Pronoun Type=interrogative Person=third Number=plural Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-pbs--------1p | Pronoun Type=interrogative Person=third Number=plural Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-pbs--------2 | Pronoun Type=interrogative Person=third Number=plural Case=ablative Owner_Number=singular Owner_Person=second | 1 |  |
Pq3-pbs--------2s | Pronoun Type=interrogative Person=third Number=plural Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-pbs--------2p | Pronoun Type=interrogative Person=third Number=plural Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-pbs--------3 | Pronoun Type=interrogative Person=third Number=plural Case=ablative Owner_Number=singular Owner_Person=third | 1 |  |
Pq3-pbs--------3s | Pronoun Type=interrogative Person=third Number=plural Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-pbs--------3p | Pronoun Type=interrogative Person=third Number=plural Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-pbp--------1 | Pronoun Type=interrogative Person=third Number=plural Case=ablative Owner_Number=plural Owner_Person=first | 1 |  |
Pq3-pbp--------1s | Pronoun Type=interrogative Person=third Number=plural Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-pbp--------1p | Pronoun Type=interrogative Person=third Number=plural Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-pbp--------2 | Pronoun Type=interrogative Person=third Number=plural Case=ablative Owner_Number=plural Owner_Person=second | 1 |  |
Pq3-pbp--------2s | Pronoun Type=interrogative Person=third Number=plural Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-pbp--------2p | Pronoun Type=interrogative Person=third Number=plural Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-pbp--------3 | Pronoun Type=interrogative Person=third Number=plural Case=ablative Owner_Number=plural Owner_Person=third | 1 |  |
Pq3-pbp--------3s | Pronoun Type=interrogative Person=third Number=plural Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-pbp--------3p | Pronoun Type=interrogative Person=third Number=plural Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-p9 | Pronoun Type=interrogative Person=third Number=plural Case=terminative | 1 |  |
Pq3-p9----------s | Pronoun Type=interrogative Person=third Number=plural Case=terminative Owned_Number=singular | 1 |  |
Pq3-p9----------p | Pronoun Type=interrogative Person=third Number=plural Case=terminative Owned_Number=plural | 1 |  |
Pq3-p9s--------1 | Pronoun Type=interrogative Person=third Number=plural Case=terminative Owner_Number=singular Owner_Person=first | 1 |  |
Pq3-p9s--------1s | Pronoun Type=interrogative Person=third Number=plural Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-p9s--------1p | Pronoun Type=interrogative Person=third Number=plural Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-p9s--------2 | Pronoun Type=interrogative Person=third Number=plural Case=terminative Owner_Number=singular Owner_Person=second | 1 |  |
Pq3-p9s--------2s | Pronoun Type=interrogative Person=third Number=plural Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-p9s--------2p | Pronoun Type=interrogative Person=third Number=plural Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-p9s--------3 | Pronoun Type=interrogative Person=third Number=plural Case=terminative Owner_Number=singular Owner_Person=third | 1 |  |
Pq3-p9s--------3s | Pronoun Type=interrogative Person=third Number=plural Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-p9s--------3p | Pronoun Type=interrogative Person=third Number=plural Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-p9p--------1 | Pronoun Type=interrogative Person=third Number=plural Case=terminative Owner_Number=plural Owner_Person=first | 1 |  |
Pq3-p9p--------1s | Pronoun Type=interrogative Person=third Number=plural Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-p9p--------1p | Pronoun Type=interrogative Person=third Number=plural Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-p9p--------2 | Pronoun Type=interrogative Person=third Number=plural Case=terminative Owner_Number=plural Owner_Person=second | 1 |  |
Pq3-p9p--------2s | Pronoun Type=interrogative Person=third Number=plural Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-p9p--------2p | Pronoun Type=interrogative Person=third Number=plural Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-p9p--------3 | Pronoun Type=interrogative Person=third Number=plural Case=terminative Owner_Number=plural Owner_Person=third | 1 |  |
Pq3-p9p--------3s | Pronoun Type=interrogative Person=third Number=plural Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-p9p--------3p | Pronoun Type=interrogative Person=third Number=plural Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-pw | Pronoun Type=interrogative Person=third Number=plural Case=essive | 1 |  |
Pq3-pw----------s | Pronoun Type=interrogative Person=third Number=plural Case=essive Owned_Number=singular | 1 |  |
Pq3-pw----------p | Pronoun Type=interrogative Person=third Number=plural Case=essive Owned_Number=plural | 1 |  |
Pq3-pws--------1 | Pronoun Type=interrogative Person=third Number=plural Case=essive Owner_Number=singular Owner_Person=first | 1 |  |
Pq3-pws--------1s | Pronoun Type=interrogative Person=third Number=plural Case=essive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-pws--------1p | Pronoun Type=interrogative Person=third Number=plural Case=essive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-pws--------2 | Pronoun Type=interrogative Person=third Number=plural Case=essive Owner_Number=singular Owner_Person=second | 1 |  |
Pq3-pws--------2s | Pronoun Type=interrogative Person=third Number=plural Case=essive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-pws--------2p | Pronoun Type=interrogative Person=third Number=plural Case=essive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-pws--------3 | Pronoun Type=interrogative Person=third Number=plural Case=essive Owner_Number=singular Owner_Person=third | 1 |  |
Pq3-pws--------3s | Pronoun Type=interrogative Person=third Number=plural Case=essive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-pws--------3p | Pronoun Type=interrogative Person=third Number=plural Case=essive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-pwp--------1 | Pronoun Type=interrogative Person=third Number=plural Case=essive Owner_Number=plural Owner_Person=first | 1 |  |
Pq3-pwp--------1s | Pronoun Type=interrogative Person=third Number=plural Case=essive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-pwp--------1p | Pronoun Type=interrogative Person=third Number=plural Case=essive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-pwp--------2 | Pronoun Type=interrogative Person=third Number=plural Case=essive Owner_Number=plural Owner_Person=second | 1 |  |
Pq3-pwp--------2s | Pronoun Type=interrogative Person=third Number=plural Case=essive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-pwp--------2p | Pronoun Type=interrogative Person=third Number=plural Case=essive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-pwp--------3 | Pronoun Type=interrogative Person=third Number=plural Case=essive Owner_Number=plural Owner_Person=third | 1 |  |
Pq3-pwp--------3s | Pronoun Type=interrogative Person=third Number=plural Case=essive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-pwp--------3p | Pronoun Type=interrogative Person=third Number=plural Case=essive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-pm | Pronoun Type=interrogative Person=third Number=plural Case=temporalis | 1 |  |
Pq3-pm----------s | Pronoun Type=interrogative Person=third Number=plural Case=temporalis Owned_Number=singular | 1 |  |
Pq3-pm----------p | Pronoun Type=interrogative Person=third Number=plural Case=temporalis Owned_Number=plural | 1 |  |
Pq3-pms--------1 | Pronoun Type=interrogative Person=third Number=plural Case=temporalis Owner_Number=singular Owner_Person=first | 1 |  |
Pq3-pms--------1s | Pronoun Type=interrogative Person=third Number=plural Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-pms--------1p | Pronoun Type=interrogative Person=third Number=plural Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-pms--------2 | Pronoun Type=interrogative Person=third Number=plural Case=temporalis Owner_Number=singular Owner_Person=second | 1 |  |
Pq3-pms--------2s | Pronoun Type=interrogative Person=third Number=plural Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-pms--------2p | Pronoun Type=interrogative Person=third Number=plural Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-pms--------3 | Pronoun Type=interrogative Person=third Number=plural Case=temporalis Owner_Number=singular Owner_Person=third | 1 |  |
Pq3-pms--------3s | Pronoun Type=interrogative Person=third Number=plural Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-pms--------3p | Pronoun Type=interrogative Person=third Number=plural Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-pmp--------1 | Pronoun Type=interrogative Person=third Number=plural Case=temporalis Owner_Number=plural Owner_Person=first | 1 |  |
Pq3-pmp--------1s | Pronoun Type=interrogative Person=third Number=plural Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-pmp--------1p | Pronoun Type=interrogative Person=third Number=plural Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-pmp--------2 | Pronoun Type=interrogative Person=third Number=plural Case=temporalis Owner_Number=plural Owner_Person=second | 1 |  |
Pq3-pmp--------2s | Pronoun Type=interrogative Person=third Number=plural Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-pmp--------2p | Pronoun Type=interrogative Person=third Number=plural Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-pmp--------3 | Pronoun Type=interrogative Person=third Number=plural Case=temporalis Owner_Number=plural Owner_Person=third | 1 |  |
Pq3-pmp--------3s | Pronoun Type=interrogative Person=third Number=plural Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-pmp--------3p | Pronoun Type=interrogative Person=third Number=plural Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-pc | Pronoun Type=interrogative Person=third Number=plural Case=causalis | 1 |  |
Pq3-pc----------s | Pronoun Type=interrogative Person=third Number=plural Case=causalis Owned_Number=singular | 1 |  |
Pq3-pc----------p | Pronoun Type=interrogative Person=third Number=plural Case=causalis Owned_Number=plural | 1 |  |
Pq3-pcs--------1 | Pronoun Type=interrogative Person=third Number=plural Case=causalis Owner_Number=singular Owner_Person=first | 1 |  |
Pq3-pcs--------1s | Pronoun Type=interrogative Person=third Number=plural Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-pcs--------1p | Pronoun Type=interrogative Person=third Number=plural Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-pcs--------2 | Pronoun Type=interrogative Person=third Number=plural Case=causalis Owner_Number=singular Owner_Person=second | 1 |  |
Pq3-pcs--------2s | Pronoun Type=interrogative Person=third Number=plural Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-pcs--------2p | Pronoun Type=interrogative Person=third Number=plural Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-pcs--------3 | Pronoun Type=interrogative Person=third Number=plural Case=causalis Owner_Number=singular Owner_Person=third | 1 |  |
Pq3-pcs--------3s | Pronoun Type=interrogative Person=third Number=plural Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-pcs--------3p | Pronoun Type=interrogative Person=third Number=plural Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-pcp--------1 | Pronoun Type=interrogative Person=third Number=plural Case=causalis Owner_Number=plural Owner_Person=first | 1 |  |
Pq3-pcp--------1s | Pronoun Type=interrogative Person=third Number=plural Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-pcp--------1p | Pronoun Type=interrogative Person=third Number=plural Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-pcp--------2 | Pronoun Type=interrogative Person=third Number=plural Case=causalis Owner_Number=plural Owner_Person=second | 1 |  |
Pq3-pcp--------2s | Pronoun Type=interrogative Person=third Number=plural Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-pcp--------2p | Pronoun Type=interrogative Person=third Number=plural Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-pcp--------3 | Pronoun Type=interrogative Person=third Number=plural Case=causalis Owner_Number=plural Owner_Person=third | 1 |  |
Pq3-pcp--------3s | Pronoun Type=interrogative Person=third Number=plural Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-pcp--------3p | Pronoun Type=interrogative Person=third Number=plural Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-ps | Pronoun Type=interrogative Person=third Number=plural Case=sublative | 1 |  |
Pq3-ps----------s | Pronoun Type=interrogative Person=third Number=plural Case=sublative Owned_Number=singular | 1 |  |
Pq3-ps----------p | Pronoun Type=interrogative Person=third Number=plural Case=sublative Owned_Number=plural | 1 |  |
Pq3-pss--------1 | Pronoun Type=interrogative Person=third Number=plural Case=sublative Owner_Number=singular Owner_Person=first | 1 |  |
Pq3-pss--------1s | Pronoun Type=interrogative Person=third Number=plural Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-pss--------1p | Pronoun Type=interrogative Person=third Number=plural Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-pss--------2 | Pronoun Type=interrogative Person=third Number=plural Case=sublative Owner_Number=singular Owner_Person=second | 1 |  |
Pq3-pss--------2s | Pronoun Type=interrogative Person=third Number=plural Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-pss--------2p | Pronoun Type=interrogative Person=third Number=plural Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-pss--------3 | Pronoun Type=interrogative Person=third Number=plural Case=sublative Owner_Number=singular Owner_Person=third | 1 |  |
Pq3-pss--------3s | Pronoun Type=interrogative Person=third Number=plural Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-pss--------3p | Pronoun Type=interrogative Person=third Number=plural Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-psp--------1 | Pronoun Type=interrogative Person=third Number=plural Case=sublative Owner_Number=plural Owner_Person=first | 1 |  |
Pq3-psp--------1s | Pronoun Type=interrogative Person=third Number=plural Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-psp--------1p | Pronoun Type=interrogative Person=third Number=plural Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-psp--------2 | Pronoun Type=interrogative Person=third Number=plural Case=sublative Owner_Number=plural Owner_Person=second | 1 |  |
Pq3-psp--------2s | Pronoun Type=interrogative Person=third Number=plural Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-psp--------2p | Pronoun Type=interrogative Person=third Number=plural Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-psp--------3 | Pronoun Type=interrogative Person=third Number=plural Case=sublative Owner_Number=plural Owner_Person=third | 1 |  |
Pq3-psp--------3s | Pronoun Type=interrogative Person=third Number=plural Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-psp--------3p | Pronoun Type=interrogative Person=third Number=plural Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-ph | Pronoun Type=interrogative Person=third Number=plural Case=delative | 1 |  |
Pq3-ph----------s | Pronoun Type=interrogative Person=third Number=plural Case=delative Owned_Number=singular | 1 |  |
Pq3-ph----------p | Pronoun Type=interrogative Person=third Number=plural Case=delative Owned_Number=plural | 1 |  |
Pq3-phs--------1 | Pronoun Type=interrogative Person=third Number=plural Case=delative Owner_Number=singular Owner_Person=first | 1 |  |
Pq3-phs--------1s | Pronoun Type=interrogative Person=third Number=plural Case=delative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-phs--------1p | Pronoun Type=interrogative Person=third Number=plural Case=delative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-phs--------2 | Pronoun Type=interrogative Person=third Number=plural Case=delative Owner_Number=singular Owner_Person=second | 1 |  |
Pq3-phs--------2s | Pronoun Type=interrogative Person=third Number=plural Case=delative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-phs--------2p | Pronoun Type=interrogative Person=third Number=plural Case=delative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-phs--------3 | Pronoun Type=interrogative Person=third Number=plural Case=delative Owner_Number=singular Owner_Person=third | 1 |  |
Pq3-phs--------3s | Pronoun Type=interrogative Person=third Number=plural Case=delative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-phs--------3p | Pronoun Type=interrogative Person=third Number=plural Case=delative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-php--------1 | Pronoun Type=interrogative Person=third Number=plural Case=delative Owner_Number=plural Owner_Person=first | 1 |  |
Pq3-php--------1s | Pronoun Type=interrogative Person=third Number=plural Case=delative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-php--------1p | Pronoun Type=interrogative Person=third Number=plural Case=delative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-php--------2 | Pronoun Type=interrogative Person=third Number=plural Case=delative Owner_Number=plural Owner_Person=second | 1 |  |
Pq3-php--------2s | Pronoun Type=interrogative Person=third Number=plural Case=delative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-php--------2p | Pronoun Type=interrogative Person=third Number=plural Case=delative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-php--------3 | Pronoun Type=interrogative Person=third Number=plural Case=delative Owner_Number=plural Owner_Person=third | 1 |  |
Pq3-php--------3s | Pronoun Type=interrogative Person=third Number=plural Case=delative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-php--------3p | Pronoun Type=interrogative Person=third Number=plural Case=delative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-pq | Pronoun Type=interrogative Person=third Number=plural Case=sociative | 1 |  |
Pq3-pq----------s | Pronoun Type=interrogative Person=third Number=plural Case=sociative Owned_Number=singular | 1 |  |
Pq3-pq----------p | Pronoun Type=interrogative Person=third Number=plural Case=sociative Owned_Number=plural | 1 |  |
Pq3-pqs--------1 | Pronoun Type=interrogative Person=third Number=plural Case=sociative Owner_Number=singular Owner_Person=first | 1 |  |
Pq3-pqs--------1s | Pronoun Type=interrogative Person=third Number=plural Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-pqs--------1p | Pronoun Type=interrogative Person=third Number=plural Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-pqs--------2 | Pronoun Type=interrogative Person=third Number=plural Case=sociative Owner_Number=singular Owner_Person=second | 1 |  |
Pq3-pqs--------2s | Pronoun Type=interrogative Person=third Number=plural Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-pqs--------2p | Pronoun Type=interrogative Person=third Number=plural Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-pqs--------3 | Pronoun Type=interrogative Person=third Number=plural Case=sociative Owner_Number=singular Owner_Person=third | 1 |  |
Pq3-pqs--------3s | Pronoun Type=interrogative Person=third Number=plural Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-pqs--------3p | Pronoun Type=interrogative Person=third Number=plural Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-pqp--------1 | Pronoun Type=interrogative Person=third Number=plural Case=sociative Owner_Number=plural Owner_Person=first | 1 |  |
Pq3-pqp--------1s | Pronoun Type=interrogative Person=third Number=plural Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-pqp--------1p | Pronoun Type=interrogative Person=third Number=plural Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-pqp--------2 | Pronoun Type=interrogative Person=third Number=plural Case=sociative Owner_Number=plural Owner_Person=second | 1 |  |
Pq3-pqp--------2s | Pronoun Type=interrogative Person=third Number=plural Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-pqp--------2p | Pronoun Type=interrogative Person=third Number=plural Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-pqp--------3 | Pronoun Type=interrogative Person=third Number=plural Case=sociative Owner_Number=plural Owner_Person=third | 1 |  |
Pq3-pqp--------3s | Pronoun Type=interrogative Person=third Number=plural Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-pqp--------3p | Pronoun Type=interrogative Person=third Number=plural Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-py | Pronoun Type=interrogative Person=third Number=plural Case=factive | 1 |  |
Pq3-py----------s | Pronoun Type=interrogative Person=third Number=plural Case=factive Owned_Number=singular | 1 |  |
Pq3-py----------p | Pronoun Type=interrogative Person=third Number=plural Case=factive Owned_Number=plural | 1 |  |
Pq3-pys--------1 | Pronoun Type=interrogative Person=third Number=plural Case=factive Owner_Number=singular Owner_Person=first | 1 |  |
Pq3-pys--------1s | Pronoun Type=interrogative Person=third Number=plural Case=factive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-pys--------1p | Pronoun Type=interrogative Person=third Number=plural Case=factive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-pys--------2 | Pronoun Type=interrogative Person=third Number=plural Case=factive Owner_Number=singular Owner_Person=second | 1 |  |
Pq3-pys--------2s | Pronoun Type=interrogative Person=third Number=plural Case=factive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-pys--------2p | Pronoun Type=interrogative Person=third Number=plural Case=factive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-pys--------3 | Pronoun Type=interrogative Person=third Number=plural Case=factive Owner_Number=singular Owner_Person=third | 1 |  |
Pq3-pys--------3s | Pronoun Type=interrogative Person=third Number=plural Case=factive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-pys--------3p | Pronoun Type=interrogative Person=third Number=plural Case=factive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-pyp--------1 | Pronoun Type=interrogative Person=third Number=plural Case=factive Owner_Number=plural Owner_Person=first | 1 |  |
Pq3-pyp--------1s | Pronoun Type=interrogative Person=third Number=plural Case=factive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-pyp--------1p | Pronoun Type=interrogative Person=third Number=plural Case=factive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-pyp--------2 | Pronoun Type=interrogative Person=third Number=plural Case=factive Owner_Number=plural Owner_Person=second | 1 |  |
Pq3-pyp--------2s | Pronoun Type=interrogative Person=third Number=plural Case=factive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-pyp--------2p | Pronoun Type=interrogative Person=third Number=plural Case=factive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-pyp--------3 | Pronoun Type=interrogative Person=third Number=plural Case=factive Owner_Number=plural Owner_Person=third | 1 |  |
Pq3-pyp--------3s | Pronoun Type=interrogative Person=third Number=plural Case=factive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-pyp--------3p | Pronoun Type=interrogative Person=third Number=plural Case=factive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-pp | Pronoun Type=interrogative Person=third Number=plural Case=superessive | 1 |  |
Pq3-pp----------s | Pronoun Type=interrogative Person=third Number=plural Case=superessive Owned_Number=singular | 1 |  |
Pq3-pp----------p | Pronoun Type=interrogative Person=third Number=plural Case=superessive Owned_Number=plural | 1 |  |
Pq3-pps--------1 | Pronoun Type=interrogative Person=third Number=plural Case=superessive Owner_Number=singular Owner_Person=first | 1 |  |
Pq3-pps--------1s | Pronoun Type=interrogative Person=third Number=plural Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-pps--------1p | Pronoun Type=interrogative Person=third Number=plural Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-pps--------2 | Pronoun Type=interrogative Person=third Number=plural Case=superessive Owner_Number=singular Owner_Person=second | 1 |  |
Pq3-pps--------2s | Pronoun Type=interrogative Person=third Number=plural Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-pps--------2p | Pronoun Type=interrogative Person=third Number=plural Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-pps--------3 | Pronoun Type=interrogative Person=third Number=plural Case=superessive Owner_Number=singular Owner_Person=third | 1 |  |
Pq3-pps--------3s | Pronoun Type=interrogative Person=third Number=plural Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-pps--------3p | Pronoun Type=interrogative Person=third Number=plural Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-ppp--------1 | Pronoun Type=interrogative Person=third Number=plural Case=superessive Owner_Number=plural Owner_Person=first | 1 |  |
Pq3-ppp--------1s | Pronoun Type=interrogative Person=third Number=plural Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-ppp--------1p | Pronoun Type=interrogative Person=third Number=plural Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-ppp--------2 | Pronoun Type=interrogative Person=third Number=plural Case=superessive Owner_Number=plural Owner_Person=second | 1 |  |
Pq3-ppp--------2s | Pronoun Type=interrogative Person=third Number=plural Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-ppp--------2p | Pronoun Type=interrogative Person=third Number=plural Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-ppp--------3 | Pronoun Type=interrogative Person=third Number=plural Case=superessive Owner_Number=plural Owner_Person=third | 1 |  |
Pq3-ppp--------3s | Pronoun Type=interrogative Person=third Number=plural Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-ppp--------3p | Pronoun Type=interrogative Person=third Number=plural Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-pu | Pronoun Type=interrogative Person=third Number=plural Case=distributive | 1 |  |
Pq3-pu----------s | Pronoun Type=interrogative Person=third Number=plural Case=distributive Owned_Number=singular | 1 |  |
Pq3-pu----------p | Pronoun Type=interrogative Person=third Number=plural Case=distributive Owned_Number=plural | 1 |  |
Pq3-pus--------1 | Pronoun Type=interrogative Person=third Number=plural Case=distributive Owner_Number=singular Owner_Person=first | 1 |  |
Pq3-pus--------1s | Pronoun Type=interrogative Person=third Number=plural Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-pus--------1p | Pronoun Type=interrogative Person=third Number=plural Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-pus--------2 | Pronoun Type=interrogative Person=third Number=plural Case=distributive Owner_Number=singular Owner_Person=second | 1 |  |
Pq3-pus--------2s | Pronoun Type=interrogative Person=third Number=plural Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-pus--------2p | Pronoun Type=interrogative Person=third Number=plural Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-pus--------3 | Pronoun Type=interrogative Person=third Number=plural Case=distributive Owner_Number=singular Owner_Person=third | 1 |  |
Pq3-pus--------3s | Pronoun Type=interrogative Person=third Number=plural Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-pus--------3p | Pronoun Type=interrogative Person=third Number=plural Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-pup--------1 | Pronoun Type=interrogative Person=third Number=plural Case=distributive Owner_Number=plural Owner_Person=first | 1 |  |
Pq3-pup--------1s | Pronoun Type=interrogative Person=third Number=plural Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-pup--------1p | Pronoun Type=interrogative Person=third Number=plural Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-pup--------2 | Pronoun Type=interrogative Person=third Number=plural Case=distributive Owner_Number=plural Owner_Person=second | 1 |  |
Pq3-pup--------2s | Pronoun Type=interrogative Person=third Number=plural Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-pup--------2p | Pronoun Type=interrogative Person=third Number=plural Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-pup--------3 | Pronoun Type=interrogative Person=third Number=plural Case=distributive Owner_Number=plural Owner_Person=third | 1 |  |
Pq3-pup--------3s | Pronoun Type=interrogative Person=third Number=plural Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-pup--------3p | Pronoun Type=interrogative Person=third Number=plural Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-pf | Pronoun Type=interrogative Person=third Number=plural Case=essive-formal | 1 |  |
Pq3-pf----------s | Pronoun Type=interrogative Person=third Number=plural Case=essive-formal Owned_Number=singular | 1 |  |
Pq3-pf----------p | Pronoun Type=interrogative Person=third Number=plural Case=essive-formal Owned_Number=plural | 1 |  |
Pq3-pfs--------1 | Pronoun Type=interrogative Person=third Number=plural Case=essive-formal Owner_Number=singular Owner_Person=first | 1 |  |
Pq3-pfs--------1s | Pronoun Type=interrogative Person=third Number=plural Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-pfs--------1p | Pronoun Type=interrogative Person=third Number=plural Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-pfs--------2 | Pronoun Type=interrogative Person=third Number=plural Case=essive-formal Owner_Number=singular Owner_Person=second | 1 |  |
Pq3-pfs--------2s | Pronoun Type=interrogative Person=third Number=plural Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-pfs--------2p | Pronoun Type=interrogative Person=third Number=plural Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-pfs--------3 | Pronoun Type=interrogative Person=third Number=plural Case=essive-formal Owner_Number=singular Owner_Person=third | 1 |  |
Pq3-pfs--------3s | Pronoun Type=interrogative Person=third Number=plural Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-pfs--------3p | Pronoun Type=interrogative Person=third Number=plural Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pq3-pfp--------1 | Pronoun Type=interrogative Person=third Number=plural Case=essive-formal Owner_Number=plural Owner_Person=first | 1 |  |
Pq3-pfp--------1s | Pronoun Type=interrogative Person=third Number=plural Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pq3-pfp--------1p | Pronoun Type=interrogative Person=third Number=plural Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pq3-pfp--------2 | Pronoun Type=interrogative Person=third Number=plural Case=essive-formal Owner_Number=plural Owner_Person=second | 1 |  |
Pq3-pfp--------2s | Pronoun Type=interrogative Person=third Number=plural Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pq3-pfp--------2p | Pronoun Type=interrogative Person=third Number=plural Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pq3-pfp--------3 | Pronoun Type=interrogative Person=third Number=plural Case=essive-formal Owner_Number=plural Owner_Person=third | 1 |  |
Pq3-pfp--------3s | Pronoun Type=interrogative Person=third Number=plural Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pq3-pfp--------3p | Pronoun Type=interrogative Person=third Number=plural Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-sn | Pronoun Type=relative Person=third Number=singular Case=nominative | 8 | mely, amilyen, ami, amennyire, amennyi |
Pr3-sn----------s | Pronoun Type=relative Person=third Number=singular Case=nominative Owned_Number=singular | 1 |  |
Pr3-sn----------p | Pronoun Type=relative Person=third Number=singular Case=nominative Owned_Number=plural | 1 |  |
Pr3-sns--------1 | Pronoun Type=relative Person=third Number=singular Case=nominative Owner_Number=singular Owner_Person=first | 1 |  |
Pr3-sns--------1s | Pronoun Type=relative Person=third Number=singular Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-sns--------1p | Pronoun Type=relative Person=third Number=singular Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-sns--------2 | Pronoun Type=relative Person=third Number=singular Case=nominative Owner_Number=singular Owner_Person=second | 1 |  |
Pr3-sns--------2s | Pronoun Type=relative Person=third Number=singular Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-sns--------2p | Pronoun Type=relative Person=third Number=singular Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-sns--------3 | Pronoun Type=relative Person=third Number=singular Case=nominative Owner_Number=singular Owner_Person=third | 1 | amennyije/amennyi |
Pr3-sns--------3s | Pronoun Type=relative Person=third Number=singular Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-sns--------3p | Pronoun Type=relative Person=third Number=singular Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-snp--------1 | Pronoun Type=relative Person=third Number=singular Case=nominative Owner_Number=plural Owner_Person=first | 1 |  |
Pr3-snp--------1s | Pronoun Type=relative Person=third Number=singular Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-snp--------1p | Pronoun Type=relative Person=third Number=singular Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-snp--------2 | Pronoun Type=relative Person=third Number=singular Case=nominative Owner_Number=plural Owner_Person=second | 1 |  |
Pr3-snp--------2s | Pronoun Type=relative Person=third Number=singular Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-snp--------2p | Pronoun Type=relative Person=third Number=singular Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-snp--------3 | Pronoun Type=relative Person=third Number=singular Case=nominative Owner_Number=plural Owner_Person=third | 1 |  |
Pr3-snp--------3s | Pronoun Type=relative Person=third Number=singular Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-snp--------3p | Pronoun Type=relative Person=third Number=singular Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-sg | Pronoun Type=relative Person=third Number=singular Case=genitive | 1 |  |
Pr3-sg----------s | Pronoun Type=relative Person=third Number=singular Case=genitive Owned_Number=singular | 1 |  |
Pr3-sg----------p | Pronoun Type=relative Person=third Number=singular Case=genitive Owned_Number=plural | 1 |  |
Pr3-sgs--------1 | Pronoun Type=relative Person=third Number=singular Case=genitive Owner_Number=singular Owner_Person=first | 1 |  |
Pr3-sgs--------1s | Pronoun Type=relative Person=third Number=singular Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-sgs--------1p | Pronoun Type=relative Person=third Number=singular Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-sgs--------2 | Pronoun Type=relative Person=third Number=singular Case=genitive Owner_Number=singular Owner_Person=second | 1 |  |
Pr3-sgs--------2s | Pronoun Type=relative Person=third Number=singular Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-sgs--------2p | Pronoun Type=relative Person=third Number=singular Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-sgs--------3 | Pronoun Type=relative Person=third Number=singular Case=genitive Owner_Number=singular Owner_Person=third | 1 |  |
Pr3-sgs--------3s | Pronoun Type=relative Person=third Number=singular Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-sgs--------3p | Pronoun Type=relative Person=third Number=singular Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-sgp--------1 | Pronoun Type=relative Person=third Number=singular Case=genitive Owner_Number=plural Owner_Person=first | 1 |  |
Pr3-sgp--------1s | Pronoun Type=relative Person=third Number=singular Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-sgp--------1p | Pronoun Type=relative Person=third Number=singular Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-sgp--------2 | Pronoun Type=relative Person=third Number=singular Case=genitive Owner_Number=plural Owner_Person=second | 1 |  |
Pr3-sgp--------2s | Pronoun Type=relative Person=third Number=singular Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-sgp--------2p | Pronoun Type=relative Person=third Number=singular Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-sgp--------3 | Pronoun Type=relative Person=third Number=singular Case=genitive Owner_Number=plural Owner_Person=third | 1 |  |
Pr3-sgp--------3s | Pronoun Type=relative Person=third Number=singular Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-sgp--------3p | Pronoun Type=relative Person=third Number=singular Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-sd | Pronoun Type=relative Person=third Number=singular Case=dative | 6 | melynek/mely, aminek/ami, amilyennek/amilyen, amelynek/amely, amelyiknek/amelyik |
Pr3-sd----------s | Pronoun Type=relative Person=third Number=singular Case=dative Owned_Number=singular | 1 |  |
Pr3-sd----------p | Pronoun Type=relative Person=third Number=singular Case=dative Owned_Number=plural | 1 |  |
Pr3-sds--------1 | Pronoun Type=relative Person=third Number=singular Case=dative Owner_Number=singular Owner_Person=first | 1 |  |
Pr3-sds--------1s | Pronoun Type=relative Person=third Number=singular Case=dative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-sds--------1p | Pronoun Type=relative Person=third Number=singular Case=dative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-sds--------2 | Pronoun Type=relative Person=third Number=singular Case=dative Owner_Number=singular Owner_Person=second | 1 |  |
Pr3-sds--------2s | Pronoun Type=relative Person=third Number=singular Case=dative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-sds--------2p | Pronoun Type=relative Person=third Number=singular Case=dative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-sds--------3 | Pronoun Type=relative Person=third Number=singular Case=dative Owner_Number=singular Owner_Person=third | 1 |  |
Pr3-sds--------3s | Pronoun Type=relative Person=third Number=singular Case=dative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-sds--------3p | Pronoun Type=relative Person=third Number=singular Case=dative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-sdp--------1 | Pronoun Type=relative Person=third Number=singular Case=dative Owner_Number=plural Owner_Person=first | 1 |  |
Pr3-sdp--------1s | Pronoun Type=relative Person=third Number=singular Case=dative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-sdp--------1p | Pronoun Type=relative Person=third Number=singular Case=dative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-sdp--------2 | Pronoun Type=relative Person=third Number=singular Case=dative Owner_Number=plural Owner_Person=second | 1 |  |
Pr3-sdp--------2s | Pronoun Type=relative Person=third Number=singular Case=dative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-sdp--------2p | Pronoun Type=relative Person=third Number=singular Case=dative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-sdp--------3 | Pronoun Type=relative Person=third Number=singular Case=dative Owner_Number=plural Owner_Person=third | 1 |  |
Pr3-sdp--------3s | Pronoun Type=relative Person=third Number=singular Case=dative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-sdp--------3p | Pronoun Type=relative Person=third Number=singular Case=dative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-sa | Pronoun Type=relative Person=third Number=singular Case=accusative | 7 | melyet/mely, amit/ami, amilyet/amily, amilyent/amilyen, amennyit/amennyi |
Pr3-sa----------s | Pronoun Type=relative Person=third Number=singular Case=accusative Owned_Number=singular | 1 | akiét/aki |
Pr3-sa----------p | Pronoun Type=relative Person=third Number=singular Case=accusative Owned_Number=plural | 1 |  |
Pr3-sas--------1 | Pronoun Type=relative Person=third Number=singular Case=accusative Owner_Number=singular Owner_Person=first | 1 |  |
Pr3-sas--------1s | Pronoun Type=relative Person=third Number=singular Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-sas--------1p | Pronoun Type=relative Person=third Number=singular Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-sas--------2 | Pronoun Type=relative Person=third Number=singular Case=accusative Owner_Number=singular Owner_Person=second | 1 |  |
Pr3-sas--------2s | Pronoun Type=relative Person=third Number=singular Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-sas--------2p | Pronoun Type=relative Person=third Number=singular Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-sas--------3 | Pronoun Type=relative Person=third Number=singular Case=accusative Owner_Number=singular Owner_Person=third | 1 | akiét/aki |
Pr3-sas--------3s | Pronoun Type=relative Person=third Number=singular Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-sas--------3p | Pronoun Type=relative Person=third Number=singular Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-sap--------1 | Pronoun Type=relative Person=third Number=singular Case=accusative Owner_Number=plural Owner_Person=first | 1 |  |
Pr3-sap--------1s | Pronoun Type=relative Person=third Number=singular Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-sap--------1p | Pronoun Type=relative Person=third Number=singular Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-sap--------2 | Pronoun Type=relative Person=third Number=singular Case=accusative Owner_Number=plural Owner_Person=second | 1 |  |
Pr3-sap--------2s | Pronoun Type=relative Person=third Number=singular Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-sap--------2p | Pronoun Type=relative Person=third Number=singular Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-sap--------3 | Pronoun Type=relative Person=third Number=singular Case=accusative Owner_Number=plural Owner_Person=third | 1 |  |
Pr3-sap--------3s | Pronoun Type=relative Person=third Number=singular Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-sap--------3p | Pronoun Type=relative Person=third Number=singular Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-si | Pronoun Type=relative Person=third Number=singular Case=instrumental | 6 | amivel/ami, amilyennel/amilyen, amennyivel/amennyi, amelyikkel/amelyik, amellyel/amely |
Pr3-si----------s | Pronoun Type=relative Person=third Number=singular Case=instrumental Owned_Number=singular | 1 |  |
Pr3-si----------p | Pronoun Type=relative Person=third Number=singular Case=instrumental Owned_Number=plural | 1 |  |
Pr3-sis--------1 | Pronoun Type=relative Person=third Number=singular Case=instrumental Owner_Number=singular Owner_Person=first | 1 |  |
Pr3-sis--------1s | Pronoun Type=relative Person=third Number=singular Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-sis--------1p | Pronoun Type=relative Person=third Number=singular Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-sis--------2 | Pronoun Type=relative Person=third Number=singular Case=instrumental Owner_Number=singular Owner_Person=second | 1 |  |
Pr3-sis--------2s | Pronoun Type=relative Person=third Number=singular Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-sis--------2p | Pronoun Type=relative Person=third Number=singular Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-sis--------3 | Pronoun Type=relative Person=third Number=singular Case=instrumental Owner_Number=singular Owner_Person=third | 1 |  |
Pr3-sis--------3s | Pronoun Type=relative Person=third Number=singular Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-sis--------3p | Pronoun Type=relative Person=third Number=singular Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-sip--------1 | Pronoun Type=relative Person=third Number=singular Case=instrumental Owner_Number=plural Owner_Person=first | 1 |  |
Pr3-sip--------1s | Pronoun Type=relative Person=third Number=singular Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-sip--------1p | Pronoun Type=relative Person=third Number=singular Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-sip--------2 | Pronoun Type=relative Person=third Number=singular Case=instrumental Owner_Number=plural Owner_Person=second | 1 |  |
Pr3-sip--------2s | Pronoun Type=relative Person=third Number=singular Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-sip--------2p | Pronoun Type=relative Person=third Number=singular Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-sip--------3 | Pronoun Type=relative Person=third Number=singular Case=instrumental Owner_Number=plural Owner_Person=third | 1 |  |
Pr3-sip--------3s | Pronoun Type=relative Person=third Number=singular Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-sip--------3p | Pronoun Type=relative Person=third Number=singular Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-sx | Pronoun Type=relative Person=third Number=singular Case=illative | 6 | melybe/mely, amilyenbe/amilyen, amibe/ami, amennyibe/amennyi, amelybe/amely |
Pr3-sx----------s | Pronoun Type=relative Person=third Number=singular Case=illative Owned_Number=singular | 1 |  |
Pr3-sx----------p | Pronoun Type=relative Person=third Number=singular Case=illative Owned_Number=plural | 1 |  |
Pr3-sxs--------1 | Pronoun Type=relative Person=third Number=singular Case=illative Owner_Number=singular Owner_Person=first | 1 |  |
Pr3-sxs--------1s | Pronoun Type=relative Person=third Number=singular Case=illative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-sxs--------1p | Pronoun Type=relative Person=third Number=singular Case=illative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-sxs--------2 | Pronoun Type=relative Person=third Number=singular Case=illative Owner_Number=singular Owner_Person=second | 1 |  |
Pr3-sxs--------2s | Pronoun Type=relative Person=third Number=singular Case=illative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-sxs--------2p | Pronoun Type=relative Person=third Number=singular Case=illative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-sxs--------3 | Pronoun Type=relative Person=third Number=singular Case=illative Owner_Number=singular Owner_Person=third | 1 |  |
Pr3-sxs--------3s | Pronoun Type=relative Person=third Number=singular Case=illative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-sxs--------3p | Pronoun Type=relative Person=third Number=singular Case=illative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-sxp--------1 | Pronoun Type=relative Person=third Number=singular Case=illative Owner_Number=plural Owner_Person=first | 1 |  |
Pr3-sxp--------1s | Pronoun Type=relative Person=third Number=singular Case=illative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-sxp--------1p | Pronoun Type=relative Person=third Number=singular Case=illative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-sxp--------2 | Pronoun Type=relative Person=third Number=singular Case=illative Owner_Number=plural Owner_Person=second | 1 |  |
Pr3-sxp--------2s | Pronoun Type=relative Person=third Number=singular Case=illative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-sxp--------2p | Pronoun Type=relative Person=third Number=singular Case=illative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-sxp--------3 | Pronoun Type=relative Person=third Number=singular Case=illative Owner_Number=plural Owner_Person=third | 1 |  |
Pr3-sxp--------3s | Pronoun Type=relative Person=third Number=singular Case=illative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-sxp--------3p | Pronoun Type=relative Person=third Number=singular Case=illative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-s2 | Pronoun Type=relative Person=third Number=singular Case=inessive | 7 | melyben/mely, amilyenben/amilyen, amiben/ami, amennyiben/amennyi, amelyikben/amelyik |
Pr3-s2----------s | Pronoun Type=relative Person=third Number=singular Case=inessive Owned_Number=singular | 1 |  |
Pr3-s2----------p | Pronoun Type=relative Person=third Number=singular Case=inessive Owned_Number=plural | 1 |  |
Pr3-s2s--------1 | Pronoun Type=relative Person=third Number=singular Case=inessive Owner_Number=singular Owner_Person=first | 1 |  |
Pr3-s2s--------1s | Pronoun Type=relative Person=third Number=singular Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-s2s--------1p | Pronoun Type=relative Person=third Number=singular Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-s2s--------2 | Pronoun Type=relative Person=third Number=singular Case=inessive Owner_Number=singular Owner_Person=second | 1 |  |
Pr3-s2s--------2s | Pronoun Type=relative Person=third Number=singular Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-s2s--------2p | Pronoun Type=relative Person=third Number=singular Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-s2s--------3 | Pronoun Type=relative Person=third Number=singular Case=inessive Owner_Number=singular Owner_Person=third | 1 |  |
Pr3-s2s--------3s | Pronoun Type=relative Person=third Number=singular Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-s2s--------3p | Pronoun Type=relative Person=third Number=singular Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-s2p--------1 | Pronoun Type=relative Person=third Number=singular Case=inessive Owner_Number=plural Owner_Person=first | 1 |  |
Pr3-s2p--------1s | Pronoun Type=relative Person=third Number=singular Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-s2p--------1p | Pronoun Type=relative Person=third Number=singular Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-s2p--------2 | Pronoun Type=relative Person=third Number=singular Case=inessive Owner_Number=plural Owner_Person=second | 1 |  |
Pr3-s2p--------2s | Pronoun Type=relative Person=third Number=singular Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-s2p--------2p | Pronoun Type=relative Person=third Number=singular Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-s2p--------3 | Pronoun Type=relative Person=third Number=singular Case=inessive Owner_Number=plural Owner_Person=third | 1 |  |
Pr3-s2p--------3s | Pronoun Type=relative Person=third Number=singular Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-s2p--------3p | Pronoun Type=relative Person=third Number=singular Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-se | Pronoun Type=relative Person=third Number=singular Case=elative | 4 | melyből/mely, amiből/ami, amelyből/amely, akiből/aki |
Pr3-se----------s | Pronoun Type=relative Person=third Number=singular Case=elative Owned_Number=singular | 1 |  |
Pr3-se----------p | Pronoun Type=relative Person=third Number=singular Case=elative Owned_Number=plural | 1 |  |
Pr3-ses--------1 | Pronoun Type=relative Person=third Number=singular Case=elative Owner_Number=singular Owner_Person=first | 1 |  |
Pr3-ses--------1s | Pronoun Type=relative Person=third Number=singular Case=elative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-ses--------1p | Pronoun Type=relative Person=third Number=singular Case=elative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-ses--------2 | Pronoun Type=relative Person=third Number=singular Case=elative Owner_Number=singular Owner_Person=second | 1 |  |
Pr3-ses--------2s | Pronoun Type=relative Person=third Number=singular Case=elative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-ses--------2p | Pronoun Type=relative Person=third Number=singular Case=elative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-ses--------3 | Pronoun Type=relative Person=third Number=singular Case=elative Owner_Number=singular Owner_Person=third | 1 |  |
Pr3-ses--------3s | Pronoun Type=relative Person=third Number=singular Case=elative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-ses--------3p | Pronoun Type=relative Person=third Number=singular Case=elative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-sep--------1 | Pronoun Type=relative Person=third Number=singular Case=elative Owner_Number=plural Owner_Person=first | 1 |  |
Pr3-sep--------1s | Pronoun Type=relative Person=third Number=singular Case=elative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-sep--------1p | Pronoun Type=relative Person=third Number=singular Case=elative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-sep--------2 | Pronoun Type=relative Person=third Number=singular Case=elative Owner_Number=plural Owner_Person=second | 1 |  |
Pr3-sep--------2s | Pronoun Type=relative Person=third Number=singular Case=elative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-sep--------2p | Pronoun Type=relative Person=third Number=singular Case=elative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-sep--------3 | Pronoun Type=relative Person=third Number=singular Case=elative Owner_Number=plural Owner_Person=third | 1 |  |
Pr3-sep--------3s | Pronoun Type=relative Person=third Number=singular Case=elative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-sep--------3p | Pronoun Type=relative Person=third Number=singular Case=elative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-st | Pronoun Type=relative Person=third Number=singular Case=allative | 4 | melyhez/mely, amihez/ami, amelyhez/amely, akihez/aki |
Pr3-st----------s | Pronoun Type=relative Person=third Number=singular Case=allative Owned_Number=singular | 1 |  |
Pr3-st----------p | Pronoun Type=relative Person=third Number=singular Case=allative Owned_Number=plural | 1 |  |
Pr3-sts--------1 | Pronoun Type=relative Person=third Number=singular Case=allative Owner_Number=singular Owner_Person=first | 1 |  |
Pr3-sts--------1s | Pronoun Type=relative Person=third Number=singular Case=allative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-sts--------1p | Pronoun Type=relative Person=third Number=singular Case=allative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-sts--------2 | Pronoun Type=relative Person=third Number=singular Case=allative Owner_Number=singular Owner_Person=second | 1 |  |
Pr3-sts--------2s | Pronoun Type=relative Person=third Number=singular Case=allative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-sts--------2p | Pronoun Type=relative Person=third Number=singular Case=allative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-sts--------3 | Pronoun Type=relative Person=third Number=singular Case=allative Owner_Number=singular Owner_Person=third | 1 |  |
Pr3-sts--------3s | Pronoun Type=relative Person=third Number=singular Case=allative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-sts--------3p | Pronoun Type=relative Person=third Number=singular Case=allative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-stp--------1 | Pronoun Type=relative Person=third Number=singular Case=allative Owner_Number=plural Owner_Person=first | 1 |  |
Pr3-stp--------1s | Pronoun Type=relative Person=third Number=singular Case=allative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-stp--------1p | Pronoun Type=relative Person=third Number=singular Case=allative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-stp--------2 | Pronoun Type=relative Person=third Number=singular Case=allative Owner_Number=plural Owner_Person=second | 1 |  |
Pr3-stp--------2s | Pronoun Type=relative Person=third Number=singular Case=allative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-stp--------2p | Pronoun Type=relative Person=third Number=singular Case=allative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-stp--------3 | Pronoun Type=relative Person=third Number=singular Case=allative Owner_Number=plural Owner_Person=third | 1 |  |
Pr3-stp--------3s | Pronoun Type=relative Person=third Number=singular Case=allative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-stp--------3p | Pronoun Type=relative Person=third Number=singular Case=allative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-s3 | Pronoun Type=relative Person=third Number=singular Case=adessive | 2 | amelynél/amely, akinél/aki |
Pr3-s3----------s | Pronoun Type=relative Person=third Number=singular Case=adessive Owned_Number=singular | 1 |  |
Pr3-s3----------p | Pronoun Type=relative Person=third Number=singular Case=adessive Owned_Number=plural | 1 |  |
Pr3-s3s--------1 | Pronoun Type=relative Person=third Number=singular Case=adessive Owner_Number=singular Owner_Person=first | 1 |  |
Pr3-s3s--------1s | Pronoun Type=relative Person=third Number=singular Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-s3s--------1p | Pronoun Type=relative Person=third Number=singular Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-s3s--------2 | Pronoun Type=relative Person=third Number=singular Case=adessive Owner_Number=singular Owner_Person=second | 1 |  |
Pr3-s3s--------2s | Pronoun Type=relative Person=third Number=singular Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-s3s--------2p | Pronoun Type=relative Person=third Number=singular Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-s3s--------3 | Pronoun Type=relative Person=third Number=singular Case=adessive Owner_Number=singular Owner_Person=third | 1 |  |
Pr3-s3s--------3s | Pronoun Type=relative Person=third Number=singular Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-s3s--------3p | Pronoun Type=relative Person=third Number=singular Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-s3p--------1 | Pronoun Type=relative Person=third Number=singular Case=adessive Owner_Number=plural Owner_Person=first | 1 |  |
Pr3-s3p--------1s | Pronoun Type=relative Person=third Number=singular Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-s3p--------1p | Pronoun Type=relative Person=third Number=singular Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-s3p--------2 | Pronoun Type=relative Person=third Number=singular Case=adessive Owner_Number=plural Owner_Person=second | 1 |  |
Pr3-s3p--------2s | Pronoun Type=relative Person=third Number=singular Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-s3p--------2p | Pronoun Type=relative Person=third Number=singular Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-s3p--------3 | Pronoun Type=relative Person=third Number=singular Case=adessive Owner_Number=plural Owner_Person=third | 1 |  |
Pr3-s3p--------3s | Pronoun Type=relative Person=third Number=singular Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-s3p--------3p | Pronoun Type=relative Person=third Number=singular Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-sb | Pronoun Type=relative Person=third Number=singular Case=ablative | 2 | amitől/ami, amelytől/amely |
Pr3-sb----------s | Pronoun Type=relative Person=third Number=singular Case=ablative Owned_Number=singular | 1 |  |
Pr3-sb----------p | Pronoun Type=relative Person=third Number=singular Case=ablative Owned_Number=plural | 1 |  |
Pr3-sbs--------1 | Pronoun Type=relative Person=third Number=singular Case=ablative Owner_Number=singular Owner_Person=first | 1 |  |
Pr3-sbs--------1s | Pronoun Type=relative Person=third Number=singular Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-sbs--------1p | Pronoun Type=relative Person=third Number=singular Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-sbs--------2 | Pronoun Type=relative Person=third Number=singular Case=ablative Owner_Number=singular Owner_Person=second | 1 |  |
Pr3-sbs--------2s | Pronoun Type=relative Person=third Number=singular Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-sbs--------2p | Pronoun Type=relative Person=third Number=singular Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-sbs--------3 | Pronoun Type=relative Person=third Number=singular Case=ablative Owner_Number=singular Owner_Person=third | 1 |  |
Pr3-sbs--------3s | Pronoun Type=relative Person=third Number=singular Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-sbs--------3p | Pronoun Type=relative Person=third Number=singular Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-sbp--------1 | Pronoun Type=relative Person=third Number=singular Case=ablative Owner_Number=plural Owner_Person=first | 1 |  |
Pr3-sbp--------1s | Pronoun Type=relative Person=third Number=singular Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-sbp--------1p | Pronoun Type=relative Person=third Number=singular Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-sbp--------2 | Pronoun Type=relative Person=third Number=singular Case=ablative Owner_Number=plural Owner_Person=second | 1 |  |
Pr3-sbp--------2s | Pronoun Type=relative Person=third Number=singular Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-sbp--------2p | Pronoun Type=relative Person=third Number=singular Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-sbp--------3 | Pronoun Type=relative Person=third Number=singular Case=ablative Owner_Number=plural Owner_Person=third | 1 |  |
Pr3-sbp--------3s | Pronoun Type=relative Person=third Number=singular Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-sbp--------3p | Pronoun Type=relative Person=third Number=singular Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-s9 | Pronoun Type=relative Person=third Number=singular Case=terminative | 1 |  |
Pr3-s9----------s | Pronoun Type=relative Person=third Number=singular Case=terminative Owned_Number=singular | 1 |  |
Pr3-s9----------p | Pronoun Type=relative Person=third Number=singular Case=terminative Owned_Number=plural | 1 |  |
Pr3-s9s--------1 | Pronoun Type=relative Person=third Number=singular Case=terminative Owner_Number=singular Owner_Person=first | 1 |  |
Pr3-s9s--------1s | Pronoun Type=relative Person=third Number=singular Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-s9s--------1p | Pronoun Type=relative Person=third Number=singular Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-s9s--------2 | Pronoun Type=relative Person=third Number=singular Case=terminative Owner_Number=singular Owner_Person=second | 1 |  |
Pr3-s9s--------2s | Pronoun Type=relative Person=third Number=singular Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-s9s--------2p | Pronoun Type=relative Person=third Number=singular Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-s9s--------3 | Pronoun Type=relative Person=third Number=singular Case=terminative Owner_Number=singular Owner_Person=third | 1 |  |
Pr3-s9s--------3s | Pronoun Type=relative Person=third Number=singular Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-s9s--------3p | Pronoun Type=relative Person=third Number=singular Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-s9p--------1 | Pronoun Type=relative Person=third Number=singular Case=terminative Owner_Number=plural Owner_Person=first | 1 |  |
Pr3-s9p--------1s | Pronoun Type=relative Person=third Number=singular Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-s9p--------1p | Pronoun Type=relative Person=third Number=singular Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-s9p--------2 | Pronoun Type=relative Person=third Number=singular Case=terminative Owner_Number=plural Owner_Person=second | 1 |  |
Pr3-s9p--------2s | Pronoun Type=relative Person=third Number=singular Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-s9p--------2p | Pronoun Type=relative Person=third Number=singular Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-s9p--------3 | Pronoun Type=relative Person=third Number=singular Case=terminative Owner_Number=plural Owner_Person=third | 1 |  |
Pr3-s9p--------3s | Pronoun Type=relative Person=third Number=singular Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-s9p--------3p | Pronoun Type=relative Person=third Number=singular Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-sw | Pronoun Type=relative Person=third Number=singular Case=essive | 1 |  |
Pr3-sw----------s | Pronoun Type=relative Person=third Number=singular Case=essive Owned_Number=singular | 1 |  |
Pr3-sw----------p | Pronoun Type=relative Person=third Number=singular Case=essive Owned_Number=plural | 1 |  |
Pr3-sws--------1 | Pronoun Type=relative Person=third Number=singular Case=essive Owner_Number=singular Owner_Person=first | 1 |  |
Pr3-sws--------1s | Pronoun Type=relative Person=third Number=singular Case=essive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-sws--------1p | Pronoun Type=relative Person=third Number=singular Case=essive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-sws--------2 | Pronoun Type=relative Person=third Number=singular Case=essive Owner_Number=singular Owner_Person=second | 1 |  |
Pr3-sws--------2s | Pronoun Type=relative Person=third Number=singular Case=essive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-sws--------2p | Pronoun Type=relative Person=third Number=singular Case=essive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-sws--------3 | Pronoun Type=relative Person=third Number=singular Case=essive Owner_Number=singular Owner_Person=third | 1 |  |
Pr3-sws--------3s | Pronoun Type=relative Person=third Number=singular Case=essive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-sws--------3p | Pronoun Type=relative Person=third Number=singular Case=essive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-swp--------1 | Pronoun Type=relative Person=third Number=singular Case=essive Owner_Number=plural Owner_Person=first | 1 |  |
Pr3-swp--------1s | Pronoun Type=relative Person=third Number=singular Case=essive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-swp--------1p | Pronoun Type=relative Person=third Number=singular Case=essive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-swp--------2 | Pronoun Type=relative Person=third Number=singular Case=essive Owner_Number=plural Owner_Person=second | 1 |  |
Pr3-swp--------2s | Pronoun Type=relative Person=third Number=singular Case=essive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-swp--------2p | Pronoun Type=relative Person=third Number=singular Case=essive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-swp--------3 | Pronoun Type=relative Person=third Number=singular Case=essive Owner_Number=plural Owner_Person=third | 1 |  |
Pr3-swp--------3s | Pronoun Type=relative Person=third Number=singular Case=essive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-swp--------3p | Pronoun Type=relative Person=third Number=singular Case=essive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-sm | Pronoun Type=relative Person=third Number=singular Case=temporalis | 1 | amikor/ami |
Pr3-sm----------s | Pronoun Type=relative Person=third Number=singular Case=temporalis Owned_Number=singular | 1 |  |
Pr3-sm----------p | Pronoun Type=relative Person=third Number=singular Case=temporalis Owned_Number=plural | 1 |  |
Pr3-sms--------1 | Pronoun Type=relative Person=third Number=singular Case=temporalis Owner_Number=singular Owner_Person=first | 1 |  |
Pr3-sms--------1s | Pronoun Type=relative Person=third Number=singular Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-sms--------1p | Pronoun Type=relative Person=third Number=singular Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-sms--------2 | Pronoun Type=relative Person=third Number=singular Case=temporalis Owner_Number=singular Owner_Person=second | 1 |  |
Pr3-sms--------2s | Pronoun Type=relative Person=third Number=singular Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-sms--------2p | Pronoun Type=relative Person=third Number=singular Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-sms--------3 | Pronoun Type=relative Person=third Number=singular Case=temporalis Owner_Number=singular Owner_Person=third | 1 |  |
Pr3-sms--------3s | Pronoun Type=relative Person=third Number=singular Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-sms--------3p | Pronoun Type=relative Person=third Number=singular Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-smp--------1 | Pronoun Type=relative Person=third Number=singular Case=temporalis Owner_Number=plural Owner_Person=first | 1 |  |
Pr3-smp--------1s | Pronoun Type=relative Person=third Number=singular Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-smp--------1p | Pronoun Type=relative Person=third Number=singular Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-smp--------2 | Pronoun Type=relative Person=third Number=singular Case=temporalis Owner_Number=plural Owner_Person=second | 1 |  |
Pr3-smp--------2s | Pronoun Type=relative Person=third Number=singular Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-smp--------2p | Pronoun Type=relative Person=third Number=singular Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-smp--------3 | Pronoun Type=relative Person=third Number=singular Case=temporalis Owner_Number=plural Owner_Person=third | 1 |  |
Pr3-smp--------3s | Pronoun Type=relative Person=third Number=singular Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-smp--------3p | Pronoun Type=relative Person=third Number=singular Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-sc | Pronoun Type=relative Person=third Number=singular Case=causalis | 4 | melyért/mely, amiért/ami, amelyikért/amelyik, amelyért/amely |
Pr3-sc----------s | Pronoun Type=relative Person=third Number=singular Case=causalis Owned_Number=singular | 1 |  |
Pr3-sc----------p | Pronoun Type=relative Person=third Number=singular Case=causalis Owned_Number=plural | 1 |  |
Pr3-scs--------1 | Pronoun Type=relative Person=third Number=singular Case=causalis Owner_Number=singular Owner_Person=first | 1 |  |
Pr3-scs--------1s | Pronoun Type=relative Person=third Number=singular Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-scs--------1p | Pronoun Type=relative Person=third Number=singular Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-scs--------2 | Pronoun Type=relative Person=third Number=singular Case=causalis Owner_Number=singular Owner_Person=second | 1 |  |
Pr3-scs--------2s | Pronoun Type=relative Person=third Number=singular Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-scs--------2p | Pronoun Type=relative Person=third Number=singular Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-scs--------3 | Pronoun Type=relative Person=third Number=singular Case=causalis Owner_Number=singular Owner_Person=third | 1 |  |
Pr3-scs--------3s | Pronoun Type=relative Person=third Number=singular Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-scs--------3p | Pronoun Type=relative Person=third Number=singular Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-scp--------1 | Pronoun Type=relative Person=third Number=singular Case=causalis Owner_Number=plural Owner_Person=first | 1 |  |
Pr3-scp--------1s | Pronoun Type=relative Person=third Number=singular Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-scp--------1p | Pronoun Type=relative Person=third Number=singular Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-scp--------2 | Pronoun Type=relative Person=third Number=singular Case=causalis Owner_Number=plural Owner_Person=second | 1 |  |
Pr3-scp--------2s | Pronoun Type=relative Person=third Number=singular Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-scp--------2p | Pronoun Type=relative Person=third Number=singular Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-scp--------3 | Pronoun Type=relative Person=third Number=singular Case=causalis Owner_Number=plural Owner_Person=third | 1 |  |
Pr3-scp--------3s | Pronoun Type=relative Person=third Number=singular Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-scp--------3p | Pronoun Type=relative Person=third Number=singular Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-ss | Pronoun Type=relative Person=third Number=singular Case=sublative | 7 | melyre/mely, amire/ami, amilyenre/amilyen, amennyire/amennyi, amelyre/amely |
Pr3-ss----------s | Pronoun Type=relative Person=third Number=singular Case=sublative Owned_Number=singular | 1 |  |
Pr3-ss----------p | Pronoun Type=relative Person=third Number=singular Case=sublative Owned_Number=plural | 1 |  |
Pr3-sss--------1 | Pronoun Type=relative Person=third Number=singular Case=sublative Owner_Number=singular Owner_Person=first | 1 |  |
Pr3-sss--------1s | Pronoun Type=relative Person=third Number=singular Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-sss--------1p | Pronoun Type=relative Person=third Number=singular Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-sss--------2 | Pronoun Type=relative Person=third Number=singular Case=sublative Owner_Number=singular Owner_Person=second | 1 |  |
Pr3-sss--------2s | Pronoun Type=relative Person=third Number=singular Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-sss--------2p | Pronoun Type=relative Person=third Number=singular Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-sss--------3 | Pronoun Type=relative Person=third Number=singular Case=sublative Owner_Number=singular Owner_Person=third | 1 |  |
Pr3-sss--------3s | Pronoun Type=relative Person=third Number=singular Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-sss--------3p | Pronoun Type=relative Person=third Number=singular Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-ssp--------1 | Pronoun Type=relative Person=third Number=singular Case=sublative Owner_Number=plural Owner_Person=first | 1 |  |
Pr3-ssp--------1s | Pronoun Type=relative Person=third Number=singular Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-ssp--------1p | Pronoun Type=relative Person=third Number=singular Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-ssp--------2 | Pronoun Type=relative Person=third Number=singular Case=sublative Owner_Number=plural Owner_Person=second | 1 |  |
Pr3-ssp--------2s | Pronoun Type=relative Person=third Number=singular Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-ssp--------2p | Pronoun Type=relative Person=third Number=singular Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-ssp--------3 | Pronoun Type=relative Person=third Number=singular Case=sublative Owner_Number=plural Owner_Person=third | 1 |  |
Pr3-ssp--------3s | Pronoun Type=relative Person=third Number=singular Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-ssp--------3p | Pronoun Type=relative Person=third Number=singular Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-sh | Pronoun Type=relative Person=third Number=singular Case=delative | 5 | melyről/mely, amiről/ami, amelyről/amely, amelyikről/amelyik, akiről/aki |
Pr3-sh----------s | Pronoun Type=relative Person=third Number=singular Case=delative Owned_Number=singular | 1 |  |
Pr3-sh----------p | Pronoun Type=relative Person=third Number=singular Case=delative Owned_Number=plural | 1 |  |
Pr3-shs--------1 | Pronoun Type=relative Person=third Number=singular Case=delative Owner_Number=singular Owner_Person=first | 1 |  |
Pr3-shs--------1s | Pronoun Type=relative Person=third Number=singular Case=delative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-shs--------1p | Pronoun Type=relative Person=third Number=singular Case=delative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-shs--------2 | Pronoun Type=relative Person=third Number=singular Case=delative Owner_Number=singular Owner_Person=second | 1 |  |
Pr3-shs--------2s | Pronoun Type=relative Person=third Number=singular Case=delative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-shs--------2p | Pronoun Type=relative Person=third Number=singular Case=delative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-shs--------3 | Pronoun Type=relative Person=third Number=singular Case=delative Owner_Number=singular Owner_Person=third | 1 |  |
Pr3-shs--------3s | Pronoun Type=relative Person=third Number=singular Case=delative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-shs--------3p | Pronoun Type=relative Person=third Number=singular Case=delative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-shp--------1 | Pronoun Type=relative Person=third Number=singular Case=delative Owner_Number=plural Owner_Person=first | 1 |  |
Pr3-shp--------1s | Pronoun Type=relative Person=third Number=singular Case=delative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-shp--------1p | Pronoun Type=relative Person=third Number=singular Case=delative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-shp--------2 | Pronoun Type=relative Person=third Number=singular Case=delative Owner_Number=plural Owner_Person=second | 1 |  |
Pr3-shp--------2s | Pronoun Type=relative Person=third Number=singular Case=delative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-shp--------2p | Pronoun Type=relative Person=third Number=singular Case=delative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-shp--------3 | Pronoun Type=relative Person=third Number=singular Case=delative Owner_Number=plural Owner_Person=third | 1 |  |
Pr3-shp--------3s | Pronoun Type=relative Person=third Number=singular Case=delative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-shp--------3p | Pronoun Type=relative Person=third Number=singular Case=delative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-sq | Pronoun Type=relative Person=third Number=singular Case=sociative | 1 |  |
Pr3-sq----------s | Pronoun Type=relative Person=third Number=singular Case=sociative Owned_Number=singular | 1 |  |
Pr3-sq----------p | Pronoun Type=relative Person=third Number=singular Case=sociative Owned_Number=plural | 1 |  |
Pr3-sqs--------1 | Pronoun Type=relative Person=third Number=singular Case=sociative Owner_Number=singular Owner_Person=first | 1 |  |
Pr3-sqs--------1s | Pronoun Type=relative Person=third Number=singular Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-sqs--------1p | Pronoun Type=relative Person=third Number=singular Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-sqs--------2 | Pronoun Type=relative Person=third Number=singular Case=sociative Owner_Number=singular Owner_Person=second | 1 |  |
Pr3-sqs--------2s | Pronoun Type=relative Person=third Number=singular Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-sqs--------2p | Pronoun Type=relative Person=third Number=singular Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-sqs--------3 | Pronoun Type=relative Person=third Number=singular Case=sociative Owner_Number=singular Owner_Person=third | 1 |  |
Pr3-sqs--------3s | Pronoun Type=relative Person=third Number=singular Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-sqs--------3p | Pronoun Type=relative Person=third Number=singular Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-sqp--------1 | Pronoun Type=relative Person=third Number=singular Case=sociative Owner_Number=plural Owner_Person=first | 1 |  |
Pr3-sqp--------1s | Pronoun Type=relative Person=third Number=singular Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-sqp--------1p | Pronoun Type=relative Person=third Number=singular Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-sqp--------2 | Pronoun Type=relative Person=third Number=singular Case=sociative Owner_Number=plural Owner_Person=second | 1 |  |
Pr3-sqp--------2s | Pronoun Type=relative Person=third Number=singular Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-sqp--------2p | Pronoun Type=relative Person=third Number=singular Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-sqp--------3 | Pronoun Type=relative Person=third Number=singular Case=sociative Owner_Number=plural Owner_Person=third | 1 |  |
Pr3-sqp--------3s | Pronoun Type=relative Person=third Number=singular Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-sqp--------3p | Pronoun Type=relative Person=third Number=singular Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-sy | Pronoun Type=relative Person=third Number=singular Case=factive | 1 | amilyenné/amilyen |
Pr3-sy----------s | Pronoun Type=relative Person=third Number=singular Case=factive Owned_Number=singular | 1 |  |
Pr3-sy----------p | Pronoun Type=relative Person=third Number=singular Case=factive Owned_Number=plural | 1 |  |
Pr3-sys--------1 | Pronoun Type=relative Person=third Number=singular Case=factive Owner_Number=singular Owner_Person=first | 1 |  |
Pr3-sys--------1s | Pronoun Type=relative Person=third Number=singular Case=factive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-sys--------1p | Pronoun Type=relative Person=third Number=singular Case=factive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-sys--------2 | Pronoun Type=relative Person=third Number=singular Case=factive Owner_Number=singular Owner_Person=second | 1 |  |
Pr3-sys--------2s | Pronoun Type=relative Person=third Number=singular Case=factive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-sys--------2p | Pronoun Type=relative Person=third Number=singular Case=factive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-sys--------3 | Pronoun Type=relative Person=third Number=singular Case=factive Owner_Number=singular Owner_Person=third | 1 |  |
Pr3-sys--------3s | Pronoun Type=relative Person=third Number=singular Case=factive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-sys--------3p | Pronoun Type=relative Person=third Number=singular Case=factive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-syp--------1 | Pronoun Type=relative Person=third Number=singular Case=factive Owner_Number=plural Owner_Person=first | 1 |  |
Pr3-syp--------1s | Pronoun Type=relative Person=third Number=singular Case=factive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-syp--------1p | Pronoun Type=relative Person=third Number=singular Case=factive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-syp--------2 | Pronoun Type=relative Person=third Number=singular Case=factive Owner_Number=plural Owner_Person=second | 1 |  |
Pr3-syp--------2s | Pronoun Type=relative Person=third Number=singular Case=factive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-syp--------2p | Pronoun Type=relative Person=third Number=singular Case=factive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-syp--------3 | Pronoun Type=relative Person=third Number=singular Case=factive Owner_Number=plural Owner_Person=third | 1 |  |
Pr3-syp--------3s | Pronoun Type=relative Person=third Number=singular Case=factive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-syp--------3p | Pronoun Type=relative Person=third Number=singular Case=factive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-sp | Pronoun Type=relative Person=third Number=singular Case=superessive | 6 | melyen/mely, amin/ami, amilyen/amily, amelyiken/amelyik, amelyen/amely |
Pr3-sp----------s | Pronoun Type=relative Person=third Number=singular Case=superessive Owned_Number=singular | 1 |  |
Pr3-sp----------p | Pronoun Type=relative Person=third Number=singular Case=superessive Owned_Number=plural | 1 |  |
Pr3-sps--------1 | Pronoun Type=relative Person=third Number=singular Case=superessive Owner_Number=singular Owner_Person=first | 1 |  |
Pr3-sps--------1s | Pronoun Type=relative Person=third Number=singular Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-sps--------1p | Pronoun Type=relative Person=third Number=singular Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-sps--------2 | Pronoun Type=relative Person=third Number=singular Case=superessive Owner_Number=singular Owner_Person=second | 1 |  |
Pr3-sps--------2s | Pronoun Type=relative Person=third Number=singular Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-sps--------2p | Pronoun Type=relative Person=third Number=singular Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-sps--------3 | Pronoun Type=relative Person=third Number=singular Case=superessive Owner_Number=singular Owner_Person=third | 1 |  |
Pr3-sps--------3s | Pronoun Type=relative Person=third Number=singular Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-sps--------3p | Pronoun Type=relative Person=third Number=singular Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-spp--------1 | Pronoun Type=relative Person=third Number=singular Case=superessive Owner_Number=plural Owner_Person=first | 1 |  |
Pr3-spp--------1s | Pronoun Type=relative Person=third Number=singular Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-spp--------1p | Pronoun Type=relative Person=third Number=singular Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-spp--------2 | Pronoun Type=relative Person=third Number=singular Case=superessive Owner_Number=plural Owner_Person=second | 1 |  |
Pr3-spp--------2s | Pronoun Type=relative Person=third Number=singular Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-spp--------2p | Pronoun Type=relative Person=third Number=singular Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-spp--------3 | Pronoun Type=relative Person=third Number=singular Case=superessive Owner_Number=plural Owner_Person=third | 1 |  |
Pr3-spp--------3s | Pronoun Type=relative Person=third Number=singular Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-spp--------3p | Pronoun Type=relative Person=third Number=singular Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-su | Pronoun Type=relative Person=third Number=singular Case=distributive | 1 |  |
Pr3-su----------s | Pronoun Type=relative Person=third Number=singular Case=distributive Owned_Number=singular | 1 |  |
Pr3-su----------p | Pronoun Type=relative Person=third Number=singular Case=distributive Owned_Number=plural | 1 |  |
Pr3-sus--------1 | Pronoun Type=relative Person=third Number=singular Case=distributive Owner_Number=singular Owner_Person=first | 1 |  |
Pr3-sus--------1s | Pronoun Type=relative Person=third Number=singular Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-sus--------1p | Pronoun Type=relative Person=third Number=singular Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-sus--------2 | Pronoun Type=relative Person=third Number=singular Case=distributive Owner_Number=singular Owner_Person=second | 1 |  |
Pr3-sus--------2s | Pronoun Type=relative Person=third Number=singular Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-sus--------2p | Pronoun Type=relative Person=third Number=singular Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-sus--------3 | Pronoun Type=relative Person=third Number=singular Case=distributive Owner_Number=singular Owner_Person=third | 1 |  |
Pr3-sus--------3s | Pronoun Type=relative Person=third Number=singular Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-sus--------3p | Pronoun Type=relative Person=third Number=singular Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-sup--------1 | Pronoun Type=relative Person=third Number=singular Case=distributive Owner_Number=plural Owner_Person=first | 1 |  |
Pr3-sup--------1s | Pronoun Type=relative Person=third Number=singular Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-sup--------1p | Pronoun Type=relative Person=third Number=singular Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-sup--------2 | Pronoun Type=relative Person=third Number=singular Case=distributive Owner_Number=plural Owner_Person=second | 1 |  |
Pr3-sup--------2s | Pronoun Type=relative Person=third Number=singular Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-sup--------2p | Pronoun Type=relative Person=third Number=singular Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-sup--------3 | Pronoun Type=relative Person=third Number=singular Case=distributive Owner_Number=plural Owner_Person=third | 1 |  |
Pr3-sup--------3s | Pronoun Type=relative Person=third Number=singular Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-sup--------3p | Pronoun Type=relative Person=third Number=singular Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-sf | Pronoun Type=relative Person=third Number=singular Case=essive-formal | 1 | amiként/ami |
Pr3-sf----------s | Pronoun Type=relative Person=third Number=singular Case=essive-formal Owned_Number=singular | 1 |  |
Pr3-sf----------p | Pronoun Type=relative Person=third Number=singular Case=essive-formal Owned_Number=plural | 1 |  |
Pr3-sfs--------1 | Pronoun Type=relative Person=third Number=singular Case=essive-formal Owner_Number=singular Owner_Person=first | 1 |  |
Pr3-sfs--------1s | Pronoun Type=relative Person=third Number=singular Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-sfs--------1p | Pronoun Type=relative Person=third Number=singular Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-sfs--------2 | Pronoun Type=relative Person=third Number=singular Case=essive-formal Owner_Number=singular Owner_Person=second | 1 |  |
Pr3-sfs--------2s | Pronoun Type=relative Person=third Number=singular Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-sfs--------2p | Pronoun Type=relative Person=third Number=singular Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-sfs--------3 | Pronoun Type=relative Person=third Number=singular Case=essive-formal Owner_Number=singular Owner_Person=third | 1 |  |
Pr3-sfs--------3s | Pronoun Type=relative Person=third Number=singular Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-sfs--------3p | Pronoun Type=relative Person=third Number=singular Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-sfp--------1 | Pronoun Type=relative Person=third Number=singular Case=essive-formal Owner_Number=plural Owner_Person=first | 1 |  |
Pr3-sfp--------1s | Pronoun Type=relative Person=third Number=singular Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-sfp--------1p | Pronoun Type=relative Person=third Number=singular Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-sfp--------2 | Pronoun Type=relative Person=third Number=singular Case=essive-formal Owner_Number=plural Owner_Person=second | 1 |  |
Pr3-sfp--------2s | Pronoun Type=relative Person=third Number=singular Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-sfp--------2p | Pronoun Type=relative Person=third Number=singular Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-sfp--------3 | Pronoun Type=relative Person=third Number=singular Case=essive-formal Owner_Number=plural Owner_Person=third | 1 |  |
Pr3-sfp--------3s | Pronoun Type=relative Person=third Number=singular Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-sfp--------3p | Pronoun Type=relative Person=third Number=singular Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-pn | Pronoun Type=relative Person=third Number=plural Case=nominative | 6 | melyek/mely, amilyenek/amilyen, amik/ami, amelyek/amely, amekkorák/amekkora |
Pr3-pn----------s | Pronoun Type=relative Person=third Number=plural Case=nominative Owned_Number=singular | 1 |  |
Pr3-pn----------p | Pronoun Type=relative Person=third Number=plural Case=nominative Owned_Number=plural | 1 |  |
Pr3-pns--------1 | Pronoun Type=relative Person=third Number=plural Case=nominative Owner_Number=singular Owner_Person=first | 1 |  |
Pr3-pns--------1s | Pronoun Type=relative Person=third Number=plural Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-pns--------1p | Pronoun Type=relative Person=third Number=plural Case=nominative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-pns--------2 | Pronoun Type=relative Person=third Number=plural Case=nominative Owner_Number=singular Owner_Person=second | 1 |  |
Pr3-pns--------2s | Pronoun Type=relative Person=third Number=plural Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-pns--------2p | Pronoun Type=relative Person=third Number=plural Case=nominative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-pns--------3 | Pronoun Type=relative Person=third Number=plural Case=nominative Owner_Number=singular Owner_Person=third | 1 |  |
Pr3-pns--------3s | Pronoun Type=relative Person=third Number=plural Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-pns--------3p | Pronoun Type=relative Person=third Number=plural Case=nominative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-pnp--------1 | Pronoun Type=relative Person=third Number=plural Case=nominative Owner_Number=plural Owner_Person=first | 1 |  |
Pr3-pnp--------1s | Pronoun Type=relative Person=third Number=plural Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-pnp--------1p | Pronoun Type=relative Person=third Number=plural Case=nominative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-pnp--------2 | Pronoun Type=relative Person=third Number=plural Case=nominative Owner_Number=plural Owner_Person=second | 1 |  |
Pr3-pnp--------2s | Pronoun Type=relative Person=third Number=plural Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-pnp--------2p | Pronoun Type=relative Person=third Number=plural Case=nominative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-pnp--------3 | Pronoun Type=relative Person=third Number=plural Case=nominative Owner_Number=plural Owner_Person=third | 1 |  |
Pr3-pnp--------3s | Pronoun Type=relative Person=third Number=plural Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-pnp--------3p | Pronoun Type=relative Person=third Number=plural Case=nominative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-pg | Pronoun Type=relative Person=third Number=plural Case=genitive | 1 |  |
Pr3-pg----------s | Pronoun Type=relative Person=third Number=plural Case=genitive Owned_Number=singular | 1 |  |
Pr3-pg----------p | Pronoun Type=relative Person=third Number=plural Case=genitive Owned_Number=plural | 1 |  |
Pr3-pgs--------1 | Pronoun Type=relative Person=third Number=plural Case=genitive Owner_Number=singular Owner_Person=first | 1 |  |
Pr3-pgs--------1s | Pronoun Type=relative Person=third Number=plural Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-pgs--------1p | Pronoun Type=relative Person=third Number=plural Case=genitive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-pgs--------2 | Pronoun Type=relative Person=third Number=plural Case=genitive Owner_Number=singular Owner_Person=second | 1 |  |
Pr3-pgs--------2s | Pronoun Type=relative Person=third Number=plural Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-pgs--------2p | Pronoun Type=relative Person=third Number=plural Case=genitive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-pgs--------3 | Pronoun Type=relative Person=third Number=plural Case=genitive Owner_Number=singular Owner_Person=third | 1 |  |
Pr3-pgs--------3s | Pronoun Type=relative Person=third Number=plural Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-pgs--------3p | Pronoun Type=relative Person=third Number=plural Case=genitive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-pgp--------1 | Pronoun Type=relative Person=third Number=plural Case=genitive Owner_Number=plural Owner_Person=first | 1 |  |
Pr3-pgp--------1s | Pronoun Type=relative Person=third Number=plural Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-pgp--------1p | Pronoun Type=relative Person=third Number=plural Case=genitive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-pgp--------2 | Pronoun Type=relative Person=third Number=plural Case=genitive Owner_Number=plural Owner_Person=second | 1 |  |
Pr3-pgp--------2s | Pronoun Type=relative Person=third Number=plural Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-pgp--------2p | Pronoun Type=relative Person=third Number=plural Case=genitive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-pgp--------3 | Pronoun Type=relative Person=third Number=plural Case=genitive Owner_Number=plural Owner_Person=third | 1 |  |
Pr3-pgp--------3s | Pronoun Type=relative Person=third Number=plural Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-pgp--------3p | Pronoun Type=relative Person=third Number=plural Case=genitive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-pd | Pronoun Type=relative Person=third Number=plural Case=dative | 3 | melyeknek/mely, amelyeknek/amely, akiknek/aki |
Pr3-pd----------s | Pronoun Type=relative Person=third Number=plural Case=dative Owned_Number=singular | 1 |  |
Pr3-pd----------p | Pronoun Type=relative Person=third Number=plural Case=dative Owned_Number=plural | 1 |  |
Pr3-pds--------1 | Pronoun Type=relative Person=third Number=plural Case=dative Owner_Number=singular Owner_Person=first | 1 |  |
Pr3-pds--------1s | Pronoun Type=relative Person=third Number=plural Case=dative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-pds--------1p | Pronoun Type=relative Person=third Number=plural Case=dative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-pds--------2 | Pronoun Type=relative Person=third Number=plural Case=dative Owner_Number=singular Owner_Person=second | 1 |  |
Pr3-pds--------2s | Pronoun Type=relative Person=third Number=plural Case=dative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-pds--------2p | Pronoun Type=relative Person=third Number=plural Case=dative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-pds--------3 | Pronoun Type=relative Person=third Number=plural Case=dative Owner_Number=singular Owner_Person=third | 1 |  |
Pr3-pds--------3s | Pronoun Type=relative Person=third Number=plural Case=dative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-pds--------3p | Pronoun Type=relative Person=third Number=plural Case=dative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-pdp--------1 | Pronoun Type=relative Person=third Number=plural Case=dative Owner_Number=plural Owner_Person=first | 1 |  |
Pr3-pdp--------1s | Pronoun Type=relative Person=third Number=plural Case=dative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-pdp--------1p | Pronoun Type=relative Person=third Number=plural Case=dative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-pdp--------2 | Pronoun Type=relative Person=third Number=plural Case=dative Owner_Number=plural Owner_Person=second | 1 |  |
Pr3-pdp--------2s | Pronoun Type=relative Person=third Number=plural Case=dative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-pdp--------2p | Pronoun Type=relative Person=third Number=plural Case=dative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-pdp--------3 | Pronoun Type=relative Person=third Number=plural Case=dative Owner_Number=plural Owner_Person=third | 1 |  |
Pr3-pdp--------3s | Pronoun Type=relative Person=third Number=plural Case=dative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-pdp--------3p | Pronoun Type=relative Person=third Number=plural Case=dative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-pa | Pronoun Type=relative Person=third Number=plural Case=accusative | 5 | melyeket/mely, amilyeneket/amilyen, amiket/ami, amelyeket/amely, akiket/aki |
Pr3-pa----------s | Pronoun Type=relative Person=third Number=plural Case=accusative Owned_Number=singular | 1 |  |
Pr3-pa----------p | Pronoun Type=relative Person=third Number=plural Case=accusative Owned_Number=plural | 1 |  |
Pr3-pas--------1 | Pronoun Type=relative Person=third Number=plural Case=accusative Owner_Number=singular Owner_Person=first | 1 |  |
Pr3-pas--------1s | Pronoun Type=relative Person=third Number=plural Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-pas--------1p | Pronoun Type=relative Person=third Number=plural Case=accusative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-pas--------2 | Pronoun Type=relative Person=third Number=plural Case=accusative Owner_Number=singular Owner_Person=second | 1 |  |
Pr3-pas--------2s | Pronoun Type=relative Person=third Number=plural Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-pas--------2p | Pronoun Type=relative Person=third Number=plural Case=accusative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-pas--------3 | Pronoun Type=relative Person=third Number=plural Case=accusative Owner_Number=singular Owner_Person=third | 1 |  |
Pr3-pas--------3s | Pronoun Type=relative Person=third Number=plural Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-pas--------3p | Pronoun Type=relative Person=third Number=plural Case=accusative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-pap--------1 | Pronoun Type=relative Person=third Number=plural Case=accusative Owner_Number=plural Owner_Person=first | 1 |  |
Pr3-pap--------1s | Pronoun Type=relative Person=third Number=plural Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-pap--------1p | Pronoun Type=relative Person=third Number=plural Case=accusative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-pap--------2 | Pronoun Type=relative Person=third Number=plural Case=accusative Owner_Number=plural Owner_Person=second | 1 |  |
Pr3-pap--------2s | Pronoun Type=relative Person=third Number=plural Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-pap--------2p | Pronoun Type=relative Person=third Number=plural Case=accusative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-pap--------3 | Pronoun Type=relative Person=third Number=plural Case=accusative Owner_Number=plural Owner_Person=third | 1 |  |
Pr3-pap--------3s | Pronoun Type=relative Person=third Number=plural Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-pap--------3p | Pronoun Type=relative Person=third Number=plural Case=accusative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-pi | Pronoun Type=relative Person=third Number=plural Case=instrumental | 3 | melyekkel/mely, amelyekkel/amely, akikkel/aki |
Pr3-pi----------s | Pronoun Type=relative Person=third Number=plural Case=instrumental Owned_Number=singular | 1 |  |
Pr3-pi----------p | Pronoun Type=relative Person=third Number=plural Case=instrumental Owned_Number=plural | 1 |  |
Pr3-pis--------1 | Pronoun Type=relative Person=third Number=plural Case=instrumental Owner_Number=singular Owner_Person=first | 1 |  |
Pr3-pis--------1s | Pronoun Type=relative Person=third Number=plural Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-pis--------1p | Pronoun Type=relative Person=third Number=plural Case=instrumental Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-pis--------2 | Pronoun Type=relative Person=third Number=plural Case=instrumental Owner_Number=singular Owner_Person=second | 1 |  |
Pr3-pis--------2s | Pronoun Type=relative Person=third Number=plural Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-pis--------2p | Pronoun Type=relative Person=third Number=plural Case=instrumental Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-pis--------3 | Pronoun Type=relative Person=third Number=plural Case=instrumental Owner_Number=singular Owner_Person=third | 1 |  |
Pr3-pis--------3s | Pronoun Type=relative Person=third Number=plural Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-pis--------3p | Pronoun Type=relative Person=third Number=plural Case=instrumental Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-pip--------1 | Pronoun Type=relative Person=third Number=plural Case=instrumental Owner_Number=plural Owner_Person=first | 1 |  |
Pr3-pip--------1s | Pronoun Type=relative Person=third Number=plural Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-pip--------1p | Pronoun Type=relative Person=third Number=plural Case=instrumental Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-pip--------2 | Pronoun Type=relative Person=third Number=plural Case=instrumental Owner_Number=plural Owner_Person=second | 1 |  |
Pr3-pip--------2s | Pronoun Type=relative Person=third Number=plural Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-pip--------2p | Pronoun Type=relative Person=third Number=plural Case=instrumental Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-pip--------3 | Pronoun Type=relative Person=third Number=plural Case=instrumental Owner_Number=plural Owner_Person=third | 1 |  |
Pr3-pip--------3s | Pronoun Type=relative Person=third Number=plural Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-pip--------3p | Pronoun Type=relative Person=third Number=plural Case=instrumental Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-px | Pronoun Type=relative Person=third Number=plural Case=illative | 1 |  |
Pr3-px----------s | Pronoun Type=relative Person=third Number=plural Case=illative Owned_Number=singular | 1 |  |
Pr3-px----------p | Pronoun Type=relative Person=third Number=plural Case=illative Owned_Number=plural | 1 |  |
Pr3-pxs--------1 | Pronoun Type=relative Person=third Number=plural Case=illative Owner_Number=singular Owner_Person=first | 1 |  |
Pr3-pxs--------1s | Pronoun Type=relative Person=third Number=plural Case=illative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-pxs--------1p | Pronoun Type=relative Person=third Number=plural Case=illative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-pxs--------2 | Pronoun Type=relative Person=third Number=plural Case=illative Owner_Number=singular Owner_Person=second | 1 |  |
Pr3-pxs--------2s | Pronoun Type=relative Person=third Number=plural Case=illative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-pxs--------2p | Pronoun Type=relative Person=third Number=plural Case=illative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-pxs--------3 | Pronoun Type=relative Person=third Number=plural Case=illative Owner_Number=singular Owner_Person=third | 1 |  |
Pr3-pxs--------3s | Pronoun Type=relative Person=third Number=plural Case=illative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-pxs--------3p | Pronoun Type=relative Person=third Number=plural Case=illative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-pxp--------1 | Pronoun Type=relative Person=third Number=plural Case=illative Owner_Number=plural Owner_Person=first | 1 |  |
Pr3-pxp--------1s | Pronoun Type=relative Person=third Number=plural Case=illative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-pxp--------1p | Pronoun Type=relative Person=third Number=plural Case=illative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-pxp--------2 | Pronoun Type=relative Person=third Number=plural Case=illative Owner_Number=plural Owner_Person=second | 1 |  |
Pr3-pxp--------2s | Pronoun Type=relative Person=third Number=plural Case=illative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-pxp--------2p | Pronoun Type=relative Person=third Number=plural Case=illative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-pxp--------3 | Pronoun Type=relative Person=third Number=plural Case=illative Owner_Number=plural Owner_Person=third | 1 |  |
Pr3-pxp--------3s | Pronoun Type=relative Person=third Number=plural Case=illative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-pxp--------3p | Pronoun Type=relative Person=third Number=plural Case=illative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-p2 | Pronoun Type=relative Person=third Number=plural Case=inessive | 2 | amelyekben/amely, akikben/aki |
Pr3-p2----------s | Pronoun Type=relative Person=third Number=plural Case=inessive Owned_Number=singular | 1 |  |
Pr3-p2----------p | Pronoun Type=relative Person=third Number=plural Case=inessive Owned_Number=plural | 1 |  |
Pr3-p2s--------1 | Pronoun Type=relative Person=third Number=plural Case=inessive Owner_Number=singular Owner_Person=first | 1 |  |
Pr3-p2s--------1s | Pronoun Type=relative Person=third Number=plural Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-p2s--------1p | Pronoun Type=relative Person=third Number=plural Case=inessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-p2s--------2 | Pronoun Type=relative Person=third Number=plural Case=inessive Owner_Number=singular Owner_Person=second | 1 |  |
Pr3-p2s--------2s | Pronoun Type=relative Person=third Number=plural Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-p2s--------2p | Pronoun Type=relative Person=third Number=plural Case=inessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-p2s--------3 | Pronoun Type=relative Person=third Number=plural Case=inessive Owner_Number=singular Owner_Person=third | 1 |  |
Pr3-p2s--------3s | Pronoun Type=relative Person=third Number=plural Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-p2s--------3p | Pronoun Type=relative Person=third Number=plural Case=inessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-p2p--------1 | Pronoun Type=relative Person=third Number=plural Case=inessive Owner_Number=plural Owner_Person=first | 1 |  |
Pr3-p2p--------1s | Pronoun Type=relative Person=third Number=plural Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-p2p--------1p | Pronoun Type=relative Person=third Number=plural Case=inessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-p2p--------2 | Pronoun Type=relative Person=third Number=plural Case=inessive Owner_Number=plural Owner_Person=second | 1 |  |
Pr3-p2p--------2s | Pronoun Type=relative Person=third Number=plural Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-p2p--------2p | Pronoun Type=relative Person=third Number=plural Case=inessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-p2p--------3 | Pronoun Type=relative Person=third Number=plural Case=inessive Owner_Number=plural Owner_Person=third | 1 |  |
Pr3-p2p--------3s | Pronoun Type=relative Person=third Number=plural Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-p2p--------3p | Pronoun Type=relative Person=third Number=plural Case=inessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-pe | Pronoun Type=relative Person=third Number=plural Case=elative | 1 | amelyekből/amely |
Pr3-pe----------s | Pronoun Type=relative Person=third Number=plural Case=elative Owned_Number=singular | 1 |  |
Pr3-pe----------p | Pronoun Type=relative Person=third Number=plural Case=elative Owned_Number=plural | 1 |  |
Pr3-pes--------1 | Pronoun Type=relative Person=third Number=plural Case=elative Owner_Number=singular Owner_Person=first | 1 |  |
Pr3-pes--------1s | Pronoun Type=relative Person=third Number=plural Case=elative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-pes--------1p | Pronoun Type=relative Person=third Number=plural Case=elative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-pes--------2 | Pronoun Type=relative Person=third Number=plural Case=elative Owner_Number=singular Owner_Person=second | 1 |  |
Pr3-pes--------2s | Pronoun Type=relative Person=third Number=plural Case=elative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-pes--------2p | Pronoun Type=relative Person=third Number=plural Case=elative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-pes--------3 | Pronoun Type=relative Person=third Number=plural Case=elative Owner_Number=singular Owner_Person=third | 1 |  |
Pr3-pes--------3s | Pronoun Type=relative Person=third Number=plural Case=elative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-pes--------3p | Pronoun Type=relative Person=third Number=plural Case=elative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-pep--------1 | Pronoun Type=relative Person=third Number=plural Case=elative Owner_Number=plural Owner_Person=first | 1 |  |
Pr3-pep--------1s | Pronoun Type=relative Person=third Number=plural Case=elative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-pep--------1p | Pronoun Type=relative Person=third Number=plural Case=elative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-pep--------2 | Pronoun Type=relative Person=third Number=plural Case=elative Owner_Number=plural Owner_Person=second | 1 |  |
Pr3-pep--------2s | Pronoun Type=relative Person=third Number=plural Case=elative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-pep--------2p | Pronoun Type=relative Person=third Number=plural Case=elative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-pep--------3 | Pronoun Type=relative Person=third Number=plural Case=elative Owner_Number=plural Owner_Person=third | 1 |  |
Pr3-pep--------3s | Pronoun Type=relative Person=third Number=plural Case=elative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-pep--------3p | Pronoun Type=relative Person=third Number=plural Case=elative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-pt | Pronoun Type=relative Person=third Number=plural Case=allative | 3 | melyekhez/mely, amelyekhez/amely, akikhez/aki |
Pr3-pt----------s | Pronoun Type=relative Person=third Number=plural Case=allative Owned_Number=singular | 1 |  |
Pr3-pt----------p | Pronoun Type=relative Person=third Number=plural Case=allative Owned_Number=plural | 1 |  |
Pr3-pts--------1 | Pronoun Type=relative Person=third Number=plural Case=allative Owner_Number=singular Owner_Person=first | 1 |  |
Pr3-pts--------1s | Pronoun Type=relative Person=third Number=plural Case=allative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-pts--------1p | Pronoun Type=relative Person=third Number=plural Case=allative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-pts--------2 | Pronoun Type=relative Person=third Number=plural Case=allative Owner_Number=singular Owner_Person=second | 1 |  |
Pr3-pts--------2s | Pronoun Type=relative Person=third Number=plural Case=allative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-pts--------2p | Pronoun Type=relative Person=third Number=plural Case=allative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-pts--------3 | Pronoun Type=relative Person=third Number=plural Case=allative Owner_Number=singular Owner_Person=third | 1 |  |
Pr3-pts--------3s | Pronoun Type=relative Person=third Number=plural Case=allative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-pts--------3p | Pronoun Type=relative Person=third Number=plural Case=allative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-ptp--------1 | Pronoun Type=relative Person=third Number=plural Case=allative Owner_Number=plural Owner_Person=first | 1 |  |
Pr3-ptp--------1s | Pronoun Type=relative Person=third Number=plural Case=allative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-ptp--------1p | Pronoun Type=relative Person=third Number=plural Case=allative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-ptp--------2 | Pronoun Type=relative Person=third Number=plural Case=allative Owner_Number=plural Owner_Person=second | 1 |  |
Pr3-ptp--------2s | Pronoun Type=relative Person=third Number=plural Case=allative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-ptp--------2p | Pronoun Type=relative Person=third Number=plural Case=allative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-ptp--------3 | Pronoun Type=relative Person=third Number=plural Case=allative Owner_Number=plural Owner_Person=third | 1 |  |
Pr3-ptp--------3s | Pronoun Type=relative Person=third Number=plural Case=allative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-ptp--------3p | Pronoun Type=relative Person=third Number=plural Case=allative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-p3 | Pronoun Type=relative Person=third Number=plural Case=adessive | 1 |  |
Pr3-p3----------s | Pronoun Type=relative Person=third Number=plural Case=adessive Owned_Number=singular | 1 |  |
Pr3-p3----------p | Pronoun Type=relative Person=third Number=plural Case=adessive Owned_Number=plural | 1 |  |
Pr3-p3s--------1 | Pronoun Type=relative Person=third Number=plural Case=adessive Owner_Number=singular Owner_Person=first | 1 |  |
Pr3-p3s--------1s | Pronoun Type=relative Person=third Number=plural Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-p3s--------1p | Pronoun Type=relative Person=third Number=plural Case=adessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-p3s--------2 | Pronoun Type=relative Person=third Number=plural Case=adessive Owner_Number=singular Owner_Person=second | 1 |  |
Pr3-p3s--------2s | Pronoun Type=relative Person=third Number=plural Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-p3s--------2p | Pronoun Type=relative Person=third Number=plural Case=adessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-p3s--------3 | Pronoun Type=relative Person=third Number=plural Case=adessive Owner_Number=singular Owner_Person=third | 1 |  |
Pr3-p3s--------3s | Pronoun Type=relative Person=third Number=plural Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-p3s--------3p | Pronoun Type=relative Person=third Number=plural Case=adessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-p3p--------1 | Pronoun Type=relative Person=third Number=plural Case=adessive Owner_Number=plural Owner_Person=first | 1 |  |
Pr3-p3p--------1s | Pronoun Type=relative Person=third Number=plural Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-p3p--------1p | Pronoun Type=relative Person=third Number=plural Case=adessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-p3p--------2 | Pronoun Type=relative Person=third Number=plural Case=adessive Owner_Number=plural Owner_Person=second | 1 |  |
Pr3-p3p--------2s | Pronoun Type=relative Person=third Number=plural Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-p3p--------2p | Pronoun Type=relative Person=third Number=plural Case=adessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-p3p--------3 | Pronoun Type=relative Person=third Number=plural Case=adessive Owner_Number=plural Owner_Person=third | 1 |  |
Pr3-p3p--------3s | Pronoun Type=relative Person=third Number=plural Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-p3p--------3p | Pronoun Type=relative Person=third Number=plural Case=adessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-pb | Pronoun Type=relative Person=third Number=plural Case=ablative | 2 | melyektől/mely, akiktől/aki |
Pr3-pb----------s | Pronoun Type=relative Person=third Number=plural Case=ablative Owned_Number=singular | 1 |  |
Pr3-pb----------p | Pronoun Type=relative Person=third Number=plural Case=ablative Owned_Number=plural | 1 |  |
Pr3-pbs--------1 | Pronoun Type=relative Person=third Number=plural Case=ablative Owner_Number=singular Owner_Person=first | 1 |  |
Pr3-pbs--------1s | Pronoun Type=relative Person=third Number=plural Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-pbs--------1p | Pronoun Type=relative Person=third Number=plural Case=ablative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-pbs--------2 | Pronoun Type=relative Person=third Number=plural Case=ablative Owner_Number=singular Owner_Person=second | 1 |  |
Pr3-pbs--------2s | Pronoun Type=relative Person=third Number=plural Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-pbs--------2p | Pronoun Type=relative Person=third Number=plural Case=ablative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-pbs--------3 | Pronoun Type=relative Person=third Number=plural Case=ablative Owner_Number=singular Owner_Person=third | 1 |  |
Pr3-pbs--------3s | Pronoun Type=relative Person=third Number=plural Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-pbs--------3p | Pronoun Type=relative Person=third Number=plural Case=ablative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-pbp--------1 | Pronoun Type=relative Person=third Number=plural Case=ablative Owner_Number=plural Owner_Person=first | 1 |  |
Pr3-pbp--------1s | Pronoun Type=relative Person=third Number=plural Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-pbp--------1p | Pronoun Type=relative Person=third Number=plural Case=ablative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-pbp--------2 | Pronoun Type=relative Person=third Number=plural Case=ablative Owner_Number=plural Owner_Person=second | 1 |  |
Pr3-pbp--------2s | Pronoun Type=relative Person=third Number=plural Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-pbp--------2p | Pronoun Type=relative Person=third Number=plural Case=ablative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-pbp--------3 | Pronoun Type=relative Person=third Number=plural Case=ablative Owner_Number=plural Owner_Person=third | 1 |  |
Pr3-pbp--------3s | Pronoun Type=relative Person=third Number=plural Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-pbp--------3p | Pronoun Type=relative Person=third Number=plural Case=ablative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-p9 | Pronoun Type=relative Person=third Number=plural Case=terminative | 1 |  |
Pr3-p9----------s | Pronoun Type=relative Person=third Number=plural Case=terminative Owned_Number=singular | 1 |  |
Pr3-p9----------p | Pronoun Type=relative Person=third Number=plural Case=terminative Owned_Number=plural | 1 |  |
Pr3-p9s--------1 | Pronoun Type=relative Person=third Number=plural Case=terminative Owner_Number=singular Owner_Person=first | 1 |  |
Pr3-p9s--------1s | Pronoun Type=relative Person=third Number=plural Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-p9s--------1p | Pronoun Type=relative Person=third Number=plural Case=terminative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-p9s--------2 | Pronoun Type=relative Person=third Number=plural Case=terminative Owner_Number=singular Owner_Person=second | 1 |  |
Pr3-p9s--------2s | Pronoun Type=relative Person=third Number=plural Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-p9s--------2p | Pronoun Type=relative Person=third Number=plural Case=terminative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-p9s--------3 | Pronoun Type=relative Person=third Number=plural Case=terminative Owner_Number=singular Owner_Person=third | 1 |  |
Pr3-p9s--------3s | Pronoun Type=relative Person=third Number=plural Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-p9s--------3p | Pronoun Type=relative Person=third Number=plural Case=terminative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-p9p--------1 | Pronoun Type=relative Person=third Number=plural Case=terminative Owner_Number=plural Owner_Person=first | 1 |  |
Pr3-p9p--------1s | Pronoun Type=relative Person=third Number=plural Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-p9p--------1p | Pronoun Type=relative Person=third Number=plural Case=terminative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-p9p--------2 | Pronoun Type=relative Person=third Number=plural Case=terminative Owner_Number=plural Owner_Person=second | 1 |  |
Pr3-p9p--------2s | Pronoun Type=relative Person=third Number=plural Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-p9p--------2p | Pronoun Type=relative Person=third Number=plural Case=terminative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-p9p--------3 | Pronoun Type=relative Person=third Number=plural Case=terminative Owner_Number=plural Owner_Person=third | 1 |  |
Pr3-p9p--------3s | Pronoun Type=relative Person=third Number=plural Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-p9p--------3p | Pronoun Type=relative Person=third Number=plural Case=terminative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-pw | Pronoun Type=relative Person=third Number=plural Case=essive | 1 |  |
Pr3-pw----------s | Pronoun Type=relative Person=third Number=plural Case=essive Owned_Number=singular | 1 |  |
Pr3-pw----------p | Pronoun Type=relative Person=third Number=plural Case=essive Owned_Number=plural | 1 |  |
Pr3-pws--------1 | Pronoun Type=relative Person=third Number=plural Case=essive Owner_Number=singular Owner_Person=first | 1 |  |
Pr3-pws--------1s | Pronoun Type=relative Person=third Number=plural Case=essive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-pws--------1p | Pronoun Type=relative Person=third Number=plural Case=essive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-pws--------2 | Pronoun Type=relative Person=third Number=plural Case=essive Owner_Number=singular Owner_Person=second | 1 |  |
Pr3-pws--------2s | Pronoun Type=relative Person=third Number=plural Case=essive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-pws--------2p | Pronoun Type=relative Person=third Number=plural Case=essive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-pws--------3 | Pronoun Type=relative Person=third Number=plural Case=essive Owner_Number=singular Owner_Person=third | 1 |  |
Pr3-pws--------3s | Pronoun Type=relative Person=third Number=plural Case=essive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-pws--------3p | Pronoun Type=relative Person=third Number=plural Case=essive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-pwp--------1 | Pronoun Type=relative Person=third Number=plural Case=essive Owner_Number=plural Owner_Person=first | 1 |  |
Pr3-pwp--------1s | Pronoun Type=relative Person=third Number=plural Case=essive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-pwp--------1p | Pronoun Type=relative Person=third Number=plural Case=essive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-pwp--------2 | Pronoun Type=relative Person=third Number=plural Case=essive Owner_Number=plural Owner_Person=second | 1 |  |
Pr3-pwp--------2s | Pronoun Type=relative Person=third Number=plural Case=essive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-pwp--------2p | Pronoun Type=relative Person=third Number=plural Case=essive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-pwp--------3 | Pronoun Type=relative Person=third Number=plural Case=essive Owner_Number=plural Owner_Person=third | 1 |  |
Pr3-pwp--------3s | Pronoun Type=relative Person=third Number=plural Case=essive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-pwp--------3p | Pronoun Type=relative Person=third Number=plural Case=essive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-pm | Pronoun Type=relative Person=third Number=plural Case=temporalis | 1 |  |
Pr3-pm----------s | Pronoun Type=relative Person=third Number=plural Case=temporalis Owned_Number=singular | 1 |  |
Pr3-pm----------p | Pronoun Type=relative Person=third Number=plural Case=temporalis Owned_Number=plural | 1 |  |
Pr3-pms--------1 | Pronoun Type=relative Person=third Number=plural Case=temporalis Owner_Number=singular Owner_Person=first | 1 |  |
Pr3-pms--------1s | Pronoun Type=relative Person=third Number=plural Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-pms--------1p | Pronoun Type=relative Person=third Number=plural Case=temporalis Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-pms--------2 | Pronoun Type=relative Person=third Number=plural Case=temporalis Owner_Number=singular Owner_Person=second | 1 |  |
Pr3-pms--------2s | Pronoun Type=relative Person=third Number=plural Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-pms--------2p | Pronoun Type=relative Person=third Number=plural Case=temporalis Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-pms--------3 | Pronoun Type=relative Person=third Number=plural Case=temporalis Owner_Number=singular Owner_Person=third | 1 |  |
Pr3-pms--------3s | Pronoun Type=relative Person=third Number=plural Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-pms--------3p | Pronoun Type=relative Person=third Number=plural Case=temporalis Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-pmp--------1 | Pronoun Type=relative Person=third Number=plural Case=temporalis Owner_Number=plural Owner_Person=first | 1 |  |
Pr3-pmp--------1s | Pronoun Type=relative Person=third Number=plural Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-pmp--------1p | Pronoun Type=relative Person=third Number=plural Case=temporalis Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-pmp--------2 | Pronoun Type=relative Person=third Number=plural Case=temporalis Owner_Number=plural Owner_Person=second | 1 |  |
Pr3-pmp--------2s | Pronoun Type=relative Person=third Number=plural Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-pmp--------2p | Pronoun Type=relative Person=third Number=plural Case=temporalis Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-pmp--------3 | Pronoun Type=relative Person=third Number=plural Case=temporalis Owner_Number=plural Owner_Person=third | 1 |  |
Pr3-pmp--------3s | Pronoun Type=relative Person=third Number=plural Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-pmp--------3p | Pronoun Type=relative Person=third Number=plural Case=temporalis Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-pc | Pronoun Type=relative Person=third Number=plural Case=causalis | 1 | amelyekért/amely |
Pr3-pc----------s | Pronoun Type=relative Person=third Number=plural Case=causalis Owned_Number=singular | 1 |  |
Pr3-pc----------p | Pronoun Type=relative Person=third Number=plural Case=causalis Owned_Number=plural | 1 |  |
Pr3-pcs--------1 | Pronoun Type=relative Person=third Number=plural Case=causalis Owner_Number=singular Owner_Person=first | 1 |  |
Pr3-pcs--------1s | Pronoun Type=relative Person=third Number=plural Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-pcs--------1p | Pronoun Type=relative Person=third Number=plural Case=causalis Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-pcs--------2 | Pronoun Type=relative Person=third Number=plural Case=causalis Owner_Number=singular Owner_Person=second | 1 |  |
Pr3-pcs--------2s | Pronoun Type=relative Person=third Number=plural Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-pcs--------2p | Pronoun Type=relative Person=third Number=plural Case=causalis Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-pcs--------3 | Pronoun Type=relative Person=third Number=plural Case=causalis Owner_Number=singular Owner_Person=third | 1 |  |
Pr3-pcs--------3s | Pronoun Type=relative Person=third Number=plural Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-pcs--------3p | Pronoun Type=relative Person=third Number=plural Case=causalis Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-pcp--------1 | Pronoun Type=relative Person=third Number=plural Case=causalis Owner_Number=plural Owner_Person=first | 1 |  |
Pr3-pcp--------1s | Pronoun Type=relative Person=third Number=plural Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-pcp--------1p | Pronoun Type=relative Person=third Number=plural Case=causalis Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-pcp--------2 | Pronoun Type=relative Person=third Number=plural Case=causalis Owner_Number=plural Owner_Person=second | 1 |  |
Pr3-pcp--------2s | Pronoun Type=relative Person=third Number=plural Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-pcp--------2p | Pronoun Type=relative Person=third Number=plural Case=causalis Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-pcp--------3 | Pronoun Type=relative Person=third Number=plural Case=causalis Owner_Number=plural Owner_Person=third | 1 |  |
Pr3-pcp--------3s | Pronoun Type=relative Person=third Number=plural Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-pcp--------3p | Pronoun Type=relative Person=third Number=plural Case=causalis Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-ps | Pronoun Type=relative Person=third Number=plural Case=sublative | 2 | amelyekre/amely, akikre/aki |
Pr3-ps----------s | Pronoun Type=relative Person=third Number=plural Case=sublative Owned_Number=singular | 1 |  |
Pr3-ps----------p | Pronoun Type=relative Person=third Number=plural Case=sublative Owned_Number=plural | 1 |  |
Pr3-pss--------1 | Pronoun Type=relative Person=third Number=plural Case=sublative Owner_Number=singular Owner_Person=first | 1 |  |
Pr3-pss--------1s | Pronoun Type=relative Person=third Number=plural Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-pss--------1p | Pronoun Type=relative Person=third Number=plural Case=sublative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-pss--------2 | Pronoun Type=relative Person=third Number=plural Case=sublative Owner_Number=singular Owner_Person=second | 1 |  |
Pr3-pss--------2s | Pronoun Type=relative Person=third Number=plural Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-pss--------2p | Pronoun Type=relative Person=third Number=plural Case=sublative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-pss--------3 | Pronoun Type=relative Person=third Number=plural Case=sublative Owner_Number=singular Owner_Person=third | 1 |  |
Pr3-pss--------3s | Pronoun Type=relative Person=third Number=plural Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-pss--------3p | Pronoun Type=relative Person=third Number=plural Case=sublative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-psp--------1 | Pronoun Type=relative Person=third Number=plural Case=sublative Owner_Number=plural Owner_Person=first | 1 |  |
Pr3-psp--------1s | Pronoun Type=relative Person=third Number=plural Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-psp--------1p | Pronoun Type=relative Person=third Number=plural Case=sublative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-psp--------2 | Pronoun Type=relative Person=third Number=plural Case=sublative Owner_Number=plural Owner_Person=second | 1 |  |
Pr3-psp--------2s | Pronoun Type=relative Person=third Number=plural Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-psp--------2p | Pronoun Type=relative Person=third Number=plural Case=sublative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-psp--------3 | Pronoun Type=relative Person=third Number=plural Case=sublative Owner_Number=plural Owner_Person=third | 1 |  |
Pr3-psp--------3s | Pronoun Type=relative Person=third Number=plural Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-psp--------3p | Pronoun Type=relative Person=third Number=plural Case=sublative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-ph | Pronoun Type=relative Person=third Number=plural Case=delative | 3 | melyekről/mely, amelyekről/amely, akikről/aki |
Pr3-ph----------s | Pronoun Type=relative Person=third Number=plural Case=delative Owned_Number=singular | 1 |  |
Pr3-ph----------p | Pronoun Type=relative Person=third Number=plural Case=delative Owned_Number=plural | 1 |  |
Pr3-phs--------1 | Pronoun Type=relative Person=third Number=plural Case=delative Owner_Number=singular Owner_Person=first | 1 |  |
Pr3-phs--------1s | Pronoun Type=relative Person=third Number=plural Case=delative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-phs--------1p | Pronoun Type=relative Person=third Number=plural Case=delative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-phs--------2 | Pronoun Type=relative Person=third Number=plural Case=delative Owner_Number=singular Owner_Person=second | 1 |  |
Pr3-phs--------2s | Pronoun Type=relative Person=third Number=plural Case=delative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-phs--------2p | Pronoun Type=relative Person=third Number=plural Case=delative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-phs--------3 | Pronoun Type=relative Person=third Number=plural Case=delative Owner_Number=singular Owner_Person=third | 1 |  |
Pr3-phs--------3s | Pronoun Type=relative Person=third Number=plural Case=delative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-phs--------3p | Pronoun Type=relative Person=third Number=plural Case=delative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-php--------1 | Pronoun Type=relative Person=third Number=plural Case=delative Owner_Number=plural Owner_Person=first | 1 |  |
Pr3-php--------1s | Pronoun Type=relative Person=third Number=plural Case=delative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-php--------1p | Pronoun Type=relative Person=third Number=plural Case=delative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-php--------2 | Pronoun Type=relative Person=third Number=plural Case=delative Owner_Number=plural Owner_Person=second | 1 |  |
Pr3-php--------2s | Pronoun Type=relative Person=third Number=plural Case=delative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-php--------2p | Pronoun Type=relative Person=third Number=plural Case=delative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-php--------3 | Pronoun Type=relative Person=third Number=plural Case=delative Owner_Number=plural Owner_Person=third | 1 |  |
Pr3-php--------3s | Pronoun Type=relative Person=third Number=plural Case=delative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-php--------3p | Pronoun Type=relative Person=third Number=plural Case=delative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-pq | Pronoun Type=relative Person=third Number=plural Case=sociative | 1 |  |
Pr3-pq----------s | Pronoun Type=relative Person=third Number=plural Case=sociative Owned_Number=singular | 1 |  |
Pr3-pq----------p | Pronoun Type=relative Person=third Number=plural Case=sociative Owned_Number=plural | 1 |  |
Pr3-pqs--------1 | Pronoun Type=relative Person=third Number=plural Case=sociative Owner_Number=singular Owner_Person=first | 1 |  |
Pr3-pqs--------1s | Pronoun Type=relative Person=third Number=plural Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-pqs--------1p | Pronoun Type=relative Person=third Number=plural Case=sociative Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-pqs--------2 | Pronoun Type=relative Person=third Number=plural Case=sociative Owner_Number=singular Owner_Person=second | 1 |  |
Pr3-pqs--------2s | Pronoun Type=relative Person=third Number=plural Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-pqs--------2p | Pronoun Type=relative Person=third Number=plural Case=sociative Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-pqs--------3 | Pronoun Type=relative Person=third Number=plural Case=sociative Owner_Number=singular Owner_Person=third | 1 |  |
Pr3-pqs--------3s | Pronoun Type=relative Person=third Number=plural Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-pqs--------3p | Pronoun Type=relative Person=third Number=plural Case=sociative Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-pqp--------1 | Pronoun Type=relative Person=third Number=plural Case=sociative Owner_Number=plural Owner_Person=first | 1 |  |
Pr3-pqp--------1s | Pronoun Type=relative Person=third Number=plural Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-pqp--------1p | Pronoun Type=relative Person=third Number=plural Case=sociative Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-pqp--------2 | Pronoun Type=relative Person=third Number=plural Case=sociative Owner_Number=plural Owner_Person=second | 1 |  |
Pr3-pqp--------2s | Pronoun Type=relative Person=third Number=plural Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-pqp--------2p | Pronoun Type=relative Person=third Number=plural Case=sociative Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-pqp--------3 | Pronoun Type=relative Person=third Number=plural Case=sociative Owner_Number=plural Owner_Person=third | 1 |  |
Pr3-pqp--------3s | Pronoun Type=relative Person=third Number=plural Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-pqp--------3p | Pronoun Type=relative Person=third Number=plural Case=sociative Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-py | Pronoun Type=relative Person=third Number=plural Case=factive | 1 |  |
Pr3-py----------s | Pronoun Type=relative Person=third Number=plural Case=factive Owned_Number=singular | 1 |  |
Pr3-py----------p | Pronoun Type=relative Person=third Number=plural Case=factive Owned_Number=plural | 1 |  |
Pr3-pys--------1 | Pronoun Type=relative Person=third Number=plural Case=factive Owner_Number=singular Owner_Person=first | 1 |  |
Pr3-pys--------1s | Pronoun Type=relative Person=third Number=plural Case=factive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-pys--------1p | Pronoun Type=relative Person=third Number=plural Case=factive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-pys--------2 | Pronoun Type=relative Person=third Number=plural Case=factive Owner_Number=singular Owner_Person=second | 1 |  |
Pr3-pys--------2s | Pronoun Type=relative Person=third Number=plural Case=factive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-pys--------2p | Pronoun Type=relative Person=third Number=plural Case=factive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-pys--------3 | Pronoun Type=relative Person=third Number=plural Case=factive Owner_Number=singular Owner_Person=third | 1 |  |
Pr3-pys--------3s | Pronoun Type=relative Person=third Number=plural Case=factive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-pys--------3p | Pronoun Type=relative Person=third Number=plural Case=factive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-pyp--------1 | Pronoun Type=relative Person=third Number=plural Case=factive Owner_Number=plural Owner_Person=first | 1 |  |
Pr3-pyp--------1s | Pronoun Type=relative Person=third Number=plural Case=factive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-pyp--------1p | Pronoun Type=relative Person=third Number=plural Case=factive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-pyp--------2 | Pronoun Type=relative Person=third Number=plural Case=factive Owner_Number=plural Owner_Person=second | 1 |  |
Pr3-pyp--------2s | Pronoun Type=relative Person=third Number=plural Case=factive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-pyp--------2p | Pronoun Type=relative Person=third Number=plural Case=factive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-pyp--------3 | Pronoun Type=relative Person=third Number=plural Case=factive Owner_Number=plural Owner_Person=third | 1 |  |
Pr3-pyp--------3s | Pronoun Type=relative Person=third Number=plural Case=factive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-pyp--------3p | Pronoun Type=relative Person=third Number=plural Case=factive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-pp | Pronoun Type=relative Person=third Number=plural Case=superessive | 2 | amelyeken/amely, akiken/aki |
Pr3-pp----------s | Pronoun Type=relative Person=third Number=plural Case=superessive Owned_Number=singular | 1 |  |
Pr3-pp----------p | Pronoun Type=relative Person=third Number=plural Case=superessive Owned_Number=plural | 1 |  |
Pr3-pps--------1 | Pronoun Type=relative Person=third Number=plural Case=superessive Owner_Number=singular Owner_Person=first | 1 |  |
Pr3-pps--------1s | Pronoun Type=relative Person=third Number=plural Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-pps--------1p | Pronoun Type=relative Person=third Number=plural Case=superessive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-pps--------2 | Pronoun Type=relative Person=third Number=plural Case=superessive Owner_Number=singular Owner_Person=second | 1 |  |
Pr3-pps--------2s | Pronoun Type=relative Person=third Number=plural Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-pps--------2p | Pronoun Type=relative Person=third Number=plural Case=superessive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-pps--------3 | Pronoun Type=relative Person=third Number=plural Case=superessive Owner_Number=singular Owner_Person=third | 1 |  |
Pr3-pps--------3s | Pronoun Type=relative Person=third Number=plural Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-pps--------3p | Pronoun Type=relative Person=third Number=plural Case=superessive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-ppp--------1 | Pronoun Type=relative Person=third Number=plural Case=superessive Owner_Number=plural Owner_Person=first | 1 |  |
Pr3-ppp--------1s | Pronoun Type=relative Person=third Number=plural Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-ppp--------1p | Pronoun Type=relative Person=third Number=plural Case=superessive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-ppp--------2 | Pronoun Type=relative Person=third Number=plural Case=superessive Owner_Number=plural Owner_Person=second | 1 |  |
Pr3-ppp--------2s | Pronoun Type=relative Person=third Number=plural Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-ppp--------2p | Pronoun Type=relative Person=third Number=plural Case=superessive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-ppp--------3 | Pronoun Type=relative Person=third Number=plural Case=superessive Owner_Number=plural Owner_Person=third | 1 |  |
Pr3-ppp--------3s | Pronoun Type=relative Person=third Number=plural Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-ppp--------3p | Pronoun Type=relative Person=third Number=plural Case=superessive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-pu | Pronoun Type=relative Person=third Number=plural Case=distributive | 1 |  |
Pr3-pu----------s | Pronoun Type=relative Person=third Number=plural Case=distributive Owned_Number=singular | 1 |  |
Pr3-pu----------p | Pronoun Type=relative Person=third Number=plural Case=distributive Owned_Number=plural | 1 |  |
Pr3-pus--------1 | Pronoun Type=relative Person=third Number=plural Case=distributive Owner_Number=singular Owner_Person=first | 1 |  |
Pr3-pus--------1s | Pronoun Type=relative Person=third Number=plural Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-pus--------1p | Pronoun Type=relative Person=third Number=plural Case=distributive Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-pus--------2 | Pronoun Type=relative Person=third Number=plural Case=distributive Owner_Number=singular Owner_Person=second | 1 |  |
Pr3-pus--------2s | Pronoun Type=relative Person=third Number=plural Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-pus--------2p | Pronoun Type=relative Person=third Number=plural Case=distributive Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-pus--------3 | Pronoun Type=relative Person=third Number=plural Case=distributive Owner_Number=singular Owner_Person=third | 1 |  |
Pr3-pus--------3s | Pronoun Type=relative Person=third Number=plural Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-pus--------3p | Pronoun Type=relative Person=third Number=plural Case=distributive Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-pup--------1 | Pronoun Type=relative Person=third Number=plural Case=distributive Owner_Number=plural Owner_Person=first | 1 |  |
Pr3-pup--------1s | Pronoun Type=relative Person=third Number=plural Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-pup--------1p | Pronoun Type=relative Person=third Number=plural Case=distributive Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-pup--------2 | Pronoun Type=relative Person=third Number=plural Case=distributive Owner_Number=plural Owner_Person=second | 1 |  |
Pr3-pup--------2s | Pronoun Type=relative Person=third Number=plural Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-pup--------2p | Pronoun Type=relative Person=third Number=plural Case=distributive Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-pup--------3 | Pronoun Type=relative Person=third Number=plural Case=distributive Owner_Number=plural Owner_Person=third | 1 |  |
Pr3-pup--------3s | Pronoun Type=relative Person=third Number=plural Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-pup--------3p | Pronoun Type=relative Person=third Number=plural Case=distributive Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-pf | Pronoun Type=relative Person=third Number=plural Case=essive-formal | 1 |  |
Pr3-pf----------s | Pronoun Type=relative Person=third Number=plural Case=essive-formal Owned_Number=singular | 1 |  |
Pr3-pf----------p | Pronoun Type=relative Person=third Number=plural Case=essive-formal Owned_Number=plural | 1 |  |
Pr3-pfs--------1 | Pronoun Type=relative Person=third Number=plural Case=essive-formal Owner_Number=singular Owner_Person=first | 1 |  |
Pr3-pfs--------1s | Pronoun Type=relative Person=third Number=plural Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-pfs--------1p | Pronoun Type=relative Person=third Number=plural Case=essive-formal Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-pfs--------2 | Pronoun Type=relative Person=third Number=plural Case=essive-formal Owner_Number=singular Owner_Person=second | 1 |  |
Pr3-pfs--------2s | Pronoun Type=relative Person=third Number=plural Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-pfs--------2p | Pronoun Type=relative Person=third Number=plural Case=essive-formal Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-pfs--------3 | Pronoun Type=relative Person=third Number=plural Case=essive-formal Owner_Number=singular Owner_Person=third | 1 |  |
Pr3-pfs--------3s | Pronoun Type=relative Person=third Number=plural Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-pfs--------3p | Pronoun Type=relative Person=third Number=plural Case=essive-formal Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Pr3-pfp--------1 | Pronoun Type=relative Person=third Number=plural Case=essive-formal Owner_Number=plural Owner_Person=first | 1 |  |
Pr3-pfp--------1s | Pronoun Type=relative Person=third Number=plural Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Pr3-pfp--------1p | Pronoun Type=relative Person=third Number=plural Case=essive-formal Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Pr3-pfp--------2 | Pronoun Type=relative Person=third Number=plural Case=essive-formal Owner_Number=plural Owner_Person=second | 1 |  |
Pr3-pfp--------2s | Pronoun Type=relative Person=third Number=plural Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Pr3-pfp--------2p | Pronoun Type=relative Person=third Number=plural Case=essive-formal Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Pr3-pfp--------3 | Pronoun Type=relative Person=third Number=plural Case=essive-formal Owner_Number=plural Owner_Person=third | 1 |  |
Pr3-pfp--------3s | Pronoun Type=relative Person=third Number=plural Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Pr3-pfp--------3p | Pronoun Type=relative Person=third Number=plural Case=essive-formal Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Px1-sn | Pronoun Type=reflexive Person=first Number=singular Case=nominative | 1 | magam/maga |
Px1-sn----------s | Pronoun Type=reflexive Person=first Number=singular Case=nominative Owned_Number=singular | 1 |  |
Px1-sn----------p | Pronoun Type=reflexive Person=first Number=singular Case=nominative Owned_Number=plural | 1 |  |
Px1-sg | Pronoun Type=reflexive Person=first Number=singular Case=genitive | 1 |  |
Px1-sg----------s | Pronoun Type=reflexive Person=first Number=singular Case=genitive Owned_Number=singular | 1 |  |
Px1-sg----------p | Pronoun Type=reflexive Person=first Number=singular Case=genitive Owned_Number=plural | 1 |  |
Px1-sd | Pronoun Type=reflexive Person=first Number=singular Case=dative | 1 | magamnak/maga |
Px1-sd----------s | Pronoun Type=reflexive Person=first Number=singular Case=dative Owned_Number=singular | 1 |  |
Px1-sd----------p | Pronoun Type=reflexive Person=first Number=singular Case=dative Owned_Number=plural | 1 |  |
Px1-sa | Pronoun Type=reflexive Person=first Number=singular Case=accusative | 1 | magamat/maga |
Px1-sa----------s | Pronoun Type=reflexive Person=first Number=singular Case=accusative Owned_Number=singular | 1 | magamét/maga |
Px1-sa----------p | Pronoun Type=reflexive Person=first Number=singular Case=accusative Owned_Number=plural | 1 |  |
Px1-si | Pronoun Type=reflexive Person=first Number=singular Case=instrumental | 1 |  |
Px1-si----------s | Pronoun Type=reflexive Person=first Number=singular Case=instrumental Owned_Number=singular | 1 |  |
Px1-si----------p | Pronoun Type=reflexive Person=first Number=singular Case=instrumental Owned_Number=plural | 1 |  |
Px1-sx | Pronoun Type=reflexive Person=first Number=singular Case=illative | 1 |  |
Px1-sx----------s | Pronoun Type=reflexive Person=first Number=singular Case=illative Owned_Number=singular | 1 |  |
Px1-sx----------p | Pronoun Type=reflexive Person=first Number=singular Case=illative Owned_Number=plural | 1 |  |
Px1-s2 | Pronoun Type=reflexive Person=first Number=singular Case=inessive | 1 |  |
Px1-s2----------s | Pronoun Type=reflexive Person=first Number=singular Case=inessive Owned_Number=singular | 1 |  |
Px1-s2----------p | Pronoun Type=reflexive Person=first Number=singular Case=inessive Owned_Number=plural | 1 |  |
Px1-se | Pronoun Type=reflexive Person=first Number=singular Case=elative | 1 |  |
Px1-se----------s | Pronoun Type=reflexive Person=first Number=singular Case=elative Owned_Number=singular | 1 |  |
Px1-se----------p | Pronoun Type=reflexive Person=first Number=singular Case=elative Owned_Number=plural | 1 |  |
Px1-st | Pronoun Type=reflexive Person=first Number=singular Case=allative | 1 |  |
Px1-st----------s | Pronoun Type=reflexive Person=first Number=singular Case=allative Owned_Number=singular | 1 |  |
Px1-st----------p | Pronoun Type=reflexive Person=first Number=singular Case=allative Owned_Number=plural | 1 |  |
Px1-s3 | Pronoun Type=reflexive Person=first Number=singular Case=adessive | 1 |  |
Px1-s3----------s | Pronoun Type=reflexive Person=first Number=singular Case=adessive Owned_Number=singular | 1 |  |
Px1-s3----------p | Pronoun Type=reflexive Person=first Number=singular Case=adessive Owned_Number=plural | 1 |  |
Px1-sb | Pronoun Type=reflexive Person=first Number=singular Case=ablative | 1 |  |
Px1-sb----------s | Pronoun Type=reflexive Person=first Number=singular Case=ablative Owned_Number=singular | 1 |  |
Px1-sb----------p | Pronoun Type=reflexive Person=first Number=singular Case=ablative Owned_Number=plural | 1 |  |
Px1-s9 | Pronoun Type=reflexive Person=first Number=singular Case=terminative | 1 |  |
Px1-s9----------s | Pronoun Type=reflexive Person=first Number=singular Case=terminative Owned_Number=singular | 1 |  |
Px1-s9----------p | Pronoun Type=reflexive Person=first Number=singular Case=terminative Owned_Number=plural | 1 |  |
Px1-sw | Pronoun Type=reflexive Person=first Number=singular Case=essive | 1 |  |
Px1-sw----------s | Pronoun Type=reflexive Person=first Number=singular Case=essive Owned_Number=singular | 1 |  |
Px1-sw----------p | Pronoun Type=reflexive Person=first Number=singular Case=essive Owned_Number=plural | 1 |  |
Px1-sm | Pronoun Type=reflexive Person=first Number=singular Case=temporalis | 1 |  |
Px1-sm----------s | Pronoun Type=reflexive Person=first Number=singular Case=temporalis Owned_Number=singular | 1 |  |
Px1-sm----------p | Pronoun Type=reflexive Person=first Number=singular Case=temporalis Owned_Number=plural | 1 |  |
Px1-sc | Pronoun Type=reflexive Person=first Number=singular Case=causalis | 1 |  |
Px1-sc----------s | Pronoun Type=reflexive Person=first Number=singular Case=causalis Owned_Number=singular | 1 |  |
Px1-sc----------p | Pronoun Type=reflexive Person=first Number=singular Case=causalis Owned_Number=plural | 1 |  |
Px1-ss | Pronoun Type=reflexive Person=first Number=singular Case=sublative | 1 |  |
Px1-ss----------s | Pronoun Type=reflexive Person=first Number=singular Case=sublative Owned_Number=singular | 1 |  |
Px1-ss----------p | Pronoun Type=reflexive Person=first Number=singular Case=sublative Owned_Number=plural | 1 |  |
Px1-sh | Pronoun Type=reflexive Person=first Number=singular Case=delative | 1 |  |
Px1-sh----------s | Pronoun Type=reflexive Person=first Number=singular Case=delative Owned_Number=singular | 1 |  |
Px1-sh----------p | Pronoun Type=reflexive Person=first Number=singular Case=delative Owned_Number=plural | 1 |  |
Px1-sq | Pronoun Type=reflexive Person=first Number=singular Case=sociative | 1 |  |
Px1-sq----------s | Pronoun Type=reflexive Person=first Number=singular Case=sociative Owned_Number=singular | 1 |  |
Px1-sq----------p | Pronoun Type=reflexive Person=first Number=singular Case=sociative Owned_Number=plural | 1 |  |
Px1-sy | Pronoun Type=reflexive Person=first Number=singular Case=factive | 1 |  |
Px1-sy----------s | Pronoun Type=reflexive Person=first Number=singular Case=factive Owned_Number=singular | 1 |  |
Px1-sy----------p | Pronoun Type=reflexive Person=first Number=singular Case=factive Owned_Number=plural | 1 |  |
Px1-sp | Pronoun Type=reflexive Person=first Number=singular Case=superessive | 1 |  |
Px1-sp----------s | Pronoun Type=reflexive Person=first Number=singular Case=superessive Owned_Number=singular | 1 |  |
Px1-sp----------p | Pronoun Type=reflexive Person=first Number=singular Case=superessive Owned_Number=plural | 1 |  |
Px1-su | Pronoun Type=reflexive Person=first Number=singular Case=distributive | 1 |  |
Px1-su----------s | Pronoun Type=reflexive Person=first Number=singular Case=distributive Owned_Number=singular | 1 |  |
Px1-su----------p | Pronoun Type=reflexive Person=first Number=singular Case=distributive Owned_Number=plural | 1 |  |
Px1-sf | Pronoun Type=reflexive Person=first Number=singular Case=essive-formal | 1 |  |
Px1-sf----------s | Pronoun Type=reflexive Person=first Number=singular Case=essive-formal Owned_Number=singular | 1 |  |
Px1-sf----------p | Pronoun Type=reflexive Person=first Number=singular Case=essive-formal Owned_Number=plural | 1 |  |
Px1-pn | Pronoun Type=reflexive Person=first Number=plural Case=nominative | 2 | önmagunk, magunk/maga |
Px1-pn----------s | Pronoun Type=reflexive Person=first Number=plural Case=nominative Owned_Number=singular | 1 | önmagunk/önmaga |
Px1-pn----------p | Pronoun Type=reflexive Person=first Number=plural Case=nominative Owned_Number=plural | 1 |  |
Px1-pg | Pronoun Type=reflexive Person=first Number=plural Case=genitive | 1 |  |
Px1-pg----------s | Pronoun Type=reflexive Person=first Number=plural Case=genitive Owned_Number=singular | 1 |  |
Px1-pg----------p | Pronoun Type=reflexive Person=first Number=plural Case=genitive Owned_Number=plural | 1 |  |
Px1-pd | Pronoun Type=reflexive Person=first Number=plural Case=dative | 1 | magunknak/maga |
Px1-pd----------s | Pronoun Type=reflexive Person=first Number=plural Case=dative Owned_Number=singular | 1 |  |
Px1-pd----------p | Pronoun Type=reflexive Person=first Number=plural Case=dative Owned_Number=plural | 1 |  |
Px1-pa | Pronoun Type=reflexive Person=first Number=plural Case=accusative | 1 | magunkat/maga |
Px1-pa----------s | Pronoun Type=reflexive Person=first Number=plural Case=accusative Owned_Number=singular | 1 |  |
Px1-pa----------p | Pronoun Type=reflexive Person=first Number=plural Case=accusative Owned_Number=plural | 1 |  |
Px1-pi | Pronoun Type=reflexive Person=first Number=plural Case=instrumental | 2 | önmagunkkal/önmagunk, magunkkal/maga |
Px1-pi----------s | Pronoun Type=reflexive Person=first Number=plural Case=instrumental Owned_Number=singular | 1 | önmagunkkal/önmaga |
Px1-pi----------p | Pronoun Type=reflexive Person=first Number=plural Case=instrumental Owned_Number=plural | 1 |  |
Px1-px | Pronoun Type=reflexive Person=first Number=plural Case=illative | 1 |  |
Px1-px----------s | Pronoun Type=reflexive Person=first Number=plural Case=illative Owned_Number=singular | 1 |  |
Px1-px----------p | Pronoun Type=reflexive Person=first Number=plural Case=illative Owned_Number=plural | 1 |  |
Px1-p2 | Pronoun Type=reflexive Person=first Number=plural Case=inessive | 1 |  |
Px1-p2----------s | Pronoun Type=reflexive Person=first Number=plural Case=inessive Owned_Number=singular | 1 |  |
Px1-p2----------p | Pronoun Type=reflexive Person=first Number=plural Case=inessive Owned_Number=plural | 1 |  |
Px1-pe | Pronoun Type=reflexive Person=first Number=plural Case=elative | 1 |  |
Px1-pe----------s | Pronoun Type=reflexive Person=first Number=plural Case=elative Owned_Number=singular | 1 |  |
Px1-pe----------p | Pronoun Type=reflexive Person=first Number=plural Case=elative Owned_Number=plural | 1 |  |
Px1-pt | Pronoun Type=reflexive Person=first Number=plural Case=allative | 1 | magunkhoz/maga |
Px1-pt----------s | Pronoun Type=reflexive Person=first Number=plural Case=allative Owned_Number=singular | 1 |  |
Px1-pt----------p | Pronoun Type=reflexive Person=first Number=plural Case=allative Owned_Number=plural | 1 |  |
Px1-p3 | Pronoun Type=reflexive Person=first Number=plural Case=adessive | 1 |  |
Px1-p3----------s | Pronoun Type=reflexive Person=first Number=plural Case=adessive Owned_Number=singular | 1 |  |
Px1-p3----------p | Pronoun Type=reflexive Person=first Number=plural Case=adessive Owned_Number=plural | 1 |  |
Px1-pb | Pronoun Type=reflexive Person=first Number=plural Case=ablative | 1 |  |
Px1-pb----------s | Pronoun Type=reflexive Person=first Number=plural Case=ablative Owned_Number=singular | 1 |  |
Px1-pb----------p | Pronoun Type=reflexive Person=first Number=plural Case=ablative Owned_Number=plural | 1 |  |
Px1-p9 | Pronoun Type=reflexive Person=first Number=plural Case=terminative | 1 |  |
Px1-p9----------s | Pronoun Type=reflexive Person=first Number=plural Case=terminative Owned_Number=singular | 1 |  |
Px1-p9----------p | Pronoun Type=reflexive Person=first Number=plural Case=terminative Owned_Number=plural | 1 |  |
Px1-pw | Pronoun Type=reflexive Person=first Number=plural Case=essive | 1 |  |
Px1-pw----------s | Pronoun Type=reflexive Person=first Number=plural Case=essive Owned_Number=singular | 1 |  |
Px1-pw----------p | Pronoun Type=reflexive Person=first Number=plural Case=essive Owned_Number=plural | 1 |  |
Px1-pm | Pronoun Type=reflexive Person=first Number=plural Case=temporalis | 1 |  |
Px1-pm----------s | Pronoun Type=reflexive Person=first Number=plural Case=temporalis Owned_Number=singular | 1 |  |
Px1-pm----------p | Pronoun Type=reflexive Person=first Number=plural Case=temporalis Owned_Number=plural | 1 |  |
Px1-pc | Pronoun Type=reflexive Person=first Number=plural Case=causalis | 1 |  |
Px1-pc----------s | Pronoun Type=reflexive Person=first Number=plural Case=causalis Owned_Number=singular | 1 |  |
Px1-pc----------p | Pronoun Type=reflexive Person=first Number=plural Case=causalis Owned_Number=plural | 1 |  |
Px1-ps | Pronoun Type=reflexive Person=first Number=plural Case=sublative | 1 | magunkra/maga |
Px1-ps----------s | Pronoun Type=reflexive Person=first Number=plural Case=sublative Owned_Number=singular | 1 |  |
Px1-ps----------p | Pronoun Type=reflexive Person=first Number=plural Case=sublative Owned_Number=plural | 1 |  |
Px1-ph | Pronoun Type=reflexive Person=first Number=plural Case=delative | 1 | magunkról/maga |
Px1-ph----------s | Pronoun Type=reflexive Person=first Number=plural Case=delative Owned_Number=singular | 1 |  |
Px1-ph----------p | Pronoun Type=reflexive Person=first Number=plural Case=delative Owned_Number=plural | 1 |  |
Px1-pq | Pronoun Type=reflexive Person=first Number=plural Case=sociative | 1 |  |
Px1-pq----------s | Pronoun Type=reflexive Person=first Number=plural Case=sociative Owned_Number=singular | 1 |  |
Px1-pq----------p | Pronoun Type=reflexive Person=first Number=plural Case=sociative Owned_Number=plural | 1 |  |
Px1-py | Pronoun Type=reflexive Person=first Number=plural Case=factive | 1 |  |
Px1-py----------s | Pronoun Type=reflexive Person=first Number=plural Case=factive Owned_Number=singular | 1 |  |
Px1-py----------p | Pronoun Type=reflexive Person=first Number=plural Case=factive Owned_Number=plural | 1 |  |
Px1-pp | Pronoun Type=reflexive Person=first Number=plural Case=superessive | 1 |  |
Px1-pp----------s | Pronoun Type=reflexive Person=first Number=plural Case=superessive Owned_Number=singular | 1 |  |
Px1-pp----------p | Pronoun Type=reflexive Person=first Number=plural Case=superessive Owned_Number=plural | 1 |  |
Px1-pu | Pronoun Type=reflexive Person=first Number=plural Case=distributive | 1 |  |
Px1-pu----------s | Pronoun Type=reflexive Person=first Number=plural Case=distributive Owned_Number=singular | 1 |  |
Px1-pu----------p | Pronoun Type=reflexive Person=first Number=plural Case=distributive Owned_Number=plural | 1 |  |
Px1-pf | Pronoun Type=reflexive Person=first Number=plural Case=essive-formal | 1 |  |
Px1-pf----------s | Pronoun Type=reflexive Person=first Number=plural Case=essive-formal Owned_Number=singular | 1 |  |
Px1-pf----------p | Pronoun Type=reflexive Person=first Number=plural Case=essive-formal Owned_Number=plural | 1 |  |
Px2-sn | Pronoun Type=reflexive Person=second Number=singular Case=nominative | 2 | önmagad, magad/maga |
Px2-sn----------s | Pronoun Type=reflexive Person=second Number=singular Case=nominative Owned_Number=singular | 1 |  |
Px2-sn----------p | Pronoun Type=reflexive Person=second Number=singular Case=nominative Owned_Number=plural | 1 |  |
Px2-sg | Pronoun Type=reflexive Person=second Number=singular Case=genitive | 1 |  |
Px2-sg----------s | Pronoun Type=reflexive Person=second Number=singular Case=genitive Owned_Number=singular | 1 |  |
Px2-sg----------p | Pronoun Type=reflexive Person=second Number=singular Case=genitive Owned_Number=plural | 1 |  |
Px2-sd | Pronoun Type=reflexive Person=second Number=singular Case=dative | 1 | magadnak/maga |
Px2-sd----------s | Pronoun Type=reflexive Person=second Number=singular Case=dative Owned_Number=singular | 1 |  |
Px2-sd----------p | Pronoun Type=reflexive Person=second Number=singular Case=dative Owned_Number=plural | 1 |  |
Px2-sa | Pronoun Type=reflexive Person=second Number=singular Case=accusative | 1 | magadat/maga |
Px2-sa----------s | Pronoun Type=reflexive Person=second Number=singular Case=accusative Owned_Number=singular | 1 |  |
Px2-sa----------p | Pronoun Type=reflexive Person=second Number=singular Case=accusative Owned_Number=plural | 1 |  |
Px2-si | Pronoun Type=reflexive Person=second Number=singular Case=instrumental | 1 | magaddal/maga |
Px2-si----------s | Pronoun Type=reflexive Person=second Number=singular Case=instrumental Owned_Number=singular | 1 |  |
Px2-si----------p | Pronoun Type=reflexive Person=second Number=singular Case=instrumental Owned_Number=plural | 1 |  |
Px2-sx | Pronoun Type=reflexive Person=second Number=singular Case=illative | 1 |  |
Px2-sx----------s | Pronoun Type=reflexive Person=second Number=singular Case=illative Owned_Number=singular | 1 |  |
Px2-sx----------p | Pronoun Type=reflexive Person=second Number=singular Case=illative Owned_Number=plural | 1 |  |
Px2-s2 | Pronoun Type=reflexive Person=second Number=singular Case=inessive | 1 | magadban/maga |
Px2-s2----------s | Pronoun Type=reflexive Person=second Number=singular Case=inessive Owned_Number=singular | 1 |  |
Px2-s2----------p | Pronoun Type=reflexive Person=second Number=singular Case=inessive Owned_Number=plural | 1 |  |
Px2-se | Pronoun Type=reflexive Person=second Number=singular Case=elative | 1 | magadból/maga |
Px2-se----------s | Pronoun Type=reflexive Person=second Number=singular Case=elative Owned_Number=singular | 1 |  |
Px2-se----------p | Pronoun Type=reflexive Person=second Number=singular Case=elative Owned_Number=plural | 1 |  |
Px2-st | Pronoun Type=reflexive Person=second Number=singular Case=allative | 1 |  |
Px2-st----------s | Pronoun Type=reflexive Person=second Number=singular Case=allative Owned_Number=singular | 1 |  |
Px2-st----------p | Pronoun Type=reflexive Person=second Number=singular Case=allative Owned_Number=plural | 1 |  |
Px2-s3 | Pronoun Type=reflexive Person=second Number=singular Case=adessive | 1 |  |
Px2-s3----------s | Pronoun Type=reflexive Person=second Number=singular Case=adessive Owned_Number=singular | 1 |  |
Px2-s3----------p | Pronoun Type=reflexive Person=second Number=singular Case=adessive Owned_Number=plural | 1 |  |
Px2-sb | Pronoun Type=reflexive Person=second Number=singular Case=ablative | 1 |  |
Px2-sb----------s | Pronoun Type=reflexive Person=second Number=singular Case=ablative Owned_Number=singular | 1 |  |
Px2-sb----------p | Pronoun Type=reflexive Person=second Number=singular Case=ablative Owned_Number=plural | 1 |  |
Px2-s9 | Pronoun Type=reflexive Person=second Number=singular Case=terminative | 1 |  |
Px2-s9----------s | Pronoun Type=reflexive Person=second Number=singular Case=terminative Owned_Number=singular | 1 |  |
Px2-s9----------p | Pronoun Type=reflexive Person=second Number=singular Case=terminative Owned_Number=plural | 1 |  |
Px2-sw | Pronoun Type=reflexive Person=second Number=singular Case=essive | 1 |  |
Px2-sw----------s | Pronoun Type=reflexive Person=second Number=singular Case=essive Owned_Number=singular | 1 |  |
Px2-sw----------p | Pronoun Type=reflexive Person=second Number=singular Case=essive Owned_Number=plural | 1 |  |
Px2-sm | Pronoun Type=reflexive Person=second Number=singular Case=temporalis | 1 |  |
Px2-sm----------s | Pronoun Type=reflexive Person=second Number=singular Case=temporalis Owned_Number=singular | 1 |  |
Px2-sm----------p | Pronoun Type=reflexive Person=second Number=singular Case=temporalis Owned_Number=plural | 1 |  |
Px2-sc | Pronoun Type=reflexive Person=second Number=singular Case=causalis | 1 |  |
Px2-sc----------s | Pronoun Type=reflexive Person=second Number=singular Case=causalis Owned_Number=singular | 1 |  |
Px2-sc----------p | Pronoun Type=reflexive Person=second Number=singular Case=causalis Owned_Number=plural | 1 |  |
Px2-ss | Pronoun Type=reflexive Person=second Number=singular Case=sublative | 1 |  |
Px2-ss----------s | Pronoun Type=reflexive Person=second Number=singular Case=sublative Owned_Number=singular | 1 |  |
Px2-ss----------p | Pronoun Type=reflexive Person=second Number=singular Case=sublative Owned_Number=plural | 1 |  |
Px2-sh | Pronoun Type=reflexive Person=second Number=singular Case=delative | 1 |  |
Px2-sh----------s | Pronoun Type=reflexive Person=second Number=singular Case=delative Owned_Number=singular | 1 |  |
Px2-sh----------p | Pronoun Type=reflexive Person=second Number=singular Case=delative Owned_Number=plural | 1 |  |
Px2-sq | Pronoun Type=reflexive Person=second Number=singular Case=sociative | 1 |  |
Px2-sq----------s | Pronoun Type=reflexive Person=second Number=singular Case=sociative Owned_Number=singular | 1 |  |
Px2-sq----------p | Pronoun Type=reflexive Person=second Number=singular Case=sociative Owned_Number=plural | 1 |  |
Px2-sy | Pronoun Type=reflexive Person=second Number=singular Case=factive | 1 |  |
Px2-sy----------s | Pronoun Type=reflexive Person=second Number=singular Case=factive Owned_Number=singular | 1 |  |
Px2-sy----------p | Pronoun Type=reflexive Person=second Number=singular Case=factive Owned_Number=plural | 1 |  |
Px2-sp | Pronoun Type=reflexive Person=second Number=singular Case=superessive | 1 |  |
Px2-sp----------s | Pronoun Type=reflexive Person=second Number=singular Case=superessive Owned_Number=singular | 1 |  |
Px2-sp----------p | Pronoun Type=reflexive Person=second Number=singular Case=superessive Owned_Number=plural | 1 |  |
Px2-su | Pronoun Type=reflexive Person=second Number=singular Case=distributive | 1 |  |
Px2-su----------s | Pronoun Type=reflexive Person=second Number=singular Case=distributive Owned_Number=singular | 1 |  |
Px2-su----------p | Pronoun Type=reflexive Person=second Number=singular Case=distributive Owned_Number=plural | 1 |  |
Px2-sf | Pronoun Type=reflexive Person=second Number=singular Case=essive-formal | 1 |  |
Px2-sf----------s | Pronoun Type=reflexive Person=second Number=singular Case=essive-formal Owned_Number=singular | 1 |  |
Px2-sf----------p | Pronoun Type=reflexive Person=second Number=singular Case=essive-formal Owned_Number=plural | 1 |  |
Px2-pn | Pronoun Type=reflexive Person=second Number=plural Case=nominative | 1 |  |
Px2-pn----------s | Pronoun Type=reflexive Person=second Number=plural Case=nominative Owned_Number=singular | 1 |  |
Px2-pn----------p | Pronoun Type=reflexive Person=second Number=plural Case=nominative Owned_Number=plural | 1 |  |
Px2-pg | Pronoun Type=reflexive Person=second Number=plural Case=genitive | 1 |  |
Px2-pg----------s | Pronoun Type=reflexive Person=second Number=plural Case=genitive Owned_Number=singular | 1 |  |
Px2-pg----------p | Pronoun Type=reflexive Person=second Number=plural Case=genitive Owned_Number=plural | 1 |  |
Px2-pd | Pronoun Type=reflexive Person=second Number=plural Case=dative | 1 |  |
Px2-pd----------s | Pronoun Type=reflexive Person=second Number=plural Case=dative Owned_Number=singular | 1 |  |
Px2-pd----------p | Pronoun Type=reflexive Person=second Number=plural Case=dative Owned_Number=plural | 1 |  |
Px2-pa | Pronoun Type=reflexive Person=second Number=plural Case=accusative | 1 | magatokat/maga |
Px2-pa----------s | Pronoun Type=reflexive Person=second Number=plural Case=accusative Owned_Number=singular | 1 |  |
Px2-pa----------p | Pronoun Type=reflexive Person=second Number=plural Case=accusative Owned_Number=plural | 1 |  |
Px2-pi | Pronoun Type=reflexive Person=second Number=plural Case=instrumental | 1 |  |
Px2-pi----------s | Pronoun Type=reflexive Person=second Number=plural Case=instrumental Owned_Number=singular | 1 |  |
Px2-pi----------p | Pronoun Type=reflexive Person=second Number=plural Case=instrumental Owned_Number=plural | 1 |  |
Px2-px | Pronoun Type=reflexive Person=second Number=plural Case=illative | 1 |  |
Px2-px----------s | Pronoun Type=reflexive Person=second Number=plural Case=illative Owned_Number=singular | 1 |  |
Px2-px----------p | Pronoun Type=reflexive Person=second Number=plural Case=illative Owned_Number=plural | 1 |  |
Px2-p2 | Pronoun Type=reflexive Person=second Number=plural Case=inessive | 1 |  |
Px2-p2----------s | Pronoun Type=reflexive Person=second Number=plural Case=inessive Owned_Number=singular | 1 |  |
Px2-p2----------p | Pronoun Type=reflexive Person=second Number=plural Case=inessive Owned_Number=plural | 1 |  |
Px2-pe | Pronoun Type=reflexive Person=second Number=plural Case=elative | 1 |  |
Px2-pe----------s | Pronoun Type=reflexive Person=second Number=plural Case=elative Owned_Number=singular | 1 |  |
Px2-pe----------p | Pronoun Type=reflexive Person=second Number=plural Case=elative Owned_Number=plural | 1 |  |
Px2-pt | Pronoun Type=reflexive Person=second Number=plural Case=allative | 1 |  |
Px2-pt----------s | Pronoun Type=reflexive Person=second Number=plural Case=allative Owned_Number=singular | 1 |  |
Px2-pt----------p | Pronoun Type=reflexive Person=second Number=plural Case=allative Owned_Number=plural | 1 |  |
Px2-p3 | Pronoun Type=reflexive Person=second Number=plural Case=adessive | 1 |  |
Px2-p3----------s | Pronoun Type=reflexive Person=second Number=plural Case=adessive Owned_Number=singular | 1 |  |
Px2-p3----------p | Pronoun Type=reflexive Person=second Number=plural Case=adessive Owned_Number=plural | 1 |  |
Px2-pb | Pronoun Type=reflexive Person=second Number=plural Case=ablative | 1 |  |
Px2-pb----------s | Pronoun Type=reflexive Person=second Number=plural Case=ablative Owned_Number=singular | 1 |  |
Px2-pb----------p | Pronoun Type=reflexive Person=second Number=plural Case=ablative Owned_Number=plural | 1 |  |
Px2-p9 | Pronoun Type=reflexive Person=second Number=plural Case=terminative | 1 |  |
Px2-p9----------s | Pronoun Type=reflexive Person=second Number=plural Case=terminative Owned_Number=singular | 1 |  |
Px2-p9----------p | Pronoun Type=reflexive Person=second Number=plural Case=terminative Owned_Number=plural | 1 |  |
Px2-pw | Pronoun Type=reflexive Person=second Number=plural Case=essive | 1 |  |
Px2-pw----------s | Pronoun Type=reflexive Person=second Number=plural Case=essive Owned_Number=singular | 1 |  |
Px2-pw----------p | Pronoun Type=reflexive Person=second Number=plural Case=essive Owned_Number=plural | 1 |  |
Px2-pm | Pronoun Type=reflexive Person=second Number=plural Case=temporalis | 1 |  |
Px2-pm----------s | Pronoun Type=reflexive Person=second Number=plural Case=temporalis Owned_Number=singular | 1 |  |
Px2-pm----------p | Pronoun Type=reflexive Person=second Number=plural Case=temporalis Owned_Number=plural | 1 |  |
Px2-pc | Pronoun Type=reflexive Person=second Number=plural Case=causalis | 1 |  |
Px2-pc----------s | Pronoun Type=reflexive Person=second Number=plural Case=causalis Owned_Number=singular | 1 |  |
Px2-pc----------p | Pronoun Type=reflexive Person=second Number=plural Case=causalis Owned_Number=plural | 1 |  |
Px2-ps | Pronoun Type=reflexive Person=second Number=plural Case=sublative | 1 |  |
Px2-ps----------s | Pronoun Type=reflexive Person=second Number=plural Case=sublative Owned_Number=singular | 1 |  |
Px2-ps----------p | Pronoun Type=reflexive Person=second Number=plural Case=sublative Owned_Number=plural | 1 |  |
Px2-ph | Pronoun Type=reflexive Person=second Number=plural Case=delative | 1 |  |
Px2-ph----------s | Pronoun Type=reflexive Person=second Number=plural Case=delative Owned_Number=singular | 1 |  |
Px2-ph----------p | Pronoun Type=reflexive Person=second Number=plural Case=delative Owned_Number=plural | 1 |  |
Px2-pq | Pronoun Type=reflexive Person=second Number=plural Case=sociative | 1 |  |
Px2-pq----------s | Pronoun Type=reflexive Person=second Number=plural Case=sociative Owned_Number=singular | 1 |  |
Px2-pq----------p | Pronoun Type=reflexive Person=second Number=plural Case=sociative Owned_Number=plural | 1 |  |
Px2-py | Pronoun Type=reflexive Person=second Number=plural Case=factive | 1 |  |
Px2-py----------s | Pronoun Type=reflexive Person=second Number=plural Case=factive Owned_Number=singular | 1 |  |
Px2-py----------p | Pronoun Type=reflexive Person=second Number=plural Case=factive Owned_Number=plural | 1 |  |
Px2-pp | Pronoun Type=reflexive Person=second Number=plural Case=superessive | 1 |  |
Px2-pp----------s | Pronoun Type=reflexive Person=second Number=plural Case=superessive Owned_Number=singular | 1 |  |
Px2-pp----------p | Pronoun Type=reflexive Person=second Number=plural Case=superessive Owned_Number=plural | 1 |  |
Px2-pu | Pronoun Type=reflexive Person=second Number=plural Case=distributive | 1 |  |
Px2-pu----------s | Pronoun Type=reflexive Person=second Number=plural Case=distributive Owned_Number=singular | 1 |  |
Px2-pu----------p | Pronoun Type=reflexive Person=second Number=plural Case=distributive Owned_Number=plural | 1 |  |
Px2-pf | Pronoun Type=reflexive Person=second Number=plural Case=essive-formal | 1 |  |
Px2-pf----------s | Pronoun Type=reflexive Person=second Number=plural Case=essive-formal Owned_Number=singular | 1 |  |
Px2-pf----------p | Pronoun Type=reflexive Person=second Number=plural Case=essive-formal Owned_Number=plural | 1 |  |
Px3-sn | Pronoun Type=reflexive Person=third Number=singular Case=nominative | 3 | önmaga, maga, egymaga |
Px3-sn----------s | Pronoun Type=reflexive Person=third Number=singular Case=nominative Owned_Number=singular | 1 | magáé/maga |
Px3-sn----------p | Pronoun Type=reflexive Person=third Number=singular Case=nominative Owned_Number=plural | 1 |  |
Px3-sg | Pronoun Type=reflexive Person=third Number=singular Case=genitive | 1 |  |
Px3-sg----------s | Pronoun Type=reflexive Person=third Number=singular Case=genitive Owned_Number=singular | 1 |  |
Px3-sg----------p | Pronoun Type=reflexive Person=third Number=singular Case=genitive Owned_Number=plural | 1 |  |
Px3-sd | Pronoun Type=reflexive Person=third Number=singular Case=dative | 2 | önmagának/önmaga, magának/maga |
Px3-sd----------s | Pronoun Type=reflexive Person=third Number=singular Case=dative Owned_Number=singular | 1 | magáénak/maga |
Px3-sd----------p | Pronoun Type=reflexive Person=third Number=singular Case=dative Owned_Number=plural | 1 |  |
Px3-sa | Pronoun Type=reflexive Person=third Number=singular Case=accusative | 2 | önmagát/önmaga, magát/maga |
Px3-sa----------s | Pronoun Type=reflexive Person=third Number=singular Case=accusative Owned_Number=singular | 1 | magáét/maga |
Px3-sa----------p | Pronoun Type=reflexive Person=third Number=singular Case=accusative Owned_Number=plural | 1 |  |
Px3-si | Pronoun Type=reflexive Person=third Number=singular Case=instrumental | 2 | önmagával/önmaga, magával/maga |
Px3-si----------s | Pronoun Type=reflexive Person=third Number=singular Case=instrumental Owned_Number=singular | 1 |  |
Px3-si----------p | Pronoun Type=reflexive Person=third Number=singular Case=instrumental Owned_Number=plural | 1 |  |
Px3-sx | Pronoun Type=reflexive Person=third Number=singular Case=illative | 3 | önmagukba/önmaguk, önmagába/önmaga, magába/maga |
Px3-sx----------s | Pronoun Type=reflexive Person=third Number=singular Case=illative Owned_Number=singular | 1 |  |
Px3-sx----------p | Pronoun Type=reflexive Person=third Number=singular Case=illative Owned_Number=plural | 1 |  |
Px3-s2 | Pronoun Type=reflexive Person=third Number=singular Case=inessive | 3 | önmagukban/önmaguk, önmagában/önmaga, magában/maga |
Px3-s2----------s | Pronoun Type=reflexive Person=third Number=singular Case=inessive Owned_Number=singular | 1 |  |
Px3-s2----------p | Pronoun Type=reflexive Person=third Number=singular Case=inessive Owned_Number=plural | 1 |  |
Px3-se | Pronoun Type=reflexive Person=third Number=singular Case=elative | 1 | magából/maga |
Px3-se----------s | Pronoun Type=reflexive Person=third Number=singular Case=elative Owned_Number=singular | 1 |  |
Px3-se----------p | Pronoun Type=reflexive Person=third Number=singular Case=elative Owned_Number=plural | 1 |  |
Px3-st | Pronoun Type=reflexive Person=third Number=singular Case=allative | 1 | magához/maga |
Px3-st----------s | Pronoun Type=reflexive Person=third Number=singular Case=allative Owned_Number=singular | 1 |  |
Px3-st----------p | Pronoun Type=reflexive Person=third Number=singular Case=allative Owned_Number=plural | 1 |  |
Px3-s3 | Pronoun Type=reflexive Person=third Number=singular Case=adessive | 1 |  |
Px3-s3----------s | Pronoun Type=reflexive Person=third Number=singular Case=adessive Owned_Number=singular | 1 |  |
Px3-s3----------p | Pronoun Type=reflexive Person=third Number=singular Case=adessive Owned_Number=plural | 1 |  |
Px3-sb | Pronoun Type=reflexive Person=third Number=singular Case=ablative | 2 | önmagától/önmaga, magától/maga |
Px3-sb----------s | Pronoun Type=reflexive Person=third Number=singular Case=ablative Owned_Number=singular | 1 |  |
Px3-sb----------p | Pronoun Type=reflexive Person=third Number=singular Case=ablative Owned_Number=plural | 1 |  |
Px3-s9 | Pronoun Type=reflexive Person=third Number=singular Case=terminative | 1 |  |
Px3-s9----------s | Pronoun Type=reflexive Person=third Number=singular Case=terminative Owned_Number=singular | 1 |  |
Px3-s9----------p | Pronoun Type=reflexive Person=third Number=singular Case=terminative Owned_Number=plural | 1 |  |
Px3-sw | Pronoun Type=reflexive Person=third Number=singular Case=essive | 1 |  |
Px3-sw----------s | Pronoun Type=reflexive Person=third Number=singular Case=essive Owned_Number=singular | 1 |  |
Px3-sw----------p | Pronoun Type=reflexive Person=third Number=singular Case=essive Owned_Number=plural | 1 |  |
Px3-sm | Pronoun Type=reflexive Person=third Number=singular Case=temporalis | 1 |  |
Px3-sm----------s | Pronoun Type=reflexive Person=third Number=singular Case=temporalis Owned_Number=singular | 1 |  |
Px3-sm----------p | Pronoun Type=reflexive Person=third Number=singular Case=temporalis Owned_Number=plural | 1 |  |
Px3-sc | Pronoun Type=reflexive Person=third Number=singular Case=causalis | 2 | önmagáért/önmaga, magáért/maga |
Px3-sc----------s | Pronoun Type=reflexive Person=third Number=singular Case=causalis Owned_Number=singular | 1 |  |
Px3-sc----------p | Pronoun Type=reflexive Person=third Number=singular Case=causalis Owned_Number=plural | 1 |  |
Px3-ss | Pronoun Type=reflexive Person=third Number=singular Case=sublative | 1 | magára/maga |
Px3-ss----------s | Pronoun Type=reflexive Person=third Number=singular Case=sublative Owned_Number=singular | 1 |  |
Px3-ss----------p | Pronoun Type=reflexive Person=third Number=singular Case=sublative Owned_Number=plural | 1 |  |
Px3-sh | Pronoun Type=reflexive Person=third Number=singular Case=delative | 2 | önmagáról/önmaga, magáról/maga |
Px3-sh----------s | Pronoun Type=reflexive Person=third Number=singular Case=delative Owned_Number=singular | 1 |  |
Px3-sh----------p | Pronoun Type=reflexive Person=third Number=singular Case=delative Owned_Number=plural | 1 |  |
Px3-sq | Pronoun Type=reflexive Person=third Number=singular Case=sociative | 1 |  |
Px3-sq----------s | Pronoun Type=reflexive Person=third Number=singular Case=sociative Owned_Number=singular | 1 |  |
Px3-sq----------p | Pronoun Type=reflexive Person=third Number=singular Case=sociative Owned_Number=plural | 1 |  |
Px3-sy | Pronoun Type=reflexive Person=third Number=singular Case=factive | 1 | önmagává/önmaga |
Px3-sy----------s | Pronoun Type=reflexive Person=third Number=singular Case=factive Owned_Number=singular | 1 |  |
Px3-sy----------p | Pronoun Type=reflexive Person=third Number=singular Case=factive Owned_Number=plural | 1 |  |
Px3-sp | Pronoun Type=reflexive Person=third Number=singular Case=superessive | 2 | önmagán/önmaga, magán/maga |
Px3-sp----------s | Pronoun Type=reflexive Person=third Number=singular Case=superessive Owned_Number=singular | 1 |  |
Px3-sp----------p | Pronoun Type=reflexive Person=third Number=singular Case=superessive Owned_Number=plural | 1 |  |
Px3-su | Pronoun Type=reflexive Person=third Number=singular Case=distributive | 1 |  |
Px3-su----------s | Pronoun Type=reflexive Person=third Number=singular Case=distributive Owned_Number=singular | 1 |  |
Px3-su----------p | Pronoun Type=reflexive Person=third Number=singular Case=distributive Owned_Number=plural | 1 |  |
Px3-sf | Pronoun Type=reflexive Person=third Number=singular Case=essive-formal | 1 |  |
Px3-sf----------s | Pronoun Type=reflexive Person=third Number=singular Case=essive-formal Owned_Number=singular | 1 |  |
Px3-sf----------p | Pronoun Type=reflexive Person=third Number=singular Case=essive-formal Owned_Number=plural | 1 |  |
Px3-pn | Pronoun Type=reflexive Person=third Number=plural Case=nominative | 2 | önmaguk, maguk/maga |
Px3-pn----------s | Pronoun Type=reflexive Person=third Number=plural Case=nominative Owned_Number=singular | 1 |  |
Px3-pn----------p | Pronoun Type=reflexive Person=third Number=plural Case=nominative Owned_Number=plural | 1 |  |
Px3-pg | Pronoun Type=reflexive Person=third Number=plural Case=genitive | 1 |  |
Px3-pg----------s | Pronoun Type=reflexive Person=third Number=plural Case=genitive Owned_Number=singular | 1 |  |
Px3-pg----------p | Pronoun Type=reflexive Person=third Number=plural Case=genitive Owned_Number=plural | 1 |  |
Px3-pd | Pronoun Type=reflexive Person=third Number=plural Case=dative | 1 | maguknak/maga |
Px3-pd----------s | Pronoun Type=reflexive Person=third Number=plural Case=dative Owned_Number=singular | 1 | magukénak/maga |
Px3-pd----------p | Pronoun Type=reflexive Person=third Number=plural Case=dative Owned_Number=plural | 1 |  |
Px3-pa | Pronoun Type=reflexive Person=third Number=plural Case=accusative | 2 | önmagukat/önmaguk, magukat/maga |
Px3-pa----------s | Pronoun Type=reflexive Person=third Number=plural Case=accusative Owned_Number=singular | 1 | magukét/maga |
Px3-pa----------p | Pronoun Type=reflexive Person=third Number=plural Case=accusative Owned_Number=plural | 1 | magukéit/maga |
Px3-pi | Pronoun Type=reflexive Person=third Number=plural Case=instrumental | 1 | magukkal/maga |
Px3-pi----------s | Pronoun Type=reflexive Person=third Number=plural Case=instrumental Owned_Number=singular | 1 |  |
Px3-pi----------p | Pronoun Type=reflexive Person=third Number=plural Case=instrumental Owned_Number=plural | 1 |  |
Px3-px | Pronoun Type=reflexive Person=third Number=plural Case=illative | 1 | magukba/maga |
Px3-px----------s | Pronoun Type=reflexive Person=third Number=plural Case=illative Owned_Number=singular | 1 |  |
Px3-px----------p | Pronoun Type=reflexive Person=third Number=plural Case=illative Owned_Number=plural | 1 |  |
Px3-p2 | Pronoun Type=reflexive Person=third Number=plural Case=inessive | 1 | magukban/maga |
Px3-p2----------s | Pronoun Type=reflexive Person=third Number=plural Case=inessive Owned_Number=singular | 1 |  |
Px3-p2----------p | Pronoun Type=reflexive Person=third Number=plural Case=inessive Owned_Number=plural | 1 |  |
Px3-pe | Pronoun Type=reflexive Person=third Number=plural Case=elative | 1 |  |
Px3-pe----------s | Pronoun Type=reflexive Person=third Number=plural Case=elative Owned_Number=singular | 1 |  |
Px3-pe----------p | Pronoun Type=reflexive Person=third Number=plural Case=elative Owned_Number=plural | 1 |  |
Px3-pt | Pronoun Type=reflexive Person=third Number=plural Case=allative | 1 | magukhoz/maga |
Px3-pt----------s | Pronoun Type=reflexive Person=third Number=plural Case=allative Owned_Number=singular | 1 | magukéhoz/maga |
Px3-pt----------p | Pronoun Type=reflexive Person=third Number=plural Case=allative Owned_Number=plural | 1 |  |
Px3-p3 | Pronoun Type=reflexive Person=third Number=plural Case=adessive | 1 | maguknál/maga |
Px3-p3----------s | Pronoun Type=reflexive Person=third Number=plural Case=adessive Owned_Number=singular | 1 |  |
Px3-p3----------p | Pronoun Type=reflexive Person=third Number=plural Case=adessive Owned_Number=plural | 1 |  |
Px3-pb | Pronoun Type=reflexive Person=third Number=plural Case=ablative | 1 | maguktól/maga |
Px3-pb----------s | Pronoun Type=reflexive Person=third Number=plural Case=ablative Owned_Number=singular | 1 |  |
Px3-pb----------p | Pronoun Type=reflexive Person=third Number=plural Case=ablative Owned_Number=plural | 1 |  |
Px3-p9 | Pronoun Type=reflexive Person=third Number=plural Case=terminative | 1 |  |
Px3-p9----------s | Pronoun Type=reflexive Person=third Number=plural Case=terminative Owned_Number=singular | 1 |  |
Px3-p9----------p | Pronoun Type=reflexive Person=third Number=plural Case=terminative Owned_Number=plural | 1 |  |
Px3-pw | Pronoun Type=reflexive Person=third Number=plural Case=essive | 1 |  |
Px3-pw----------s | Pronoun Type=reflexive Person=third Number=plural Case=essive Owned_Number=singular | 1 |  |
Px3-pw----------p | Pronoun Type=reflexive Person=third Number=plural Case=essive Owned_Number=plural | 1 |  |
Px3-pm | Pronoun Type=reflexive Person=third Number=plural Case=temporalis | 1 |  |
Px3-pm----------s | Pronoun Type=reflexive Person=third Number=plural Case=temporalis Owned_Number=singular | 1 |  |
Px3-pm----------p | Pronoun Type=reflexive Person=third Number=plural Case=temporalis Owned_Number=plural | 1 |  |
Px3-pc | Pronoun Type=reflexive Person=third Number=plural Case=causalis | 1 |  |
Px3-pc----------s | Pronoun Type=reflexive Person=third Number=plural Case=causalis Owned_Number=singular | 1 |  |
Px3-pc----------p | Pronoun Type=reflexive Person=third Number=plural Case=causalis Owned_Number=plural | 1 |  |
Px3-ps | Pronoun Type=reflexive Person=third Number=plural Case=sublative | 1 | magukra/maga |
Px3-ps----------s | Pronoun Type=reflexive Person=third Number=plural Case=sublative Owned_Number=singular | 1 |  |
Px3-ps----------p | Pronoun Type=reflexive Person=third Number=plural Case=sublative Owned_Number=plural | 1 |  |
Px3-ph | Pronoun Type=reflexive Person=third Number=plural Case=delative | 1 | magukról/maga |
Px3-ph----------s | Pronoun Type=reflexive Person=third Number=plural Case=delative Owned_Number=singular | 1 |  |
Px3-ph----------p | Pronoun Type=reflexive Person=third Number=plural Case=delative Owned_Number=plural | 1 |  |
Px3-pq | Pronoun Type=reflexive Person=third Number=plural Case=sociative | 1 |  |
Px3-pq----------s | Pronoun Type=reflexive Person=third Number=plural Case=sociative Owned_Number=singular | 1 |  |
Px3-pq----------p | Pronoun Type=reflexive Person=third Number=plural Case=sociative Owned_Number=plural | 1 |  |
Px3-py | Pronoun Type=reflexive Person=third Number=plural Case=factive | 1 |  |
Px3-py----------s | Pronoun Type=reflexive Person=third Number=plural Case=factive Owned_Number=singular | 1 | magukévá/maga |
Px3-py----------p | Pronoun Type=reflexive Person=third Number=plural Case=factive Owned_Number=plural | 1 |  |
Px3-pp | Pronoun Type=reflexive Person=third Number=plural Case=superessive | 1 | magukon/maga |
Px3-pp----------s | Pronoun Type=reflexive Person=third Number=plural Case=superessive Owned_Number=singular | 1 |  |
Px3-pp----------p | Pronoun Type=reflexive Person=third Number=plural Case=superessive Owned_Number=plural | 1 |  |
Px3-pu | Pronoun Type=reflexive Person=third Number=plural Case=distributive | 1 |  |
Px3-pu----------s | Pronoun Type=reflexive Person=third Number=plural Case=distributive Owned_Number=singular | 1 |  |
Px3-pu----------p | Pronoun Type=reflexive Person=third Number=plural Case=distributive Owned_Number=plural | 1 |  |
Px3-pf | Pronoun Type=reflexive Person=third Number=plural Case=essive-formal | 1 |  |
Px3-pf----------s | Pronoun Type=reflexive Person=third Number=plural Case=essive-formal Owned_Number=singular | 1 |  |
Px3-pf----------p | Pronoun Type=reflexive Person=third Number=plural Case=essive-formal Owned_Number=plural | 1 |  |
Py3-sn | Pronoun Type=reciprocal Person=third Number=singular Case=nominative | 1 | egymás |
Py3-sn----------s | Pronoun Type=reciprocal Person=third Number=singular Case=nominative Owned_Number=singular | 1 |  |
Py3-sn----------p | Pronoun Type=reciprocal Person=third Number=singular Case=nominative Owned_Number=plural | 1 |  |
Py3-sg | Pronoun Type=reciprocal Person=third Number=singular Case=genitive | 1 |  |
Py3-sg----------s | Pronoun Type=reciprocal Person=third Number=singular Case=genitive Owned_Number=singular | 1 |  |
Py3-sg----------p | Pronoun Type=reciprocal Person=third Number=singular Case=genitive Owned_Number=plural | 1 |  |
Py3-sd | Pronoun Type=reciprocal Person=third Number=singular Case=dative | 1 | egymásnak/egymás |
Py3-sd----------s | Pronoun Type=reciprocal Person=third Number=singular Case=dative Owned_Number=singular | 1 |  |
Py3-sd----------p | Pronoun Type=reciprocal Person=third Number=singular Case=dative Owned_Number=plural | 1 |  |
Py3-sa | Pronoun Type=reciprocal Person=third Number=singular Case=accusative | 1 | egymást/egymás |
Py3-sa----------s | Pronoun Type=reciprocal Person=third Number=singular Case=accusative Owned_Number=singular | 1 |  |
Py3-sa----------p | Pronoun Type=reciprocal Person=third Number=singular Case=accusative Owned_Number=plural | 1 |  |
Py3-si | Pronoun Type=reciprocal Person=third Number=singular Case=instrumental | 1 | egymással/egymás |
Py3-si----------s | Pronoun Type=reciprocal Person=third Number=singular Case=instrumental Owned_Number=singular | 1 |  |
Py3-si----------p | Pronoun Type=reciprocal Person=third Number=singular Case=instrumental Owned_Number=plural | 1 |  |
Py3-sx | Pronoun Type=reciprocal Person=third Number=singular Case=illative | 1 | egymásba/egymás |
Py3-sx----------s | Pronoun Type=reciprocal Person=third Number=singular Case=illative Owned_Number=singular | 1 |  |
Py3-sx----------p | Pronoun Type=reciprocal Person=third Number=singular Case=illative Owned_Number=plural | 1 |  |
Py3-s2 | Pronoun Type=reciprocal Person=third Number=singular Case=inessive | 1 |  |
Py3-s2----------s | Pronoun Type=reciprocal Person=third Number=singular Case=inessive Owned_Number=singular | 1 |  |
Py3-s2----------p | Pronoun Type=reciprocal Person=third Number=singular Case=inessive Owned_Number=plural | 1 |  |
Py3-se | Pronoun Type=reciprocal Person=third Number=singular Case=elative | 1 |  |
Py3-se----------s | Pronoun Type=reciprocal Person=third Number=singular Case=elative Owned_Number=singular | 1 |  |
Py3-se----------p | Pronoun Type=reciprocal Person=third Number=singular Case=elative Owned_Number=plural | 1 |  |
Py3-st | Pronoun Type=reciprocal Person=third Number=singular Case=allative | 1 | egymáshoz/egymás |
Py3-st----------s | Pronoun Type=reciprocal Person=third Number=singular Case=allative Owned_Number=singular | 1 |  |
Py3-st----------p | Pronoun Type=reciprocal Person=third Number=singular Case=allative Owned_Number=plural | 1 |  |
Py3-s3 | Pronoun Type=reciprocal Person=third Number=singular Case=adessive | 1 | egymásnál/egymás |
Py3-s3----------s | Pronoun Type=reciprocal Person=third Number=singular Case=adessive Owned_Number=singular | 1 |  |
Py3-s3----------p | Pronoun Type=reciprocal Person=third Number=singular Case=adessive Owned_Number=plural | 1 |  |
Py3-sb | Pronoun Type=reciprocal Person=third Number=singular Case=ablative | 1 | egymástól/egymás |
Py3-sb----------s | Pronoun Type=reciprocal Person=third Number=singular Case=ablative Owned_Number=singular | 1 |  |
Py3-sb----------p | Pronoun Type=reciprocal Person=third Number=singular Case=ablative Owned_Number=plural | 1 |  |
Py3-s9 | Pronoun Type=reciprocal Person=third Number=singular Case=terminative | 1 |  |
Py3-s9----------s | Pronoun Type=reciprocal Person=third Number=singular Case=terminative Owned_Number=singular | 1 |  |
Py3-s9----------p | Pronoun Type=reciprocal Person=third Number=singular Case=terminative Owned_Number=plural | 1 |  |
Py3-sw | Pronoun Type=reciprocal Person=third Number=singular Case=essive | 1 |  |
Py3-sw----------s | Pronoun Type=reciprocal Person=third Number=singular Case=essive Owned_Number=singular | 1 |  |
Py3-sw----------p | Pronoun Type=reciprocal Person=third Number=singular Case=essive Owned_Number=plural | 1 |  |
Py3-sm | Pronoun Type=reciprocal Person=third Number=singular Case=temporalis | 1 |  |
Py3-sm----------s | Pronoun Type=reciprocal Person=third Number=singular Case=temporalis Owned_Number=singular | 1 |  |
Py3-sm----------p | Pronoun Type=reciprocal Person=third Number=singular Case=temporalis Owned_Number=plural | 1 |  |
Py3-sc | Pronoun Type=reciprocal Person=third Number=singular Case=causalis | 1 |  |
Py3-sc----------s | Pronoun Type=reciprocal Person=third Number=singular Case=causalis Owned_Number=singular | 1 |  |
Py3-sc----------p | Pronoun Type=reciprocal Person=third Number=singular Case=causalis Owned_Number=plural | 1 |  |
Py3-ss | Pronoun Type=reciprocal Person=third Number=singular Case=sublative | 1 | egymásra/egymás |
Py3-ss----------s | Pronoun Type=reciprocal Person=third Number=singular Case=sublative Owned_Number=singular | 1 |  |
Py3-ss----------p | Pronoun Type=reciprocal Person=third Number=singular Case=sublative Owned_Number=plural | 1 |  |
Py3-sh | Pronoun Type=reciprocal Person=third Number=singular Case=delative | 1 | egymásról/egymás |
Py3-sh----------s | Pronoun Type=reciprocal Person=third Number=singular Case=delative Owned_Number=singular | 1 |  |
Py3-sh----------p | Pronoun Type=reciprocal Person=third Number=singular Case=delative Owned_Number=plural | 1 |  |
Py3-sq | Pronoun Type=reciprocal Person=third Number=singular Case=sociative | 1 |  |
Py3-sq----------s | Pronoun Type=reciprocal Person=third Number=singular Case=sociative Owned_Number=singular | 1 |  |
Py3-sq----------p | Pronoun Type=reciprocal Person=third Number=singular Case=sociative Owned_Number=plural | 1 |  |
Py3-sy | Pronoun Type=reciprocal Person=third Number=singular Case=factive | 1 |  |
Py3-sy----------s | Pronoun Type=reciprocal Person=third Number=singular Case=factive Owned_Number=singular | 1 |  |
Py3-sy----------p | Pronoun Type=reciprocal Person=third Number=singular Case=factive Owned_Number=plural | 1 |  |
Py3-sp | Pronoun Type=reciprocal Person=third Number=singular Case=superessive | 1 |  |
Py3-sp----------s | Pronoun Type=reciprocal Person=third Number=singular Case=superessive Owned_Number=singular | 1 |  |
Py3-sp----------p | Pronoun Type=reciprocal Person=third Number=singular Case=superessive Owned_Number=plural | 1 |  |
Py3-su | Pronoun Type=reciprocal Person=third Number=singular Case=distributive | 1 |  |
Py3-su----------s | Pronoun Type=reciprocal Person=third Number=singular Case=distributive Owned_Number=singular | 1 |  |
Py3-su----------p | Pronoun Type=reciprocal Person=third Number=singular Case=distributive Owned_Number=plural | 1 |  |
Py3-sf | Pronoun Type=reciprocal Person=third Number=singular Case=essive-formal | 1 |  |
Py3-sf----------s | Pronoun Type=reciprocal Person=third Number=singular Case=essive-formal Owned_Number=singular | 1 |  |
Py3-sf----------p | Pronoun Type=reciprocal Person=third Number=singular Case=essive-formal Owned_Number=plural | 1 |  |
Py3-pn | Pronoun Type=reciprocal Person=third Number=plural Case=nominative | 1 |  |
Py3-pn----------s | Pronoun Type=reciprocal Person=third Number=plural Case=nominative Owned_Number=singular | 1 |  |
Py3-pn----------p | Pronoun Type=reciprocal Person=third Number=plural Case=nominative Owned_Number=plural | 1 |  |
Py3-pg | Pronoun Type=reciprocal Person=third Number=plural Case=genitive | 1 |  |
Py3-pg----------s | Pronoun Type=reciprocal Person=third Number=plural Case=genitive Owned_Number=singular | 1 |  |
Py3-pg----------p | Pronoun Type=reciprocal Person=third Number=plural Case=genitive Owned_Number=plural | 1 |  |
Py3-pd | Pronoun Type=reciprocal Person=third Number=plural Case=dative | 1 |  |
Py3-pd----------s | Pronoun Type=reciprocal Person=third Number=plural Case=dative Owned_Number=singular | 1 |  |
Py3-pd----------p | Pronoun Type=reciprocal Person=third Number=plural Case=dative Owned_Number=plural | 1 |  |
Py3-pa | Pronoun Type=reciprocal Person=third Number=plural Case=accusative | 1 |  |
Py3-pa----------s | Pronoun Type=reciprocal Person=third Number=plural Case=accusative Owned_Number=singular | 1 |  |
Py3-pa----------p | Pronoun Type=reciprocal Person=third Number=plural Case=accusative Owned_Number=plural | 1 |  |
Py3-pi | Pronoun Type=reciprocal Person=third Number=plural Case=instrumental | 1 |  |
Py3-pi----------s | Pronoun Type=reciprocal Person=third Number=plural Case=instrumental Owned_Number=singular | 1 |  |
Py3-pi----------p | Pronoun Type=reciprocal Person=third Number=plural Case=instrumental Owned_Number=plural | 1 |  |
Py3-px | Pronoun Type=reciprocal Person=third Number=plural Case=illative | 1 |  |
Py3-px----------s | Pronoun Type=reciprocal Person=third Number=plural Case=illative Owned_Number=singular | 1 |  |
Py3-px----------p | Pronoun Type=reciprocal Person=third Number=plural Case=illative Owned_Number=plural | 1 |  |
Py3-p2 | Pronoun Type=reciprocal Person=third Number=plural Case=inessive | 1 |  |
Py3-p2----------s | Pronoun Type=reciprocal Person=third Number=plural Case=inessive Owned_Number=singular | 1 |  |
Py3-p2----------p | Pronoun Type=reciprocal Person=third Number=plural Case=inessive Owned_Number=plural | 1 |  |
Py3-pe | Pronoun Type=reciprocal Person=third Number=plural Case=elative | 1 |  |
Py3-pe----------s | Pronoun Type=reciprocal Person=third Number=plural Case=elative Owned_Number=singular | 1 |  |
Py3-pe----------p | Pronoun Type=reciprocal Person=third Number=plural Case=elative Owned_Number=plural | 1 |  |
Py3-pt | Pronoun Type=reciprocal Person=third Number=plural Case=allative | 1 |  |
Py3-pt----------s | Pronoun Type=reciprocal Person=third Number=plural Case=allative Owned_Number=singular | 1 |  |
Py3-pt----------p | Pronoun Type=reciprocal Person=third Number=plural Case=allative Owned_Number=plural | 1 |  |
Py3-p3 | Pronoun Type=reciprocal Person=third Number=plural Case=adessive | 1 |  |
Py3-p3----------s | Pronoun Type=reciprocal Person=third Number=plural Case=adessive Owned_Number=singular | 1 |  |
Py3-p3----------p | Pronoun Type=reciprocal Person=third Number=plural Case=adessive Owned_Number=plural | 1 |  |
Py3-pb | Pronoun Type=reciprocal Person=third Number=plural Case=ablative | 1 |  |
Py3-pb----------s | Pronoun Type=reciprocal Person=third Number=plural Case=ablative Owned_Number=singular | 1 |  |
Py3-pb----------p | Pronoun Type=reciprocal Person=third Number=plural Case=ablative Owned_Number=plural | 1 |  |
Py3-p9 | Pronoun Type=reciprocal Person=third Number=plural Case=terminative | 1 |  |
Py3-p9----------s | Pronoun Type=reciprocal Person=third Number=plural Case=terminative Owned_Number=singular | 1 |  |
Py3-p9----------p | Pronoun Type=reciprocal Person=third Number=plural Case=terminative Owned_Number=plural | 1 |  |
Py3-pw | Pronoun Type=reciprocal Person=third Number=plural Case=essive | 1 |  |
Py3-pw----------s | Pronoun Type=reciprocal Person=third Number=plural Case=essive Owned_Number=singular | 1 |  |
Py3-pw----------p | Pronoun Type=reciprocal Person=third Number=plural Case=essive Owned_Number=plural | 1 |  |
Py3-pm | Pronoun Type=reciprocal Person=third Number=plural Case=temporalis | 1 |  |
Py3-pm----------s | Pronoun Type=reciprocal Person=third Number=plural Case=temporalis Owned_Number=singular | 1 |  |
Py3-pm----------p | Pronoun Type=reciprocal Person=third Number=plural Case=temporalis Owned_Number=plural | 1 |  |
Py3-pc | Pronoun Type=reciprocal Person=third Number=plural Case=causalis | 1 |  |
Py3-pc----------s | Pronoun Type=reciprocal Person=third Number=plural Case=causalis Owned_Number=singular | 1 |  |
Py3-pc----------p | Pronoun Type=reciprocal Person=third Number=plural Case=causalis Owned_Number=plural | 1 |  |
Py3-ps | Pronoun Type=reciprocal Person=third Number=plural Case=sublative | 1 |  |
Py3-ps----------s | Pronoun Type=reciprocal Person=third Number=plural Case=sublative Owned_Number=singular | 1 |  |
Py3-ps----------p | Pronoun Type=reciprocal Person=third Number=plural Case=sublative Owned_Number=plural | 1 |  |
Py3-ph | Pronoun Type=reciprocal Person=third Number=plural Case=delative | 1 |  |
Py3-ph----------s | Pronoun Type=reciprocal Person=third Number=plural Case=delative Owned_Number=singular | 1 |  |
Py3-ph----------p | Pronoun Type=reciprocal Person=third Number=plural Case=delative Owned_Number=plural | 1 |  |
Py3-pq | Pronoun Type=reciprocal Person=third Number=plural Case=sociative | 1 |  |
Py3-pq----------s | Pronoun Type=reciprocal Person=third Number=plural Case=sociative Owned_Number=singular | 1 |  |
Py3-pq----------p | Pronoun Type=reciprocal Person=third Number=plural Case=sociative Owned_Number=plural | 1 |  |
Py3-py | Pronoun Type=reciprocal Person=third Number=plural Case=factive | 1 |  |
Py3-py----------s | Pronoun Type=reciprocal Person=third Number=plural Case=factive Owned_Number=singular | 1 |  |
Py3-py----------p | Pronoun Type=reciprocal Person=third Number=plural Case=factive Owned_Number=plural | 1 |  |
Py3-pp | Pronoun Type=reciprocal Person=third Number=plural Case=superessive | 1 |  |
Py3-pp----------s | Pronoun Type=reciprocal Person=third Number=plural Case=superessive Owned_Number=singular | 1 |  |
Py3-pp----------p | Pronoun Type=reciprocal Person=third Number=plural Case=superessive Owned_Number=plural | 1 |  |
Py3-pu | Pronoun Type=reciprocal Person=third Number=plural Case=distributive | 1 |  |
Py3-pu----------s | Pronoun Type=reciprocal Person=third Number=plural Case=distributive Owned_Number=singular | 1 |  |
Py3-pu----------p | Pronoun Type=reciprocal Person=third Number=plural Case=distributive Owned_Number=plural | 1 |  |
Py3-pf | Pronoun Type=reciprocal Person=third Number=plural Case=essive-formal | 1 |  |
Py3-pf----------s | Pronoun Type=reciprocal Person=third Number=plural Case=essive-formal Owned_Number=singular | 1 |  |
Py3-pf----------p | Pronoun Type=reciprocal Person=third Number=plural Case=essive-formal Owned_Number=plural | 1 |  |
Tf | Article Type=definite | 2 | az, a |
Ti | Article Type=indefinite | 1 | egy |
Rg | Adverb Type=general | 1090 | zászlóként/zászló, záróakkordjaként/záróakkord, zárásaként/zárás, zálogként/zálog, vonatkozólag |
Rgp | Adverb Type=general Degree=positive | 1 |  |
Rgc | Adverb Type=general Degree=comparative | 1 |  |
Rgs | Adverb Type=general Degree=superlative | 1 |  |
Rp | Adverb Type=particle | 75 | viszont, vissza, végre, végig, véghez |
Ro | Adverb Type=causal | 1 |  |
Ro--s1 | Adverb Type=causal Number=singular Person=first | 1 |  |
Ro--s2 | Adverb Type=causal Number=singular Person=second | 1 |  |
Ro--s3 | Adverb Type=causal Number=singular Person=third | 1 |  |
Ro--p1 | Adverb Type=causal Number=plural Person=first | 1 |  |
Ro--p2 | Adverb Type=causal Number=plural Person=second | 1 |  |
Ro--p3 | Adverb Type=causal Number=plural Person=third | 1 |  |
Rv | Adverb Type=verbal | 475 | zörrenve, zihálva, zárva, vonva, viszonyítva |
Rm | Adverb Type=modifier | 1 |  |
Rq-y | Adverb Type=interrogative Clitic=yes | 2 | e, -e |
St | Adposition Type=postposition | 163 | végett, útján, után, utánunk/után, utánuk/után |
Ccsp | Conjunction Type=coordinating Formation=simple Coord_Type=sentence | 1 |  |
Ccsw | Conjunction Type=coordinating Formation=simple Coord_Type=words | 62 | vajon, vajmi, vagy, vagyis, úgymint |
Cccp | Conjunction Type=coordinating Formation=compound Coord_Type=sentence | 1 |  |
Cccw | Conjunction Type=coordinating Formation=compound Coord_Type=words | 1 |  |
Cssp | Conjunction Type=subordinating Formation=simple Coord_Type=sentence | 1 |  |
Cssw | Conjunction Type=subordinating Formation=simple Coord_Type=words | 1 |  |
Cscp | Conjunction Type=subordinating Formation=compound Coord_Type=sentence | 1 |  |
Cscw | Conjunction Type=subordinating Formation=compound Coord_Type=words | 1 |  |
Mc-snd | Numeral Type=cardinal Number=singular Case=nominative Form=digit | 12 | 83, 6079, 2713, 2050, 1984 |
Mc-snd------s | Numeral Type=cardinal Number=singular Case=nominative Form=digit Owned_Number=singular | 1 |  |
Mc-snd------p | Numeral Type=cardinal Number=singular Case=nominative Form=digit Owned_Number=plural | 1 |  |
Mc-snd----s1 | Numeral Type=cardinal Number=singular Case=nominative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mc-snd----s1s | Numeral Type=cardinal Number=singular Case=nominative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-snd----s1p | Numeral Type=cardinal Number=singular Case=nominative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-snd----s2 | Numeral Type=cardinal Number=singular Case=nominative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mc-snd----s2s | Numeral Type=cardinal Number=singular Case=nominative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-snd----s2p | Numeral Type=cardinal Number=singular Case=nominative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-snd----s3 | Numeral Type=cardinal Number=singular Case=nominative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mc-snd----s3s | Numeral Type=cardinal Number=singular Case=nominative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-snd----s3p | Numeral Type=cardinal Number=singular Case=nominative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-snd----p1 | Numeral Type=cardinal Number=singular Case=nominative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mc-snd----p1s | Numeral Type=cardinal Number=singular Case=nominative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-snd----p1p | Numeral Type=cardinal Number=singular Case=nominative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-snd----p2 | Numeral Type=cardinal Number=singular Case=nominative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mc-snd----p2s | Numeral Type=cardinal Number=singular Case=nominative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-snd----p2p | Numeral Type=cardinal Number=singular Case=nominative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-snd----p3 | Numeral Type=cardinal Number=singular Case=nominative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mc-snd----p3s | Numeral Type=cardinal Number=singular Case=nominative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-snd----p3p | Numeral Type=cardinal Number=singular Case=nominative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-snr | Numeral Type=cardinal Number=singular Case=nominative Form=roman | 1 |  |
Mc-snr------s | Numeral Type=cardinal Number=singular Case=nominative Form=roman Owned_Number=singular | 1 |  |
Mc-snr------p | Numeral Type=cardinal Number=singular Case=nominative Form=roman Owned_Number=plural | 1 |  |
Mc-snr----s1 | Numeral Type=cardinal Number=singular Case=nominative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mc-snr----s1s | Numeral Type=cardinal Number=singular Case=nominative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-snr----s1p | Numeral Type=cardinal Number=singular Case=nominative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-snr----s2 | Numeral Type=cardinal Number=singular Case=nominative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mc-snr----s2s | Numeral Type=cardinal Number=singular Case=nominative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-snr----s2p | Numeral Type=cardinal Number=singular Case=nominative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-snr----s3 | Numeral Type=cardinal Number=singular Case=nominative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mc-snr----s3s | Numeral Type=cardinal Number=singular Case=nominative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-snr----s3p | Numeral Type=cardinal Number=singular Case=nominative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-snr----p1 | Numeral Type=cardinal Number=singular Case=nominative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mc-snr----p1s | Numeral Type=cardinal Number=singular Case=nominative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-snr----p1p | Numeral Type=cardinal Number=singular Case=nominative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-snr----p2 | Numeral Type=cardinal Number=singular Case=nominative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mc-snr----p2s | Numeral Type=cardinal Number=singular Case=nominative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-snr----p2p | Numeral Type=cardinal Number=singular Case=nominative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-snr----p3 | Numeral Type=cardinal Number=singular Case=nominative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mc-snr----p3s | Numeral Type=cardinal Number=singular Case=nominative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-snr----p3p | Numeral Type=cardinal Number=singular Case=nominative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-snl | Numeral Type=cardinal Number=singular Case=nominative Form=letter | 229 | ugyanannyi, tömérdek, töméntelen, több, tíz |
Mc-snl------s | Numeral Type=cardinal Number=singular Case=nominative Form=letter Owned_Number=singular | 1 | többé/több |
Mc-snl------p | Numeral Type=cardinal Number=singular Case=nominative Form=letter Owned_Number=plural | 1 |  |
Mc-snl----s1 | Numeral Type=cardinal Number=singular Case=nominative Form=letter Owner_Number=singular Owner_Person=first | 1 | egyem/egy |
Mc-snl----s1s | Numeral Type=cardinal Number=singular Case=nominative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-snl----s1p | Numeral Type=cardinal Number=singular Case=nominative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-snl----s2 | Numeral Type=cardinal Number=singular Case=nominative Form=letter Owner_Number=singular Owner_Person=second | 4 | század/száz, ötöd/öt, félszázad/félszáz, ezred/ezer |
Mc-snl----s2s | Numeral Type=cardinal Number=singular Case=nominative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-snl----s2p | Numeral Type=cardinal Number=singular Case=nominative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-snl----s3 | Numeral Type=cardinal Number=singular Case=nominative Form=letter Owner_Number=singular Owner_Person=third | 12 | ötöde/ötöd, öthatoda/öthatod, negyede/negyed, másfele/másfél, kétszerese/kétszeres |
Mc-snl----s3s | Numeral Type=cardinal Number=singular Case=nominative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-snl----s3p | Numeral Type=cardinal Number=singular Case=nominative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-snl----p1 | Numeral Type=cardinal Number=singular Case=nominative Form=letter Owner_Number=plural Owner_Person=first | 2 | századunk/század, kettőnk/kettő |
Mc-snl----p1s | Numeral Type=cardinal Number=singular Case=nominative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-snl----p1p | Numeral Type=cardinal Number=singular Case=nominative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-snl----p2 | Numeral Type=cardinal Number=singular Case=nominative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mc-snl----p2s | Numeral Type=cardinal Number=singular Case=nominative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-snl----p2p | Numeral Type=cardinal Number=singular Case=nominative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-snl----p3 | Numeral Type=cardinal Number=singular Case=nominative Form=letter Owner_Number=plural Owner_Person=third | 3 | mindkettőjük/mindkettő, legtöbbjük/több, hármuk/három |
Mc-snl----p3s | Numeral Type=cardinal Number=singular Case=nominative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-snl----p3p | Numeral Type=cardinal Number=singular Case=nominative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sgd | Numeral Type=cardinal Number=singular Case=genitive Form=digit | 1 |  |
Mc-sgd------s | Numeral Type=cardinal Number=singular Case=genitive Form=digit Owned_Number=singular | 1 |  |
Mc-sgd------p | Numeral Type=cardinal Number=singular Case=genitive Form=digit Owned_Number=plural | 1 |  |
Mc-sgd----s1 | Numeral Type=cardinal Number=singular Case=genitive Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mc-sgd----s1s | Numeral Type=cardinal Number=singular Case=genitive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sgd----s1p | Numeral Type=cardinal Number=singular Case=genitive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sgd----s2 | Numeral Type=cardinal Number=singular Case=genitive Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mc-sgd----s2s | Numeral Type=cardinal Number=singular Case=genitive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sgd----s2p | Numeral Type=cardinal Number=singular Case=genitive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sgd----s3 | Numeral Type=cardinal Number=singular Case=genitive Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mc-sgd----s3s | Numeral Type=cardinal Number=singular Case=genitive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sgd----s3p | Numeral Type=cardinal Number=singular Case=genitive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sgd----p1 | Numeral Type=cardinal Number=singular Case=genitive Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mc-sgd----p1s | Numeral Type=cardinal Number=singular Case=genitive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sgd----p1p | Numeral Type=cardinal Number=singular Case=genitive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sgd----p2 | Numeral Type=cardinal Number=singular Case=genitive Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mc-sgd----p2s | Numeral Type=cardinal Number=singular Case=genitive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sgd----p2p | Numeral Type=cardinal Number=singular Case=genitive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sgd----p3 | Numeral Type=cardinal Number=singular Case=genitive Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mc-sgd----p3s | Numeral Type=cardinal Number=singular Case=genitive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sgd----p3p | Numeral Type=cardinal Number=singular Case=genitive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sgr | Numeral Type=cardinal Number=singular Case=genitive Form=roman | 1 |  |
Mc-sgr------s | Numeral Type=cardinal Number=singular Case=genitive Form=roman Owned_Number=singular | 1 |  |
Mc-sgr------p | Numeral Type=cardinal Number=singular Case=genitive Form=roman Owned_Number=plural | 1 |  |
Mc-sgr----s1 | Numeral Type=cardinal Number=singular Case=genitive Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mc-sgr----s1s | Numeral Type=cardinal Number=singular Case=genitive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sgr----s1p | Numeral Type=cardinal Number=singular Case=genitive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sgr----s2 | Numeral Type=cardinal Number=singular Case=genitive Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mc-sgr----s2s | Numeral Type=cardinal Number=singular Case=genitive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sgr----s2p | Numeral Type=cardinal Number=singular Case=genitive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sgr----s3 | Numeral Type=cardinal Number=singular Case=genitive Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mc-sgr----s3s | Numeral Type=cardinal Number=singular Case=genitive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sgr----s3p | Numeral Type=cardinal Number=singular Case=genitive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sgr----p1 | Numeral Type=cardinal Number=singular Case=genitive Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mc-sgr----p1s | Numeral Type=cardinal Number=singular Case=genitive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sgr----p1p | Numeral Type=cardinal Number=singular Case=genitive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sgr----p2 | Numeral Type=cardinal Number=singular Case=genitive Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mc-sgr----p2s | Numeral Type=cardinal Number=singular Case=genitive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sgr----p2p | Numeral Type=cardinal Number=singular Case=genitive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sgr----p3 | Numeral Type=cardinal Number=singular Case=genitive Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mc-sgr----p3s | Numeral Type=cardinal Number=singular Case=genitive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sgr----p3p | Numeral Type=cardinal Number=singular Case=genitive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sgl | Numeral Type=cardinal Number=singular Case=genitive Form=letter | 1 |  |
Mc-sgl------s | Numeral Type=cardinal Number=singular Case=genitive Form=letter Owned_Number=singular | 1 |  |
Mc-sgl------p | Numeral Type=cardinal Number=singular Case=genitive Form=letter Owned_Number=plural | 1 |  |
Mc-sgl----s1 | Numeral Type=cardinal Number=singular Case=genitive Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mc-sgl----s1s | Numeral Type=cardinal Number=singular Case=genitive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sgl----s1p | Numeral Type=cardinal Number=singular Case=genitive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sgl----s2 | Numeral Type=cardinal Number=singular Case=genitive Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mc-sgl----s2s | Numeral Type=cardinal Number=singular Case=genitive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sgl----s2p | Numeral Type=cardinal Number=singular Case=genitive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sgl----s3 | Numeral Type=cardinal Number=singular Case=genitive Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mc-sgl----s3s | Numeral Type=cardinal Number=singular Case=genitive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sgl----s3p | Numeral Type=cardinal Number=singular Case=genitive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sgl----p1 | Numeral Type=cardinal Number=singular Case=genitive Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mc-sgl----p1s | Numeral Type=cardinal Number=singular Case=genitive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sgl----p1p | Numeral Type=cardinal Number=singular Case=genitive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sgl----p2 | Numeral Type=cardinal Number=singular Case=genitive Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mc-sgl----p2s | Numeral Type=cardinal Number=singular Case=genitive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sgl----p2p | Numeral Type=cardinal Number=singular Case=genitive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sgl----p3 | Numeral Type=cardinal Number=singular Case=genitive Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mc-sgl----p3s | Numeral Type=cardinal Number=singular Case=genitive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sgl----p3p | Numeral Type=cardinal Number=singular Case=genitive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sdd | Numeral Type=cardinal Number=singular Case=dative Form=digit | 1 |  |
Mc-sdd------s | Numeral Type=cardinal Number=singular Case=dative Form=digit Owned_Number=singular | 1 |  |
Mc-sdd------p | Numeral Type=cardinal Number=singular Case=dative Form=digit Owned_Number=plural | 1 |  |
Mc-sdd----s1 | Numeral Type=cardinal Number=singular Case=dative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mc-sdd----s1s | Numeral Type=cardinal Number=singular Case=dative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sdd----s1p | Numeral Type=cardinal Number=singular Case=dative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sdd----s2 | Numeral Type=cardinal Number=singular Case=dative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mc-sdd----s2s | Numeral Type=cardinal Number=singular Case=dative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sdd----s2p | Numeral Type=cardinal Number=singular Case=dative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sdd----s3 | Numeral Type=cardinal Number=singular Case=dative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mc-sdd----s3s | Numeral Type=cardinal Number=singular Case=dative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sdd----s3p | Numeral Type=cardinal Number=singular Case=dative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sdd----p1 | Numeral Type=cardinal Number=singular Case=dative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mc-sdd----p1s | Numeral Type=cardinal Number=singular Case=dative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sdd----p1p | Numeral Type=cardinal Number=singular Case=dative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sdd----p2 | Numeral Type=cardinal Number=singular Case=dative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mc-sdd----p2s | Numeral Type=cardinal Number=singular Case=dative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sdd----p2p | Numeral Type=cardinal Number=singular Case=dative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sdd----p3 | Numeral Type=cardinal Number=singular Case=dative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mc-sdd----p3s | Numeral Type=cardinal Number=singular Case=dative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sdd----p3p | Numeral Type=cardinal Number=singular Case=dative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sdr | Numeral Type=cardinal Number=singular Case=dative Form=roman | 1 |  |
Mc-sdr------s | Numeral Type=cardinal Number=singular Case=dative Form=roman Owned_Number=singular | 1 |  |
Mc-sdr------p | Numeral Type=cardinal Number=singular Case=dative Form=roman Owned_Number=plural | 1 |  |
Mc-sdr----s1 | Numeral Type=cardinal Number=singular Case=dative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mc-sdr----s1s | Numeral Type=cardinal Number=singular Case=dative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sdr----s1p | Numeral Type=cardinal Number=singular Case=dative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sdr----s2 | Numeral Type=cardinal Number=singular Case=dative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mc-sdr----s2s | Numeral Type=cardinal Number=singular Case=dative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sdr----s2p | Numeral Type=cardinal Number=singular Case=dative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sdr----s3 | Numeral Type=cardinal Number=singular Case=dative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mc-sdr----s3s | Numeral Type=cardinal Number=singular Case=dative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sdr----s3p | Numeral Type=cardinal Number=singular Case=dative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sdr----p1 | Numeral Type=cardinal Number=singular Case=dative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mc-sdr----p1s | Numeral Type=cardinal Number=singular Case=dative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sdr----p1p | Numeral Type=cardinal Number=singular Case=dative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sdr----p2 | Numeral Type=cardinal Number=singular Case=dative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mc-sdr----p2s | Numeral Type=cardinal Number=singular Case=dative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sdr----p2p | Numeral Type=cardinal Number=singular Case=dative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sdr----p3 | Numeral Type=cardinal Number=singular Case=dative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mc-sdr----p3s | Numeral Type=cardinal Number=singular Case=dative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sdr----p3p | Numeral Type=cardinal Number=singular Case=dative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sdl | Numeral Type=cardinal Number=singular Case=dative Form=letter | 10 | tizediknek/tizedik, ötnek/öt, négynek/négy, kevésnek/kevés, hétnek/hét |
Mc-sdl------s | Numeral Type=cardinal Number=singular Case=dative Form=letter Owned_Number=singular | 2 | egytizedének/egytized, egyének/egy |
Mc-sdl------p | Numeral Type=cardinal Number=singular Case=dative Form=letter Owned_Number=plural | 1 |  |
Mc-sdl----s1 | Numeral Type=cardinal Number=singular Case=dative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mc-sdl----s1s | Numeral Type=cardinal Number=singular Case=dative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sdl----s1p | Numeral Type=cardinal Number=singular Case=dative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sdl----s2 | Numeral Type=cardinal Number=singular Case=dative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mc-sdl----s2s | Numeral Type=cardinal Number=singular Case=dative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sdl----s2p | Numeral Type=cardinal Number=singular Case=dative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sdl----s3 | Numeral Type=cardinal Number=singular Case=dative Form=letter Owner_Number=singular Owner_Person=third | 5 | századának/század, hetének/hét, felének/fél, egytizedének/egytized, egyének/egy |
Mc-sdl----s3s | Numeral Type=cardinal Number=singular Case=dative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sdl----s3p | Numeral Type=cardinal Number=singular Case=dative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sdl----p1 | Numeral Type=cardinal Number=singular Case=dative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mc-sdl----p1s | Numeral Type=cardinal Number=singular Case=dative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sdl----p1p | Numeral Type=cardinal Number=singular Case=dative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sdl----p2 | Numeral Type=cardinal Number=singular Case=dative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mc-sdl----p2s | Numeral Type=cardinal Number=singular Case=dative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sdl----p2p | Numeral Type=cardinal Number=singular Case=dative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sdl----p3 | Numeral Type=cardinal Number=singular Case=dative Form=letter Owner_Number=plural Owner_Person=third | 1 | sokuknak/sok |
Mc-sdl----p3s | Numeral Type=cardinal Number=singular Case=dative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sdl----p3p | Numeral Type=cardinal Number=singular Case=dative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sad | Numeral Type=cardinal Number=singular Case=accusative Form=digit | 1 |  |
Mc-sad------s | Numeral Type=cardinal Number=singular Case=accusative Form=digit Owned_Number=singular | 1 |  |
Mc-sad------p | Numeral Type=cardinal Number=singular Case=accusative Form=digit Owned_Number=plural | 1 |  |
Mc-sad----s1 | Numeral Type=cardinal Number=singular Case=accusative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mc-sad----s1s | Numeral Type=cardinal Number=singular Case=accusative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sad----s1p | Numeral Type=cardinal Number=singular Case=accusative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sad----s2 | Numeral Type=cardinal Number=singular Case=accusative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mc-sad----s2s | Numeral Type=cardinal Number=singular Case=accusative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sad----s2p | Numeral Type=cardinal Number=singular Case=accusative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sad----s3 | Numeral Type=cardinal Number=singular Case=accusative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mc-sad----s3s | Numeral Type=cardinal Number=singular Case=accusative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sad----s3p | Numeral Type=cardinal Number=singular Case=accusative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sad----p1 | Numeral Type=cardinal Number=singular Case=accusative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mc-sad----p1s | Numeral Type=cardinal Number=singular Case=accusative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sad----p1p | Numeral Type=cardinal Number=singular Case=accusative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sad----p2 | Numeral Type=cardinal Number=singular Case=accusative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mc-sad----p2s | Numeral Type=cardinal Number=singular Case=accusative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sad----p2p | Numeral Type=cardinal Number=singular Case=accusative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sad----p3 | Numeral Type=cardinal Number=singular Case=accusative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mc-sad----p3s | Numeral Type=cardinal Number=singular Case=accusative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sad----p3p | Numeral Type=cardinal Number=singular Case=accusative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sar | Numeral Type=cardinal Number=singular Case=accusative Form=roman | 1 |  |
Mc-sar------s | Numeral Type=cardinal Number=singular Case=accusative Form=roman Owned_Number=singular | 1 |  |
Mc-sar------p | Numeral Type=cardinal Number=singular Case=accusative Form=roman Owned_Number=plural | 1 |  |
Mc-sar----s1 | Numeral Type=cardinal Number=singular Case=accusative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mc-sar----s1s | Numeral Type=cardinal Number=singular Case=accusative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sar----s1p | Numeral Type=cardinal Number=singular Case=accusative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sar----s2 | Numeral Type=cardinal Number=singular Case=accusative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mc-sar----s2s | Numeral Type=cardinal Number=singular Case=accusative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sar----s2p | Numeral Type=cardinal Number=singular Case=accusative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sar----s3 | Numeral Type=cardinal Number=singular Case=accusative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mc-sar----s3s | Numeral Type=cardinal Number=singular Case=accusative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sar----s3p | Numeral Type=cardinal Number=singular Case=accusative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sar----p1 | Numeral Type=cardinal Number=singular Case=accusative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mc-sar----p1s | Numeral Type=cardinal Number=singular Case=accusative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sar----p1p | Numeral Type=cardinal Number=singular Case=accusative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sar----p2 | Numeral Type=cardinal Number=singular Case=accusative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mc-sar----p2s | Numeral Type=cardinal Number=singular Case=accusative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sar----p2p | Numeral Type=cardinal Number=singular Case=accusative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sar----p3 | Numeral Type=cardinal Number=singular Case=accusative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mc-sar----p3s | Numeral Type=cardinal Number=singular Case=accusative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sar----p3p | Numeral Type=cardinal Number=singular Case=accusative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sal | Numeral Type=cardinal Number=singular Case=accusative Form=letter | 39 | többet/több, tizenötöt/tizenöt, tizennyolcat/tizennyolc, tizenkettőt/tizenkettő, tizenhármat/tizenhárom |
Mc-sal------s | Numeral Type=cardinal Number=singular Case=accusative Form=letter Owned_Number=singular | 2 | negyedét/negyed, egynegyedét/egynegyed |
Mc-sal------p | Numeral Type=cardinal Number=singular Case=accusative Form=letter Owned_Number=plural | 1 |  |
Mc-sal----s1 | Numeral Type=cardinal Number=singular Case=accusative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mc-sal----s1s | Numeral Type=cardinal Number=singular Case=accusative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sal----s1p | Numeral Type=cardinal Number=singular Case=accusative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sal----s2 | Numeral Type=cardinal Number=singular Case=accusative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mc-sal----s2s | Numeral Type=cardinal Number=singular Case=accusative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sal----s2p | Numeral Type=cardinal Number=singular Case=accusative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sal----s3 | Numeral Type=cardinal Number=singular Case=accusative Form=letter Owner_Number=singular Owner_Person=third | 6 | századát/század, párját/pár, negyedét/negyed, harmadát/harmad, felét/fél |
Mc-sal----s3s | Numeral Type=cardinal Number=singular Case=accusative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sal----s3p | Numeral Type=cardinal Number=singular Case=accusative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sal----p1 | Numeral Type=cardinal Number=singular Case=accusative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mc-sal----p1s | Numeral Type=cardinal Number=singular Case=accusative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sal----p1p | Numeral Type=cardinal Number=singular Case=accusative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sal----p2 | Numeral Type=cardinal Number=singular Case=accusative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mc-sal----p2s | Numeral Type=cardinal Number=singular Case=accusative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sal----p2p | Numeral Type=cardinal Number=singular Case=accusative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sal----p3 | Numeral Type=cardinal Number=singular Case=accusative Form=letter Owner_Number=plural Owner_Person=third | 3 | sokukat/sok, mindkettőjüket/mindkettő, mindhármukat/mindhárom |
Mc-sal----p3s | Numeral Type=cardinal Number=singular Case=accusative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sal----p3p | Numeral Type=cardinal Number=singular Case=accusative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sid | Numeral Type=cardinal Number=singular Case=instrumental Form=digit | 1 |  |
Mc-sid------s | Numeral Type=cardinal Number=singular Case=instrumental Form=digit Owned_Number=singular | 1 |  |
Mc-sid------p | Numeral Type=cardinal Number=singular Case=instrumental Form=digit Owned_Number=plural | 1 |  |
Mc-sid----s1 | Numeral Type=cardinal Number=singular Case=instrumental Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mc-sid----s1s | Numeral Type=cardinal Number=singular Case=instrumental Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sid----s1p | Numeral Type=cardinal Number=singular Case=instrumental Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sid----s2 | Numeral Type=cardinal Number=singular Case=instrumental Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mc-sid----s2s | Numeral Type=cardinal Number=singular Case=instrumental Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sid----s2p | Numeral Type=cardinal Number=singular Case=instrumental Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sid----s3 | Numeral Type=cardinal Number=singular Case=instrumental Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mc-sid----s3s | Numeral Type=cardinal Number=singular Case=instrumental Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sid----s3p | Numeral Type=cardinal Number=singular Case=instrumental Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sid----p1 | Numeral Type=cardinal Number=singular Case=instrumental Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mc-sid----p1s | Numeral Type=cardinal Number=singular Case=instrumental Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sid----p1p | Numeral Type=cardinal Number=singular Case=instrumental Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sid----p2 | Numeral Type=cardinal Number=singular Case=instrumental Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mc-sid----p2s | Numeral Type=cardinal Number=singular Case=instrumental Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sid----p2p | Numeral Type=cardinal Number=singular Case=instrumental Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sid----p3 | Numeral Type=cardinal Number=singular Case=instrumental Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mc-sid----p3s | Numeral Type=cardinal Number=singular Case=instrumental Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sid----p3p | Numeral Type=cardinal Number=singular Case=instrumental Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sir | Numeral Type=cardinal Number=singular Case=instrumental Form=roman | 1 |  |
Mc-sir------s | Numeral Type=cardinal Number=singular Case=instrumental Form=roman Owned_Number=singular | 1 |  |
Mc-sir------p | Numeral Type=cardinal Number=singular Case=instrumental Form=roman Owned_Number=plural | 1 |  |
Mc-sir----s1 | Numeral Type=cardinal Number=singular Case=instrumental Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mc-sir----s1s | Numeral Type=cardinal Number=singular Case=instrumental Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sir----s1p | Numeral Type=cardinal Number=singular Case=instrumental Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sir----s2 | Numeral Type=cardinal Number=singular Case=instrumental Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mc-sir----s2s | Numeral Type=cardinal Number=singular Case=instrumental Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sir----s2p | Numeral Type=cardinal Number=singular Case=instrumental Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sir----s3 | Numeral Type=cardinal Number=singular Case=instrumental Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mc-sir----s3s | Numeral Type=cardinal Number=singular Case=instrumental Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sir----s3p | Numeral Type=cardinal Number=singular Case=instrumental Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sir----p1 | Numeral Type=cardinal Number=singular Case=instrumental Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mc-sir----p1s | Numeral Type=cardinal Number=singular Case=instrumental Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sir----p1p | Numeral Type=cardinal Number=singular Case=instrumental Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sir----p2 | Numeral Type=cardinal Number=singular Case=instrumental Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mc-sir----p2s | Numeral Type=cardinal Number=singular Case=instrumental Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sir----p2p | Numeral Type=cardinal Number=singular Case=instrumental Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sir----p3 | Numeral Type=cardinal Number=singular Case=instrumental Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mc-sir----p3s | Numeral Type=cardinal Number=singular Case=instrumental Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sir----p3p | Numeral Type=cardinal Number=singular Case=instrumental Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sil | Numeral Type=cardinal Number=singular Case=instrumental Form=letter | 14 | többel/több, tízzel/tíz, tizeddel/tized, százzal/száz, sokkal/sok |
Mc-sil------s | Numeral Type=cardinal Number=singular Case=instrumental Form=letter Owned_Number=singular | 3 | tízezrével/tízezer, negyedével/negyed, ezrével/ezer |
Mc-sil------p | Numeral Type=cardinal Number=singular Case=instrumental Form=letter Owned_Number=plural | 1 |  |
Mc-sil----s1 | Numeral Type=cardinal Number=singular Case=instrumental Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mc-sil----s1s | Numeral Type=cardinal Number=singular Case=instrumental Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sil----s1p | Numeral Type=cardinal Number=singular Case=instrumental Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sil----s2 | Numeral Type=cardinal Number=singular Case=instrumental Form=letter Owner_Number=singular Owner_Person=second | 1 | tizeddel/tíz |
Mc-sil----s2s | Numeral Type=cardinal Number=singular Case=instrumental Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sil----s2p | Numeral Type=cardinal Number=singular Case=instrumental Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sil----s3 | Numeral Type=cardinal Number=singular Case=instrumental Form=letter Owner_Number=singular Owner_Person=third | 4 | tízezrével/tízezer, százával/száz, negyedével/negyed, ezrével/ezer |
Mc-sil----s3s | Numeral Type=cardinal Number=singular Case=instrumental Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sil----s3p | Numeral Type=cardinal Number=singular Case=instrumental Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sil----p1 | Numeral Type=cardinal Number=singular Case=instrumental Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mc-sil----p1s | Numeral Type=cardinal Number=singular Case=instrumental Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sil----p1p | Numeral Type=cardinal Number=singular Case=instrumental Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sil----p2 | Numeral Type=cardinal Number=singular Case=instrumental Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mc-sil----p2s | Numeral Type=cardinal Number=singular Case=instrumental Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sil----p2p | Numeral Type=cardinal Number=singular Case=instrumental Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sil----p3 | Numeral Type=cardinal Number=singular Case=instrumental Form=letter Owner_Number=plural Owner_Person=third | 1 | hármukkal/három |
Mc-sil----p3s | Numeral Type=cardinal Number=singular Case=instrumental Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sil----p3p | Numeral Type=cardinal Number=singular Case=instrumental Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sxd | Numeral Type=cardinal Number=singular Case=illative Form=digit | 1 |  |
Mc-sxd------s | Numeral Type=cardinal Number=singular Case=illative Form=digit Owned_Number=singular | 1 |  |
Mc-sxd------p | Numeral Type=cardinal Number=singular Case=illative Form=digit Owned_Number=plural | 1 |  |
Mc-sxd----s1 | Numeral Type=cardinal Number=singular Case=illative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mc-sxd----s1s | Numeral Type=cardinal Number=singular Case=illative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sxd----s1p | Numeral Type=cardinal Number=singular Case=illative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sxd----s2 | Numeral Type=cardinal Number=singular Case=illative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mc-sxd----s2s | Numeral Type=cardinal Number=singular Case=illative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sxd----s2p | Numeral Type=cardinal Number=singular Case=illative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sxd----s3 | Numeral Type=cardinal Number=singular Case=illative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mc-sxd----s3s | Numeral Type=cardinal Number=singular Case=illative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sxd----s3p | Numeral Type=cardinal Number=singular Case=illative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sxd----p1 | Numeral Type=cardinal Number=singular Case=illative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mc-sxd----p1s | Numeral Type=cardinal Number=singular Case=illative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sxd----p1p | Numeral Type=cardinal Number=singular Case=illative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sxd----p2 | Numeral Type=cardinal Number=singular Case=illative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mc-sxd----p2s | Numeral Type=cardinal Number=singular Case=illative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sxd----p2p | Numeral Type=cardinal Number=singular Case=illative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sxd----p3 | Numeral Type=cardinal Number=singular Case=illative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mc-sxd----p3s | Numeral Type=cardinal Number=singular Case=illative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sxd----p3p | Numeral Type=cardinal Number=singular Case=illative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sxr | Numeral Type=cardinal Number=singular Case=illative Form=roman | 1 |  |
Mc-sxr------s | Numeral Type=cardinal Number=singular Case=illative Form=roman Owned_Number=singular | 1 |  |
Mc-sxr------p | Numeral Type=cardinal Number=singular Case=illative Form=roman Owned_Number=plural | 1 |  |
Mc-sxr----s1 | Numeral Type=cardinal Number=singular Case=illative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mc-sxr----s1s | Numeral Type=cardinal Number=singular Case=illative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sxr----s1p | Numeral Type=cardinal Number=singular Case=illative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sxr----s2 | Numeral Type=cardinal Number=singular Case=illative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mc-sxr----s2s | Numeral Type=cardinal Number=singular Case=illative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sxr----s2p | Numeral Type=cardinal Number=singular Case=illative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sxr----s3 | Numeral Type=cardinal Number=singular Case=illative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mc-sxr----s3s | Numeral Type=cardinal Number=singular Case=illative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sxr----s3p | Numeral Type=cardinal Number=singular Case=illative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sxr----p1 | Numeral Type=cardinal Number=singular Case=illative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mc-sxr----p1s | Numeral Type=cardinal Number=singular Case=illative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sxr----p1p | Numeral Type=cardinal Number=singular Case=illative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sxr----p2 | Numeral Type=cardinal Number=singular Case=illative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mc-sxr----p2s | Numeral Type=cardinal Number=singular Case=illative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sxr----p2p | Numeral Type=cardinal Number=singular Case=illative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sxr----p3 | Numeral Type=cardinal Number=singular Case=illative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mc-sxr----p3s | Numeral Type=cardinal Number=singular Case=illative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sxr----p3p | Numeral Type=cardinal Number=singular Case=illative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sxl | Numeral Type=cardinal Number=singular Case=illative Form=letter | 7 | többe/több, tengerbe/tenger, sokba/sok, millióba/millió, másodikba/második |
Mc-sxl------s | Numeral Type=cardinal Number=singular Case=illative Form=letter Owned_Number=singular | 1 |  |
Mc-sxl------p | Numeral Type=cardinal Number=singular Case=illative Form=letter Owned_Number=plural | 1 |  |
Mc-sxl----s1 | Numeral Type=cardinal Number=singular Case=illative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mc-sxl----s1s | Numeral Type=cardinal Number=singular Case=illative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sxl----s1p | Numeral Type=cardinal Number=singular Case=illative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sxl----s2 | Numeral Type=cardinal Number=singular Case=illative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mc-sxl----s2s | Numeral Type=cardinal Number=singular Case=illative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sxl----s2p | Numeral Type=cardinal Number=singular Case=illative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sxl----s3 | Numeral Type=cardinal Number=singular Case=illative Form=letter Owner_Number=singular Owner_Person=third | 1 | felébe/fél |
Mc-sxl----s3s | Numeral Type=cardinal Number=singular Case=illative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sxl----s3p | Numeral Type=cardinal Number=singular Case=illative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sxl----p1 | Numeral Type=cardinal Number=singular Case=illative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mc-sxl----p1s | Numeral Type=cardinal Number=singular Case=illative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sxl----p1p | Numeral Type=cardinal Number=singular Case=illative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sxl----p2 | Numeral Type=cardinal Number=singular Case=illative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mc-sxl----p2s | Numeral Type=cardinal Number=singular Case=illative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sxl----p2p | Numeral Type=cardinal Number=singular Case=illative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sxl----p3 | Numeral Type=cardinal Number=singular Case=illative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mc-sxl----p3s | Numeral Type=cardinal Number=singular Case=illative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sxl----p3p | Numeral Type=cardinal Number=singular Case=illative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-s2d | Numeral Type=cardinal Number=singular Case=inessive Form=digit | 7 | 1984-ben/1984, 1973-ben/1973, 1965-ben/1965, 1945-ben/1945, 1944-ben/1944 |
Mc-s2d------s | Numeral Type=cardinal Number=singular Case=inessive Form=digit Owned_Number=singular | 1 |  |
Mc-s2d------p | Numeral Type=cardinal Number=singular Case=inessive Form=digit Owned_Number=plural | 1 |  |
Mc-s2d----s1 | Numeral Type=cardinal Number=singular Case=inessive Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mc-s2d----s1s | Numeral Type=cardinal Number=singular Case=inessive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-s2d----s1p | Numeral Type=cardinal Number=singular Case=inessive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-s2d----s2 | Numeral Type=cardinal Number=singular Case=inessive Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mc-s2d----s2s | Numeral Type=cardinal Number=singular Case=inessive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-s2d----s2p | Numeral Type=cardinal Number=singular Case=inessive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-s2d----s3 | Numeral Type=cardinal Number=singular Case=inessive Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mc-s2d----s3s | Numeral Type=cardinal Number=singular Case=inessive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-s2d----s3p | Numeral Type=cardinal Number=singular Case=inessive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-s2d----p1 | Numeral Type=cardinal Number=singular Case=inessive Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mc-s2d----p1s | Numeral Type=cardinal Number=singular Case=inessive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-s2d----p1p | Numeral Type=cardinal Number=singular Case=inessive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-s2d----p2 | Numeral Type=cardinal Number=singular Case=inessive Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mc-s2d----p2s | Numeral Type=cardinal Number=singular Case=inessive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-s2d----p2p | Numeral Type=cardinal Number=singular Case=inessive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-s2d----p3 | Numeral Type=cardinal Number=singular Case=inessive Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mc-s2d----p3s | Numeral Type=cardinal Number=singular Case=inessive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-s2d----p3p | Numeral Type=cardinal Number=singular Case=inessive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-s2r | Numeral Type=cardinal Number=singular Case=inessive Form=roman | 1 |  |
Mc-s2r------s | Numeral Type=cardinal Number=singular Case=inessive Form=roman Owned_Number=singular | 1 |  |
Mc-s2r------p | Numeral Type=cardinal Number=singular Case=inessive Form=roman Owned_Number=plural | 1 |  |
Mc-s2r----s1 | Numeral Type=cardinal Number=singular Case=inessive Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mc-s2r----s1s | Numeral Type=cardinal Number=singular Case=inessive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-s2r----s1p | Numeral Type=cardinal Number=singular Case=inessive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-s2r----s2 | Numeral Type=cardinal Number=singular Case=inessive Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mc-s2r----s2s | Numeral Type=cardinal Number=singular Case=inessive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-s2r----s2p | Numeral Type=cardinal Number=singular Case=inessive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-s2r----s3 | Numeral Type=cardinal Number=singular Case=inessive Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mc-s2r----s3s | Numeral Type=cardinal Number=singular Case=inessive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-s2r----s3p | Numeral Type=cardinal Number=singular Case=inessive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-s2r----p1 | Numeral Type=cardinal Number=singular Case=inessive Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mc-s2r----p1s | Numeral Type=cardinal Number=singular Case=inessive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-s2r----p1p | Numeral Type=cardinal Number=singular Case=inessive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-s2r----p2 | Numeral Type=cardinal Number=singular Case=inessive Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mc-s2r----p2s | Numeral Type=cardinal Number=singular Case=inessive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-s2r----p2p | Numeral Type=cardinal Number=singular Case=inessive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-s2r----p3 | Numeral Type=cardinal Number=singular Case=inessive Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mc-s2r----p3s | Numeral Type=cardinal Number=singular Case=inessive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-s2r----p3p | Numeral Type=cardinal Number=singular Case=inessive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-s2l | Numeral Type=cardinal Number=singular Case=inessive Form=letter | 13 | többen/több, tizenkilencben/tizenkilenc, században/század, párban/pár, nyolcban/nyolc |
Mc-s2l------s | Numeral Type=cardinal Number=singular Case=inessive Form=letter Owned_Number=singular | 1 | negyedében/negyed |
Mc-s2l------p | Numeral Type=cardinal Number=singular Case=inessive Form=letter Owned_Number=plural | 1 |  |
Mc-s2l----s1 | Numeral Type=cardinal Number=singular Case=inessive Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mc-s2l----s1s | Numeral Type=cardinal Number=singular Case=inessive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-s2l----s1p | Numeral Type=cardinal Number=singular Case=inessive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-s2l----s2 | Numeral Type=cardinal Number=singular Case=inessive Form=letter Owner_Number=singular Owner_Person=second | 1 | században/száz |
Mc-s2l----s2s | Numeral Type=cardinal Number=singular Case=inessive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-s2l----s2p | Numeral Type=cardinal Number=singular Case=inessive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-s2l----s3 | Numeral Type=cardinal Number=singular Case=inessive Form=letter Owner_Number=singular Owner_Person=third | 4 | negyedében/negyed, hetében/hét, harmadában/harmad, felében/fél |
Mc-s2l----s3s | Numeral Type=cardinal Number=singular Case=inessive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-s2l----s3p | Numeral Type=cardinal Number=singular Case=inessive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-s2l----p1 | Numeral Type=cardinal Number=singular Case=inessive Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mc-s2l----p1s | Numeral Type=cardinal Number=singular Case=inessive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-s2l----p1p | Numeral Type=cardinal Number=singular Case=inessive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-s2l----p2 | Numeral Type=cardinal Number=singular Case=inessive Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mc-s2l----p2s | Numeral Type=cardinal Number=singular Case=inessive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-s2l----p2p | Numeral Type=cardinal Number=singular Case=inessive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-s2l----p3 | Numeral Type=cardinal Number=singular Case=inessive Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mc-s2l----p3s | Numeral Type=cardinal Number=singular Case=inessive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-s2l----p3p | Numeral Type=cardinal Number=singular Case=inessive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sed | Numeral Type=cardinal Number=singular Case=elative Form=digit | 1 |  |
Mc-sed------s | Numeral Type=cardinal Number=singular Case=elative Form=digit Owned_Number=singular | 1 |  |
Mc-sed------p | Numeral Type=cardinal Number=singular Case=elative Form=digit Owned_Number=plural | 1 |  |
Mc-sed----s1 | Numeral Type=cardinal Number=singular Case=elative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mc-sed----s1s | Numeral Type=cardinal Number=singular Case=elative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sed----s1p | Numeral Type=cardinal Number=singular Case=elative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sed----s2 | Numeral Type=cardinal Number=singular Case=elative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mc-sed----s2s | Numeral Type=cardinal Number=singular Case=elative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sed----s2p | Numeral Type=cardinal Number=singular Case=elative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sed----s3 | Numeral Type=cardinal Number=singular Case=elative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mc-sed----s3s | Numeral Type=cardinal Number=singular Case=elative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sed----s3p | Numeral Type=cardinal Number=singular Case=elative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sed----p1 | Numeral Type=cardinal Number=singular Case=elative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mc-sed----p1s | Numeral Type=cardinal Number=singular Case=elative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sed----p1p | Numeral Type=cardinal Number=singular Case=elative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sed----p2 | Numeral Type=cardinal Number=singular Case=elative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mc-sed----p2s | Numeral Type=cardinal Number=singular Case=elative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sed----p2p | Numeral Type=cardinal Number=singular Case=elative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sed----p3 | Numeral Type=cardinal Number=singular Case=elative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mc-sed----p3s | Numeral Type=cardinal Number=singular Case=elative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sed----p3p | Numeral Type=cardinal Number=singular Case=elative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-ser | Numeral Type=cardinal Number=singular Case=elative Form=roman | 1 |  |
Mc-ser------s | Numeral Type=cardinal Number=singular Case=elative Form=roman Owned_Number=singular | 1 |  |
Mc-ser------p | Numeral Type=cardinal Number=singular Case=elative Form=roman Owned_Number=plural | 1 |  |
Mc-ser----s1 | Numeral Type=cardinal Number=singular Case=elative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mc-ser----s1s | Numeral Type=cardinal Number=singular Case=elative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-ser----s1p | Numeral Type=cardinal Number=singular Case=elative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-ser----s2 | Numeral Type=cardinal Number=singular Case=elative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mc-ser----s2s | Numeral Type=cardinal Number=singular Case=elative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-ser----s2p | Numeral Type=cardinal Number=singular Case=elative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-ser----s3 | Numeral Type=cardinal Number=singular Case=elative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mc-ser----s3s | Numeral Type=cardinal Number=singular Case=elative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-ser----s3p | Numeral Type=cardinal Number=singular Case=elative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-ser----p1 | Numeral Type=cardinal Number=singular Case=elative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mc-ser----p1s | Numeral Type=cardinal Number=singular Case=elative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-ser----p1p | Numeral Type=cardinal Number=singular Case=elative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-ser----p2 | Numeral Type=cardinal Number=singular Case=elative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mc-ser----p2s | Numeral Type=cardinal Number=singular Case=elative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-ser----p2p | Numeral Type=cardinal Number=singular Case=elative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-ser----p3 | Numeral Type=cardinal Number=singular Case=elative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mc-ser----p3s | Numeral Type=cardinal Number=singular Case=elative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-ser----p3p | Numeral Type=cardinal Number=singular Case=elative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sel | Numeral Type=cardinal Number=singular Case=elative Form=letter | 9 | tizenötből/tizenöt, századból/század, ötvenből/ötven, mindkettőből/mindkettő, másodikból/második |
Mc-sel------s | Numeral Type=cardinal Number=singular Case=elative Form=letter Owned_Number=singular | 1 |  |
Mc-sel------p | Numeral Type=cardinal Number=singular Case=elative Form=letter Owned_Number=plural | 1 |  |
Mc-sel----s1 | Numeral Type=cardinal Number=singular Case=elative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mc-sel----s1s | Numeral Type=cardinal Number=singular Case=elative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sel----s1p | Numeral Type=cardinal Number=singular Case=elative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sel----s2 | Numeral Type=cardinal Number=singular Case=elative Form=letter Owner_Number=singular Owner_Person=second | 1 | századból/száz |
Mc-sel----s2s | Numeral Type=cardinal Number=singular Case=elative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sel----s2p | Numeral Type=cardinal Number=singular Case=elative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sel----s3 | Numeral Type=cardinal Number=singular Case=elative Form=letter Owner_Number=singular Owner_Person=third | 1 | feléből/fél |
Mc-sel----s3s | Numeral Type=cardinal Number=singular Case=elative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sel----s3p | Numeral Type=cardinal Number=singular Case=elative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sel----p1 | Numeral Type=cardinal Number=singular Case=elative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mc-sel----p1s | Numeral Type=cardinal Number=singular Case=elative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sel----p1p | Numeral Type=cardinal Number=singular Case=elative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sel----p2 | Numeral Type=cardinal Number=singular Case=elative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mc-sel----p2s | Numeral Type=cardinal Number=singular Case=elative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sel----p2p | Numeral Type=cardinal Number=singular Case=elative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sel----p3 | Numeral Type=cardinal Number=singular Case=elative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mc-sel----p3s | Numeral Type=cardinal Number=singular Case=elative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sel----p3p | Numeral Type=cardinal Number=singular Case=elative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-std | Numeral Type=cardinal Number=singular Case=allative Form=digit | 1 |  |
Mc-std------s | Numeral Type=cardinal Number=singular Case=allative Form=digit Owned_Number=singular | 1 |  |
Mc-std------p | Numeral Type=cardinal Number=singular Case=allative Form=digit Owned_Number=plural | 1 |  |
Mc-std----s1 | Numeral Type=cardinal Number=singular Case=allative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mc-std----s1s | Numeral Type=cardinal Number=singular Case=allative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-std----s1p | Numeral Type=cardinal Number=singular Case=allative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-std----s2 | Numeral Type=cardinal Number=singular Case=allative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mc-std----s2s | Numeral Type=cardinal Number=singular Case=allative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-std----s2p | Numeral Type=cardinal Number=singular Case=allative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-std----s3 | Numeral Type=cardinal Number=singular Case=allative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mc-std----s3s | Numeral Type=cardinal Number=singular Case=allative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-std----s3p | Numeral Type=cardinal Number=singular Case=allative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-std----p1 | Numeral Type=cardinal Number=singular Case=allative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mc-std----p1s | Numeral Type=cardinal Number=singular Case=allative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-std----p1p | Numeral Type=cardinal Number=singular Case=allative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-std----p2 | Numeral Type=cardinal Number=singular Case=allative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mc-std----p2s | Numeral Type=cardinal Number=singular Case=allative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-std----p2p | Numeral Type=cardinal Number=singular Case=allative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-std----p3 | Numeral Type=cardinal Number=singular Case=allative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mc-std----p3s | Numeral Type=cardinal Number=singular Case=allative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-std----p3p | Numeral Type=cardinal Number=singular Case=allative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-str | Numeral Type=cardinal Number=singular Case=allative Form=roman | 1 |  |
Mc-str------s | Numeral Type=cardinal Number=singular Case=allative Form=roman Owned_Number=singular | 1 |  |
Mc-str------p | Numeral Type=cardinal Number=singular Case=allative Form=roman Owned_Number=plural | 1 |  |
Mc-str----s1 | Numeral Type=cardinal Number=singular Case=allative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mc-str----s1s | Numeral Type=cardinal Number=singular Case=allative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-str----s1p | Numeral Type=cardinal Number=singular Case=allative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-str----s2 | Numeral Type=cardinal Number=singular Case=allative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mc-str----s2s | Numeral Type=cardinal Number=singular Case=allative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-str----s2p | Numeral Type=cardinal Number=singular Case=allative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-str----s3 | Numeral Type=cardinal Number=singular Case=allative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mc-str----s3s | Numeral Type=cardinal Number=singular Case=allative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-str----s3p | Numeral Type=cardinal Number=singular Case=allative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-str----p1 | Numeral Type=cardinal Number=singular Case=allative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mc-str----p1s | Numeral Type=cardinal Number=singular Case=allative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-str----p1p | Numeral Type=cardinal Number=singular Case=allative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-str----p2 | Numeral Type=cardinal Number=singular Case=allative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mc-str----p2s | Numeral Type=cardinal Number=singular Case=allative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-str----p2p | Numeral Type=cardinal Number=singular Case=allative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-str----p3 | Numeral Type=cardinal Number=singular Case=allative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mc-str----p3s | Numeral Type=cardinal Number=singular Case=allative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-str----p3p | Numeral Type=cardinal Number=singular Case=allative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-stl | Numeral Type=cardinal Number=singular Case=allative Form=letter | 1 | ezerhez/ezer |
Mc-stl------s | Numeral Type=cardinal Number=singular Case=allative Form=letter Owned_Number=singular | 1 |  |
Mc-stl------p | Numeral Type=cardinal Number=singular Case=allative Form=letter Owned_Number=plural | 1 |  |
Mc-stl----s1 | Numeral Type=cardinal Number=singular Case=allative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mc-stl----s1s | Numeral Type=cardinal Number=singular Case=allative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-stl----s1p | Numeral Type=cardinal Number=singular Case=allative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-stl----s2 | Numeral Type=cardinal Number=singular Case=allative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mc-stl----s2s | Numeral Type=cardinal Number=singular Case=allative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-stl----s2p | Numeral Type=cardinal Number=singular Case=allative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-stl----s3 | Numeral Type=cardinal Number=singular Case=allative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mc-stl----s3s | Numeral Type=cardinal Number=singular Case=allative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-stl----s3p | Numeral Type=cardinal Number=singular Case=allative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-stl----p1 | Numeral Type=cardinal Number=singular Case=allative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mc-stl----p1s | Numeral Type=cardinal Number=singular Case=allative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-stl----p1p | Numeral Type=cardinal Number=singular Case=allative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-stl----p2 | Numeral Type=cardinal Number=singular Case=allative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mc-stl----p2s | Numeral Type=cardinal Number=singular Case=allative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-stl----p2p | Numeral Type=cardinal Number=singular Case=allative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-stl----p3 | Numeral Type=cardinal Number=singular Case=allative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mc-stl----p3s | Numeral Type=cardinal Number=singular Case=allative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-stl----p3p | Numeral Type=cardinal Number=singular Case=allative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-s3d | Numeral Type=cardinal Number=singular Case=adessive Form=digit | 1 |  |
Mc-s3d------s | Numeral Type=cardinal Number=singular Case=adessive Form=digit Owned_Number=singular | 1 |  |
Mc-s3d------p | Numeral Type=cardinal Number=singular Case=adessive Form=digit Owned_Number=plural | 1 |  |
Mc-s3d----s1 | Numeral Type=cardinal Number=singular Case=adessive Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mc-s3d----s1s | Numeral Type=cardinal Number=singular Case=adessive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-s3d----s1p | Numeral Type=cardinal Number=singular Case=adessive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-s3d----s2 | Numeral Type=cardinal Number=singular Case=adessive Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mc-s3d----s2s | Numeral Type=cardinal Number=singular Case=adessive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-s3d----s2p | Numeral Type=cardinal Number=singular Case=adessive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-s3d----s3 | Numeral Type=cardinal Number=singular Case=adessive Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mc-s3d----s3s | Numeral Type=cardinal Number=singular Case=adessive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-s3d----s3p | Numeral Type=cardinal Number=singular Case=adessive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-s3d----p1 | Numeral Type=cardinal Number=singular Case=adessive Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mc-s3d----p1s | Numeral Type=cardinal Number=singular Case=adessive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-s3d----p1p | Numeral Type=cardinal Number=singular Case=adessive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-s3d----p2 | Numeral Type=cardinal Number=singular Case=adessive Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mc-s3d----p2s | Numeral Type=cardinal Number=singular Case=adessive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-s3d----p2p | Numeral Type=cardinal Number=singular Case=adessive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-s3d----p3 | Numeral Type=cardinal Number=singular Case=adessive Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mc-s3d----p3s | Numeral Type=cardinal Number=singular Case=adessive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-s3d----p3p | Numeral Type=cardinal Number=singular Case=adessive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-s3r | Numeral Type=cardinal Number=singular Case=adessive Form=roman | 1 |  |
Mc-s3r------s | Numeral Type=cardinal Number=singular Case=adessive Form=roman Owned_Number=singular | 1 |  |
Mc-s3r------p | Numeral Type=cardinal Number=singular Case=adessive Form=roman Owned_Number=plural | 1 |  |
Mc-s3r----s1 | Numeral Type=cardinal Number=singular Case=adessive Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mc-s3r----s1s | Numeral Type=cardinal Number=singular Case=adessive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-s3r----s1p | Numeral Type=cardinal Number=singular Case=adessive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-s3r----s2 | Numeral Type=cardinal Number=singular Case=adessive Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mc-s3r----s2s | Numeral Type=cardinal Number=singular Case=adessive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-s3r----s2p | Numeral Type=cardinal Number=singular Case=adessive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-s3r----s3 | Numeral Type=cardinal Number=singular Case=adessive Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mc-s3r----s3s | Numeral Type=cardinal Number=singular Case=adessive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-s3r----s3p | Numeral Type=cardinal Number=singular Case=adessive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-s3r----p1 | Numeral Type=cardinal Number=singular Case=adessive Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mc-s3r----p1s | Numeral Type=cardinal Number=singular Case=adessive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-s3r----p1p | Numeral Type=cardinal Number=singular Case=adessive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-s3r----p2 | Numeral Type=cardinal Number=singular Case=adessive Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mc-s3r----p2s | Numeral Type=cardinal Number=singular Case=adessive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-s3r----p2p | Numeral Type=cardinal Number=singular Case=adessive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-s3r----p3 | Numeral Type=cardinal Number=singular Case=adessive Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mc-s3r----p3s | Numeral Type=cardinal Number=singular Case=adessive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-s3r----p3p | Numeral Type=cardinal Number=singular Case=adessive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-s3l | Numeral Type=cardinal Number=singular Case=adessive Form=letter | 6 | negyvennél/negyven, milliónál/millió, kettőnél/kettő, húsznál/húsz, hétnél/hét |
Mc-s3l------s | Numeral Type=cardinal Number=singular Case=adessive Form=letter Owned_Number=singular | 1 |  |
Mc-s3l------p | Numeral Type=cardinal Number=singular Case=adessive Form=letter Owned_Number=plural | 1 |  |
Mc-s3l----s1 | Numeral Type=cardinal Number=singular Case=adessive Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mc-s3l----s1s | Numeral Type=cardinal Number=singular Case=adessive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-s3l----s1p | Numeral Type=cardinal Number=singular Case=adessive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-s3l----s2 | Numeral Type=cardinal Number=singular Case=adessive Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mc-s3l----s2s | Numeral Type=cardinal Number=singular Case=adessive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-s3l----s2p | Numeral Type=cardinal Number=singular Case=adessive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-s3l----s3 | Numeral Type=cardinal Number=singular Case=adessive Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mc-s3l----s3s | Numeral Type=cardinal Number=singular Case=adessive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-s3l----s3p | Numeral Type=cardinal Number=singular Case=adessive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-s3l----p1 | Numeral Type=cardinal Number=singular Case=adessive Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mc-s3l----p1s | Numeral Type=cardinal Number=singular Case=adessive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-s3l----p1p | Numeral Type=cardinal Number=singular Case=adessive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-s3l----p2 | Numeral Type=cardinal Number=singular Case=adessive Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mc-s3l----p2s | Numeral Type=cardinal Number=singular Case=adessive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-s3l----p2p | Numeral Type=cardinal Number=singular Case=adessive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-s3l----p3 | Numeral Type=cardinal Number=singular Case=adessive Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mc-s3l----p3s | Numeral Type=cardinal Number=singular Case=adessive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-s3l----p3p | Numeral Type=cardinal Number=singular Case=adessive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sbd | Numeral Type=cardinal Number=singular Case=ablative Form=digit | 2 | 2050-től/2050, 1900-tól/1900 |
Mc-sbd------s | Numeral Type=cardinal Number=singular Case=ablative Form=digit Owned_Number=singular | 1 |  |
Mc-sbd------p | Numeral Type=cardinal Number=singular Case=ablative Form=digit Owned_Number=plural | 1 |  |
Mc-sbd----s1 | Numeral Type=cardinal Number=singular Case=ablative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mc-sbd----s1s | Numeral Type=cardinal Number=singular Case=ablative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sbd----s1p | Numeral Type=cardinal Number=singular Case=ablative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sbd----s2 | Numeral Type=cardinal Number=singular Case=ablative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mc-sbd----s2s | Numeral Type=cardinal Number=singular Case=ablative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sbd----s2p | Numeral Type=cardinal Number=singular Case=ablative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sbd----s3 | Numeral Type=cardinal Number=singular Case=ablative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mc-sbd----s3s | Numeral Type=cardinal Number=singular Case=ablative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sbd----s3p | Numeral Type=cardinal Number=singular Case=ablative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sbd----p1 | Numeral Type=cardinal Number=singular Case=ablative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mc-sbd----p1s | Numeral Type=cardinal Number=singular Case=ablative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sbd----p1p | Numeral Type=cardinal Number=singular Case=ablative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sbd----p2 | Numeral Type=cardinal Number=singular Case=ablative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mc-sbd----p2s | Numeral Type=cardinal Number=singular Case=ablative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sbd----p2p | Numeral Type=cardinal Number=singular Case=ablative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sbd----p3 | Numeral Type=cardinal Number=singular Case=ablative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mc-sbd----p3s | Numeral Type=cardinal Number=singular Case=ablative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sbd----p3p | Numeral Type=cardinal Number=singular Case=ablative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sbr | Numeral Type=cardinal Number=singular Case=ablative Form=roman | 1 |  |
Mc-sbr------s | Numeral Type=cardinal Number=singular Case=ablative Form=roman Owned_Number=singular | 1 |  |
Mc-sbr------p | Numeral Type=cardinal Number=singular Case=ablative Form=roman Owned_Number=plural | 1 |  |
Mc-sbr----s1 | Numeral Type=cardinal Number=singular Case=ablative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mc-sbr----s1s | Numeral Type=cardinal Number=singular Case=ablative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sbr----s1p | Numeral Type=cardinal Number=singular Case=ablative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sbr----s2 | Numeral Type=cardinal Number=singular Case=ablative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mc-sbr----s2s | Numeral Type=cardinal Number=singular Case=ablative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sbr----s2p | Numeral Type=cardinal Number=singular Case=ablative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sbr----s3 | Numeral Type=cardinal Number=singular Case=ablative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mc-sbr----s3s | Numeral Type=cardinal Number=singular Case=ablative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sbr----s3p | Numeral Type=cardinal Number=singular Case=ablative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sbr----p1 | Numeral Type=cardinal Number=singular Case=ablative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mc-sbr----p1s | Numeral Type=cardinal Number=singular Case=ablative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sbr----p1p | Numeral Type=cardinal Number=singular Case=ablative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sbr----p2 | Numeral Type=cardinal Number=singular Case=ablative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mc-sbr----p2s | Numeral Type=cardinal Number=singular Case=ablative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sbr----p2p | Numeral Type=cardinal Number=singular Case=ablative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sbr----p3 | Numeral Type=cardinal Number=singular Case=ablative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mc-sbr----p3s | Numeral Type=cardinal Number=singular Case=ablative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sbr----p3p | Numeral Type=cardinal Number=singular Case=ablative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sbl | Numeral Type=cardinal Number=singular Case=ablative Form=letter | 5 | tengertől/tenger, kettőtől/kettő, héttől/hét, harminctól/harminc, egytől/egy |
Mc-sbl------s | Numeral Type=cardinal Number=singular Case=ablative Form=letter Owned_Number=singular | 1 |  |
Mc-sbl------p | Numeral Type=cardinal Number=singular Case=ablative Form=letter Owned_Number=plural | 1 |  |
Mc-sbl----s1 | Numeral Type=cardinal Number=singular Case=ablative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mc-sbl----s1s | Numeral Type=cardinal Number=singular Case=ablative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sbl----s1p | Numeral Type=cardinal Number=singular Case=ablative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sbl----s2 | Numeral Type=cardinal Number=singular Case=ablative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mc-sbl----s2s | Numeral Type=cardinal Number=singular Case=ablative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sbl----s2p | Numeral Type=cardinal Number=singular Case=ablative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sbl----s3 | Numeral Type=cardinal Number=singular Case=ablative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mc-sbl----s3s | Numeral Type=cardinal Number=singular Case=ablative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sbl----s3p | Numeral Type=cardinal Number=singular Case=ablative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sbl----p1 | Numeral Type=cardinal Number=singular Case=ablative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mc-sbl----p1s | Numeral Type=cardinal Number=singular Case=ablative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sbl----p1p | Numeral Type=cardinal Number=singular Case=ablative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sbl----p2 | Numeral Type=cardinal Number=singular Case=ablative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mc-sbl----p2s | Numeral Type=cardinal Number=singular Case=ablative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sbl----p2p | Numeral Type=cardinal Number=singular Case=ablative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sbl----p3 | Numeral Type=cardinal Number=singular Case=ablative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mc-sbl----p3s | Numeral Type=cardinal Number=singular Case=ablative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sbl----p3p | Numeral Type=cardinal Number=singular Case=ablative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-s9d | Numeral Type=cardinal Number=singular Case=terminative Form=digit | 1 | 2050-ig/2050 |
Mc-s9d------s | Numeral Type=cardinal Number=singular Case=terminative Form=digit Owned_Number=singular | 1 |  |
Mc-s9d------p | Numeral Type=cardinal Number=singular Case=terminative Form=digit Owned_Number=plural | 1 |  |
Mc-s9d----s1 | Numeral Type=cardinal Number=singular Case=terminative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mc-s9d----s1s | Numeral Type=cardinal Number=singular Case=terminative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-s9d----s1p | Numeral Type=cardinal Number=singular Case=terminative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-s9d----s2 | Numeral Type=cardinal Number=singular Case=terminative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mc-s9d----s2s | Numeral Type=cardinal Number=singular Case=terminative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-s9d----s2p | Numeral Type=cardinal Number=singular Case=terminative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-s9d----s3 | Numeral Type=cardinal Number=singular Case=terminative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mc-s9d----s3s | Numeral Type=cardinal Number=singular Case=terminative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-s9d----s3p | Numeral Type=cardinal Number=singular Case=terminative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-s9d----p1 | Numeral Type=cardinal Number=singular Case=terminative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mc-s9d----p1s | Numeral Type=cardinal Number=singular Case=terminative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-s9d----p1p | Numeral Type=cardinal Number=singular Case=terminative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-s9d----p2 | Numeral Type=cardinal Number=singular Case=terminative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mc-s9d----p2s | Numeral Type=cardinal Number=singular Case=terminative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-s9d----p2p | Numeral Type=cardinal Number=singular Case=terminative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-s9d----p3 | Numeral Type=cardinal Number=singular Case=terminative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mc-s9d----p3s | Numeral Type=cardinal Number=singular Case=terminative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-s9d----p3p | Numeral Type=cardinal Number=singular Case=terminative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-s9r | Numeral Type=cardinal Number=singular Case=terminative Form=roman | 1 |  |
Mc-s9r------s | Numeral Type=cardinal Number=singular Case=terminative Form=roman Owned_Number=singular | 1 |  |
Mc-s9r------p | Numeral Type=cardinal Number=singular Case=terminative Form=roman Owned_Number=plural | 1 |  |
Mc-s9r----s1 | Numeral Type=cardinal Number=singular Case=terminative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mc-s9r----s1s | Numeral Type=cardinal Number=singular Case=terminative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-s9r----s1p | Numeral Type=cardinal Number=singular Case=terminative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-s9r----s2 | Numeral Type=cardinal Number=singular Case=terminative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mc-s9r----s2s | Numeral Type=cardinal Number=singular Case=terminative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-s9r----s2p | Numeral Type=cardinal Number=singular Case=terminative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-s9r----s3 | Numeral Type=cardinal Number=singular Case=terminative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mc-s9r----s3s | Numeral Type=cardinal Number=singular Case=terminative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-s9r----s3p | Numeral Type=cardinal Number=singular Case=terminative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-s9r----p1 | Numeral Type=cardinal Number=singular Case=terminative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mc-s9r----p1s | Numeral Type=cardinal Number=singular Case=terminative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-s9r----p1p | Numeral Type=cardinal Number=singular Case=terminative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-s9r----p2 | Numeral Type=cardinal Number=singular Case=terminative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mc-s9r----p2s | Numeral Type=cardinal Number=singular Case=terminative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-s9r----p2p | Numeral Type=cardinal Number=singular Case=terminative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-s9r----p3 | Numeral Type=cardinal Number=singular Case=terminative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mc-s9r----p3s | Numeral Type=cardinal Number=singular Case=terminative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-s9r----p3p | Numeral Type=cardinal Number=singular Case=terminative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-s9l | Numeral Type=cardinal Number=singular Case=terminative Form=letter | 6 | százig/száz, negyvenig/negyven, hétig/hét, félig/fél, egytől-egyig |
Mc-s9l------s | Numeral Type=cardinal Number=singular Case=terminative Form=letter Owned_Number=singular | 1 |  |
Mc-s9l------p | Numeral Type=cardinal Number=singular Case=terminative Form=letter Owned_Number=plural | 1 |  |
Mc-s9l----s1 | Numeral Type=cardinal Number=singular Case=terminative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mc-s9l----s1s | Numeral Type=cardinal Number=singular Case=terminative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-s9l----s1p | Numeral Type=cardinal Number=singular Case=terminative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-s9l----s2 | Numeral Type=cardinal Number=singular Case=terminative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mc-s9l----s2s | Numeral Type=cardinal Number=singular Case=terminative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-s9l----s2p | Numeral Type=cardinal Number=singular Case=terminative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-s9l----s3 | Numeral Type=cardinal Number=singular Case=terminative Form=letter Owner_Number=singular Owner_Person=third | 1 | sokáig/sok |
Mc-s9l----s3s | Numeral Type=cardinal Number=singular Case=terminative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-s9l----s3p | Numeral Type=cardinal Number=singular Case=terminative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-s9l----p1 | Numeral Type=cardinal Number=singular Case=terminative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mc-s9l----p1s | Numeral Type=cardinal Number=singular Case=terminative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-s9l----p1p | Numeral Type=cardinal Number=singular Case=terminative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-s9l----p2 | Numeral Type=cardinal Number=singular Case=terminative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mc-s9l----p2s | Numeral Type=cardinal Number=singular Case=terminative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-s9l----p2p | Numeral Type=cardinal Number=singular Case=terminative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-s9l----p3 | Numeral Type=cardinal Number=singular Case=terminative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mc-s9l----p3s | Numeral Type=cardinal Number=singular Case=terminative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-s9l----p3p | Numeral Type=cardinal Number=singular Case=terminative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-swd | Numeral Type=cardinal Number=singular Case=essive Form=digit | 1 |  |
Mc-swr | Numeral Type=cardinal Number=singular Case=essive Form=roman | 1 |  |
Mc-swl | Numeral Type=cardinal Number=singular Case=essive Form=letter | 14 | többen/több, tízen/tíz, sokan/sok, ötvenen/ötven, négyen/négy |
Mc-smd | Numeral Type=cardinal Number=singular Case=temporalis Form=digit | 1 |  |
Mc-smd------s | Numeral Type=cardinal Number=singular Case=temporalis Form=digit Owned_Number=singular | 1 |  |
Mc-smd------p | Numeral Type=cardinal Number=singular Case=temporalis Form=digit Owned_Number=plural | 1 |  |
Mc-smd----s1 | Numeral Type=cardinal Number=singular Case=temporalis Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mc-smd----s1s | Numeral Type=cardinal Number=singular Case=temporalis Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-smd----s1p | Numeral Type=cardinal Number=singular Case=temporalis Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-smd----s2 | Numeral Type=cardinal Number=singular Case=temporalis Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mc-smd----s2s | Numeral Type=cardinal Number=singular Case=temporalis Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-smd----s2p | Numeral Type=cardinal Number=singular Case=temporalis Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-smd----s3 | Numeral Type=cardinal Number=singular Case=temporalis Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mc-smd----s3s | Numeral Type=cardinal Number=singular Case=temporalis Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-smd----s3p | Numeral Type=cardinal Number=singular Case=temporalis Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-smd----p1 | Numeral Type=cardinal Number=singular Case=temporalis Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mc-smd----p1s | Numeral Type=cardinal Number=singular Case=temporalis Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-smd----p1p | Numeral Type=cardinal Number=singular Case=temporalis Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-smd----p2 | Numeral Type=cardinal Number=singular Case=temporalis Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mc-smd----p2s | Numeral Type=cardinal Number=singular Case=temporalis Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-smd----p2p | Numeral Type=cardinal Number=singular Case=temporalis Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-smd----p3 | Numeral Type=cardinal Number=singular Case=temporalis Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mc-smd----p3s | Numeral Type=cardinal Number=singular Case=temporalis Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-smd----p3p | Numeral Type=cardinal Number=singular Case=temporalis Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-smr | Numeral Type=cardinal Number=singular Case=temporalis Form=roman | 1 |  |
Mc-smr------s | Numeral Type=cardinal Number=singular Case=temporalis Form=roman Owned_Number=singular | 1 |  |
Mc-smr------p | Numeral Type=cardinal Number=singular Case=temporalis Form=roman Owned_Number=plural | 1 |  |
Mc-smr----s1 | Numeral Type=cardinal Number=singular Case=temporalis Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mc-smr----s1s | Numeral Type=cardinal Number=singular Case=temporalis Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-smr----s1p | Numeral Type=cardinal Number=singular Case=temporalis Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-smr----s2 | Numeral Type=cardinal Number=singular Case=temporalis Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mc-smr----s2s | Numeral Type=cardinal Number=singular Case=temporalis Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-smr----s2p | Numeral Type=cardinal Number=singular Case=temporalis Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-smr----s3 | Numeral Type=cardinal Number=singular Case=temporalis Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mc-smr----s3s | Numeral Type=cardinal Number=singular Case=temporalis Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-smr----s3p | Numeral Type=cardinal Number=singular Case=temporalis Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-smr----p1 | Numeral Type=cardinal Number=singular Case=temporalis Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mc-smr----p1s | Numeral Type=cardinal Number=singular Case=temporalis Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-smr----p1p | Numeral Type=cardinal Number=singular Case=temporalis Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-smr----p2 | Numeral Type=cardinal Number=singular Case=temporalis Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mc-smr----p2s | Numeral Type=cardinal Number=singular Case=temporalis Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-smr----p2p | Numeral Type=cardinal Number=singular Case=temporalis Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-smr----p3 | Numeral Type=cardinal Number=singular Case=temporalis Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mc-smr----p3s | Numeral Type=cardinal Number=singular Case=temporalis Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-smr----p3p | Numeral Type=cardinal Number=singular Case=temporalis Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sml | Numeral Type=cardinal Number=singular Case=temporalis Form=letter | 7 | tízkor/tíz, tizenkilenckor/tizenkilenc, ötkor/öt, kilenckor/kilenc, huszonháromkor/huszonhárom |
Mc-sml------s | Numeral Type=cardinal Number=singular Case=temporalis Form=letter Owned_Number=singular | 1 |  |
Mc-sml------p | Numeral Type=cardinal Number=singular Case=temporalis Form=letter Owned_Number=plural | 1 |  |
Mc-sml----s1 | Numeral Type=cardinal Number=singular Case=temporalis Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mc-sml----s1s | Numeral Type=cardinal Number=singular Case=temporalis Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sml----s1p | Numeral Type=cardinal Number=singular Case=temporalis Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sml----s2 | Numeral Type=cardinal Number=singular Case=temporalis Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mc-sml----s2s | Numeral Type=cardinal Number=singular Case=temporalis Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sml----s2p | Numeral Type=cardinal Number=singular Case=temporalis Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sml----s3 | Numeral Type=cardinal Number=singular Case=temporalis Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mc-sml----s3s | Numeral Type=cardinal Number=singular Case=temporalis Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sml----s3p | Numeral Type=cardinal Number=singular Case=temporalis Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sml----p1 | Numeral Type=cardinal Number=singular Case=temporalis Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mc-sml----p1s | Numeral Type=cardinal Number=singular Case=temporalis Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sml----p1p | Numeral Type=cardinal Number=singular Case=temporalis Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sml----p2 | Numeral Type=cardinal Number=singular Case=temporalis Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mc-sml----p2s | Numeral Type=cardinal Number=singular Case=temporalis Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sml----p2p | Numeral Type=cardinal Number=singular Case=temporalis Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sml----p3 | Numeral Type=cardinal Number=singular Case=temporalis Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mc-sml----p3s | Numeral Type=cardinal Number=singular Case=temporalis Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sml----p3p | Numeral Type=cardinal Number=singular Case=temporalis Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-scd | Numeral Type=cardinal Number=singular Case=causalis Form=digit | 1 |  |
Mc-scd------s | Numeral Type=cardinal Number=singular Case=causalis Form=digit Owned_Number=singular | 1 |  |
Mc-scd------p | Numeral Type=cardinal Number=singular Case=causalis Form=digit Owned_Number=plural | 1 |  |
Mc-scd----s1 | Numeral Type=cardinal Number=singular Case=causalis Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mc-scd----s1s | Numeral Type=cardinal Number=singular Case=causalis Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-scd----s1p | Numeral Type=cardinal Number=singular Case=causalis Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-scd----s2 | Numeral Type=cardinal Number=singular Case=causalis Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mc-scd----s2s | Numeral Type=cardinal Number=singular Case=causalis Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-scd----s2p | Numeral Type=cardinal Number=singular Case=causalis Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-scd----s3 | Numeral Type=cardinal Number=singular Case=causalis Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mc-scd----s3s | Numeral Type=cardinal Number=singular Case=causalis Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-scd----s3p | Numeral Type=cardinal Number=singular Case=causalis Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-scd----p1 | Numeral Type=cardinal Number=singular Case=causalis Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mc-scd----p1s | Numeral Type=cardinal Number=singular Case=causalis Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-scd----p1p | Numeral Type=cardinal Number=singular Case=causalis Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-scd----p2 | Numeral Type=cardinal Number=singular Case=causalis Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mc-scd----p2s | Numeral Type=cardinal Number=singular Case=causalis Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-scd----p2p | Numeral Type=cardinal Number=singular Case=causalis Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-scd----p3 | Numeral Type=cardinal Number=singular Case=causalis Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mc-scd----p3s | Numeral Type=cardinal Number=singular Case=causalis Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-scd----p3p | Numeral Type=cardinal Number=singular Case=causalis Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-scr | Numeral Type=cardinal Number=singular Case=causalis Form=roman | 1 |  |
Mc-scr------s | Numeral Type=cardinal Number=singular Case=causalis Form=roman Owned_Number=singular | 1 |  |
Mc-scr------p | Numeral Type=cardinal Number=singular Case=causalis Form=roman Owned_Number=plural | 1 |  |
Mc-scr----s1 | Numeral Type=cardinal Number=singular Case=causalis Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mc-scr----s1s | Numeral Type=cardinal Number=singular Case=causalis Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-scr----s1p | Numeral Type=cardinal Number=singular Case=causalis Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-scr----s2 | Numeral Type=cardinal Number=singular Case=causalis Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mc-scr----s2s | Numeral Type=cardinal Number=singular Case=causalis Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-scr----s2p | Numeral Type=cardinal Number=singular Case=causalis Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-scr----s3 | Numeral Type=cardinal Number=singular Case=causalis Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mc-scr----s3s | Numeral Type=cardinal Number=singular Case=causalis Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-scr----s3p | Numeral Type=cardinal Number=singular Case=causalis Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-scr----p1 | Numeral Type=cardinal Number=singular Case=causalis Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mc-scr----p1s | Numeral Type=cardinal Number=singular Case=causalis Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-scr----p1p | Numeral Type=cardinal Number=singular Case=causalis Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-scr----p2 | Numeral Type=cardinal Number=singular Case=causalis Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mc-scr----p2s | Numeral Type=cardinal Number=singular Case=causalis Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-scr----p2p | Numeral Type=cardinal Number=singular Case=causalis Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-scr----p3 | Numeral Type=cardinal Number=singular Case=causalis Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mc-scr----p3s | Numeral Type=cardinal Number=singular Case=causalis Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-scr----p3p | Numeral Type=cardinal Number=singular Case=causalis Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-scl | Numeral Type=cardinal Number=singular Case=causalis Form=letter | 3 | ötvenért/ötven, milliárdért/milliárd, ezerért/ezer |
Mc-scl------s | Numeral Type=cardinal Number=singular Case=causalis Form=letter Owned_Number=singular | 1 |  |
Mc-scl------p | Numeral Type=cardinal Number=singular Case=causalis Form=letter Owned_Number=plural | 1 |  |
Mc-scl----s1 | Numeral Type=cardinal Number=singular Case=causalis Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mc-scl----s1s | Numeral Type=cardinal Number=singular Case=causalis Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-scl----s1p | Numeral Type=cardinal Number=singular Case=causalis Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-scl----s2 | Numeral Type=cardinal Number=singular Case=causalis Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mc-scl----s2s | Numeral Type=cardinal Number=singular Case=causalis Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-scl----s2p | Numeral Type=cardinal Number=singular Case=causalis Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-scl----s3 | Numeral Type=cardinal Number=singular Case=causalis Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mc-scl----s3s | Numeral Type=cardinal Number=singular Case=causalis Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-scl----s3p | Numeral Type=cardinal Number=singular Case=causalis Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-scl----p1 | Numeral Type=cardinal Number=singular Case=causalis Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mc-scl----p1s | Numeral Type=cardinal Number=singular Case=causalis Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-scl----p1p | Numeral Type=cardinal Number=singular Case=causalis Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-scl----p2 | Numeral Type=cardinal Number=singular Case=causalis Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mc-scl----p2s | Numeral Type=cardinal Number=singular Case=causalis Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-scl----p2p | Numeral Type=cardinal Number=singular Case=causalis Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-scl----p3 | Numeral Type=cardinal Number=singular Case=causalis Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mc-scl----p3s | Numeral Type=cardinal Number=singular Case=causalis Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-scl----p3p | Numeral Type=cardinal Number=singular Case=causalis Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-ssd | Numeral Type=cardinal Number=singular Case=sublative Form=digit | 2 | 2050-re/2050, 1970-re/1970 |
Mc-ssd------s | Numeral Type=cardinal Number=singular Case=sublative Form=digit Owned_Number=singular | 1 |  |
Mc-ssd------p | Numeral Type=cardinal Number=singular Case=sublative Form=digit Owned_Number=plural | 1 |  |
Mc-ssd----s1 | Numeral Type=cardinal Number=singular Case=sublative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mc-ssd----s1s | Numeral Type=cardinal Number=singular Case=sublative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-ssd----s1p | Numeral Type=cardinal Number=singular Case=sublative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-ssd----s2 | Numeral Type=cardinal Number=singular Case=sublative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mc-ssd----s2s | Numeral Type=cardinal Number=singular Case=sublative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-ssd----s2p | Numeral Type=cardinal Number=singular Case=sublative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-ssd----s3 | Numeral Type=cardinal Number=singular Case=sublative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mc-ssd----s3s | Numeral Type=cardinal Number=singular Case=sublative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-ssd----s3p | Numeral Type=cardinal Number=singular Case=sublative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-ssd----p1 | Numeral Type=cardinal Number=singular Case=sublative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mc-ssd----p1s | Numeral Type=cardinal Number=singular Case=sublative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-ssd----p1p | Numeral Type=cardinal Number=singular Case=sublative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-ssd----p2 | Numeral Type=cardinal Number=singular Case=sublative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mc-ssd----p2s | Numeral Type=cardinal Number=singular Case=sublative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-ssd----p2p | Numeral Type=cardinal Number=singular Case=sublative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-ssd----p3 | Numeral Type=cardinal Number=singular Case=sublative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mc-ssd----p3s | Numeral Type=cardinal Number=singular Case=sublative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-ssd----p3p | Numeral Type=cardinal Number=singular Case=sublative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-ssr | Numeral Type=cardinal Number=singular Case=sublative Form=roman | 1 |  |
Mc-ssr------s | Numeral Type=cardinal Number=singular Case=sublative Form=roman Owned_Number=singular | 1 |  |
Mc-ssr------p | Numeral Type=cardinal Number=singular Case=sublative Form=roman Owned_Number=plural | 1 |  |
Mc-ssr----s1 | Numeral Type=cardinal Number=singular Case=sublative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mc-ssr----s1s | Numeral Type=cardinal Number=singular Case=sublative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-ssr----s1p | Numeral Type=cardinal Number=singular Case=sublative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-ssr----s2 | Numeral Type=cardinal Number=singular Case=sublative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mc-ssr----s2s | Numeral Type=cardinal Number=singular Case=sublative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-ssr----s2p | Numeral Type=cardinal Number=singular Case=sublative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-ssr----s3 | Numeral Type=cardinal Number=singular Case=sublative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mc-ssr----s3s | Numeral Type=cardinal Number=singular Case=sublative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-ssr----s3p | Numeral Type=cardinal Number=singular Case=sublative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-ssr----p1 | Numeral Type=cardinal Number=singular Case=sublative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mc-ssr----p1s | Numeral Type=cardinal Number=singular Case=sublative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-ssr----p1p | Numeral Type=cardinal Number=singular Case=sublative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-ssr----p2 | Numeral Type=cardinal Number=singular Case=sublative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mc-ssr----p2s | Numeral Type=cardinal Number=singular Case=sublative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-ssr----p2p | Numeral Type=cardinal Number=singular Case=sublative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-ssr----p3 | Numeral Type=cardinal Number=singular Case=sublative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mc-ssr----p3s | Numeral Type=cardinal Number=singular Case=sublative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-ssr----p3p | Numeral Type=cardinal Number=singular Case=sublative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-ssl | Numeral Type=cardinal Number=singular Case=sublative Form=letter | 33 | ugyanennyire/ugyanennyi, többre/több, tizenkettőre/tizenkettő, tizenegyre/tizenegy, sokra/sok |
Mc-ssl------s | Numeral Type=cardinal Number=singular Case=sublative Form=letter Owned_Number=singular | 3 | ötödére/ötöd, kétszeresére/kétszeres, egytizedére/egytized |
Mc-ssl------p | Numeral Type=cardinal Number=singular Case=sublative Form=letter Owned_Number=plural | 1 |  |
Mc-ssl----s1 | Numeral Type=cardinal Number=singular Case=sublative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mc-ssl----s1s | Numeral Type=cardinal Number=singular Case=sublative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-ssl----s1p | Numeral Type=cardinal Number=singular Case=sublative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-ssl----s2 | Numeral Type=cardinal Number=singular Case=sublative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mc-ssl----s2s | Numeral Type=cardinal Number=singular Case=sublative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 | ötödére/öt |
Mc-ssl----s2p | Numeral Type=cardinal Number=singular Case=sublative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-ssl----s3 | Numeral Type=cardinal Number=singular Case=sublative Form=letter Owner_Number=singular Owner_Person=third | 7 | sokára/sok, ötödére/ötöd, kétszeresére/kétszeres, hetére/hét, felére/fél |
Mc-ssl----s3s | Numeral Type=cardinal Number=singular Case=sublative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-ssl----s3p | Numeral Type=cardinal Number=singular Case=sublative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-ssl----p1 | Numeral Type=cardinal Number=singular Case=sublative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mc-ssl----p1s | Numeral Type=cardinal Number=singular Case=sublative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-ssl----p1p | Numeral Type=cardinal Number=singular Case=sublative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-ssl----p2 | Numeral Type=cardinal Number=singular Case=sublative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mc-ssl----p2s | Numeral Type=cardinal Number=singular Case=sublative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-ssl----p2p | Numeral Type=cardinal Number=singular Case=sublative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-ssl----p3 | Numeral Type=cardinal Number=singular Case=sublative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mc-ssl----p3s | Numeral Type=cardinal Number=singular Case=sublative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-ssl----p3p | Numeral Type=cardinal Number=singular Case=sublative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-shd | Numeral Type=cardinal Number=singular Case=delative Form=digit | 1 |  |
Mc-shd------s | Numeral Type=cardinal Number=singular Case=delative Form=digit Owned_Number=singular | 1 |  |
Mc-shd------p | Numeral Type=cardinal Number=singular Case=delative Form=digit Owned_Number=plural | 1 |  |
Mc-shd----s1 | Numeral Type=cardinal Number=singular Case=delative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mc-shd----s1s | Numeral Type=cardinal Number=singular Case=delative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-shd----s1p | Numeral Type=cardinal Number=singular Case=delative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-shd----s2 | Numeral Type=cardinal Number=singular Case=delative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mc-shd----s2s | Numeral Type=cardinal Number=singular Case=delative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-shd----s2p | Numeral Type=cardinal Number=singular Case=delative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-shd----s3 | Numeral Type=cardinal Number=singular Case=delative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mc-shd----s3s | Numeral Type=cardinal Number=singular Case=delative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-shd----s3p | Numeral Type=cardinal Number=singular Case=delative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-shd----p1 | Numeral Type=cardinal Number=singular Case=delative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mc-shd----p1s | Numeral Type=cardinal Number=singular Case=delative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-shd----p1p | Numeral Type=cardinal Number=singular Case=delative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-shd----p2 | Numeral Type=cardinal Number=singular Case=delative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mc-shd----p2s | Numeral Type=cardinal Number=singular Case=delative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-shd----p2p | Numeral Type=cardinal Number=singular Case=delative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-shd----p3 | Numeral Type=cardinal Number=singular Case=delative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mc-shd----p3s | Numeral Type=cardinal Number=singular Case=delative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-shd----p3p | Numeral Type=cardinal Number=singular Case=delative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-shr | Numeral Type=cardinal Number=singular Case=delative Form=roman | 1 |  |
Mc-shr------s | Numeral Type=cardinal Number=singular Case=delative Form=roman Owned_Number=singular | 1 |  |
Mc-shr------p | Numeral Type=cardinal Number=singular Case=delative Form=roman Owned_Number=plural | 1 |  |
Mc-shr----s1 | Numeral Type=cardinal Number=singular Case=delative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mc-shr----s1s | Numeral Type=cardinal Number=singular Case=delative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-shr----s1p | Numeral Type=cardinal Number=singular Case=delative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-shr----s2 | Numeral Type=cardinal Number=singular Case=delative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mc-shr----s2s | Numeral Type=cardinal Number=singular Case=delative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-shr----s2p | Numeral Type=cardinal Number=singular Case=delative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-shr----s3 | Numeral Type=cardinal Number=singular Case=delative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mc-shr----s3s | Numeral Type=cardinal Number=singular Case=delative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-shr----s3p | Numeral Type=cardinal Number=singular Case=delative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-shr----p1 | Numeral Type=cardinal Number=singular Case=delative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mc-shr----p1s | Numeral Type=cardinal Number=singular Case=delative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-shr----p1p | Numeral Type=cardinal Number=singular Case=delative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-shr----p2 | Numeral Type=cardinal Number=singular Case=delative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mc-shr----p2s | Numeral Type=cardinal Number=singular Case=delative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-shr----p2p | Numeral Type=cardinal Number=singular Case=delative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-shr----p3 | Numeral Type=cardinal Number=singular Case=delative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mc-shr----p3s | Numeral Type=cardinal Number=singular Case=delative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-shr----p3p | Numeral Type=cardinal Number=singular Case=delative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-shl | Numeral Type=cardinal Number=singular Case=delative Form=letter | 6 | párról/pár, milliárdról/milliárd, hétről/hét, harmadikról/harmadik, ezerről/ezer |
Mc-shl------s | Numeral Type=cardinal Number=singular Case=delative Form=letter Owned_Number=singular | 1 |  |
Mc-shl------p | Numeral Type=cardinal Number=singular Case=delative Form=letter Owned_Number=plural | 1 |  |
Mc-shl----s1 | Numeral Type=cardinal Number=singular Case=delative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mc-shl----s1s | Numeral Type=cardinal Number=singular Case=delative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-shl----s1p | Numeral Type=cardinal Number=singular Case=delative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-shl----s2 | Numeral Type=cardinal Number=singular Case=delative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mc-shl----s2s | Numeral Type=cardinal Number=singular Case=delative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-shl----s2p | Numeral Type=cardinal Number=singular Case=delative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-shl----s3 | Numeral Type=cardinal Number=singular Case=delative Form=letter Owner_Number=singular Owner_Person=third | 1 | feléről/fél |
Mc-shl----s3s | Numeral Type=cardinal Number=singular Case=delative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-shl----s3p | Numeral Type=cardinal Number=singular Case=delative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-shl----p1 | Numeral Type=cardinal Number=singular Case=delative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mc-shl----p1s | Numeral Type=cardinal Number=singular Case=delative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-shl----p1p | Numeral Type=cardinal Number=singular Case=delative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-shl----p2 | Numeral Type=cardinal Number=singular Case=delative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mc-shl----p2s | Numeral Type=cardinal Number=singular Case=delative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-shl----p2p | Numeral Type=cardinal Number=singular Case=delative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-shl----p3 | Numeral Type=cardinal Number=singular Case=delative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mc-shl----p3s | Numeral Type=cardinal Number=singular Case=delative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-shl----p3p | Numeral Type=cardinal Number=singular Case=delative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sqd | Numeral Type=cardinal Number=singular Case=sociative Form=digit | 1 |  |
Mc-sqd------s | Numeral Type=cardinal Number=singular Case=sociative Form=digit Owned_Number=singular | 1 |  |
Mc-sqd------p | Numeral Type=cardinal Number=singular Case=sociative Form=digit Owned_Number=plural | 1 |  |
Mc-sqd----s1 | Numeral Type=cardinal Number=singular Case=sociative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mc-sqd----s1s | Numeral Type=cardinal Number=singular Case=sociative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sqd----s1p | Numeral Type=cardinal Number=singular Case=sociative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sqd----s2 | Numeral Type=cardinal Number=singular Case=sociative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mc-sqd----s2s | Numeral Type=cardinal Number=singular Case=sociative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sqd----s2p | Numeral Type=cardinal Number=singular Case=sociative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sqd----s3 | Numeral Type=cardinal Number=singular Case=sociative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mc-sqd----s3s | Numeral Type=cardinal Number=singular Case=sociative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sqd----s3p | Numeral Type=cardinal Number=singular Case=sociative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sqd----p1 | Numeral Type=cardinal Number=singular Case=sociative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mc-sqd----p1s | Numeral Type=cardinal Number=singular Case=sociative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sqd----p1p | Numeral Type=cardinal Number=singular Case=sociative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sqd----p2 | Numeral Type=cardinal Number=singular Case=sociative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mc-sqd----p2s | Numeral Type=cardinal Number=singular Case=sociative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sqd----p2p | Numeral Type=cardinal Number=singular Case=sociative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sqd----p3 | Numeral Type=cardinal Number=singular Case=sociative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mc-sqd----p3s | Numeral Type=cardinal Number=singular Case=sociative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sqd----p3p | Numeral Type=cardinal Number=singular Case=sociative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sqr | Numeral Type=cardinal Number=singular Case=sociative Form=roman | 1 |  |
Mc-sqr------s | Numeral Type=cardinal Number=singular Case=sociative Form=roman Owned_Number=singular | 1 |  |
Mc-sqr------p | Numeral Type=cardinal Number=singular Case=sociative Form=roman Owned_Number=plural | 1 |  |
Mc-sqr----s1 | Numeral Type=cardinal Number=singular Case=sociative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mc-sqr----s1s | Numeral Type=cardinal Number=singular Case=sociative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sqr----s1p | Numeral Type=cardinal Number=singular Case=sociative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sqr----s2 | Numeral Type=cardinal Number=singular Case=sociative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mc-sqr----s2s | Numeral Type=cardinal Number=singular Case=sociative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sqr----s2p | Numeral Type=cardinal Number=singular Case=sociative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sqr----s3 | Numeral Type=cardinal Number=singular Case=sociative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mc-sqr----s3s | Numeral Type=cardinal Number=singular Case=sociative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sqr----s3p | Numeral Type=cardinal Number=singular Case=sociative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sqr----p1 | Numeral Type=cardinal Number=singular Case=sociative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mc-sqr----p1s | Numeral Type=cardinal Number=singular Case=sociative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sqr----p1p | Numeral Type=cardinal Number=singular Case=sociative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sqr----p2 | Numeral Type=cardinal Number=singular Case=sociative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mc-sqr----p2s | Numeral Type=cardinal Number=singular Case=sociative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sqr----p2p | Numeral Type=cardinal Number=singular Case=sociative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sqr----p3 | Numeral Type=cardinal Number=singular Case=sociative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mc-sqr----p3s | Numeral Type=cardinal Number=singular Case=sociative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sqr----p3p | Numeral Type=cardinal Number=singular Case=sociative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sql | Numeral Type=cardinal Number=singular Case=sociative Form=letter | 1 |  |
Mc-sql------s | Numeral Type=cardinal Number=singular Case=sociative Form=letter Owned_Number=singular | 1 |  |
Mc-sql------p | Numeral Type=cardinal Number=singular Case=sociative Form=letter Owned_Number=plural | 1 |  |
Mc-sql----s1 | Numeral Type=cardinal Number=singular Case=sociative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mc-sql----s1s | Numeral Type=cardinal Number=singular Case=sociative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sql----s1p | Numeral Type=cardinal Number=singular Case=sociative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sql----s2 | Numeral Type=cardinal Number=singular Case=sociative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mc-sql----s2s | Numeral Type=cardinal Number=singular Case=sociative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sql----s2p | Numeral Type=cardinal Number=singular Case=sociative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sql----s3 | Numeral Type=cardinal Number=singular Case=sociative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mc-sql----s3s | Numeral Type=cardinal Number=singular Case=sociative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sql----s3p | Numeral Type=cardinal Number=singular Case=sociative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sql----p1 | Numeral Type=cardinal Number=singular Case=sociative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mc-sql----p1s | Numeral Type=cardinal Number=singular Case=sociative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sql----p1p | Numeral Type=cardinal Number=singular Case=sociative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sql----p2 | Numeral Type=cardinal Number=singular Case=sociative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mc-sql----p2s | Numeral Type=cardinal Number=singular Case=sociative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sql----p2p | Numeral Type=cardinal Number=singular Case=sociative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sql----p3 | Numeral Type=cardinal Number=singular Case=sociative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mc-sql----p3s | Numeral Type=cardinal Number=singular Case=sociative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sql----p3p | Numeral Type=cardinal Number=singular Case=sociative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-syd | Numeral Type=cardinal Number=singular Case=factive Form=digit | 1 |  |
Mc-syd------s | Numeral Type=cardinal Number=singular Case=factive Form=digit Owned_Number=singular | 1 |  |
Mc-syd------p | Numeral Type=cardinal Number=singular Case=factive Form=digit Owned_Number=plural | 1 |  |
Mc-syd----s1 | Numeral Type=cardinal Number=singular Case=factive Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mc-syd----s1s | Numeral Type=cardinal Number=singular Case=factive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-syd----s1p | Numeral Type=cardinal Number=singular Case=factive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-syd----s2 | Numeral Type=cardinal Number=singular Case=factive Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mc-syd----s2s | Numeral Type=cardinal Number=singular Case=factive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-syd----s2p | Numeral Type=cardinal Number=singular Case=factive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-syd----s3 | Numeral Type=cardinal Number=singular Case=factive Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mc-syd----s3s | Numeral Type=cardinal Number=singular Case=factive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-syd----s3p | Numeral Type=cardinal Number=singular Case=factive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-syd----p1 | Numeral Type=cardinal Number=singular Case=factive Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mc-syd----p1s | Numeral Type=cardinal Number=singular Case=factive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-syd----p1p | Numeral Type=cardinal Number=singular Case=factive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-syd----p2 | Numeral Type=cardinal Number=singular Case=factive Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mc-syd----p2s | Numeral Type=cardinal Number=singular Case=factive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-syd----p2p | Numeral Type=cardinal Number=singular Case=factive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-syd----p3 | Numeral Type=cardinal Number=singular Case=factive Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mc-syd----p3s | Numeral Type=cardinal Number=singular Case=factive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-syd----p3p | Numeral Type=cardinal Number=singular Case=factive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-syr | Numeral Type=cardinal Number=singular Case=factive Form=roman | 1 |  |
Mc-syr------s | Numeral Type=cardinal Number=singular Case=factive Form=roman Owned_Number=singular | 1 |  |
Mc-syr------p | Numeral Type=cardinal Number=singular Case=factive Form=roman Owned_Number=plural | 1 |  |
Mc-syr----s1 | Numeral Type=cardinal Number=singular Case=factive Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mc-syr----s1s | Numeral Type=cardinal Number=singular Case=factive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-syr----s1p | Numeral Type=cardinal Number=singular Case=factive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-syr----s2 | Numeral Type=cardinal Number=singular Case=factive Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mc-syr----s2s | Numeral Type=cardinal Number=singular Case=factive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-syr----s2p | Numeral Type=cardinal Number=singular Case=factive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-syr----s3 | Numeral Type=cardinal Number=singular Case=factive Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mc-syr----s3s | Numeral Type=cardinal Number=singular Case=factive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-syr----s3p | Numeral Type=cardinal Number=singular Case=factive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-syr----p1 | Numeral Type=cardinal Number=singular Case=factive Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mc-syr----p1s | Numeral Type=cardinal Number=singular Case=factive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-syr----p1p | Numeral Type=cardinal Number=singular Case=factive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-syr----p2 | Numeral Type=cardinal Number=singular Case=factive Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mc-syr----p2s | Numeral Type=cardinal Number=singular Case=factive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-syr----p2p | Numeral Type=cardinal Number=singular Case=factive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-syr----p3 | Numeral Type=cardinal Number=singular Case=factive Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mc-syr----p3s | Numeral Type=cardinal Number=singular Case=factive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-syr----p3p | Numeral Type=cardinal Number=singular Case=factive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-syl | Numeral Type=cardinal Number=singular Case=factive Form=letter | 2 | többé/több, kevéssé/kevés |
Mc-syl------s | Numeral Type=cardinal Number=singular Case=factive Form=letter Owned_Number=singular | 1 |  |
Mc-syl------p | Numeral Type=cardinal Number=singular Case=factive Form=letter Owned_Number=plural | 1 |  |
Mc-syl----s1 | Numeral Type=cardinal Number=singular Case=factive Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mc-syl----s1s | Numeral Type=cardinal Number=singular Case=factive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-syl----s1p | Numeral Type=cardinal Number=singular Case=factive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-syl----s2 | Numeral Type=cardinal Number=singular Case=factive Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mc-syl----s2s | Numeral Type=cardinal Number=singular Case=factive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-syl----s2p | Numeral Type=cardinal Number=singular Case=factive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-syl----s3 | Numeral Type=cardinal Number=singular Case=factive Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mc-syl----s3s | Numeral Type=cardinal Number=singular Case=factive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-syl----s3p | Numeral Type=cardinal Number=singular Case=factive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-syl----p1 | Numeral Type=cardinal Number=singular Case=factive Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mc-syl----p1s | Numeral Type=cardinal Number=singular Case=factive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-syl----p1p | Numeral Type=cardinal Number=singular Case=factive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-syl----p2 | Numeral Type=cardinal Number=singular Case=factive Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mc-syl----p2s | Numeral Type=cardinal Number=singular Case=factive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-syl----p2p | Numeral Type=cardinal Number=singular Case=factive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-syl----p3 | Numeral Type=cardinal Number=singular Case=factive Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mc-syl----p3s | Numeral Type=cardinal Number=singular Case=factive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-syl----p3p | Numeral Type=cardinal Number=singular Case=factive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-spd | Numeral Type=cardinal Number=singular Case=superessive Form=digit | 1 |  |
Mc-spd------s | Numeral Type=cardinal Number=singular Case=superessive Form=digit Owned_Number=singular | 1 |  |
Mc-spd------p | Numeral Type=cardinal Number=singular Case=superessive Form=digit Owned_Number=plural | 1 |  |
Mc-spd----s1 | Numeral Type=cardinal Number=singular Case=superessive Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mc-spd----s1s | Numeral Type=cardinal Number=singular Case=superessive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-spd----s1p | Numeral Type=cardinal Number=singular Case=superessive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-spd----s2 | Numeral Type=cardinal Number=singular Case=superessive Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mc-spd----s2s | Numeral Type=cardinal Number=singular Case=superessive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-spd----s2p | Numeral Type=cardinal Number=singular Case=superessive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-spd----s3 | Numeral Type=cardinal Number=singular Case=superessive Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mc-spd----s3s | Numeral Type=cardinal Number=singular Case=superessive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-spd----s3p | Numeral Type=cardinal Number=singular Case=superessive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-spd----p1 | Numeral Type=cardinal Number=singular Case=superessive Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mc-spd----p1s | Numeral Type=cardinal Number=singular Case=superessive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-spd----p1p | Numeral Type=cardinal Number=singular Case=superessive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-spd----p2 | Numeral Type=cardinal Number=singular Case=superessive Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mc-spd----p2s | Numeral Type=cardinal Number=singular Case=superessive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-spd----p2p | Numeral Type=cardinal Number=singular Case=superessive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-spd----p3 | Numeral Type=cardinal Number=singular Case=superessive Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mc-spd----p3s | Numeral Type=cardinal Number=singular Case=superessive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-spd----p3p | Numeral Type=cardinal Number=singular Case=superessive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-spr | Numeral Type=cardinal Number=singular Case=superessive Form=roman | 1 |  |
Mc-spr------s | Numeral Type=cardinal Number=singular Case=superessive Form=roman Owned_Number=singular | 1 |  |
Mc-spr------p | Numeral Type=cardinal Number=singular Case=superessive Form=roman Owned_Number=plural | 1 |  |
Mc-spr----s1 | Numeral Type=cardinal Number=singular Case=superessive Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mc-spr----s1s | Numeral Type=cardinal Number=singular Case=superessive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-spr----s1p | Numeral Type=cardinal Number=singular Case=superessive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-spr----s2 | Numeral Type=cardinal Number=singular Case=superessive Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mc-spr----s2s | Numeral Type=cardinal Number=singular Case=superessive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-spr----s2p | Numeral Type=cardinal Number=singular Case=superessive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-spr----s3 | Numeral Type=cardinal Number=singular Case=superessive Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mc-spr----s3s | Numeral Type=cardinal Number=singular Case=superessive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-spr----s3p | Numeral Type=cardinal Number=singular Case=superessive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-spr----p1 | Numeral Type=cardinal Number=singular Case=superessive Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mc-spr----p1s | Numeral Type=cardinal Number=singular Case=superessive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-spr----p1p | Numeral Type=cardinal Number=singular Case=superessive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-spr----p2 | Numeral Type=cardinal Number=singular Case=superessive Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mc-spr----p2s | Numeral Type=cardinal Number=singular Case=superessive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-spr----p2p | Numeral Type=cardinal Number=singular Case=superessive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-spr----p3 | Numeral Type=cardinal Number=singular Case=superessive Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mc-spr----p3s | Numeral Type=cardinal Number=singular Case=superessive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-spr----p3p | Numeral Type=cardinal Number=singular Case=superessive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-spl | Numeral Type=cardinal Number=singular Case=superessive Form=letter | 10 | többen/több, tízen/tíz, tengeren/tenger, ötvenen/ötven, négyen/négy |
Mc-spl------s | Numeral Type=cardinal Number=singular Case=superessive Form=letter Owned_Number=singular | 1 | egyén/egy |
Mc-spl------p | Numeral Type=cardinal Number=singular Case=superessive Form=letter Owned_Number=plural | 1 |  |
Mc-spl----s1 | Numeral Type=cardinal Number=singular Case=superessive Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mc-spl----s1s | Numeral Type=cardinal Number=singular Case=superessive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-spl----s1p | Numeral Type=cardinal Number=singular Case=superessive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-spl----s2 | Numeral Type=cardinal Number=singular Case=superessive Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mc-spl----s2s | Numeral Type=cardinal Number=singular Case=superessive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-spl----s2p | Numeral Type=cardinal Number=singular Case=superessive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-spl----s3 | Numeral Type=cardinal Number=singular Case=superessive Form=letter Owner_Number=singular Owner_Person=third | 3 | tizenöt-tizenhatodán/tizenöt-tizenhatod, felén/fél, egyén/egy |
Mc-spl----s3s | Numeral Type=cardinal Number=singular Case=superessive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-spl----s3p | Numeral Type=cardinal Number=singular Case=superessive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-spl----p1 | Numeral Type=cardinal Number=singular Case=superessive Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mc-spl----p1s | Numeral Type=cardinal Number=singular Case=superessive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-spl----p1p | Numeral Type=cardinal Number=singular Case=superessive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-spl----p2 | Numeral Type=cardinal Number=singular Case=superessive Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mc-spl----p2s | Numeral Type=cardinal Number=singular Case=superessive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-spl----p2p | Numeral Type=cardinal Number=singular Case=superessive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-spl----p3 | Numeral Type=cardinal Number=singular Case=superessive Form=letter Owner_Number=plural Owner_Person=third | 2 | mindkettőjükön/mindkettő, felükön/fél |
Mc-spl----p3s | Numeral Type=cardinal Number=singular Case=superessive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-spl----p3p | Numeral Type=cardinal Number=singular Case=superessive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sud | Numeral Type=cardinal Number=singular Case=distributive Form=digit | 1 |  |
Mc-sud------s | Numeral Type=cardinal Number=singular Case=distributive Form=digit Owned_Number=singular | 1 |  |
Mc-sud------p | Numeral Type=cardinal Number=singular Case=distributive Form=digit Owned_Number=plural | 1 |  |
Mc-sud----s1 | Numeral Type=cardinal Number=singular Case=distributive Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mc-sud----s1s | Numeral Type=cardinal Number=singular Case=distributive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sud----s1p | Numeral Type=cardinal Number=singular Case=distributive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sud----s2 | Numeral Type=cardinal Number=singular Case=distributive Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mc-sud----s2s | Numeral Type=cardinal Number=singular Case=distributive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sud----s2p | Numeral Type=cardinal Number=singular Case=distributive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sud----s3 | Numeral Type=cardinal Number=singular Case=distributive Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mc-sud----s3s | Numeral Type=cardinal Number=singular Case=distributive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sud----s3p | Numeral Type=cardinal Number=singular Case=distributive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sud----p1 | Numeral Type=cardinal Number=singular Case=distributive Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mc-sud----p1s | Numeral Type=cardinal Number=singular Case=distributive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sud----p1p | Numeral Type=cardinal Number=singular Case=distributive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sud----p2 | Numeral Type=cardinal Number=singular Case=distributive Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mc-sud----p2s | Numeral Type=cardinal Number=singular Case=distributive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sud----p2p | Numeral Type=cardinal Number=singular Case=distributive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sud----p3 | Numeral Type=cardinal Number=singular Case=distributive Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mc-sud----p3s | Numeral Type=cardinal Number=singular Case=distributive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sud----p3p | Numeral Type=cardinal Number=singular Case=distributive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sur | Numeral Type=cardinal Number=singular Case=distributive Form=roman | 1 |  |
Mc-sur------s | Numeral Type=cardinal Number=singular Case=distributive Form=roman Owned_Number=singular | 1 |  |
Mc-sur------p | Numeral Type=cardinal Number=singular Case=distributive Form=roman Owned_Number=plural | 1 |  |
Mc-sur----s1 | Numeral Type=cardinal Number=singular Case=distributive Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mc-sur----s1s | Numeral Type=cardinal Number=singular Case=distributive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sur----s1p | Numeral Type=cardinal Number=singular Case=distributive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sur----s2 | Numeral Type=cardinal Number=singular Case=distributive Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mc-sur----s2s | Numeral Type=cardinal Number=singular Case=distributive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sur----s2p | Numeral Type=cardinal Number=singular Case=distributive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sur----s3 | Numeral Type=cardinal Number=singular Case=distributive Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mc-sur----s3s | Numeral Type=cardinal Number=singular Case=distributive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sur----s3p | Numeral Type=cardinal Number=singular Case=distributive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sur----p1 | Numeral Type=cardinal Number=singular Case=distributive Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mc-sur----p1s | Numeral Type=cardinal Number=singular Case=distributive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sur----p1p | Numeral Type=cardinal Number=singular Case=distributive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sur----p2 | Numeral Type=cardinal Number=singular Case=distributive Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mc-sur----p2s | Numeral Type=cardinal Number=singular Case=distributive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sur----p2p | Numeral Type=cardinal Number=singular Case=distributive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sur----p3 | Numeral Type=cardinal Number=singular Case=distributive Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mc-sur----p3s | Numeral Type=cardinal Number=singular Case=distributive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sur----p3p | Numeral Type=cardinal Number=singular Case=distributive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sul | Numeral Type=cardinal Number=singular Case=distributive Form=letter | 3 | kéthetenként/kéthét, hetenként/hét, egyenként/egy |
Mc-sul------s | Numeral Type=cardinal Number=singular Case=distributive Form=letter Owned_Number=singular | 1 |  |
Mc-sul------p | Numeral Type=cardinal Number=singular Case=distributive Form=letter Owned_Number=plural | 1 |  |
Mc-sul----s1 | Numeral Type=cardinal Number=singular Case=distributive Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mc-sul----s1s | Numeral Type=cardinal Number=singular Case=distributive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sul----s1p | Numeral Type=cardinal Number=singular Case=distributive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sul----s2 | Numeral Type=cardinal Number=singular Case=distributive Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mc-sul----s2s | Numeral Type=cardinal Number=singular Case=distributive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sul----s2p | Numeral Type=cardinal Number=singular Case=distributive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sul----s3 | Numeral Type=cardinal Number=singular Case=distributive Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mc-sul----s3s | Numeral Type=cardinal Number=singular Case=distributive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sul----s3p | Numeral Type=cardinal Number=singular Case=distributive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sul----p1 | Numeral Type=cardinal Number=singular Case=distributive Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mc-sul----p1s | Numeral Type=cardinal Number=singular Case=distributive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sul----p1p | Numeral Type=cardinal Number=singular Case=distributive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sul----p2 | Numeral Type=cardinal Number=singular Case=distributive Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mc-sul----p2s | Numeral Type=cardinal Number=singular Case=distributive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sul----p2p | Numeral Type=cardinal Number=singular Case=distributive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sul----p3 | Numeral Type=cardinal Number=singular Case=distributive Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mc-sul----p3s | Numeral Type=cardinal Number=singular Case=distributive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sul----p3p | Numeral Type=cardinal Number=singular Case=distributive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sfd | Numeral Type=cardinal Number=singular Case=essive-formal Form=digit | 1 |  |
Mc-sfd------s | Numeral Type=cardinal Number=singular Case=essive-formal Form=digit Owned_Number=singular | 1 |  |
Mc-sfd------p | Numeral Type=cardinal Number=singular Case=essive-formal Form=digit Owned_Number=plural | 1 |  |
Mc-sfd----s1 | Numeral Type=cardinal Number=singular Case=essive-formal Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mc-sfd----s1s | Numeral Type=cardinal Number=singular Case=essive-formal Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sfd----s1p | Numeral Type=cardinal Number=singular Case=essive-formal Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sfd----s2 | Numeral Type=cardinal Number=singular Case=essive-formal Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mc-sfd----s2s | Numeral Type=cardinal Number=singular Case=essive-formal Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sfd----s2p | Numeral Type=cardinal Number=singular Case=essive-formal Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sfd----s3 | Numeral Type=cardinal Number=singular Case=essive-formal Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mc-sfd----s3s | Numeral Type=cardinal Number=singular Case=essive-formal Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sfd----s3p | Numeral Type=cardinal Number=singular Case=essive-formal Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sfd----p1 | Numeral Type=cardinal Number=singular Case=essive-formal Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mc-sfd----p1s | Numeral Type=cardinal Number=singular Case=essive-formal Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sfd----p1p | Numeral Type=cardinal Number=singular Case=essive-formal Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sfd----p2 | Numeral Type=cardinal Number=singular Case=essive-formal Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mc-sfd----p2s | Numeral Type=cardinal Number=singular Case=essive-formal Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sfd----p2p | Numeral Type=cardinal Number=singular Case=essive-formal Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sfd----p3 | Numeral Type=cardinal Number=singular Case=essive-formal Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mc-sfd----p3s | Numeral Type=cardinal Number=singular Case=essive-formal Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sfd----p3p | Numeral Type=cardinal Number=singular Case=essive-formal Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sfr | Numeral Type=cardinal Number=singular Case=essive-formal Form=roman | 1 |  |
Mc-sfr------s | Numeral Type=cardinal Number=singular Case=essive-formal Form=roman Owned_Number=singular | 1 |  |
Mc-sfr------p | Numeral Type=cardinal Number=singular Case=essive-formal Form=roman Owned_Number=plural | 1 |  |
Mc-sfr----s1 | Numeral Type=cardinal Number=singular Case=essive-formal Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mc-sfr----s1s | Numeral Type=cardinal Number=singular Case=essive-formal Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sfr----s1p | Numeral Type=cardinal Number=singular Case=essive-formal Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sfr----s2 | Numeral Type=cardinal Number=singular Case=essive-formal Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mc-sfr----s2s | Numeral Type=cardinal Number=singular Case=essive-formal Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sfr----s2p | Numeral Type=cardinal Number=singular Case=essive-formal Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sfr----s3 | Numeral Type=cardinal Number=singular Case=essive-formal Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mc-sfr----s3s | Numeral Type=cardinal Number=singular Case=essive-formal Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sfr----s3p | Numeral Type=cardinal Number=singular Case=essive-formal Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sfr----p1 | Numeral Type=cardinal Number=singular Case=essive-formal Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mc-sfr----p1s | Numeral Type=cardinal Number=singular Case=essive-formal Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sfr----p1p | Numeral Type=cardinal Number=singular Case=essive-formal Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sfr----p2 | Numeral Type=cardinal Number=singular Case=essive-formal Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mc-sfr----p2s | Numeral Type=cardinal Number=singular Case=essive-formal Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sfr----p2p | Numeral Type=cardinal Number=singular Case=essive-formal Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sfr----p3 | Numeral Type=cardinal Number=singular Case=essive-formal Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mc-sfr----p3s | Numeral Type=cardinal Number=singular Case=essive-formal Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sfr----p3p | Numeral Type=cardinal Number=singular Case=essive-formal Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sfl | Numeral Type=cardinal Number=singular Case=essive-formal Form=letter | 1 | elsőként/első |
Mc-sfl------s | Numeral Type=cardinal Number=singular Case=essive-formal Form=letter Owned_Number=singular | 1 |  |
Mc-sfl------p | Numeral Type=cardinal Number=singular Case=essive-formal Form=letter Owned_Number=plural | 1 |  |
Mc-sfl----s1 | Numeral Type=cardinal Number=singular Case=essive-formal Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mc-sfl----s1s | Numeral Type=cardinal Number=singular Case=essive-formal Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sfl----s1p | Numeral Type=cardinal Number=singular Case=essive-formal Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sfl----s2 | Numeral Type=cardinal Number=singular Case=essive-formal Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mc-sfl----s2s | Numeral Type=cardinal Number=singular Case=essive-formal Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sfl----s2p | Numeral Type=cardinal Number=singular Case=essive-formal Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sfl----s3 | Numeral Type=cardinal Number=singular Case=essive-formal Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mc-sfl----s3s | Numeral Type=cardinal Number=singular Case=essive-formal Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sfl----s3p | Numeral Type=cardinal Number=singular Case=essive-formal Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-sfl----p1 | Numeral Type=cardinal Number=singular Case=essive-formal Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mc-sfl----p1s | Numeral Type=cardinal Number=singular Case=essive-formal Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-sfl----p1p | Numeral Type=cardinal Number=singular Case=essive-formal Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-sfl----p2 | Numeral Type=cardinal Number=singular Case=essive-formal Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mc-sfl----p2s | Numeral Type=cardinal Number=singular Case=essive-formal Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-sfl----p2p | Numeral Type=cardinal Number=singular Case=essive-formal Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-sfl----p3 | Numeral Type=cardinal Number=singular Case=essive-formal Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mc-sfl----p3s | Numeral Type=cardinal Number=singular Case=essive-formal Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-sfl----p3p | Numeral Type=cardinal Number=singular Case=essive-formal Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-s6d | Numeral Type=cardinal Number=singular Case=multiplicative Form=digit | 1 |  |
Mc-s6r | Numeral Type=cardinal Number=singular Case=multiplicative Form=roman | 1 |  |
Mc-s6l | Numeral Type=cardinal Number=singular Case=multiplicative Form=letter | 23 | tucatszor/tucat, tízezredszer/tízezred, tizennegyedszer/tizennegyed, százszor/száz, számtalanszor/számtalan |
Mc-pnd | Numeral Type=cardinal Number=plural Case=nominative Form=digit | 1 |  |
Mc-pnd------s | Numeral Type=cardinal Number=plural Case=nominative Form=digit Owned_Number=singular | 1 |  |
Mc-pnd------p | Numeral Type=cardinal Number=plural Case=nominative Form=digit Owned_Number=plural | 1 |  |
Mc-pnd----s1 | Numeral Type=cardinal Number=plural Case=nominative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mc-pnd----s1s | Numeral Type=cardinal Number=plural Case=nominative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pnd----s1p | Numeral Type=cardinal Number=plural Case=nominative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pnd----s2 | Numeral Type=cardinal Number=plural Case=nominative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mc-pnd----s2s | Numeral Type=cardinal Number=plural Case=nominative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pnd----s2p | Numeral Type=cardinal Number=plural Case=nominative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pnd----s3 | Numeral Type=cardinal Number=plural Case=nominative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mc-pnd----s3s | Numeral Type=cardinal Number=plural Case=nominative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pnd----s3p | Numeral Type=cardinal Number=plural Case=nominative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pnd----p1 | Numeral Type=cardinal Number=plural Case=nominative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mc-pnd----p1s | Numeral Type=cardinal Number=plural Case=nominative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pnd----p1p | Numeral Type=cardinal Number=plural Case=nominative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pnd----p2 | Numeral Type=cardinal Number=plural Case=nominative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mc-pnd----p2s | Numeral Type=cardinal Number=plural Case=nominative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pnd----p2p | Numeral Type=cardinal Number=plural Case=nominative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pnd----p3 | Numeral Type=cardinal Number=plural Case=nominative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mc-pnd----p3s | Numeral Type=cardinal Number=plural Case=nominative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pnd----p3p | Numeral Type=cardinal Number=plural Case=nominative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pnr | Numeral Type=cardinal Number=plural Case=nominative Form=roman | 1 |  |
Mc-pnr------s | Numeral Type=cardinal Number=plural Case=nominative Form=roman Owned_Number=singular | 1 |  |
Mc-pnr------p | Numeral Type=cardinal Number=plural Case=nominative Form=roman Owned_Number=plural | 1 |  |
Mc-pnr----s1 | Numeral Type=cardinal Number=plural Case=nominative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mc-pnr----s1s | Numeral Type=cardinal Number=plural Case=nominative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pnr----s1p | Numeral Type=cardinal Number=plural Case=nominative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pnr----s2 | Numeral Type=cardinal Number=plural Case=nominative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mc-pnr----s2s | Numeral Type=cardinal Number=plural Case=nominative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pnr----s2p | Numeral Type=cardinal Number=plural Case=nominative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pnr----s3 | Numeral Type=cardinal Number=plural Case=nominative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mc-pnr----s3s | Numeral Type=cardinal Number=plural Case=nominative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pnr----s3p | Numeral Type=cardinal Number=plural Case=nominative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pnr----p1 | Numeral Type=cardinal Number=plural Case=nominative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mc-pnr----p1s | Numeral Type=cardinal Number=plural Case=nominative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pnr----p1p | Numeral Type=cardinal Number=plural Case=nominative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pnr----p2 | Numeral Type=cardinal Number=plural Case=nominative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mc-pnr----p2s | Numeral Type=cardinal Number=plural Case=nominative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pnr----p2p | Numeral Type=cardinal Number=plural Case=nominative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pnr----p3 | Numeral Type=cardinal Number=plural Case=nominative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mc-pnr----p3s | Numeral Type=cardinal Number=plural Case=nominative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pnr----p3p | Numeral Type=cardinal Number=plural Case=nominative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pnl | Numeral Type=cardinal Number=plural Case=nominative Form=letter | 8 | többek/több, százak/száz, sokak/sok, negyedek/negyed, hetek/hét |
Mc-pnl------s | Numeral Type=cardinal Number=plural Case=nominative Form=letter Owned_Number=singular | 1 |  |
Mc-pnl------p | Numeral Type=cardinal Number=plural Case=nominative Form=letter Owned_Number=plural | 1 |  |
Mc-pnl----s1 | Numeral Type=cardinal Number=plural Case=nominative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mc-pnl----s1s | Numeral Type=cardinal Number=plural Case=nominative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pnl----s1p | Numeral Type=cardinal Number=plural Case=nominative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pnl----s2 | Numeral Type=cardinal Number=plural Case=nominative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mc-pnl----s2s | Numeral Type=cardinal Number=plural Case=nominative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pnl----s2p | Numeral Type=cardinal Number=plural Case=nominative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pnl----s3 | Numeral Type=cardinal Number=plural Case=nominative Form=letter Owner_Number=singular Owner_Person=third | 3 | százezrei/százezer, milliói/millió, egyedei/egyed |
Mc-pnl----s3s | Numeral Type=cardinal Number=plural Case=nominative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pnl----s3p | Numeral Type=cardinal Number=plural Case=nominative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pnl----p1 | Numeral Type=cardinal Number=plural Case=nominative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mc-pnl----p1s | Numeral Type=cardinal Number=plural Case=nominative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pnl----p1p | Numeral Type=cardinal Number=plural Case=nominative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pnl----p2 | Numeral Type=cardinal Number=plural Case=nominative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mc-pnl----p2s | Numeral Type=cardinal Number=plural Case=nominative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pnl----p2p | Numeral Type=cardinal Number=plural Case=nominative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pnl----p3 | Numeral Type=cardinal Number=plural Case=nominative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mc-pnl----p3s | Numeral Type=cardinal Number=plural Case=nominative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pnl----p3p | Numeral Type=cardinal Number=plural Case=nominative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pgd | Numeral Type=cardinal Number=plural Case=genitive Form=digit | 1 |  |
Mc-pgd------s | Numeral Type=cardinal Number=plural Case=genitive Form=digit Owned_Number=singular | 1 |  |
Mc-pgd------p | Numeral Type=cardinal Number=plural Case=genitive Form=digit Owned_Number=plural | 1 |  |
Mc-pgd----s1 | Numeral Type=cardinal Number=plural Case=genitive Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mc-pgd----s1s | Numeral Type=cardinal Number=plural Case=genitive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pgd----s1p | Numeral Type=cardinal Number=plural Case=genitive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pgd----s2 | Numeral Type=cardinal Number=plural Case=genitive Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mc-pgd----s2s | Numeral Type=cardinal Number=plural Case=genitive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pgd----s2p | Numeral Type=cardinal Number=plural Case=genitive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pgd----s3 | Numeral Type=cardinal Number=plural Case=genitive Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mc-pgd----s3s | Numeral Type=cardinal Number=plural Case=genitive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pgd----s3p | Numeral Type=cardinal Number=plural Case=genitive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pgd----p1 | Numeral Type=cardinal Number=plural Case=genitive Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mc-pgd----p1s | Numeral Type=cardinal Number=plural Case=genitive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pgd----p1p | Numeral Type=cardinal Number=plural Case=genitive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pgd----p2 | Numeral Type=cardinal Number=plural Case=genitive Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mc-pgd----p2s | Numeral Type=cardinal Number=plural Case=genitive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pgd----p2p | Numeral Type=cardinal Number=plural Case=genitive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pgd----p3 | Numeral Type=cardinal Number=plural Case=genitive Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mc-pgd----p3s | Numeral Type=cardinal Number=plural Case=genitive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pgd----p3p | Numeral Type=cardinal Number=plural Case=genitive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pgr | Numeral Type=cardinal Number=plural Case=genitive Form=roman | 1 |  |
Mc-pgr------s | Numeral Type=cardinal Number=plural Case=genitive Form=roman Owned_Number=singular | 1 |  |
Mc-pgr------p | Numeral Type=cardinal Number=plural Case=genitive Form=roman Owned_Number=plural | 1 |  |
Mc-pgr----s1 | Numeral Type=cardinal Number=plural Case=genitive Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mc-pgr----s1s | Numeral Type=cardinal Number=plural Case=genitive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pgr----s1p | Numeral Type=cardinal Number=plural Case=genitive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pgr----s2 | Numeral Type=cardinal Number=plural Case=genitive Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mc-pgr----s2s | Numeral Type=cardinal Number=plural Case=genitive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pgr----s2p | Numeral Type=cardinal Number=plural Case=genitive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pgr----s3 | Numeral Type=cardinal Number=plural Case=genitive Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mc-pgr----s3s | Numeral Type=cardinal Number=plural Case=genitive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pgr----s3p | Numeral Type=cardinal Number=plural Case=genitive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pgr----p1 | Numeral Type=cardinal Number=plural Case=genitive Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mc-pgr----p1s | Numeral Type=cardinal Number=plural Case=genitive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pgr----p1p | Numeral Type=cardinal Number=plural Case=genitive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pgr----p2 | Numeral Type=cardinal Number=plural Case=genitive Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mc-pgr----p2s | Numeral Type=cardinal Number=plural Case=genitive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pgr----p2p | Numeral Type=cardinal Number=plural Case=genitive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pgr----p3 | Numeral Type=cardinal Number=plural Case=genitive Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mc-pgr----p3s | Numeral Type=cardinal Number=plural Case=genitive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pgr----p3p | Numeral Type=cardinal Number=plural Case=genitive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pgl | Numeral Type=cardinal Number=plural Case=genitive Form=letter | 1 |  |
Mc-pgl------s | Numeral Type=cardinal Number=plural Case=genitive Form=letter Owned_Number=singular | 1 |  |
Mc-pgl------p | Numeral Type=cardinal Number=plural Case=genitive Form=letter Owned_Number=plural | 1 |  |
Mc-pgl----s1 | Numeral Type=cardinal Number=plural Case=genitive Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mc-pgl----s1s | Numeral Type=cardinal Number=plural Case=genitive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pgl----s1p | Numeral Type=cardinal Number=plural Case=genitive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pgl----s2 | Numeral Type=cardinal Number=plural Case=genitive Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mc-pgl----s2s | Numeral Type=cardinal Number=plural Case=genitive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pgl----s2p | Numeral Type=cardinal Number=plural Case=genitive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pgl----s3 | Numeral Type=cardinal Number=plural Case=genitive Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mc-pgl----s3s | Numeral Type=cardinal Number=plural Case=genitive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pgl----s3p | Numeral Type=cardinal Number=plural Case=genitive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pgl----p1 | Numeral Type=cardinal Number=plural Case=genitive Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mc-pgl----p1s | Numeral Type=cardinal Number=plural Case=genitive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pgl----p1p | Numeral Type=cardinal Number=plural Case=genitive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pgl----p2 | Numeral Type=cardinal Number=plural Case=genitive Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mc-pgl----p2s | Numeral Type=cardinal Number=plural Case=genitive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pgl----p2p | Numeral Type=cardinal Number=plural Case=genitive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pgl----p3 | Numeral Type=cardinal Number=plural Case=genitive Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mc-pgl----p3s | Numeral Type=cardinal Number=plural Case=genitive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pgl----p3p | Numeral Type=cardinal Number=plural Case=genitive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pdd | Numeral Type=cardinal Number=plural Case=dative Form=digit | 1 |  |
Mc-pdd------s | Numeral Type=cardinal Number=plural Case=dative Form=digit Owned_Number=singular | 1 |  |
Mc-pdd------p | Numeral Type=cardinal Number=plural Case=dative Form=digit Owned_Number=plural | 1 |  |
Mc-pdd----s1 | Numeral Type=cardinal Number=plural Case=dative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mc-pdd----s1s | Numeral Type=cardinal Number=plural Case=dative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pdd----s1p | Numeral Type=cardinal Number=plural Case=dative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pdd----s2 | Numeral Type=cardinal Number=plural Case=dative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mc-pdd----s2s | Numeral Type=cardinal Number=plural Case=dative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pdd----s2p | Numeral Type=cardinal Number=plural Case=dative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pdd----s3 | Numeral Type=cardinal Number=plural Case=dative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mc-pdd----s3s | Numeral Type=cardinal Number=plural Case=dative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pdd----s3p | Numeral Type=cardinal Number=plural Case=dative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pdd----p1 | Numeral Type=cardinal Number=plural Case=dative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mc-pdd----p1s | Numeral Type=cardinal Number=plural Case=dative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pdd----p1p | Numeral Type=cardinal Number=plural Case=dative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pdd----p2 | Numeral Type=cardinal Number=plural Case=dative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mc-pdd----p2s | Numeral Type=cardinal Number=plural Case=dative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pdd----p2p | Numeral Type=cardinal Number=plural Case=dative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pdd----p3 | Numeral Type=cardinal Number=plural Case=dative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mc-pdd----p3s | Numeral Type=cardinal Number=plural Case=dative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pdd----p3p | Numeral Type=cardinal Number=plural Case=dative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pdr | Numeral Type=cardinal Number=plural Case=dative Form=roman | 1 |  |
Mc-pdr------s | Numeral Type=cardinal Number=plural Case=dative Form=roman Owned_Number=singular | 1 |  |
Mc-pdr------p | Numeral Type=cardinal Number=plural Case=dative Form=roman Owned_Number=plural | 1 |  |
Mc-pdr----s1 | Numeral Type=cardinal Number=plural Case=dative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mc-pdr----s1s | Numeral Type=cardinal Number=plural Case=dative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pdr----s1p | Numeral Type=cardinal Number=plural Case=dative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pdr----s2 | Numeral Type=cardinal Number=plural Case=dative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mc-pdr----s2s | Numeral Type=cardinal Number=plural Case=dative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pdr----s2p | Numeral Type=cardinal Number=plural Case=dative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pdr----s3 | Numeral Type=cardinal Number=plural Case=dative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mc-pdr----s3s | Numeral Type=cardinal Number=plural Case=dative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pdr----s3p | Numeral Type=cardinal Number=plural Case=dative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pdr----p1 | Numeral Type=cardinal Number=plural Case=dative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mc-pdr----p1s | Numeral Type=cardinal Number=plural Case=dative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pdr----p1p | Numeral Type=cardinal Number=plural Case=dative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pdr----p2 | Numeral Type=cardinal Number=plural Case=dative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mc-pdr----p2s | Numeral Type=cardinal Number=plural Case=dative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pdr----p2p | Numeral Type=cardinal Number=plural Case=dative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pdr----p3 | Numeral Type=cardinal Number=plural Case=dative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mc-pdr----p3s | Numeral Type=cardinal Number=plural Case=dative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pdr----p3p | Numeral Type=cardinal Number=plural Case=dative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pdl | Numeral Type=cardinal Number=plural Case=dative Form=letter | 1 | feleknek/fél |
Mc-pdl------s | Numeral Type=cardinal Number=plural Case=dative Form=letter Owned_Number=singular | 1 |  |
Mc-pdl------p | Numeral Type=cardinal Number=plural Case=dative Form=letter Owned_Number=plural | 1 |  |
Mc-pdl----s1 | Numeral Type=cardinal Number=plural Case=dative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mc-pdl----s1s | Numeral Type=cardinal Number=plural Case=dative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pdl----s1p | Numeral Type=cardinal Number=plural Case=dative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pdl----s2 | Numeral Type=cardinal Number=plural Case=dative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mc-pdl----s2s | Numeral Type=cardinal Number=plural Case=dative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pdl----s2p | Numeral Type=cardinal Number=plural Case=dative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pdl----s3 | Numeral Type=cardinal Number=plural Case=dative Form=letter Owner_Number=singular Owner_Person=third | 2 | százainak/száz, ezreinek/ezer |
Mc-pdl----s3s | Numeral Type=cardinal Number=plural Case=dative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pdl----s3p | Numeral Type=cardinal Number=plural Case=dative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pdl----p1 | Numeral Type=cardinal Number=plural Case=dative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mc-pdl----p1s | Numeral Type=cardinal Number=plural Case=dative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pdl----p1p | Numeral Type=cardinal Number=plural Case=dative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pdl----p2 | Numeral Type=cardinal Number=plural Case=dative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mc-pdl----p2s | Numeral Type=cardinal Number=plural Case=dative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pdl----p2p | Numeral Type=cardinal Number=plural Case=dative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pdl----p3 | Numeral Type=cardinal Number=plural Case=dative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mc-pdl----p3s | Numeral Type=cardinal Number=plural Case=dative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pdl----p3p | Numeral Type=cardinal Number=plural Case=dative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pad | Numeral Type=cardinal Number=plural Case=accusative Form=digit | 1 |  |
Mc-pad------s | Numeral Type=cardinal Number=plural Case=accusative Form=digit Owned_Number=singular | 1 |  |
Mc-pad------p | Numeral Type=cardinal Number=plural Case=accusative Form=digit Owned_Number=plural | 1 |  |
Mc-pad----s1 | Numeral Type=cardinal Number=plural Case=accusative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mc-pad----s1s | Numeral Type=cardinal Number=plural Case=accusative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pad----s1p | Numeral Type=cardinal Number=plural Case=accusative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pad----s2 | Numeral Type=cardinal Number=plural Case=accusative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mc-pad----s2s | Numeral Type=cardinal Number=plural Case=accusative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pad----s2p | Numeral Type=cardinal Number=plural Case=accusative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pad----s3 | Numeral Type=cardinal Number=plural Case=accusative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mc-pad----s3s | Numeral Type=cardinal Number=plural Case=accusative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pad----s3p | Numeral Type=cardinal Number=plural Case=accusative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pad----p1 | Numeral Type=cardinal Number=plural Case=accusative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mc-pad----p1s | Numeral Type=cardinal Number=plural Case=accusative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pad----p1p | Numeral Type=cardinal Number=plural Case=accusative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pad----p2 | Numeral Type=cardinal Number=plural Case=accusative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mc-pad----p2s | Numeral Type=cardinal Number=plural Case=accusative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pad----p2p | Numeral Type=cardinal Number=plural Case=accusative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pad----p3 | Numeral Type=cardinal Number=plural Case=accusative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mc-pad----p3s | Numeral Type=cardinal Number=plural Case=accusative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pad----p3p | Numeral Type=cardinal Number=plural Case=accusative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-par | Numeral Type=cardinal Number=plural Case=accusative Form=roman | 1 |  |
Mc-par------s | Numeral Type=cardinal Number=plural Case=accusative Form=roman Owned_Number=singular | 1 |  |
Mc-par------p | Numeral Type=cardinal Number=plural Case=accusative Form=roman Owned_Number=plural | 1 |  |
Mc-par----s1 | Numeral Type=cardinal Number=plural Case=accusative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mc-par----s1s | Numeral Type=cardinal Number=plural Case=accusative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-par----s1p | Numeral Type=cardinal Number=plural Case=accusative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-par----s2 | Numeral Type=cardinal Number=plural Case=accusative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mc-par----s2s | Numeral Type=cardinal Number=plural Case=accusative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-par----s2p | Numeral Type=cardinal Number=plural Case=accusative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-par----s3 | Numeral Type=cardinal Number=plural Case=accusative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mc-par----s3s | Numeral Type=cardinal Number=plural Case=accusative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-par----s3p | Numeral Type=cardinal Number=plural Case=accusative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-par----p1 | Numeral Type=cardinal Number=plural Case=accusative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mc-par----p1s | Numeral Type=cardinal Number=plural Case=accusative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-par----p1p | Numeral Type=cardinal Number=plural Case=accusative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-par----p2 | Numeral Type=cardinal Number=plural Case=accusative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mc-par----p2s | Numeral Type=cardinal Number=plural Case=accusative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-par----p2p | Numeral Type=cardinal Number=plural Case=accusative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-par----p3 | Numeral Type=cardinal Number=plural Case=accusative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mc-par----p3s | Numeral Type=cardinal Number=plural Case=accusative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-par----p3p | Numeral Type=cardinal Number=plural Case=accusative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pal | Numeral Type=cardinal Number=plural Case=accusative Form=letter | 4 | sokakat/sok, milliókat/millió, milliárdokat/milliárd, feleket/fél |
Mc-pal------s | Numeral Type=cardinal Number=plural Case=accusative Form=letter Owned_Number=singular | 1 |  |
Mc-pal------p | Numeral Type=cardinal Number=plural Case=accusative Form=letter Owned_Number=plural | 1 |  |
Mc-pal----s1 | Numeral Type=cardinal Number=plural Case=accusative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mc-pal----s1s | Numeral Type=cardinal Number=plural Case=accusative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pal----s1p | Numeral Type=cardinal Number=plural Case=accusative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pal----s2 | Numeral Type=cardinal Number=plural Case=accusative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mc-pal----s2s | Numeral Type=cardinal Number=plural Case=accusative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pal----s2p | Numeral Type=cardinal Number=plural Case=accusative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pal----s3 | Numeral Type=cardinal Number=plural Case=accusative Form=letter Owner_Number=singular Owner_Person=third | 3 | százezreit/százezer, százait/száz, millióit/millió |
Mc-pal----s3s | Numeral Type=cardinal Number=plural Case=accusative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pal----s3p | Numeral Type=cardinal Number=plural Case=accusative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pal----p1 | Numeral Type=cardinal Number=plural Case=accusative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mc-pal----p1s | Numeral Type=cardinal Number=plural Case=accusative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pal----p1p | Numeral Type=cardinal Number=plural Case=accusative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pal----p2 | Numeral Type=cardinal Number=plural Case=accusative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mc-pal----p2s | Numeral Type=cardinal Number=plural Case=accusative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pal----p2p | Numeral Type=cardinal Number=plural Case=accusative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pal----p3 | Numeral Type=cardinal Number=plural Case=accusative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mc-pal----p3s | Numeral Type=cardinal Number=plural Case=accusative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pal----p3p | Numeral Type=cardinal Number=plural Case=accusative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pid | Numeral Type=cardinal Number=plural Case=instrumental Form=digit | 1 |  |
Mc-pid------s | Numeral Type=cardinal Number=plural Case=instrumental Form=digit Owned_Number=singular | 1 |  |
Mc-pid------p | Numeral Type=cardinal Number=plural Case=instrumental Form=digit Owned_Number=plural | 1 |  |
Mc-pid----s1 | Numeral Type=cardinal Number=plural Case=instrumental Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mc-pid----s1s | Numeral Type=cardinal Number=plural Case=instrumental Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pid----s1p | Numeral Type=cardinal Number=plural Case=instrumental Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pid----s2 | Numeral Type=cardinal Number=plural Case=instrumental Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mc-pid----s2s | Numeral Type=cardinal Number=plural Case=instrumental Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pid----s2p | Numeral Type=cardinal Number=plural Case=instrumental Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pid----s3 | Numeral Type=cardinal Number=plural Case=instrumental Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mc-pid----s3s | Numeral Type=cardinal Number=plural Case=instrumental Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pid----s3p | Numeral Type=cardinal Number=plural Case=instrumental Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pid----p1 | Numeral Type=cardinal Number=plural Case=instrumental Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mc-pid----p1s | Numeral Type=cardinal Number=plural Case=instrumental Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pid----p1p | Numeral Type=cardinal Number=plural Case=instrumental Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pid----p2 | Numeral Type=cardinal Number=plural Case=instrumental Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mc-pid----p2s | Numeral Type=cardinal Number=plural Case=instrumental Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pid----p2p | Numeral Type=cardinal Number=plural Case=instrumental Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pid----p3 | Numeral Type=cardinal Number=plural Case=instrumental Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mc-pid----p3s | Numeral Type=cardinal Number=plural Case=instrumental Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pid----p3p | Numeral Type=cardinal Number=plural Case=instrumental Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pir | Numeral Type=cardinal Number=plural Case=instrumental Form=roman | 1 |  |
Mc-pir------s | Numeral Type=cardinal Number=plural Case=instrumental Form=roman Owned_Number=singular | 1 |  |
Mc-pir------p | Numeral Type=cardinal Number=plural Case=instrumental Form=roman Owned_Number=plural | 1 |  |
Mc-pir----s1 | Numeral Type=cardinal Number=plural Case=instrumental Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mc-pir----s1s | Numeral Type=cardinal Number=plural Case=instrumental Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pir----s1p | Numeral Type=cardinal Number=plural Case=instrumental Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pir----s2 | Numeral Type=cardinal Number=plural Case=instrumental Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mc-pir----s2s | Numeral Type=cardinal Number=plural Case=instrumental Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pir----s2p | Numeral Type=cardinal Number=plural Case=instrumental Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pir----s3 | Numeral Type=cardinal Number=plural Case=instrumental Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mc-pir----s3s | Numeral Type=cardinal Number=plural Case=instrumental Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pir----s3p | Numeral Type=cardinal Number=plural Case=instrumental Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pir----p1 | Numeral Type=cardinal Number=plural Case=instrumental Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mc-pir----p1s | Numeral Type=cardinal Number=plural Case=instrumental Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pir----p1p | Numeral Type=cardinal Number=plural Case=instrumental Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pir----p2 | Numeral Type=cardinal Number=plural Case=instrumental Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mc-pir----p2s | Numeral Type=cardinal Number=plural Case=instrumental Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pir----p2p | Numeral Type=cardinal Number=plural Case=instrumental Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pir----p3 | Numeral Type=cardinal Number=plural Case=instrumental Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mc-pir----p3s | Numeral Type=cardinal Number=plural Case=instrumental Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pir----p3p | Numeral Type=cardinal Number=plural Case=instrumental Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pil | Numeral Type=cardinal Number=plural Case=instrumental Form=letter | 2 | tizedekkel/tized, milliókkal/millió |
Mc-pil------s | Numeral Type=cardinal Number=plural Case=instrumental Form=letter Owned_Number=singular | 1 |  |
Mc-pil------p | Numeral Type=cardinal Number=plural Case=instrumental Form=letter Owned_Number=plural | 1 |  |
Mc-pil----s1 | Numeral Type=cardinal Number=plural Case=instrumental Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mc-pil----s1s | Numeral Type=cardinal Number=plural Case=instrumental Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pil----s1p | Numeral Type=cardinal Number=plural Case=instrumental Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pil----s2 | Numeral Type=cardinal Number=plural Case=instrumental Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mc-pil----s2s | Numeral Type=cardinal Number=plural Case=instrumental Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pil----s2p | Numeral Type=cardinal Number=plural Case=instrumental Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pil----s3 | Numeral Type=cardinal Number=plural Case=instrumental Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mc-pil----s3s | Numeral Type=cardinal Number=plural Case=instrumental Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pil----s3p | Numeral Type=cardinal Number=plural Case=instrumental Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pil----p1 | Numeral Type=cardinal Number=plural Case=instrumental Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mc-pil----p1s | Numeral Type=cardinal Number=plural Case=instrumental Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pil----p1p | Numeral Type=cardinal Number=plural Case=instrumental Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pil----p2 | Numeral Type=cardinal Number=plural Case=instrumental Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mc-pil----p2s | Numeral Type=cardinal Number=plural Case=instrumental Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pil----p2p | Numeral Type=cardinal Number=plural Case=instrumental Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pil----p3 | Numeral Type=cardinal Number=plural Case=instrumental Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mc-pil----p3s | Numeral Type=cardinal Number=plural Case=instrumental Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pil----p3p | Numeral Type=cardinal Number=plural Case=instrumental Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pxd | Numeral Type=cardinal Number=plural Case=illative Form=digit | 1 |  |
Mc-pxd------s | Numeral Type=cardinal Number=plural Case=illative Form=digit Owned_Number=singular | 1 |  |
Mc-pxd------p | Numeral Type=cardinal Number=plural Case=illative Form=digit Owned_Number=plural | 1 |  |
Mc-pxd----s1 | Numeral Type=cardinal Number=plural Case=illative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mc-pxd----s1s | Numeral Type=cardinal Number=plural Case=illative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pxd----s1p | Numeral Type=cardinal Number=plural Case=illative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pxd----s2 | Numeral Type=cardinal Number=plural Case=illative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mc-pxd----s2s | Numeral Type=cardinal Number=plural Case=illative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pxd----s2p | Numeral Type=cardinal Number=plural Case=illative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pxd----s3 | Numeral Type=cardinal Number=plural Case=illative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mc-pxd----s3s | Numeral Type=cardinal Number=plural Case=illative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pxd----s3p | Numeral Type=cardinal Number=plural Case=illative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pxd----p1 | Numeral Type=cardinal Number=plural Case=illative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mc-pxd----p1s | Numeral Type=cardinal Number=plural Case=illative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pxd----p1p | Numeral Type=cardinal Number=plural Case=illative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pxd----p2 | Numeral Type=cardinal Number=plural Case=illative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mc-pxd----p2s | Numeral Type=cardinal Number=plural Case=illative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pxd----p2p | Numeral Type=cardinal Number=plural Case=illative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pxd----p3 | Numeral Type=cardinal Number=plural Case=illative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mc-pxd----p3s | Numeral Type=cardinal Number=plural Case=illative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pxd----p3p | Numeral Type=cardinal Number=plural Case=illative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pxr | Numeral Type=cardinal Number=plural Case=illative Form=roman | 1 |  |
Mc-pxr------s | Numeral Type=cardinal Number=plural Case=illative Form=roman Owned_Number=singular | 1 |  |
Mc-pxr------p | Numeral Type=cardinal Number=plural Case=illative Form=roman Owned_Number=plural | 1 |  |
Mc-pxr----s1 | Numeral Type=cardinal Number=plural Case=illative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mc-pxr----s1s | Numeral Type=cardinal Number=plural Case=illative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pxr----s1p | Numeral Type=cardinal Number=plural Case=illative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pxr----s2 | Numeral Type=cardinal Number=plural Case=illative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mc-pxr----s2s | Numeral Type=cardinal Number=plural Case=illative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pxr----s2p | Numeral Type=cardinal Number=plural Case=illative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pxr----s3 | Numeral Type=cardinal Number=plural Case=illative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mc-pxr----s3s | Numeral Type=cardinal Number=plural Case=illative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pxr----s3p | Numeral Type=cardinal Number=plural Case=illative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pxr----p1 | Numeral Type=cardinal Number=plural Case=illative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mc-pxr----p1s | Numeral Type=cardinal Number=plural Case=illative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pxr----p1p | Numeral Type=cardinal Number=plural Case=illative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pxr----p2 | Numeral Type=cardinal Number=plural Case=illative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mc-pxr----p2s | Numeral Type=cardinal Number=plural Case=illative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pxr----p2p | Numeral Type=cardinal Number=plural Case=illative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pxr----p3 | Numeral Type=cardinal Number=plural Case=illative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mc-pxr----p3s | Numeral Type=cardinal Number=plural Case=illative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pxr----p3p | Numeral Type=cardinal Number=plural Case=illative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pxl | Numeral Type=cardinal Number=plural Case=illative Form=letter | 1 |  |
Mc-pxl------s | Numeral Type=cardinal Number=plural Case=illative Form=letter Owned_Number=singular | 1 |  |
Mc-pxl------p | Numeral Type=cardinal Number=plural Case=illative Form=letter Owned_Number=plural | 1 |  |
Mc-pxl----s1 | Numeral Type=cardinal Number=plural Case=illative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mc-pxl----s1s | Numeral Type=cardinal Number=plural Case=illative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pxl----s1p | Numeral Type=cardinal Number=plural Case=illative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pxl----s2 | Numeral Type=cardinal Number=plural Case=illative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mc-pxl----s2s | Numeral Type=cardinal Number=plural Case=illative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pxl----s2p | Numeral Type=cardinal Number=plural Case=illative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pxl----s3 | Numeral Type=cardinal Number=plural Case=illative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mc-pxl----s3s | Numeral Type=cardinal Number=plural Case=illative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pxl----s3p | Numeral Type=cardinal Number=plural Case=illative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pxl----p1 | Numeral Type=cardinal Number=plural Case=illative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mc-pxl----p1s | Numeral Type=cardinal Number=plural Case=illative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pxl----p1p | Numeral Type=cardinal Number=plural Case=illative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pxl----p2 | Numeral Type=cardinal Number=plural Case=illative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mc-pxl----p2s | Numeral Type=cardinal Number=plural Case=illative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pxl----p2p | Numeral Type=cardinal Number=plural Case=illative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pxl----p3 | Numeral Type=cardinal Number=plural Case=illative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mc-pxl----p3s | Numeral Type=cardinal Number=plural Case=illative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pxl----p3p | Numeral Type=cardinal Number=plural Case=illative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-p2d | Numeral Type=cardinal Number=plural Case=inessive Form=digit | 1 |  |
Mc-p2d------s | Numeral Type=cardinal Number=plural Case=inessive Form=digit Owned_Number=singular | 1 |  |
Mc-p2d------p | Numeral Type=cardinal Number=plural Case=inessive Form=digit Owned_Number=plural | 1 |  |
Mc-p2d----s1 | Numeral Type=cardinal Number=plural Case=inessive Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mc-p2d----s1s | Numeral Type=cardinal Number=plural Case=inessive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-p2d----s1p | Numeral Type=cardinal Number=plural Case=inessive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-p2d----s2 | Numeral Type=cardinal Number=plural Case=inessive Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mc-p2d----s2s | Numeral Type=cardinal Number=plural Case=inessive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-p2d----s2p | Numeral Type=cardinal Number=plural Case=inessive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-p2d----s3 | Numeral Type=cardinal Number=plural Case=inessive Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mc-p2d----s3s | Numeral Type=cardinal Number=plural Case=inessive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-p2d----s3p | Numeral Type=cardinal Number=plural Case=inessive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-p2d----p1 | Numeral Type=cardinal Number=plural Case=inessive Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mc-p2d----p1s | Numeral Type=cardinal Number=plural Case=inessive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-p2d----p1p | Numeral Type=cardinal Number=plural Case=inessive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-p2d----p2 | Numeral Type=cardinal Number=plural Case=inessive Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mc-p2d----p2s | Numeral Type=cardinal Number=plural Case=inessive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-p2d----p2p | Numeral Type=cardinal Number=plural Case=inessive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-p2d----p3 | Numeral Type=cardinal Number=plural Case=inessive Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mc-p2d----p3s | Numeral Type=cardinal Number=plural Case=inessive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-p2d----p3p | Numeral Type=cardinal Number=plural Case=inessive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-p2r | Numeral Type=cardinal Number=plural Case=inessive Form=roman | 1 |  |
Mc-p2r------s | Numeral Type=cardinal Number=plural Case=inessive Form=roman Owned_Number=singular | 1 |  |
Mc-p2r------p | Numeral Type=cardinal Number=plural Case=inessive Form=roman Owned_Number=plural | 1 |  |
Mc-p2r----s1 | Numeral Type=cardinal Number=plural Case=inessive Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mc-p2r----s1s | Numeral Type=cardinal Number=plural Case=inessive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-p2r----s1p | Numeral Type=cardinal Number=plural Case=inessive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-p2r----s2 | Numeral Type=cardinal Number=plural Case=inessive Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mc-p2r----s2s | Numeral Type=cardinal Number=plural Case=inessive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-p2r----s2p | Numeral Type=cardinal Number=plural Case=inessive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-p2r----s3 | Numeral Type=cardinal Number=plural Case=inessive Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mc-p2r----s3s | Numeral Type=cardinal Number=plural Case=inessive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-p2r----s3p | Numeral Type=cardinal Number=plural Case=inessive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-p2r----p1 | Numeral Type=cardinal Number=plural Case=inessive Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mc-p2r----p1s | Numeral Type=cardinal Number=plural Case=inessive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-p2r----p1p | Numeral Type=cardinal Number=plural Case=inessive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-p2r----p2 | Numeral Type=cardinal Number=plural Case=inessive Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mc-p2r----p2s | Numeral Type=cardinal Number=plural Case=inessive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-p2r----p2p | Numeral Type=cardinal Number=plural Case=inessive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-p2r----p3 | Numeral Type=cardinal Number=plural Case=inessive Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mc-p2r----p3s | Numeral Type=cardinal Number=plural Case=inessive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-p2r----p3p | Numeral Type=cardinal Number=plural Case=inessive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-p2l | Numeral Type=cardinal Number=plural Case=inessive Form=letter | 3 | századokban/század, sokakban/sok, hetekben/hét |
Mc-p2l------s | Numeral Type=cardinal Number=plural Case=inessive Form=letter Owned_Number=singular | 1 |  |
Mc-p2l------p | Numeral Type=cardinal Number=plural Case=inessive Form=letter Owned_Number=plural | 1 |  |
Mc-p2l----s1 | Numeral Type=cardinal Number=plural Case=inessive Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mc-p2l----s1s | Numeral Type=cardinal Number=plural Case=inessive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-p2l----s1p | Numeral Type=cardinal Number=plural Case=inessive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-p2l----s2 | Numeral Type=cardinal Number=plural Case=inessive Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mc-p2l----s2s | Numeral Type=cardinal Number=plural Case=inessive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-p2l----s2p | Numeral Type=cardinal Number=plural Case=inessive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-p2l----s3 | Numeral Type=cardinal Number=plural Case=inessive Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mc-p2l----s3s | Numeral Type=cardinal Number=plural Case=inessive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-p2l----s3p | Numeral Type=cardinal Number=plural Case=inessive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-p2l----p1 | Numeral Type=cardinal Number=plural Case=inessive Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mc-p2l----p1s | Numeral Type=cardinal Number=plural Case=inessive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-p2l----p1p | Numeral Type=cardinal Number=plural Case=inessive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-p2l----p2 | Numeral Type=cardinal Number=plural Case=inessive Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mc-p2l----p2s | Numeral Type=cardinal Number=plural Case=inessive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-p2l----p2p | Numeral Type=cardinal Number=plural Case=inessive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-p2l----p3 | Numeral Type=cardinal Number=plural Case=inessive Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mc-p2l----p3s | Numeral Type=cardinal Number=plural Case=inessive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-p2l----p3p | Numeral Type=cardinal Number=plural Case=inessive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-ped | Numeral Type=cardinal Number=plural Case=elative Form=digit | 1 |  |
Mc-ped------s | Numeral Type=cardinal Number=plural Case=elative Form=digit Owned_Number=singular | 1 |  |
Mc-ped------p | Numeral Type=cardinal Number=plural Case=elative Form=digit Owned_Number=plural | 1 |  |
Mc-ped----s1 | Numeral Type=cardinal Number=plural Case=elative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mc-ped----s1s | Numeral Type=cardinal Number=plural Case=elative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-ped----s1p | Numeral Type=cardinal Number=plural Case=elative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-ped----s2 | Numeral Type=cardinal Number=plural Case=elative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mc-ped----s2s | Numeral Type=cardinal Number=plural Case=elative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-ped----s2p | Numeral Type=cardinal Number=plural Case=elative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-ped----s3 | Numeral Type=cardinal Number=plural Case=elative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mc-ped----s3s | Numeral Type=cardinal Number=plural Case=elative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-ped----s3p | Numeral Type=cardinal Number=plural Case=elative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-ped----p1 | Numeral Type=cardinal Number=plural Case=elative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mc-ped----p1s | Numeral Type=cardinal Number=plural Case=elative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-ped----p1p | Numeral Type=cardinal Number=plural Case=elative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-ped----p2 | Numeral Type=cardinal Number=plural Case=elative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mc-ped----p2s | Numeral Type=cardinal Number=plural Case=elative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-ped----p2p | Numeral Type=cardinal Number=plural Case=elative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-ped----p3 | Numeral Type=cardinal Number=plural Case=elative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mc-ped----p3s | Numeral Type=cardinal Number=plural Case=elative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-ped----p3p | Numeral Type=cardinal Number=plural Case=elative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-per | Numeral Type=cardinal Number=plural Case=elative Form=roman | 1 |  |
Mc-per------s | Numeral Type=cardinal Number=plural Case=elative Form=roman Owned_Number=singular | 1 |  |
Mc-per------p | Numeral Type=cardinal Number=plural Case=elative Form=roman Owned_Number=plural | 1 |  |
Mc-per----s1 | Numeral Type=cardinal Number=plural Case=elative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mc-per----s1s | Numeral Type=cardinal Number=plural Case=elative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-per----s1p | Numeral Type=cardinal Number=plural Case=elative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-per----s2 | Numeral Type=cardinal Number=plural Case=elative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mc-per----s2s | Numeral Type=cardinal Number=plural Case=elative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-per----s2p | Numeral Type=cardinal Number=plural Case=elative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-per----s3 | Numeral Type=cardinal Number=plural Case=elative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mc-per----s3s | Numeral Type=cardinal Number=plural Case=elative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-per----s3p | Numeral Type=cardinal Number=plural Case=elative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-per----p1 | Numeral Type=cardinal Number=plural Case=elative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mc-per----p1s | Numeral Type=cardinal Number=plural Case=elative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-per----p1p | Numeral Type=cardinal Number=plural Case=elative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-per----p2 | Numeral Type=cardinal Number=plural Case=elative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mc-per----p2s | Numeral Type=cardinal Number=plural Case=elative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-per----p2p | Numeral Type=cardinal Number=plural Case=elative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-per----p3 | Numeral Type=cardinal Number=plural Case=elative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mc-per----p3s | Numeral Type=cardinal Number=plural Case=elative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-per----p3p | Numeral Type=cardinal Number=plural Case=elative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pel | Numeral Type=cardinal Number=plural Case=elative Form=letter | 1 |  |
Mc-pel------s | Numeral Type=cardinal Number=plural Case=elative Form=letter Owned_Number=singular | 1 |  |
Mc-pel------p | Numeral Type=cardinal Number=plural Case=elative Form=letter Owned_Number=plural | 1 |  |
Mc-pel----s1 | Numeral Type=cardinal Number=plural Case=elative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mc-pel----s1s | Numeral Type=cardinal Number=plural Case=elative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pel----s1p | Numeral Type=cardinal Number=plural Case=elative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pel----s2 | Numeral Type=cardinal Number=plural Case=elative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mc-pel----s2s | Numeral Type=cardinal Number=plural Case=elative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pel----s2p | Numeral Type=cardinal Number=plural Case=elative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pel----s3 | Numeral Type=cardinal Number=plural Case=elative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mc-pel----s3s | Numeral Type=cardinal Number=plural Case=elative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pel----s3p | Numeral Type=cardinal Number=plural Case=elative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pel----p1 | Numeral Type=cardinal Number=plural Case=elative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mc-pel----p1s | Numeral Type=cardinal Number=plural Case=elative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pel----p1p | Numeral Type=cardinal Number=plural Case=elative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pel----p2 | Numeral Type=cardinal Number=plural Case=elative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mc-pel----p2s | Numeral Type=cardinal Number=plural Case=elative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pel----p2p | Numeral Type=cardinal Number=plural Case=elative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pel----p3 | Numeral Type=cardinal Number=plural Case=elative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mc-pel----p3s | Numeral Type=cardinal Number=plural Case=elative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pel----p3p | Numeral Type=cardinal Number=plural Case=elative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-ptd | Numeral Type=cardinal Number=plural Case=allative Form=digit | 1 |  |
Mc-ptd------s | Numeral Type=cardinal Number=plural Case=allative Form=digit Owned_Number=singular | 1 |  |
Mc-ptd------p | Numeral Type=cardinal Number=plural Case=allative Form=digit Owned_Number=plural | 1 |  |
Mc-ptd----s1 | Numeral Type=cardinal Number=plural Case=allative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mc-ptd----s1s | Numeral Type=cardinal Number=plural Case=allative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-ptd----s1p | Numeral Type=cardinal Number=plural Case=allative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-ptd----s2 | Numeral Type=cardinal Number=plural Case=allative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mc-ptd----s2s | Numeral Type=cardinal Number=plural Case=allative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-ptd----s2p | Numeral Type=cardinal Number=plural Case=allative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-ptd----s3 | Numeral Type=cardinal Number=plural Case=allative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mc-ptd----s3s | Numeral Type=cardinal Number=plural Case=allative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-ptd----s3p | Numeral Type=cardinal Number=plural Case=allative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-ptd----p1 | Numeral Type=cardinal Number=plural Case=allative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mc-ptd----p1s | Numeral Type=cardinal Number=plural Case=allative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-ptd----p1p | Numeral Type=cardinal Number=plural Case=allative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-ptd----p2 | Numeral Type=cardinal Number=plural Case=allative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mc-ptd----p2s | Numeral Type=cardinal Number=plural Case=allative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-ptd----p2p | Numeral Type=cardinal Number=plural Case=allative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-ptd----p3 | Numeral Type=cardinal Number=plural Case=allative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mc-ptd----p3s | Numeral Type=cardinal Number=plural Case=allative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-ptd----p3p | Numeral Type=cardinal Number=plural Case=allative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-ptr | Numeral Type=cardinal Number=plural Case=allative Form=roman | 1 |  |
Mc-ptr------s | Numeral Type=cardinal Number=plural Case=allative Form=roman Owned_Number=singular | 1 |  |
Mc-ptr------p | Numeral Type=cardinal Number=plural Case=allative Form=roman Owned_Number=plural | 1 |  |
Mc-ptr----s1 | Numeral Type=cardinal Number=plural Case=allative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mc-ptr----s1s | Numeral Type=cardinal Number=plural Case=allative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-ptr----s1p | Numeral Type=cardinal Number=plural Case=allative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-ptr----s2 | Numeral Type=cardinal Number=plural Case=allative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mc-ptr----s2s | Numeral Type=cardinal Number=plural Case=allative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-ptr----s2p | Numeral Type=cardinal Number=plural Case=allative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-ptr----s3 | Numeral Type=cardinal Number=plural Case=allative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mc-ptr----s3s | Numeral Type=cardinal Number=plural Case=allative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-ptr----s3p | Numeral Type=cardinal Number=plural Case=allative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-ptr----p1 | Numeral Type=cardinal Number=plural Case=allative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mc-ptr----p1s | Numeral Type=cardinal Number=plural Case=allative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-ptr----p1p | Numeral Type=cardinal Number=plural Case=allative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-ptr----p2 | Numeral Type=cardinal Number=plural Case=allative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mc-ptr----p2s | Numeral Type=cardinal Number=plural Case=allative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-ptr----p2p | Numeral Type=cardinal Number=plural Case=allative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-ptr----p3 | Numeral Type=cardinal Number=plural Case=allative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mc-ptr----p3s | Numeral Type=cardinal Number=plural Case=allative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-ptr----p3p | Numeral Type=cardinal Number=plural Case=allative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-ptl | Numeral Type=cardinal Number=plural Case=allative Form=letter | 1 |  |
Mc-ptl------s | Numeral Type=cardinal Number=plural Case=allative Form=letter Owned_Number=singular | 1 |  |
Mc-ptl------p | Numeral Type=cardinal Number=plural Case=allative Form=letter Owned_Number=plural | 1 |  |
Mc-ptl----s1 | Numeral Type=cardinal Number=plural Case=allative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mc-ptl----s1s | Numeral Type=cardinal Number=plural Case=allative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-ptl----s1p | Numeral Type=cardinal Number=plural Case=allative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-ptl----s2 | Numeral Type=cardinal Number=plural Case=allative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mc-ptl----s2s | Numeral Type=cardinal Number=plural Case=allative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-ptl----s2p | Numeral Type=cardinal Number=plural Case=allative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-ptl----s3 | Numeral Type=cardinal Number=plural Case=allative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mc-ptl----s3s | Numeral Type=cardinal Number=plural Case=allative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-ptl----s3p | Numeral Type=cardinal Number=plural Case=allative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-ptl----p1 | Numeral Type=cardinal Number=plural Case=allative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mc-ptl----p1s | Numeral Type=cardinal Number=plural Case=allative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-ptl----p1p | Numeral Type=cardinal Number=plural Case=allative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-ptl----p2 | Numeral Type=cardinal Number=plural Case=allative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mc-ptl----p2s | Numeral Type=cardinal Number=plural Case=allative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-ptl----p2p | Numeral Type=cardinal Number=plural Case=allative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-ptl----p3 | Numeral Type=cardinal Number=plural Case=allative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mc-ptl----p3s | Numeral Type=cardinal Number=plural Case=allative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-ptl----p3p | Numeral Type=cardinal Number=plural Case=allative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-p3d | Numeral Type=cardinal Number=plural Case=adessive Form=digit | 1 |  |
Mc-p3d------s | Numeral Type=cardinal Number=plural Case=adessive Form=digit Owned_Number=singular | 1 |  |
Mc-p3d------p | Numeral Type=cardinal Number=plural Case=adessive Form=digit Owned_Number=plural | 1 |  |
Mc-p3d----s1 | Numeral Type=cardinal Number=plural Case=adessive Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mc-p3d----s1s | Numeral Type=cardinal Number=plural Case=adessive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-p3d----s1p | Numeral Type=cardinal Number=plural Case=adessive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-p3d----s2 | Numeral Type=cardinal Number=plural Case=adessive Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mc-p3d----s2s | Numeral Type=cardinal Number=plural Case=adessive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-p3d----s2p | Numeral Type=cardinal Number=plural Case=adessive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-p3d----s3 | Numeral Type=cardinal Number=plural Case=adessive Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mc-p3d----s3s | Numeral Type=cardinal Number=plural Case=adessive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-p3d----s3p | Numeral Type=cardinal Number=plural Case=adessive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-p3d----p1 | Numeral Type=cardinal Number=plural Case=adessive Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mc-p3d----p1s | Numeral Type=cardinal Number=plural Case=adessive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-p3d----p1p | Numeral Type=cardinal Number=plural Case=adessive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-p3d----p2 | Numeral Type=cardinal Number=plural Case=adessive Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mc-p3d----p2s | Numeral Type=cardinal Number=plural Case=adessive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-p3d----p2p | Numeral Type=cardinal Number=plural Case=adessive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-p3d----p3 | Numeral Type=cardinal Number=plural Case=adessive Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mc-p3d----p3s | Numeral Type=cardinal Number=plural Case=adessive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-p3d----p3p | Numeral Type=cardinal Number=plural Case=adessive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-p3r | Numeral Type=cardinal Number=plural Case=adessive Form=roman | 1 |  |
Mc-p3r------s | Numeral Type=cardinal Number=plural Case=adessive Form=roman Owned_Number=singular | 1 |  |
Mc-p3r------p | Numeral Type=cardinal Number=plural Case=adessive Form=roman Owned_Number=plural | 1 |  |
Mc-p3r----s1 | Numeral Type=cardinal Number=plural Case=adessive Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mc-p3r----s1s | Numeral Type=cardinal Number=plural Case=adessive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-p3r----s1p | Numeral Type=cardinal Number=plural Case=adessive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-p3r----s2 | Numeral Type=cardinal Number=plural Case=adessive Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mc-p3r----s2s | Numeral Type=cardinal Number=plural Case=adessive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-p3r----s2p | Numeral Type=cardinal Number=plural Case=adessive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-p3r----s3 | Numeral Type=cardinal Number=plural Case=adessive Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mc-p3r----s3s | Numeral Type=cardinal Number=plural Case=adessive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-p3r----s3p | Numeral Type=cardinal Number=plural Case=adessive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-p3r----p1 | Numeral Type=cardinal Number=plural Case=adessive Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mc-p3r----p1s | Numeral Type=cardinal Number=plural Case=adessive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-p3r----p1p | Numeral Type=cardinal Number=plural Case=adessive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-p3r----p2 | Numeral Type=cardinal Number=plural Case=adessive Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mc-p3r----p2s | Numeral Type=cardinal Number=plural Case=adessive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-p3r----p2p | Numeral Type=cardinal Number=plural Case=adessive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-p3r----p3 | Numeral Type=cardinal Number=plural Case=adessive Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mc-p3r----p3s | Numeral Type=cardinal Number=plural Case=adessive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-p3r----p3p | Numeral Type=cardinal Number=plural Case=adessive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-p3l | Numeral Type=cardinal Number=plural Case=adessive Form=letter | 1 |  |
Mc-p3l------s | Numeral Type=cardinal Number=plural Case=adessive Form=letter Owned_Number=singular | 1 |  |
Mc-p3l------p | Numeral Type=cardinal Number=plural Case=adessive Form=letter Owned_Number=plural | 1 |  |
Mc-p3l----s1 | Numeral Type=cardinal Number=plural Case=adessive Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mc-p3l----s1s | Numeral Type=cardinal Number=plural Case=adessive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-p3l----s1p | Numeral Type=cardinal Number=plural Case=adessive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-p3l----s2 | Numeral Type=cardinal Number=plural Case=adessive Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mc-p3l----s2s | Numeral Type=cardinal Number=plural Case=adessive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-p3l----s2p | Numeral Type=cardinal Number=plural Case=adessive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-p3l----s3 | Numeral Type=cardinal Number=plural Case=adessive Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mc-p3l----s3s | Numeral Type=cardinal Number=plural Case=adessive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-p3l----s3p | Numeral Type=cardinal Number=plural Case=adessive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-p3l----p1 | Numeral Type=cardinal Number=plural Case=adessive Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mc-p3l----p1s | Numeral Type=cardinal Number=plural Case=adessive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-p3l----p1p | Numeral Type=cardinal Number=plural Case=adessive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-p3l----p2 | Numeral Type=cardinal Number=plural Case=adessive Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mc-p3l----p2s | Numeral Type=cardinal Number=plural Case=adessive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-p3l----p2p | Numeral Type=cardinal Number=plural Case=adessive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-p3l----p3 | Numeral Type=cardinal Number=plural Case=adessive Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mc-p3l----p3s | Numeral Type=cardinal Number=plural Case=adessive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-p3l----p3p | Numeral Type=cardinal Number=plural Case=adessive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pbd | Numeral Type=cardinal Number=plural Case=ablative Form=digit | 1 |  |
Mc-pbd------s | Numeral Type=cardinal Number=plural Case=ablative Form=digit Owned_Number=singular | 1 |  |
Mc-pbd------p | Numeral Type=cardinal Number=plural Case=ablative Form=digit Owned_Number=plural | 1 |  |
Mc-pbd----s1 | Numeral Type=cardinal Number=plural Case=ablative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mc-pbd----s1s | Numeral Type=cardinal Number=plural Case=ablative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pbd----s1p | Numeral Type=cardinal Number=plural Case=ablative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pbd----s2 | Numeral Type=cardinal Number=plural Case=ablative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mc-pbd----s2s | Numeral Type=cardinal Number=plural Case=ablative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pbd----s2p | Numeral Type=cardinal Number=plural Case=ablative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pbd----s3 | Numeral Type=cardinal Number=plural Case=ablative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mc-pbd----s3s | Numeral Type=cardinal Number=plural Case=ablative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pbd----s3p | Numeral Type=cardinal Number=plural Case=ablative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pbd----p1 | Numeral Type=cardinal Number=plural Case=ablative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mc-pbd----p1s | Numeral Type=cardinal Number=plural Case=ablative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pbd----p1p | Numeral Type=cardinal Number=plural Case=ablative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pbd----p2 | Numeral Type=cardinal Number=plural Case=ablative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mc-pbd----p2s | Numeral Type=cardinal Number=plural Case=ablative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pbd----p2p | Numeral Type=cardinal Number=plural Case=ablative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pbd----p3 | Numeral Type=cardinal Number=plural Case=ablative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mc-pbd----p3s | Numeral Type=cardinal Number=plural Case=ablative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pbd----p3p | Numeral Type=cardinal Number=plural Case=ablative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pbr | Numeral Type=cardinal Number=plural Case=ablative Form=roman | 1 |  |
Mc-pbr------s | Numeral Type=cardinal Number=plural Case=ablative Form=roman Owned_Number=singular | 1 |  |
Mc-pbr------p | Numeral Type=cardinal Number=plural Case=ablative Form=roman Owned_Number=plural | 1 |  |
Mc-pbr----s1 | Numeral Type=cardinal Number=plural Case=ablative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mc-pbr----s1s | Numeral Type=cardinal Number=plural Case=ablative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pbr----s1p | Numeral Type=cardinal Number=plural Case=ablative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pbr----s2 | Numeral Type=cardinal Number=plural Case=ablative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mc-pbr----s2s | Numeral Type=cardinal Number=plural Case=ablative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pbr----s2p | Numeral Type=cardinal Number=plural Case=ablative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pbr----s3 | Numeral Type=cardinal Number=plural Case=ablative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mc-pbr----s3s | Numeral Type=cardinal Number=plural Case=ablative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pbr----s3p | Numeral Type=cardinal Number=plural Case=ablative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pbr----p1 | Numeral Type=cardinal Number=plural Case=ablative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mc-pbr----p1s | Numeral Type=cardinal Number=plural Case=ablative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pbr----p1p | Numeral Type=cardinal Number=plural Case=ablative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pbr----p2 | Numeral Type=cardinal Number=plural Case=ablative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mc-pbr----p2s | Numeral Type=cardinal Number=plural Case=ablative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pbr----p2p | Numeral Type=cardinal Number=plural Case=ablative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pbr----p3 | Numeral Type=cardinal Number=plural Case=ablative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mc-pbr----p3s | Numeral Type=cardinal Number=plural Case=ablative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pbr----p3p | Numeral Type=cardinal Number=plural Case=ablative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pbl | Numeral Type=cardinal Number=plural Case=ablative Form=letter | 3 | többektől/több, sokaktól/sok, négyektől/négy |
Mc-pbl------s | Numeral Type=cardinal Number=plural Case=ablative Form=letter Owned_Number=singular | 1 |  |
Mc-pbl------p | Numeral Type=cardinal Number=plural Case=ablative Form=letter Owned_Number=plural | 1 |  |
Mc-pbl----s1 | Numeral Type=cardinal Number=plural Case=ablative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mc-pbl----s1s | Numeral Type=cardinal Number=plural Case=ablative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pbl----s1p | Numeral Type=cardinal Number=plural Case=ablative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pbl----s2 | Numeral Type=cardinal Number=plural Case=ablative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mc-pbl----s2s | Numeral Type=cardinal Number=plural Case=ablative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pbl----s2p | Numeral Type=cardinal Number=plural Case=ablative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pbl----s3 | Numeral Type=cardinal Number=plural Case=ablative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mc-pbl----s3s | Numeral Type=cardinal Number=plural Case=ablative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pbl----s3p | Numeral Type=cardinal Number=plural Case=ablative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pbl----p1 | Numeral Type=cardinal Number=plural Case=ablative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mc-pbl----p1s | Numeral Type=cardinal Number=plural Case=ablative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pbl----p1p | Numeral Type=cardinal Number=plural Case=ablative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pbl----p2 | Numeral Type=cardinal Number=plural Case=ablative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mc-pbl----p2s | Numeral Type=cardinal Number=plural Case=ablative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pbl----p2p | Numeral Type=cardinal Number=plural Case=ablative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pbl----p3 | Numeral Type=cardinal Number=plural Case=ablative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mc-pbl----p3s | Numeral Type=cardinal Number=plural Case=ablative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pbl----p3p | Numeral Type=cardinal Number=plural Case=ablative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-p9d | Numeral Type=cardinal Number=plural Case=terminative Form=digit | 1 |  |
Mc-p9d------s | Numeral Type=cardinal Number=plural Case=terminative Form=digit Owned_Number=singular | 1 |  |
Mc-p9d------p | Numeral Type=cardinal Number=plural Case=terminative Form=digit Owned_Number=plural | 1 |  |
Mc-p9d----s1 | Numeral Type=cardinal Number=plural Case=terminative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mc-p9d----s1s | Numeral Type=cardinal Number=plural Case=terminative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-p9d----s1p | Numeral Type=cardinal Number=plural Case=terminative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-p9d----s2 | Numeral Type=cardinal Number=plural Case=terminative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mc-p9d----s2s | Numeral Type=cardinal Number=plural Case=terminative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-p9d----s2p | Numeral Type=cardinal Number=plural Case=terminative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-p9d----s3 | Numeral Type=cardinal Number=plural Case=terminative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mc-p9d----s3s | Numeral Type=cardinal Number=plural Case=terminative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-p9d----s3p | Numeral Type=cardinal Number=plural Case=terminative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-p9d----p1 | Numeral Type=cardinal Number=plural Case=terminative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mc-p9d----p1s | Numeral Type=cardinal Number=plural Case=terminative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-p9d----p1p | Numeral Type=cardinal Number=plural Case=terminative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-p9d----p2 | Numeral Type=cardinal Number=plural Case=terminative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mc-p9d----p2s | Numeral Type=cardinal Number=plural Case=terminative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-p9d----p2p | Numeral Type=cardinal Number=plural Case=terminative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-p9d----p3 | Numeral Type=cardinal Number=plural Case=terminative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mc-p9d----p3s | Numeral Type=cardinal Number=plural Case=terminative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-p9d----p3p | Numeral Type=cardinal Number=plural Case=terminative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-p9r | Numeral Type=cardinal Number=plural Case=terminative Form=roman | 1 |  |
Mc-p9r------s | Numeral Type=cardinal Number=plural Case=terminative Form=roman Owned_Number=singular | 1 |  |
Mc-p9r------p | Numeral Type=cardinal Number=plural Case=terminative Form=roman Owned_Number=plural | 1 |  |
Mc-p9r----s1 | Numeral Type=cardinal Number=plural Case=terminative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mc-p9r----s1s | Numeral Type=cardinal Number=plural Case=terminative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-p9r----s1p | Numeral Type=cardinal Number=plural Case=terminative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-p9r----s2 | Numeral Type=cardinal Number=plural Case=terminative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mc-p9r----s2s | Numeral Type=cardinal Number=plural Case=terminative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-p9r----s2p | Numeral Type=cardinal Number=plural Case=terminative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-p9r----s3 | Numeral Type=cardinal Number=plural Case=terminative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mc-p9r----s3s | Numeral Type=cardinal Number=plural Case=terminative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-p9r----s3p | Numeral Type=cardinal Number=plural Case=terminative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-p9r----p1 | Numeral Type=cardinal Number=plural Case=terminative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mc-p9r----p1s | Numeral Type=cardinal Number=plural Case=terminative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-p9r----p1p | Numeral Type=cardinal Number=plural Case=terminative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-p9r----p2 | Numeral Type=cardinal Number=plural Case=terminative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mc-p9r----p2s | Numeral Type=cardinal Number=plural Case=terminative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-p9r----p2p | Numeral Type=cardinal Number=plural Case=terminative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-p9r----p3 | Numeral Type=cardinal Number=plural Case=terminative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mc-p9r----p3s | Numeral Type=cardinal Number=plural Case=terminative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-p9r----p3p | Numeral Type=cardinal Number=plural Case=terminative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-p9l | Numeral Type=cardinal Number=plural Case=terminative Form=letter | 1 | hetekig/hét |
Mc-p9l------s | Numeral Type=cardinal Number=plural Case=terminative Form=letter Owned_Number=singular | 1 |  |
Mc-p9l------p | Numeral Type=cardinal Number=plural Case=terminative Form=letter Owned_Number=plural | 1 |  |
Mc-p9l----s1 | Numeral Type=cardinal Number=plural Case=terminative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mc-p9l----s1s | Numeral Type=cardinal Number=plural Case=terminative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-p9l----s1p | Numeral Type=cardinal Number=plural Case=terminative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-p9l----s2 | Numeral Type=cardinal Number=plural Case=terminative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mc-p9l----s2s | Numeral Type=cardinal Number=plural Case=terminative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-p9l----s2p | Numeral Type=cardinal Number=plural Case=terminative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-p9l----s3 | Numeral Type=cardinal Number=plural Case=terminative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mc-p9l----s3s | Numeral Type=cardinal Number=plural Case=terminative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-p9l----s3p | Numeral Type=cardinal Number=plural Case=terminative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-p9l----p1 | Numeral Type=cardinal Number=plural Case=terminative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mc-p9l----p1s | Numeral Type=cardinal Number=plural Case=terminative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-p9l----p1p | Numeral Type=cardinal Number=plural Case=terminative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-p9l----p2 | Numeral Type=cardinal Number=plural Case=terminative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mc-p9l----p2s | Numeral Type=cardinal Number=plural Case=terminative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-p9l----p2p | Numeral Type=cardinal Number=plural Case=terminative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-p9l----p3 | Numeral Type=cardinal Number=plural Case=terminative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mc-p9l----p3s | Numeral Type=cardinal Number=plural Case=terminative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-p9l----p3p | Numeral Type=cardinal Number=plural Case=terminative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pmd | Numeral Type=cardinal Number=plural Case=temporalis Form=digit | 1 |  |
Mc-pmd------s | Numeral Type=cardinal Number=plural Case=temporalis Form=digit Owned_Number=singular | 1 |  |
Mc-pmd------p | Numeral Type=cardinal Number=plural Case=temporalis Form=digit Owned_Number=plural | 1 |  |
Mc-pmd----s1 | Numeral Type=cardinal Number=plural Case=temporalis Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mc-pmd----s1s | Numeral Type=cardinal Number=plural Case=temporalis Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pmd----s1p | Numeral Type=cardinal Number=plural Case=temporalis Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pmd----s2 | Numeral Type=cardinal Number=plural Case=temporalis Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mc-pmd----s2s | Numeral Type=cardinal Number=plural Case=temporalis Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pmd----s2p | Numeral Type=cardinal Number=plural Case=temporalis Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pmd----s3 | Numeral Type=cardinal Number=plural Case=temporalis Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mc-pmd----s3s | Numeral Type=cardinal Number=plural Case=temporalis Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pmd----s3p | Numeral Type=cardinal Number=plural Case=temporalis Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pmd----p1 | Numeral Type=cardinal Number=plural Case=temporalis Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mc-pmd----p1s | Numeral Type=cardinal Number=plural Case=temporalis Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pmd----p1p | Numeral Type=cardinal Number=plural Case=temporalis Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pmd----p2 | Numeral Type=cardinal Number=plural Case=temporalis Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mc-pmd----p2s | Numeral Type=cardinal Number=plural Case=temporalis Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pmd----p2p | Numeral Type=cardinal Number=plural Case=temporalis Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pmd----p3 | Numeral Type=cardinal Number=plural Case=temporalis Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mc-pmd----p3s | Numeral Type=cardinal Number=plural Case=temporalis Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pmd----p3p | Numeral Type=cardinal Number=plural Case=temporalis Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pmr | Numeral Type=cardinal Number=plural Case=temporalis Form=roman | 1 |  |
Mc-pmr------s | Numeral Type=cardinal Number=plural Case=temporalis Form=roman Owned_Number=singular | 1 |  |
Mc-pmr------p | Numeral Type=cardinal Number=plural Case=temporalis Form=roman Owned_Number=plural | 1 |  |
Mc-pmr----s1 | Numeral Type=cardinal Number=plural Case=temporalis Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mc-pmr----s1s | Numeral Type=cardinal Number=plural Case=temporalis Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pmr----s1p | Numeral Type=cardinal Number=plural Case=temporalis Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pmr----s2 | Numeral Type=cardinal Number=plural Case=temporalis Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mc-pmr----s2s | Numeral Type=cardinal Number=plural Case=temporalis Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pmr----s2p | Numeral Type=cardinal Number=plural Case=temporalis Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pmr----s3 | Numeral Type=cardinal Number=plural Case=temporalis Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mc-pmr----s3s | Numeral Type=cardinal Number=plural Case=temporalis Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pmr----s3p | Numeral Type=cardinal Number=plural Case=temporalis Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pmr----p1 | Numeral Type=cardinal Number=plural Case=temporalis Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mc-pmr----p1s | Numeral Type=cardinal Number=plural Case=temporalis Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pmr----p1p | Numeral Type=cardinal Number=plural Case=temporalis Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pmr----p2 | Numeral Type=cardinal Number=plural Case=temporalis Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mc-pmr----p2s | Numeral Type=cardinal Number=plural Case=temporalis Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pmr----p2p | Numeral Type=cardinal Number=plural Case=temporalis Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pmr----p3 | Numeral Type=cardinal Number=plural Case=temporalis Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mc-pmr----p3s | Numeral Type=cardinal Number=plural Case=temporalis Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pmr----p3p | Numeral Type=cardinal Number=plural Case=temporalis Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pml | Numeral Type=cardinal Number=plural Case=temporalis Form=letter | 1 |  |
Mc-pml------s | Numeral Type=cardinal Number=plural Case=temporalis Form=letter Owned_Number=singular | 1 |  |
Mc-pml------p | Numeral Type=cardinal Number=plural Case=temporalis Form=letter Owned_Number=plural | 1 |  |
Mc-pml----s1 | Numeral Type=cardinal Number=plural Case=temporalis Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mc-pml----s1s | Numeral Type=cardinal Number=plural Case=temporalis Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pml----s1p | Numeral Type=cardinal Number=plural Case=temporalis Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pml----s2 | Numeral Type=cardinal Number=plural Case=temporalis Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mc-pml----s2s | Numeral Type=cardinal Number=plural Case=temporalis Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pml----s2p | Numeral Type=cardinal Number=plural Case=temporalis Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pml----s3 | Numeral Type=cardinal Number=plural Case=temporalis Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mc-pml----s3s | Numeral Type=cardinal Number=plural Case=temporalis Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pml----s3p | Numeral Type=cardinal Number=plural Case=temporalis Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pml----p1 | Numeral Type=cardinal Number=plural Case=temporalis Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mc-pml----p1s | Numeral Type=cardinal Number=plural Case=temporalis Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pml----p1p | Numeral Type=cardinal Number=plural Case=temporalis Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pml----p2 | Numeral Type=cardinal Number=plural Case=temporalis Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mc-pml----p2s | Numeral Type=cardinal Number=plural Case=temporalis Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pml----p2p | Numeral Type=cardinal Number=plural Case=temporalis Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pml----p3 | Numeral Type=cardinal Number=plural Case=temporalis Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mc-pml----p3s | Numeral Type=cardinal Number=plural Case=temporalis Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pml----p3p | Numeral Type=cardinal Number=plural Case=temporalis Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pcd | Numeral Type=cardinal Number=plural Case=causalis Form=digit | 1 |  |
Mc-pcd------s | Numeral Type=cardinal Number=plural Case=causalis Form=digit Owned_Number=singular | 1 |  |
Mc-pcd------p | Numeral Type=cardinal Number=plural Case=causalis Form=digit Owned_Number=plural | 1 |  |
Mc-pcd----s1 | Numeral Type=cardinal Number=plural Case=causalis Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mc-pcd----s1s | Numeral Type=cardinal Number=plural Case=causalis Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pcd----s1p | Numeral Type=cardinal Number=plural Case=causalis Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pcd----s2 | Numeral Type=cardinal Number=plural Case=causalis Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mc-pcd----s2s | Numeral Type=cardinal Number=plural Case=causalis Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pcd----s2p | Numeral Type=cardinal Number=plural Case=causalis Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pcd----s3 | Numeral Type=cardinal Number=plural Case=causalis Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mc-pcd----s3s | Numeral Type=cardinal Number=plural Case=causalis Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pcd----s3p | Numeral Type=cardinal Number=plural Case=causalis Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pcd----p1 | Numeral Type=cardinal Number=plural Case=causalis Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mc-pcd----p1s | Numeral Type=cardinal Number=plural Case=causalis Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pcd----p1p | Numeral Type=cardinal Number=plural Case=causalis Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pcd----p2 | Numeral Type=cardinal Number=plural Case=causalis Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mc-pcd----p2s | Numeral Type=cardinal Number=plural Case=causalis Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pcd----p2p | Numeral Type=cardinal Number=plural Case=causalis Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pcd----p3 | Numeral Type=cardinal Number=plural Case=causalis Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mc-pcd----p3s | Numeral Type=cardinal Number=plural Case=causalis Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pcd----p3p | Numeral Type=cardinal Number=plural Case=causalis Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pcr | Numeral Type=cardinal Number=plural Case=causalis Form=roman | 1 |  |
Mc-pcr------s | Numeral Type=cardinal Number=plural Case=causalis Form=roman Owned_Number=singular | 1 |  |
Mc-pcr------p | Numeral Type=cardinal Number=plural Case=causalis Form=roman Owned_Number=plural | 1 |  |
Mc-pcr----s1 | Numeral Type=cardinal Number=plural Case=causalis Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mc-pcr----s1s | Numeral Type=cardinal Number=plural Case=causalis Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pcr----s1p | Numeral Type=cardinal Number=plural Case=causalis Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pcr----s2 | Numeral Type=cardinal Number=plural Case=causalis Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mc-pcr----s2s | Numeral Type=cardinal Number=plural Case=causalis Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pcr----s2p | Numeral Type=cardinal Number=plural Case=causalis Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pcr----s3 | Numeral Type=cardinal Number=plural Case=causalis Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mc-pcr----s3s | Numeral Type=cardinal Number=plural Case=causalis Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pcr----s3p | Numeral Type=cardinal Number=plural Case=causalis Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pcr----p1 | Numeral Type=cardinal Number=plural Case=causalis Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mc-pcr----p1s | Numeral Type=cardinal Number=plural Case=causalis Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pcr----p1p | Numeral Type=cardinal Number=plural Case=causalis Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pcr----p2 | Numeral Type=cardinal Number=plural Case=causalis Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mc-pcr----p2s | Numeral Type=cardinal Number=plural Case=causalis Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pcr----p2p | Numeral Type=cardinal Number=plural Case=causalis Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pcr----p3 | Numeral Type=cardinal Number=plural Case=causalis Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mc-pcr----p3s | Numeral Type=cardinal Number=plural Case=causalis Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pcr----p3p | Numeral Type=cardinal Number=plural Case=causalis Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pcl | Numeral Type=cardinal Number=plural Case=causalis Form=letter | 1 |  |
Mc-pcl------s | Numeral Type=cardinal Number=plural Case=causalis Form=letter Owned_Number=singular | 1 |  |
Mc-pcl------p | Numeral Type=cardinal Number=plural Case=causalis Form=letter Owned_Number=plural | 1 |  |
Mc-pcl----s1 | Numeral Type=cardinal Number=plural Case=causalis Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mc-pcl----s1s | Numeral Type=cardinal Number=plural Case=causalis Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pcl----s1p | Numeral Type=cardinal Number=plural Case=causalis Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pcl----s2 | Numeral Type=cardinal Number=plural Case=causalis Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mc-pcl----s2s | Numeral Type=cardinal Number=plural Case=causalis Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pcl----s2p | Numeral Type=cardinal Number=plural Case=causalis Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pcl----s3 | Numeral Type=cardinal Number=plural Case=causalis Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mc-pcl----s3s | Numeral Type=cardinal Number=plural Case=causalis Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pcl----s3p | Numeral Type=cardinal Number=plural Case=causalis Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pcl----p1 | Numeral Type=cardinal Number=plural Case=causalis Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mc-pcl----p1s | Numeral Type=cardinal Number=plural Case=causalis Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pcl----p1p | Numeral Type=cardinal Number=plural Case=causalis Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pcl----p2 | Numeral Type=cardinal Number=plural Case=causalis Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mc-pcl----p2s | Numeral Type=cardinal Number=plural Case=causalis Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pcl----p2p | Numeral Type=cardinal Number=plural Case=causalis Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pcl----p3 | Numeral Type=cardinal Number=plural Case=causalis Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mc-pcl----p3s | Numeral Type=cardinal Number=plural Case=causalis Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pcl----p3p | Numeral Type=cardinal Number=plural Case=causalis Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-psd | Numeral Type=cardinal Number=plural Case=sublative Form=digit | 1 |  |
Mc-psd------s | Numeral Type=cardinal Number=plural Case=sublative Form=digit Owned_Number=singular | 1 |  |
Mc-psd------p | Numeral Type=cardinal Number=plural Case=sublative Form=digit Owned_Number=plural | 1 |  |
Mc-psd----s1 | Numeral Type=cardinal Number=plural Case=sublative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mc-psd----s1s | Numeral Type=cardinal Number=plural Case=sublative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-psd----s1p | Numeral Type=cardinal Number=plural Case=sublative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-psd----s2 | Numeral Type=cardinal Number=plural Case=sublative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mc-psd----s2s | Numeral Type=cardinal Number=plural Case=sublative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-psd----s2p | Numeral Type=cardinal Number=plural Case=sublative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-psd----s3 | Numeral Type=cardinal Number=plural Case=sublative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mc-psd----s3s | Numeral Type=cardinal Number=plural Case=sublative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-psd----s3p | Numeral Type=cardinal Number=plural Case=sublative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-psd----p1 | Numeral Type=cardinal Number=plural Case=sublative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mc-psd----p1s | Numeral Type=cardinal Number=plural Case=sublative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-psd----p1p | Numeral Type=cardinal Number=plural Case=sublative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-psd----p2 | Numeral Type=cardinal Number=plural Case=sublative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mc-psd----p2s | Numeral Type=cardinal Number=plural Case=sublative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-psd----p2p | Numeral Type=cardinal Number=plural Case=sublative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-psd----p3 | Numeral Type=cardinal Number=plural Case=sublative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mc-psd----p3s | Numeral Type=cardinal Number=plural Case=sublative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-psd----p3p | Numeral Type=cardinal Number=plural Case=sublative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-psr | Numeral Type=cardinal Number=plural Case=sublative Form=roman | 1 |  |
Mc-psr------s | Numeral Type=cardinal Number=plural Case=sublative Form=roman Owned_Number=singular | 1 |  |
Mc-psr------p | Numeral Type=cardinal Number=plural Case=sublative Form=roman Owned_Number=plural | 1 |  |
Mc-psr----s1 | Numeral Type=cardinal Number=plural Case=sublative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mc-psr----s1s | Numeral Type=cardinal Number=plural Case=sublative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-psr----s1p | Numeral Type=cardinal Number=plural Case=sublative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-psr----s2 | Numeral Type=cardinal Number=plural Case=sublative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mc-psr----s2s | Numeral Type=cardinal Number=plural Case=sublative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-psr----s2p | Numeral Type=cardinal Number=plural Case=sublative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-psr----s3 | Numeral Type=cardinal Number=plural Case=sublative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mc-psr----s3s | Numeral Type=cardinal Number=plural Case=sublative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-psr----s3p | Numeral Type=cardinal Number=plural Case=sublative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-psr----p1 | Numeral Type=cardinal Number=plural Case=sublative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mc-psr----p1s | Numeral Type=cardinal Number=plural Case=sublative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-psr----p1p | Numeral Type=cardinal Number=plural Case=sublative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-psr----p2 | Numeral Type=cardinal Number=plural Case=sublative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mc-psr----p2s | Numeral Type=cardinal Number=plural Case=sublative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-psr----p2p | Numeral Type=cardinal Number=plural Case=sublative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-psr----p3 | Numeral Type=cardinal Number=plural Case=sublative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mc-psr----p3s | Numeral Type=cardinal Number=plural Case=sublative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-psr----p3p | Numeral Type=cardinal Number=plural Case=sublative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-psl | Numeral Type=cardinal Number=plural Case=sublative Form=letter | 1 |  |
Mc-psl------s | Numeral Type=cardinal Number=plural Case=sublative Form=letter Owned_Number=singular | 1 |  |
Mc-psl------p | Numeral Type=cardinal Number=plural Case=sublative Form=letter Owned_Number=plural | 1 |  |
Mc-psl----s1 | Numeral Type=cardinal Number=plural Case=sublative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mc-psl----s1s | Numeral Type=cardinal Number=plural Case=sublative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-psl----s1p | Numeral Type=cardinal Number=plural Case=sublative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-psl----s2 | Numeral Type=cardinal Number=plural Case=sublative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mc-psl----s2s | Numeral Type=cardinal Number=plural Case=sublative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-psl----s2p | Numeral Type=cardinal Number=plural Case=sublative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-psl----s3 | Numeral Type=cardinal Number=plural Case=sublative Form=letter Owner_Number=singular Owner_Person=third | 1 | ezreire/ezer |
Mc-psl----s3s | Numeral Type=cardinal Number=plural Case=sublative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-psl----s3p | Numeral Type=cardinal Number=plural Case=sublative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-psl----p1 | Numeral Type=cardinal Number=plural Case=sublative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mc-psl----p1s | Numeral Type=cardinal Number=plural Case=sublative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-psl----p1p | Numeral Type=cardinal Number=plural Case=sublative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-psl----p2 | Numeral Type=cardinal Number=plural Case=sublative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mc-psl----p2s | Numeral Type=cardinal Number=plural Case=sublative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-psl----p2p | Numeral Type=cardinal Number=plural Case=sublative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-psl----p3 | Numeral Type=cardinal Number=plural Case=sublative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mc-psl----p3s | Numeral Type=cardinal Number=plural Case=sublative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-psl----p3p | Numeral Type=cardinal Number=plural Case=sublative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-phd | Numeral Type=cardinal Number=plural Case=delative Form=digit | 1 |  |
Mc-phd------s | Numeral Type=cardinal Number=plural Case=delative Form=digit Owned_Number=singular | 1 |  |
Mc-phd------p | Numeral Type=cardinal Number=plural Case=delative Form=digit Owned_Number=plural | 1 |  |
Mc-phd----s1 | Numeral Type=cardinal Number=plural Case=delative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mc-phd----s1s | Numeral Type=cardinal Number=plural Case=delative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-phd----s1p | Numeral Type=cardinal Number=plural Case=delative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-phd----s2 | Numeral Type=cardinal Number=plural Case=delative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mc-phd----s2s | Numeral Type=cardinal Number=plural Case=delative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-phd----s2p | Numeral Type=cardinal Number=plural Case=delative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-phd----s3 | Numeral Type=cardinal Number=plural Case=delative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mc-phd----s3s | Numeral Type=cardinal Number=plural Case=delative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-phd----s3p | Numeral Type=cardinal Number=plural Case=delative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-phd----p1 | Numeral Type=cardinal Number=plural Case=delative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mc-phd----p1s | Numeral Type=cardinal Number=plural Case=delative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-phd----p1p | Numeral Type=cardinal Number=plural Case=delative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-phd----p2 | Numeral Type=cardinal Number=plural Case=delative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mc-phd----p2s | Numeral Type=cardinal Number=plural Case=delative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-phd----p2p | Numeral Type=cardinal Number=plural Case=delative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-phd----p3 | Numeral Type=cardinal Number=plural Case=delative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mc-phd----p3s | Numeral Type=cardinal Number=plural Case=delative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-phd----p3p | Numeral Type=cardinal Number=plural Case=delative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-phr | Numeral Type=cardinal Number=plural Case=delative Form=roman | 1 |  |
Mc-phr------s | Numeral Type=cardinal Number=plural Case=delative Form=roman Owned_Number=singular | 1 |  |
Mc-phr------p | Numeral Type=cardinal Number=plural Case=delative Form=roman Owned_Number=plural | 1 |  |
Mc-phr----s1 | Numeral Type=cardinal Number=plural Case=delative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mc-phr----s1s | Numeral Type=cardinal Number=plural Case=delative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-phr----s1p | Numeral Type=cardinal Number=plural Case=delative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-phr----s2 | Numeral Type=cardinal Number=plural Case=delative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mc-phr----s2s | Numeral Type=cardinal Number=plural Case=delative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-phr----s2p | Numeral Type=cardinal Number=plural Case=delative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-phr----s3 | Numeral Type=cardinal Number=plural Case=delative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mc-phr----s3s | Numeral Type=cardinal Number=plural Case=delative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-phr----s3p | Numeral Type=cardinal Number=plural Case=delative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-phr----p1 | Numeral Type=cardinal Number=plural Case=delative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mc-phr----p1s | Numeral Type=cardinal Number=plural Case=delative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-phr----p1p | Numeral Type=cardinal Number=plural Case=delative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-phr----p2 | Numeral Type=cardinal Number=plural Case=delative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mc-phr----p2s | Numeral Type=cardinal Number=plural Case=delative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-phr----p2p | Numeral Type=cardinal Number=plural Case=delative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-phr----p3 | Numeral Type=cardinal Number=plural Case=delative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mc-phr----p3s | Numeral Type=cardinal Number=plural Case=delative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-phr----p3p | Numeral Type=cardinal Number=plural Case=delative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-phl | Numeral Type=cardinal Number=plural Case=delative Form=letter | 1 |  |
Mc-phl------s | Numeral Type=cardinal Number=plural Case=delative Form=letter Owned_Number=singular | 1 |  |
Mc-phl------p | Numeral Type=cardinal Number=plural Case=delative Form=letter Owned_Number=plural | 1 |  |
Mc-phl----s1 | Numeral Type=cardinal Number=plural Case=delative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mc-phl----s1s | Numeral Type=cardinal Number=plural Case=delative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-phl----s1p | Numeral Type=cardinal Number=plural Case=delative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-phl----s2 | Numeral Type=cardinal Number=plural Case=delative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mc-phl----s2s | Numeral Type=cardinal Number=plural Case=delative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-phl----s2p | Numeral Type=cardinal Number=plural Case=delative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-phl----s3 | Numeral Type=cardinal Number=plural Case=delative Form=letter Owner_Number=singular Owner_Person=third | 1 | századairól/század |
Mc-phl----s3s | Numeral Type=cardinal Number=plural Case=delative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-phl----s3p | Numeral Type=cardinal Number=plural Case=delative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-phl----p1 | Numeral Type=cardinal Number=plural Case=delative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mc-phl----p1s | Numeral Type=cardinal Number=plural Case=delative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-phl----p1p | Numeral Type=cardinal Number=plural Case=delative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-phl----p2 | Numeral Type=cardinal Number=plural Case=delative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mc-phl----p2s | Numeral Type=cardinal Number=plural Case=delative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-phl----p2p | Numeral Type=cardinal Number=plural Case=delative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-phl----p3 | Numeral Type=cardinal Number=plural Case=delative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mc-phl----p3s | Numeral Type=cardinal Number=plural Case=delative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-phl----p3p | Numeral Type=cardinal Number=plural Case=delative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pqd | Numeral Type=cardinal Number=plural Case=sociative Form=digit | 1 |  |
Mc-pqd------s | Numeral Type=cardinal Number=plural Case=sociative Form=digit Owned_Number=singular | 1 |  |
Mc-pqd------p | Numeral Type=cardinal Number=plural Case=sociative Form=digit Owned_Number=plural | 1 |  |
Mc-pqd----s1 | Numeral Type=cardinal Number=plural Case=sociative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mc-pqd----s1s | Numeral Type=cardinal Number=plural Case=sociative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pqd----s1p | Numeral Type=cardinal Number=plural Case=sociative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pqd----s2 | Numeral Type=cardinal Number=plural Case=sociative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mc-pqd----s2s | Numeral Type=cardinal Number=plural Case=sociative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pqd----s2p | Numeral Type=cardinal Number=plural Case=sociative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pqd----s3 | Numeral Type=cardinal Number=plural Case=sociative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mc-pqd----s3s | Numeral Type=cardinal Number=plural Case=sociative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pqd----s3p | Numeral Type=cardinal Number=plural Case=sociative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pqd----p1 | Numeral Type=cardinal Number=plural Case=sociative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mc-pqd----p1s | Numeral Type=cardinal Number=plural Case=sociative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pqd----p1p | Numeral Type=cardinal Number=plural Case=sociative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pqd----p2 | Numeral Type=cardinal Number=plural Case=sociative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mc-pqd----p2s | Numeral Type=cardinal Number=plural Case=sociative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pqd----p2p | Numeral Type=cardinal Number=plural Case=sociative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pqd----p3 | Numeral Type=cardinal Number=plural Case=sociative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mc-pqd----p3s | Numeral Type=cardinal Number=plural Case=sociative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pqd----p3p | Numeral Type=cardinal Number=plural Case=sociative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pqr | Numeral Type=cardinal Number=plural Case=sociative Form=roman | 1 |  |
Mc-pqr------s | Numeral Type=cardinal Number=plural Case=sociative Form=roman Owned_Number=singular | 1 |  |
Mc-pqr------p | Numeral Type=cardinal Number=plural Case=sociative Form=roman Owned_Number=plural | 1 |  |
Mc-pqr----s1 | Numeral Type=cardinal Number=plural Case=sociative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mc-pqr----s1s | Numeral Type=cardinal Number=plural Case=sociative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pqr----s1p | Numeral Type=cardinal Number=plural Case=sociative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pqr----s2 | Numeral Type=cardinal Number=plural Case=sociative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mc-pqr----s2s | Numeral Type=cardinal Number=plural Case=sociative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pqr----s2p | Numeral Type=cardinal Number=plural Case=sociative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pqr----s3 | Numeral Type=cardinal Number=plural Case=sociative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mc-pqr----s3s | Numeral Type=cardinal Number=plural Case=sociative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pqr----s3p | Numeral Type=cardinal Number=plural Case=sociative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pqr----p1 | Numeral Type=cardinal Number=plural Case=sociative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mc-pqr----p1s | Numeral Type=cardinal Number=plural Case=sociative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pqr----p1p | Numeral Type=cardinal Number=plural Case=sociative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pqr----p2 | Numeral Type=cardinal Number=plural Case=sociative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mc-pqr----p2s | Numeral Type=cardinal Number=plural Case=sociative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pqr----p2p | Numeral Type=cardinal Number=plural Case=sociative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pqr----p3 | Numeral Type=cardinal Number=plural Case=sociative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mc-pqr----p3s | Numeral Type=cardinal Number=plural Case=sociative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pqr----p3p | Numeral Type=cardinal Number=plural Case=sociative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pql | Numeral Type=cardinal Number=plural Case=sociative Form=letter | 1 |  |
Mc-pql------s | Numeral Type=cardinal Number=plural Case=sociative Form=letter Owned_Number=singular | 1 |  |
Mc-pql------p | Numeral Type=cardinal Number=plural Case=sociative Form=letter Owned_Number=plural | 1 |  |
Mc-pql----s1 | Numeral Type=cardinal Number=plural Case=sociative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mc-pql----s1s | Numeral Type=cardinal Number=plural Case=sociative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pql----s1p | Numeral Type=cardinal Number=plural Case=sociative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pql----s2 | Numeral Type=cardinal Number=plural Case=sociative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mc-pql----s2s | Numeral Type=cardinal Number=plural Case=sociative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pql----s2p | Numeral Type=cardinal Number=plural Case=sociative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pql----s3 | Numeral Type=cardinal Number=plural Case=sociative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mc-pql----s3s | Numeral Type=cardinal Number=plural Case=sociative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pql----s3p | Numeral Type=cardinal Number=plural Case=sociative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pql----p1 | Numeral Type=cardinal Number=plural Case=sociative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mc-pql----p1s | Numeral Type=cardinal Number=plural Case=sociative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pql----p1p | Numeral Type=cardinal Number=plural Case=sociative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pql----p2 | Numeral Type=cardinal Number=plural Case=sociative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mc-pql----p2s | Numeral Type=cardinal Number=plural Case=sociative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pql----p2p | Numeral Type=cardinal Number=plural Case=sociative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pql----p3 | Numeral Type=cardinal Number=plural Case=sociative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mc-pql----p3s | Numeral Type=cardinal Number=plural Case=sociative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pql----p3p | Numeral Type=cardinal Number=plural Case=sociative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pyd | Numeral Type=cardinal Number=plural Case=factive Form=digit | 1 |  |
Mc-pyd------s | Numeral Type=cardinal Number=plural Case=factive Form=digit Owned_Number=singular | 1 |  |
Mc-pyd------p | Numeral Type=cardinal Number=plural Case=factive Form=digit Owned_Number=plural | 1 |  |
Mc-pyd----s1 | Numeral Type=cardinal Number=plural Case=factive Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mc-pyd----s1s | Numeral Type=cardinal Number=plural Case=factive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pyd----s1p | Numeral Type=cardinal Number=plural Case=factive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pyd----s2 | Numeral Type=cardinal Number=plural Case=factive Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mc-pyd----s2s | Numeral Type=cardinal Number=plural Case=factive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pyd----s2p | Numeral Type=cardinal Number=plural Case=factive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pyd----s3 | Numeral Type=cardinal Number=plural Case=factive Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mc-pyd----s3s | Numeral Type=cardinal Number=plural Case=factive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pyd----s3p | Numeral Type=cardinal Number=plural Case=factive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pyd----p1 | Numeral Type=cardinal Number=plural Case=factive Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mc-pyd----p1s | Numeral Type=cardinal Number=plural Case=factive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pyd----p1p | Numeral Type=cardinal Number=plural Case=factive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pyd----p2 | Numeral Type=cardinal Number=plural Case=factive Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mc-pyd----p2s | Numeral Type=cardinal Number=plural Case=factive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pyd----p2p | Numeral Type=cardinal Number=plural Case=factive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pyd----p3 | Numeral Type=cardinal Number=plural Case=factive Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mc-pyd----p3s | Numeral Type=cardinal Number=plural Case=factive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pyd----p3p | Numeral Type=cardinal Number=plural Case=factive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pyr | Numeral Type=cardinal Number=plural Case=factive Form=roman | 1 |  |
Mc-pyr------s | Numeral Type=cardinal Number=plural Case=factive Form=roman Owned_Number=singular | 1 |  |
Mc-pyr------p | Numeral Type=cardinal Number=plural Case=factive Form=roman Owned_Number=plural | 1 |  |
Mc-pyr----s1 | Numeral Type=cardinal Number=plural Case=factive Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mc-pyr----s1s | Numeral Type=cardinal Number=plural Case=factive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pyr----s1p | Numeral Type=cardinal Number=plural Case=factive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pyr----s2 | Numeral Type=cardinal Number=plural Case=factive Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mc-pyr----s2s | Numeral Type=cardinal Number=plural Case=factive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pyr----s2p | Numeral Type=cardinal Number=plural Case=factive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pyr----s3 | Numeral Type=cardinal Number=plural Case=factive Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mc-pyr----s3s | Numeral Type=cardinal Number=plural Case=factive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pyr----s3p | Numeral Type=cardinal Number=plural Case=factive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pyr----p1 | Numeral Type=cardinal Number=plural Case=factive Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mc-pyr----p1s | Numeral Type=cardinal Number=plural Case=factive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pyr----p1p | Numeral Type=cardinal Number=plural Case=factive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pyr----p2 | Numeral Type=cardinal Number=plural Case=factive Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mc-pyr----p2s | Numeral Type=cardinal Number=plural Case=factive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pyr----p2p | Numeral Type=cardinal Number=plural Case=factive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pyr----p3 | Numeral Type=cardinal Number=plural Case=factive Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mc-pyr----p3s | Numeral Type=cardinal Number=plural Case=factive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pyr----p3p | Numeral Type=cardinal Number=plural Case=factive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pyl | Numeral Type=cardinal Number=plural Case=factive Form=letter | 1 |  |
Mc-pyl------s | Numeral Type=cardinal Number=plural Case=factive Form=letter Owned_Number=singular | 1 |  |
Mc-pyl------p | Numeral Type=cardinal Number=plural Case=factive Form=letter Owned_Number=plural | 1 |  |
Mc-pyl----s1 | Numeral Type=cardinal Number=plural Case=factive Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mc-pyl----s1s | Numeral Type=cardinal Number=plural Case=factive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pyl----s1p | Numeral Type=cardinal Number=plural Case=factive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pyl----s2 | Numeral Type=cardinal Number=plural Case=factive Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mc-pyl----s2s | Numeral Type=cardinal Number=plural Case=factive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pyl----s2p | Numeral Type=cardinal Number=plural Case=factive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pyl----s3 | Numeral Type=cardinal Number=plural Case=factive Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mc-pyl----s3s | Numeral Type=cardinal Number=plural Case=factive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pyl----s3p | Numeral Type=cardinal Number=plural Case=factive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pyl----p1 | Numeral Type=cardinal Number=plural Case=factive Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mc-pyl----p1s | Numeral Type=cardinal Number=plural Case=factive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pyl----p1p | Numeral Type=cardinal Number=plural Case=factive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pyl----p2 | Numeral Type=cardinal Number=plural Case=factive Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mc-pyl----p2s | Numeral Type=cardinal Number=plural Case=factive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pyl----p2p | Numeral Type=cardinal Number=plural Case=factive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pyl----p3 | Numeral Type=cardinal Number=plural Case=factive Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mc-pyl----p3s | Numeral Type=cardinal Number=plural Case=factive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pyl----p3p | Numeral Type=cardinal Number=plural Case=factive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-ppd | Numeral Type=cardinal Number=plural Case=superessive Form=digit | 1 |  |
Mc-ppd------s | Numeral Type=cardinal Number=plural Case=superessive Form=digit Owned_Number=singular | 1 |  |
Mc-ppd------p | Numeral Type=cardinal Number=plural Case=superessive Form=digit Owned_Number=plural | 1 |  |
Mc-ppd----s1 | Numeral Type=cardinal Number=plural Case=superessive Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mc-ppd----s1s | Numeral Type=cardinal Number=plural Case=superessive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-ppd----s1p | Numeral Type=cardinal Number=plural Case=superessive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-ppd----s2 | Numeral Type=cardinal Number=plural Case=superessive Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mc-ppd----s2s | Numeral Type=cardinal Number=plural Case=superessive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-ppd----s2p | Numeral Type=cardinal Number=plural Case=superessive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-ppd----s3 | Numeral Type=cardinal Number=plural Case=superessive Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mc-ppd----s3s | Numeral Type=cardinal Number=plural Case=superessive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-ppd----s3p | Numeral Type=cardinal Number=plural Case=superessive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-ppd----p1 | Numeral Type=cardinal Number=plural Case=superessive Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mc-ppd----p1s | Numeral Type=cardinal Number=plural Case=superessive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-ppd----p1p | Numeral Type=cardinal Number=plural Case=superessive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-ppd----p2 | Numeral Type=cardinal Number=plural Case=superessive Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mc-ppd----p2s | Numeral Type=cardinal Number=plural Case=superessive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-ppd----p2p | Numeral Type=cardinal Number=plural Case=superessive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-ppd----p3 | Numeral Type=cardinal Number=plural Case=superessive Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mc-ppd----p3s | Numeral Type=cardinal Number=plural Case=superessive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-ppd----p3p | Numeral Type=cardinal Number=plural Case=superessive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-ppr | Numeral Type=cardinal Number=plural Case=superessive Form=roman | 1 |  |
Mc-ppr------s | Numeral Type=cardinal Number=plural Case=superessive Form=roman Owned_Number=singular | 1 |  |
Mc-ppr------p | Numeral Type=cardinal Number=plural Case=superessive Form=roman Owned_Number=plural | 1 |  |
Mc-ppr----s1 | Numeral Type=cardinal Number=plural Case=superessive Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mc-ppr----s1s | Numeral Type=cardinal Number=plural Case=superessive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-ppr----s1p | Numeral Type=cardinal Number=plural Case=superessive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-ppr----s2 | Numeral Type=cardinal Number=plural Case=superessive Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mc-ppr----s2s | Numeral Type=cardinal Number=plural Case=superessive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-ppr----s2p | Numeral Type=cardinal Number=plural Case=superessive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-ppr----s3 | Numeral Type=cardinal Number=plural Case=superessive Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mc-ppr----s3s | Numeral Type=cardinal Number=plural Case=superessive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-ppr----s3p | Numeral Type=cardinal Number=plural Case=superessive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-ppr----p1 | Numeral Type=cardinal Number=plural Case=superessive Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mc-ppr----p1s | Numeral Type=cardinal Number=plural Case=superessive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-ppr----p1p | Numeral Type=cardinal Number=plural Case=superessive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-ppr----p2 | Numeral Type=cardinal Number=plural Case=superessive Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mc-ppr----p2s | Numeral Type=cardinal Number=plural Case=superessive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-ppr----p2p | Numeral Type=cardinal Number=plural Case=superessive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-ppr----p3 | Numeral Type=cardinal Number=plural Case=superessive Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mc-ppr----p3s | Numeral Type=cardinal Number=plural Case=superessive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-ppr----p3p | Numeral Type=cardinal Number=plural Case=superessive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-ppl | Numeral Type=cardinal Number=plural Case=superessive Form=letter | 1 | heteken/hét |
Mc-ppl------s | Numeral Type=cardinal Number=plural Case=superessive Form=letter Owned_Number=singular | 1 |  |
Mc-ppl------p | Numeral Type=cardinal Number=plural Case=superessive Form=letter Owned_Number=plural | 1 |  |
Mc-ppl----s1 | Numeral Type=cardinal Number=plural Case=superessive Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mc-ppl----s1s | Numeral Type=cardinal Number=plural Case=superessive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-ppl----s1p | Numeral Type=cardinal Number=plural Case=superessive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-ppl----s2 | Numeral Type=cardinal Number=plural Case=superessive Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mc-ppl----s2s | Numeral Type=cardinal Number=plural Case=superessive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-ppl----s2p | Numeral Type=cardinal Number=plural Case=superessive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-ppl----s3 | Numeral Type=cardinal Number=plural Case=superessive Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mc-ppl----s3s | Numeral Type=cardinal Number=plural Case=superessive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-ppl----s3p | Numeral Type=cardinal Number=plural Case=superessive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-ppl----p1 | Numeral Type=cardinal Number=plural Case=superessive Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mc-ppl----p1s | Numeral Type=cardinal Number=plural Case=superessive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-ppl----p1p | Numeral Type=cardinal Number=plural Case=superessive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-ppl----p2 | Numeral Type=cardinal Number=plural Case=superessive Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mc-ppl----p2s | Numeral Type=cardinal Number=plural Case=superessive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-ppl----p2p | Numeral Type=cardinal Number=plural Case=superessive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-ppl----p3 | Numeral Type=cardinal Number=plural Case=superessive Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mc-ppl----p3s | Numeral Type=cardinal Number=plural Case=superessive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-ppl----p3p | Numeral Type=cardinal Number=plural Case=superessive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pud | Numeral Type=cardinal Number=plural Case=distributive Form=digit | 1 |  |
Mc-pud------s | Numeral Type=cardinal Number=plural Case=distributive Form=digit Owned_Number=singular | 1 |  |
Mc-pud------p | Numeral Type=cardinal Number=plural Case=distributive Form=digit Owned_Number=plural | 1 |  |
Mc-pud----s1 | Numeral Type=cardinal Number=plural Case=distributive Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mc-pud----s1s | Numeral Type=cardinal Number=plural Case=distributive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pud----s1p | Numeral Type=cardinal Number=plural Case=distributive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pud----s2 | Numeral Type=cardinal Number=plural Case=distributive Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mc-pud----s2s | Numeral Type=cardinal Number=plural Case=distributive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pud----s2p | Numeral Type=cardinal Number=plural Case=distributive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pud----s3 | Numeral Type=cardinal Number=plural Case=distributive Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mc-pud----s3s | Numeral Type=cardinal Number=plural Case=distributive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pud----s3p | Numeral Type=cardinal Number=plural Case=distributive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pud----p1 | Numeral Type=cardinal Number=plural Case=distributive Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mc-pud----p1s | Numeral Type=cardinal Number=plural Case=distributive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pud----p1p | Numeral Type=cardinal Number=plural Case=distributive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pud----p2 | Numeral Type=cardinal Number=plural Case=distributive Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mc-pud----p2s | Numeral Type=cardinal Number=plural Case=distributive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pud----p2p | Numeral Type=cardinal Number=plural Case=distributive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pud----p3 | Numeral Type=cardinal Number=plural Case=distributive Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mc-pud----p3s | Numeral Type=cardinal Number=plural Case=distributive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pud----p3p | Numeral Type=cardinal Number=plural Case=distributive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pur | Numeral Type=cardinal Number=plural Case=distributive Form=roman | 1 |  |
Mc-pur------s | Numeral Type=cardinal Number=plural Case=distributive Form=roman Owned_Number=singular | 1 |  |
Mc-pur------p | Numeral Type=cardinal Number=plural Case=distributive Form=roman Owned_Number=plural | 1 |  |
Mc-pur----s1 | Numeral Type=cardinal Number=plural Case=distributive Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mc-pur----s1s | Numeral Type=cardinal Number=plural Case=distributive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pur----s1p | Numeral Type=cardinal Number=plural Case=distributive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pur----s2 | Numeral Type=cardinal Number=plural Case=distributive Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mc-pur----s2s | Numeral Type=cardinal Number=plural Case=distributive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pur----s2p | Numeral Type=cardinal Number=plural Case=distributive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pur----s3 | Numeral Type=cardinal Number=plural Case=distributive Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mc-pur----s3s | Numeral Type=cardinal Number=plural Case=distributive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pur----s3p | Numeral Type=cardinal Number=plural Case=distributive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pur----p1 | Numeral Type=cardinal Number=plural Case=distributive Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mc-pur----p1s | Numeral Type=cardinal Number=plural Case=distributive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pur----p1p | Numeral Type=cardinal Number=plural Case=distributive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pur----p2 | Numeral Type=cardinal Number=plural Case=distributive Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mc-pur----p2s | Numeral Type=cardinal Number=plural Case=distributive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pur----p2p | Numeral Type=cardinal Number=plural Case=distributive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pur----p3 | Numeral Type=cardinal Number=plural Case=distributive Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mc-pur----p3s | Numeral Type=cardinal Number=plural Case=distributive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pur----p3p | Numeral Type=cardinal Number=plural Case=distributive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pul | Numeral Type=cardinal Number=plural Case=distributive Form=letter | 1 |  |
Mc-pul------s | Numeral Type=cardinal Number=plural Case=distributive Form=letter Owned_Number=singular | 1 |  |
Mc-pul------p | Numeral Type=cardinal Number=plural Case=distributive Form=letter Owned_Number=plural | 1 |  |
Mc-pul----s1 | Numeral Type=cardinal Number=plural Case=distributive Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mc-pul----s1s | Numeral Type=cardinal Number=plural Case=distributive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pul----s1p | Numeral Type=cardinal Number=plural Case=distributive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pul----s2 | Numeral Type=cardinal Number=plural Case=distributive Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mc-pul----s2s | Numeral Type=cardinal Number=plural Case=distributive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pul----s2p | Numeral Type=cardinal Number=plural Case=distributive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pul----s3 | Numeral Type=cardinal Number=plural Case=distributive Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mc-pul----s3s | Numeral Type=cardinal Number=plural Case=distributive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pul----s3p | Numeral Type=cardinal Number=plural Case=distributive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pul----p1 | Numeral Type=cardinal Number=plural Case=distributive Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mc-pul----p1s | Numeral Type=cardinal Number=plural Case=distributive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pul----p1p | Numeral Type=cardinal Number=plural Case=distributive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pul----p2 | Numeral Type=cardinal Number=plural Case=distributive Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mc-pul----p2s | Numeral Type=cardinal Number=plural Case=distributive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pul----p2p | Numeral Type=cardinal Number=plural Case=distributive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pul----p3 | Numeral Type=cardinal Number=plural Case=distributive Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mc-pul----p3s | Numeral Type=cardinal Number=plural Case=distributive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pul----p3p | Numeral Type=cardinal Number=plural Case=distributive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pfd | Numeral Type=cardinal Number=plural Case=essive-formal Form=digit | 1 |  |
Mc-pfd------s | Numeral Type=cardinal Number=plural Case=essive-formal Form=digit Owned_Number=singular | 1 |  |
Mc-pfd------p | Numeral Type=cardinal Number=plural Case=essive-formal Form=digit Owned_Number=plural | 1 |  |
Mc-pfd----s1 | Numeral Type=cardinal Number=plural Case=essive-formal Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mc-pfd----s1s | Numeral Type=cardinal Number=plural Case=essive-formal Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pfd----s1p | Numeral Type=cardinal Number=plural Case=essive-formal Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pfd----s2 | Numeral Type=cardinal Number=plural Case=essive-formal Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mc-pfd----s2s | Numeral Type=cardinal Number=plural Case=essive-formal Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pfd----s2p | Numeral Type=cardinal Number=plural Case=essive-formal Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pfd----s3 | Numeral Type=cardinal Number=plural Case=essive-formal Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mc-pfd----s3s | Numeral Type=cardinal Number=plural Case=essive-formal Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pfd----s3p | Numeral Type=cardinal Number=plural Case=essive-formal Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pfd----p1 | Numeral Type=cardinal Number=plural Case=essive-formal Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mc-pfd----p1s | Numeral Type=cardinal Number=plural Case=essive-formal Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pfd----p1p | Numeral Type=cardinal Number=plural Case=essive-formal Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pfd----p2 | Numeral Type=cardinal Number=plural Case=essive-formal Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mc-pfd----p2s | Numeral Type=cardinal Number=plural Case=essive-formal Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pfd----p2p | Numeral Type=cardinal Number=plural Case=essive-formal Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pfd----p3 | Numeral Type=cardinal Number=plural Case=essive-formal Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mc-pfd----p3s | Numeral Type=cardinal Number=plural Case=essive-formal Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pfd----p3p | Numeral Type=cardinal Number=plural Case=essive-formal Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pfr | Numeral Type=cardinal Number=plural Case=essive-formal Form=roman | 1 |  |
Mc-pfr------s | Numeral Type=cardinal Number=plural Case=essive-formal Form=roman Owned_Number=singular | 1 |  |
Mc-pfr------p | Numeral Type=cardinal Number=plural Case=essive-formal Form=roman Owned_Number=plural | 1 |  |
Mc-pfr----s1 | Numeral Type=cardinal Number=plural Case=essive-formal Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mc-pfr----s1s | Numeral Type=cardinal Number=plural Case=essive-formal Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pfr----s1p | Numeral Type=cardinal Number=plural Case=essive-formal Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pfr----s2 | Numeral Type=cardinal Number=plural Case=essive-formal Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mc-pfr----s2s | Numeral Type=cardinal Number=plural Case=essive-formal Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pfr----s2p | Numeral Type=cardinal Number=plural Case=essive-formal Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pfr----s3 | Numeral Type=cardinal Number=plural Case=essive-formal Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mc-pfr----s3s | Numeral Type=cardinal Number=plural Case=essive-formal Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pfr----s3p | Numeral Type=cardinal Number=plural Case=essive-formal Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pfr----p1 | Numeral Type=cardinal Number=plural Case=essive-formal Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mc-pfr----p1s | Numeral Type=cardinal Number=plural Case=essive-formal Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pfr----p1p | Numeral Type=cardinal Number=plural Case=essive-formal Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pfr----p2 | Numeral Type=cardinal Number=plural Case=essive-formal Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mc-pfr----p2s | Numeral Type=cardinal Number=plural Case=essive-formal Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pfr----p2p | Numeral Type=cardinal Number=plural Case=essive-formal Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pfr----p3 | Numeral Type=cardinal Number=plural Case=essive-formal Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mc-pfr----p3s | Numeral Type=cardinal Number=plural Case=essive-formal Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pfr----p3p | Numeral Type=cardinal Number=plural Case=essive-formal Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pfl | Numeral Type=cardinal Number=plural Case=essive-formal Form=letter | 1 |  |
Mc-pfl------s | Numeral Type=cardinal Number=plural Case=essive-formal Form=letter Owned_Number=singular | 1 |  |
Mc-pfl------p | Numeral Type=cardinal Number=plural Case=essive-formal Form=letter Owned_Number=plural | 1 |  |
Mc-pfl----s1 | Numeral Type=cardinal Number=plural Case=essive-formal Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mc-pfl----s1s | Numeral Type=cardinal Number=plural Case=essive-formal Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pfl----s1p | Numeral Type=cardinal Number=plural Case=essive-formal Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pfl----s2 | Numeral Type=cardinal Number=plural Case=essive-formal Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mc-pfl----s2s | Numeral Type=cardinal Number=plural Case=essive-formal Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pfl----s2p | Numeral Type=cardinal Number=plural Case=essive-formal Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pfl----s3 | Numeral Type=cardinal Number=plural Case=essive-formal Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mc-pfl----s3s | Numeral Type=cardinal Number=plural Case=essive-formal Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pfl----s3p | Numeral Type=cardinal Number=plural Case=essive-formal Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mc-pfl----p1 | Numeral Type=cardinal Number=plural Case=essive-formal Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mc-pfl----p1s | Numeral Type=cardinal Number=plural Case=essive-formal Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mc-pfl----p1p | Numeral Type=cardinal Number=plural Case=essive-formal Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mc-pfl----p2 | Numeral Type=cardinal Number=plural Case=essive-formal Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mc-pfl----p2s | Numeral Type=cardinal Number=plural Case=essive-formal Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mc-pfl----p2p | Numeral Type=cardinal Number=plural Case=essive-formal Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mc-pfl----p3 | Numeral Type=cardinal Number=plural Case=essive-formal Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mc-pfl----p3s | Numeral Type=cardinal Number=plural Case=essive-formal Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mc-pfl----p3p | Numeral Type=cardinal Number=plural Case=essive-formal Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-snd | Numeral Type=ordinal Number=singular Case=nominative Form=digit | 12 | 84., 83., 4., 3., 2. |
Mo-snd------s | Numeral Type=ordinal Number=singular Case=nominative Form=digit Owned_Number=singular | 1 |  |
Mo-snd------p | Numeral Type=ordinal Number=singular Case=nominative Form=digit Owned_Number=plural | 1 |  |
Mo-snd----s1 | Numeral Type=ordinal Number=singular Case=nominative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mo-snd----s1s | Numeral Type=ordinal Number=singular Case=nominative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-snd----s1p | Numeral Type=ordinal Number=singular Case=nominative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-snd----s2 | Numeral Type=ordinal Number=singular Case=nominative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mo-snd----s2s | Numeral Type=ordinal Number=singular Case=nominative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-snd----s2p | Numeral Type=ordinal Number=singular Case=nominative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-snd----s3 | Numeral Type=ordinal Number=singular Case=nominative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mo-snd----s3s | Numeral Type=ordinal Number=singular Case=nominative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-snd----s3p | Numeral Type=ordinal Number=singular Case=nominative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-snd----p1 | Numeral Type=ordinal Number=singular Case=nominative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mo-snd----p1s | Numeral Type=ordinal Number=singular Case=nominative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-snd----p1p | Numeral Type=ordinal Number=singular Case=nominative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-snd----p2 | Numeral Type=ordinal Number=singular Case=nominative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mo-snd----p2s | Numeral Type=ordinal Number=singular Case=nominative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-snd----p2p | Numeral Type=ordinal Number=singular Case=nominative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-snd----p3 | Numeral Type=ordinal Number=singular Case=nominative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mo-snd----p3s | Numeral Type=ordinal Number=singular Case=nominative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-snd----p3p | Numeral Type=ordinal Number=singular Case=nominative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-snr | Numeral Type=ordinal Number=singular Case=nominative Form=roman | 1 |  |
Mo-snr------s | Numeral Type=ordinal Number=singular Case=nominative Form=roman Owned_Number=singular | 1 |  |
Mo-snr------p | Numeral Type=ordinal Number=singular Case=nominative Form=roman Owned_Number=plural | 1 |  |
Mo-snr----s1 | Numeral Type=ordinal Number=singular Case=nominative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mo-snr----s1s | Numeral Type=ordinal Number=singular Case=nominative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-snr----s1p | Numeral Type=ordinal Number=singular Case=nominative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-snr----s2 | Numeral Type=ordinal Number=singular Case=nominative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mo-snr----s2s | Numeral Type=ordinal Number=singular Case=nominative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-snr----s2p | Numeral Type=ordinal Number=singular Case=nominative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-snr----s3 | Numeral Type=ordinal Number=singular Case=nominative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mo-snr----s3s | Numeral Type=ordinal Number=singular Case=nominative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-snr----s3p | Numeral Type=ordinal Number=singular Case=nominative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-snr----p1 | Numeral Type=ordinal Number=singular Case=nominative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mo-snr----p1s | Numeral Type=ordinal Number=singular Case=nominative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-snr----p1p | Numeral Type=ordinal Number=singular Case=nominative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-snr----p2 | Numeral Type=ordinal Number=singular Case=nominative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mo-snr----p2s | Numeral Type=ordinal Number=singular Case=nominative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-snr----p2p | Numeral Type=ordinal Number=singular Case=nominative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-snr----p3 | Numeral Type=ordinal Number=singular Case=nominative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mo-snr----p3s | Numeral Type=ordinal Number=singular Case=nominative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-snr----p3p | Numeral Type=ordinal Number=singular Case=nominative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-snl | Numeral Type=ordinal Number=singular Case=nominative Form=letter | 1 |  |
Mo-snl------s | Numeral Type=ordinal Number=singular Case=nominative Form=letter Owned_Number=singular | 1 |  |
Mo-snl------p | Numeral Type=ordinal Number=singular Case=nominative Form=letter Owned_Number=plural | 1 |  |
Mo-snl----s1 | Numeral Type=ordinal Number=singular Case=nominative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mo-snl----s1s | Numeral Type=ordinal Number=singular Case=nominative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-snl----s1p | Numeral Type=ordinal Number=singular Case=nominative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-snl----s2 | Numeral Type=ordinal Number=singular Case=nominative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mo-snl----s2s | Numeral Type=ordinal Number=singular Case=nominative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-snl----s2p | Numeral Type=ordinal Number=singular Case=nominative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-snl----s3 | Numeral Type=ordinal Number=singular Case=nominative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mo-snl----s3s | Numeral Type=ordinal Number=singular Case=nominative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-snl----s3p | Numeral Type=ordinal Number=singular Case=nominative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-snl----p1 | Numeral Type=ordinal Number=singular Case=nominative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mo-snl----p1s | Numeral Type=ordinal Number=singular Case=nominative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-snl----p1p | Numeral Type=ordinal Number=singular Case=nominative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-snl----p2 | Numeral Type=ordinal Number=singular Case=nominative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mo-snl----p2s | Numeral Type=ordinal Number=singular Case=nominative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-snl----p2p | Numeral Type=ordinal Number=singular Case=nominative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-snl----p3 | Numeral Type=ordinal Number=singular Case=nominative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mo-snl----p3s | Numeral Type=ordinal Number=singular Case=nominative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-snl----p3p | Numeral Type=ordinal Number=singular Case=nominative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sgd | Numeral Type=ordinal Number=singular Case=genitive Form=digit | 1 |  |
Mo-sgd------s | Numeral Type=ordinal Number=singular Case=genitive Form=digit Owned_Number=singular | 1 |  |
Mo-sgd------p | Numeral Type=ordinal Number=singular Case=genitive Form=digit Owned_Number=plural | 1 |  |
Mo-sgd----s1 | Numeral Type=ordinal Number=singular Case=genitive Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mo-sgd----s1s | Numeral Type=ordinal Number=singular Case=genitive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sgd----s1p | Numeral Type=ordinal Number=singular Case=genitive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sgd----s2 | Numeral Type=ordinal Number=singular Case=genitive Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mo-sgd----s2s | Numeral Type=ordinal Number=singular Case=genitive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sgd----s2p | Numeral Type=ordinal Number=singular Case=genitive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sgd----s3 | Numeral Type=ordinal Number=singular Case=genitive Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mo-sgd----s3s | Numeral Type=ordinal Number=singular Case=genitive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sgd----s3p | Numeral Type=ordinal Number=singular Case=genitive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sgd----p1 | Numeral Type=ordinal Number=singular Case=genitive Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mo-sgd----p1s | Numeral Type=ordinal Number=singular Case=genitive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sgd----p1p | Numeral Type=ordinal Number=singular Case=genitive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sgd----p2 | Numeral Type=ordinal Number=singular Case=genitive Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mo-sgd----p2s | Numeral Type=ordinal Number=singular Case=genitive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sgd----p2p | Numeral Type=ordinal Number=singular Case=genitive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sgd----p3 | Numeral Type=ordinal Number=singular Case=genitive Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mo-sgd----p3s | Numeral Type=ordinal Number=singular Case=genitive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sgd----p3p | Numeral Type=ordinal Number=singular Case=genitive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sgr | Numeral Type=ordinal Number=singular Case=genitive Form=roman | 1 |  |
Mo-sgr------s | Numeral Type=ordinal Number=singular Case=genitive Form=roman Owned_Number=singular | 1 |  |
Mo-sgr------p | Numeral Type=ordinal Number=singular Case=genitive Form=roman Owned_Number=plural | 1 |  |
Mo-sgr----s1 | Numeral Type=ordinal Number=singular Case=genitive Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mo-sgr----s1s | Numeral Type=ordinal Number=singular Case=genitive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sgr----s1p | Numeral Type=ordinal Number=singular Case=genitive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sgr----s2 | Numeral Type=ordinal Number=singular Case=genitive Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mo-sgr----s2s | Numeral Type=ordinal Number=singular Case=genitive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sgr----s2p | Numeral Type=ordinal Number=singular Case=genitive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sgr----s3 | Numeral Type=ordinal Number=singular Case=genitive Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mo-sgr----s3s | Numeral Type=ordinal Number=singular Case=genitive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sgr----s3p | Numeral Type=ordinal Number=singular Case=genitive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sgr----p1 | Numeral Type=ordinal Number=singular Case=genitive Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mo-sgr----p1s | Numeral Type=ordinal Number=singular Case=genitive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sgr----p1p | Numeral Type=ordinal Number=singular Case=genitive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sgr----p2 | Numeral Type=ordinal Number=singular Case=genitive Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mo-sgr----p2s | Numeral Type=ordinal Number=singular Case=genitive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sgr----p2p | Numeral Type=ordinal Number=singular Case=genitive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sgr----p3 | Numeral Type=ordinal Number=singular Case=genitive Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mo-sgr----p3s | Numeral Type=ordinal Number=singular Case=genitive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sgr----p3p | Numeral Type=ordinal Number=singular Case=genitive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sgl | Numeral Type=ordinal Number=singular Case=genitive Form=letter | 1 |  |
Mo-sgl------s | Numeral Type=ordinal Number=singular Case=genitive Form=letter Owned_Number=singular | 1 |  |
Mo-sgl------p | Numeral Type=ordinal Number=singular Case=genitive Form=letter Owned_Number=plural | 1 |  |
Mo-sgl----s1 | Numeral Type=ordinal Number=singular Case=genitive Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mo-sgl----s1s | Numeral Type=ordinal Number=singular Case=genitive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sgl----s1p | Numeral Type=ordinal Number=singular Case=genitive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sgl----s2 | Numeral Type=ordinal Number=singular Case=genitive Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mo-sgl----s2s | Numeral Type=ordinal Number=singular Case=genitive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sgl----s2p | Numeral Type=ordinal Number=singular Case=genitive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sgl----s3 | Numeral Type=ordinal Number=singular Case=genitive Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mo-sgl----s3s | Numeral Type=ordinal Number=singular Case=genitive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sgl----s3p | Numeral Type=ordinal Number=singular Case=genitive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sgl----p1 | Numeral Type=ordinal Number=singular Case=genitive Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mo-sgl----p1s | Numeral Type=ordinal Number=singular Case=genitive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sgl----p1p | Numeral Type=ordinal Number=singular Case=genitive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sgl----p2 | Numeral Type=ordinal Number=singular Case=genitive Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mo-sgl----p2s | Numeral Type=ordinal Number=singular Case=genitive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sgl----p2p | Numeral Type=ordinal Number=singular Case=genitive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sgl----p3 | Numeral Type=ordinal Number=singular Case=genitive Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mo-sgl----p3s | Numeral Type=ordinal Number=singular Case=genitive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sgl----p3p | Numeral Type=ordinal Number=singular Case=genitive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sdd | Numeral Type=ordinal Number=singular Case=dative Form=digit | 1 |  |
Mo-sdd------s | Numeral Type=ordinal Number=singular Case=dative Form=digit Owned_Number=singular | 1 |  |
Mo-sdd------p | Numeral Type=ordinal Number=singular Case=dative Form=digit Owned_Number=plural | 1 |  |
Mo-sdd----s1 | Numeral Type=ordinal Number=singular Case=dative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mo-sdd----s1s | Numeral Type=ordinal Number=singular Case=dative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sdd----s1p | Numeral Type=ordinal Number=singular Case=dative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sdd----s2 | Numeral Type=ordinal Number=singular Case=dative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mo-sdd----s2s | Numeral Type=ordinal Number=singular Case=dative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sdd----s2p | Numeral Type=ordinal Number=singular Case=dative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sdd----s3 | Numeral Type=ordinal Number=singular Case=dative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mo-sdd----s3s | Numeral Type=ordinal Number=singular Case=dative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sdd----s3p | Numeral Type=ordinal Number=singular Case=dative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sdd----p1 | Numeral Type=ordinal Number=singular Case=dative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mo-sdd----p1s | Numeral Type=ordinal Number=singular Case=dative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sdd----p1p | Numeral Type=ordinal Number=singular Case=dative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sdd----p2 | Numeral Type=ordinal Number=singular Case=dative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mo-sdd----p2s | Numeral Type=ordinal Number=singular Case=dative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sdd----p2p | Numeral Type=ordinal Number=singular Case=dative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sdd----p3 | Numeral Type=ordinal Number=singular Case=dative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mo-sdd----p3s | Numeral Type=ordinal Number=singular Case=dative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sdd----p3p | Numeral Type=ordinal Number=singular Case=dative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sdr | Numeral Type=ordinal Number=singular Case=dative Form=roman | 1 |  |
Mo-sdr------s | Numeral Type=ordinal Number=singular Case=dative Form=roman Owned_Number=singular | 1 |  |
Mo-sdr------p | Numeral Type=ordinal Number=singular Case=dative Form=roman Owned_Number=plural | 1 |  |
Mo-sdr----s1 | Numeral Type=ordinal Number=singular Case=dative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mo-sdr----s1s | Numeral Type=ordinal Number=singular Case=dative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sdr----s1p | Numeral Type=ordinal Number=singular Case=dative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sdr----s2 | Numeral Type=ordinal Number=singular Case=dative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mo-sdr----s2s | Numeral Type=ordinal Number=singular Case=dative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sdr----s2p | Numeral Type=ordinal Number=singular Case=dative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sdr----s3 | Numeral Type=ordinal Number=singular Case=dative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mo-sdr----s3s | Numeral Type=ordinal Number=singular Case=dative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sdr----s3p | Numeral Type=ordinal Number=singular Case=dative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sdr----p1 | Numeral Type=ordinal Number=singular Case=dative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mo-sdr----p1s | Numeral Type=ordinal Number=singular Case=dative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sdr----p1p | Numeral Type=ordinal Number=singular Case=dative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sdr----p2 | Numeral Type=ordinal Number=singular Case=dative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mo-sdr----p2s | Numeral Type=ordinal Number=singular Case=dative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sdr----p2p | Numeral Type=ordinal Number=singular Case=dative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sdr----p3 | Numeral Type=ordinal Number=singular Case=dative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mo-sdr----p3s | Numeral Type=ordinal Number=singular Case=dative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sdr----p3p | Numeral Type=ordinal Number=singular Case=dative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sdl | Numeral Type=ordinal Number=singular Case=dative Form=letter | 1 |  |
Mo-sdl------s | Numeral Type=ordinal Number=singular Case=dative Form=letter Owned_Number=singular | 1 |  |
Mo-sdl------p | Numeral Type=ordinal Number=singular Case=dative Form=letter Owned_Number=plural | 1 |  |
Mo-sdl----s1 | Numeral Type=ordinal Number=singular Case=dative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mo-sdl----s1s | Numeral Type=ordinal Number=singular Case=dative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sdl----s1p | Numeral Type=ordinal Number=singular Case=dative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sdl----s2 | Numeral Type=ordinal Number=singular Case=dative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mo-sdl----s2s | Numeral Type=ordinal Number=singular Case=dative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sdl----s2p | Numeral Type=ordinal Number=singular Case=dative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sdl----s3 | Numeral Type=ordinal Number=singular Case=dative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mo-sdl----s3s | Numeral Type=ordinal Number=singular Case=dative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sdl----s3p | Numeral Type=ordinal Number=singular Case=dative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sdl----p1 | Numeral Type=ordinal Number=singular Case=dative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mo-sdl----p1s | Numeral Type=ordinal Number=singular Case=dative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sdl----p1p | Numeral Type=ordinal Number=singular Case=dative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sdl----p2 | Numeral Type=ordinal Number=singular Case=dative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mo-sdl----p2s | Numeral Type=ordinal Number=singular Case=dative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sdl----p2p | Numeral Type=ordinal Number=singular Case=dative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sdl----p3 | Numeral Type=ordinal Number=singular Case=dative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mo-sdl----p3s | Numeral Type=ordinal Number=singular Case=dative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sdl----p3p | Numeral Type=ordinal Number=singular Case=dative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sad | Numeral Type=ordinal Number=singular Case=accusative Form=digit | 1 |  |
Mo-sad------s | Numeral Type=ordinal Number=singular Case=accusative Form=digit Owned_Number=singular | 1 |  |
Mo-sad------p | Numeral Type=ordinal Number=singular Case=accusative Form=digit Owned_Number=plural | 1 |  |
Mo-sad----s1 | Numeral Type=ordinal Number=singular Case=accusative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mo-sad----s1s | Numeral Type=ordinal Number=singular Case=accusative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sad----s1p | Numeral Type=ordinal Number=singular Case=accusative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sad----s2 | Numeral Type=ordinal Number=singular Case=accusative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mo-sad----s2s | Numeral Type=ordinal Number=singular Case=accusative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sad----s2p | Numeral Type=ordinal Number=singular Case=accusative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sad----s3 | Numeral Type=ordinal Number=singular Case=accusative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mo-sad----s3s | Numeral Type=ordinal Number=singular Case=accusative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sad----s3p | Numeral Type=ordinal Number=singular Case=accusative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sad----p1 | Numeral Type=ordinal Number=singular Case=accusative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mo-sad----p1s | Numeral Type=ordinal Number=singular Case=accusative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sad----p1p | Numeral Type=ordinal Number=singular Case=accusative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sad----p2 | Numeral Type=ordinal Number=singular Case=accusative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mo-sad----p2s | Numeral Type=ordinal Number=singular Case=accusative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sad----p2p | Numeral Type=ordinal Number=singular Case=accusative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sad----p3 | Numeral Type=ordinal Number=singular Case=accusative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mo-sad----p3s | Numeral Type=ordinal Number=singular Case=accusative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sad----p3p | Numeral Type=ordinal Number=singular Case=accusative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sar | Numeral Type=ordinal Number=singular Case=accusative Form=roman | 1 |  |
Mo-sar------s | Numeral Type=ordinal Number=singular Case=accusative Form=roman Owned_Number=singular | 1 |  |
Mo-sar------p | Numeral Type=ordinal Number=singular Case=accusative Form=roman Owned_Number=plural | 1 |  |
Mo-sar----s1 | Numeral Type=ordinal Number=singular Case=accusative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mo-sar----s1s | Numeral Type=ordinal Number=singular Case=accusative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sar----s1p | Numeral Type=ordinal Number=singular Case=accusative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sar----s2 | Numeral Type=ordinal Number=singular Case=accusative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mo-sar----s2s | Numeral Type=ordinal Number=singular Case=accusative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sar----s2p | Numeral Type=ordinal Number=singular Case=accusative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sar----s3 | Numeral Type=ordinal Number=singular Case=accusative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mo-sar----s3s | Numeral Type=ordinal Number=singular Case=accusative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sar----s3p | Numeral Type=ordinal Number=singular Case=accusative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sar----p1 | Numeral Type=ordinal Number=singular Case=accusative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mo-sar----p1s | Numeral Type=ordinal Number=singular Case=accusative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sar----p1p | Numeral Type=ordinal Number=singular Case=accusative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sar----p2 | Numeral Type=ordinal Number=singular Case=accusative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mo-sar----p2s | Numeral Type=ordinal Number=singular Case=accusative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sar----p2p | Numeral Type=ordinal Number=singular Case=accusative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sar----p3 | Numeral Type=ordinal Number=singular Case=accusative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mo-sar----p3s | Numeral Type=ordinal Number=singular Case=accusative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sar----p3p | Numeral Type=ordinal Number=singular Case=accusative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sal | Numeral Type=ordinal Number=singular Case=accusative Form=letter | 1 |  |
Mo-sal------s | Numeral Type=ordinal Number=singular Case=accusative Form=letter Owned_Number=singular | 1 |  |
Mo-sal------p | Numeral Type=ordinal Number=singular Case=accusative Form=letter Owned_Number=plural | 1 |  |
Mo-sal----s1 | Numeral Type=ordinal Number=singular Case=accusative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mo-sal----s1s | Numeral Type=ordinal Number=singular Case=accusative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sal----s1p | Numeral Type=ordinal Number=singular Case=accusative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sal----s2 | Numeral Type=ordinal Number=singular Case=accusative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mo-sal----s2s | Numeral Type=ordinal Number=singular Case=accusative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sal----s2p | Numeral Type=ordinal Number=singular Case=accusative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sal----s3 | Numeral Type=ordinal Number=singular Case=accusative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mo-sal----s3s | Numeral Type=ordinal Number=singular Case=accusative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sal----s3p | Numeral Type=ordinal Number=singular Case=accusative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sal----p1 | Numeral Type=ordinal Number=singular Case=accusative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mo-sal----p1s | Numeral Type=ordinal Number=singular Case=accusative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sal----p1p | Numeral Type=ordinal Number=singular Case=accusative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sal----p2 | Numeral Type=ordinal Number=singular Case=accusative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mo-sal----p2s | Numeral Type=ordinal Number=singular Case=accusative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sal----p2p | Numeral Type=ordinal Number=singular Case=accusative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sal----p3 | Numeral Type=ordinal Number=singular Case=accusative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mo-sal----p3s | Numeral Type=ordinal Number=singular Case=accusative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sal----p3p | Numeral Type=ordinal Number=singular Case=accusative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sid | Numeral Type=ordinal Number=singular Case=instrumental Form=digit | 1 |  |
Mo-sid------s | Numeral Type=ordinal Number=singular Case=instrumental Form=digit Owned_Number=singular | 1 |  |
Mo-sid------p | Numeral Type=ordinal Number=singular Case=instrumental Form=digit Owned_Number=plural | 1 |  |
Mo-sid----s1 | Numeral Type=ordinal Number=singular Case=instrumental Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mo-sid----s1s | Numeral Type=ordinal Number=singular Case=instrumental Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sid----s1p | Numeral Type=ordinal Number=singular Case=instrumental Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sid----s2 | Numeral Type=ordinal Number=singular Case=instrumental Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mo-sid----s2s | Numeral Type=ordinal Number=singular Case=instrumental Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sid----s2p | Numeral Type=ordinal Number=singular Case=instrumental Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sid----s3 | Numeral Type=ordinal Number=singular Case=instrumental Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mo-sid----s3s | Numeral Type=ordinal Number=singular Case=instrumental Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sid----s3p | Numeral Type=ordinal Number=singular Case=instrumental Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sid----p1 | Numeral Type=ordinal Number=singular Case=instrumental Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mo-sid----p1s | Numeral Type=ordinal Number=singular Case=instrumental Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sid----p1p | Numeral Type=ordinal Number=singular Case=instrumental Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sid----p2 | Numeral Type=ordinal Number=singular Case=instrumental Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mo-sid----p2s | Numeral Type=ordinal Number=singular Case=instrumental Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sid----p2p | Numeral Type=ordinal Number=singular Case=instrumental Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sid----p3 | Numeral Type=ordinal Number=singular Case=instrumental Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mo-sid----p3s | Numeral Type=ordinal Number=singular Case=instrumental Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sid----p3p | Numeral Type=ordinal Number=singular Case=instrumental Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sir | Numeral Type=ordinal Number=singular Case=instrumental Form=roman | 1 |  |
Mo-sir------s | Numeral Type=ordinal Number=singular Case=instrumental Form=roman Owned_Number=singular | 1 |  |
Mo-sir------p | Numeral Type=ordinal Number=singular Case=instrumental Form=roman Owned_Number=plural | 1 |  |
Mo-sir----s1 | Numeral Type=ordinal Number=singular Case=instrumental Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mo-sir----s1s | Numeral Type=ordinal Number=singular Case=instrumental Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sir----s1p | Numeral Type=ordinal Number=singular Case=instrumental Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sir----s2 | Numeral Type=ordinal Number=singular Case=instrumental Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mo-sir----s2s | Numeral Type=ordinal Number=singular Case=instrumental Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sir----s2p | Numeral Type=ordinal Number=singular Case=instrumental Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sir----s3 | Numeral Type=ordinal Number=singular Case=instrumental Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mo-sir----s3s | Numeral Type=ordinal Number=singular Case=instrumental Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sir----s3p | Numeral Type=ordinal Number=singular Case=instrumental Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sir----p1 | Numeral Type=ordinal Number=singular Case=instrumental Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mo-sir----p1s | Numeral Type=ordinal Number=singular Case=instrumental Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sir----p1p | Numeral Type=ordinal Number=singular Case=instrumental Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sir----p2 | Numeral Type=ordinal Number=singular Case=instrumental Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mo-sir----p2s | Numeral Type=ordinal Number=singular Case=instrumental Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sir----p2p | Numeral Type=ordinal Number=singular Case=instrumental Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sir----p3 | Numeral Type=ordinal Number=singular Case=instrumental Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mo-sir----p3s | Numeral Type=ordinal Number=singular Case=instrumental Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sir----p3p | Numeral Type=ordinal Number=singular Case=instrumental Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sil | Numeral Type=ordinal Number=singular Case=instrumental Form=letter | 1 |  |
Mo-sil------s | Numeral Type=ordinal Number=singular Case=instrumental Form=letter Owned_Number=singular | 1 |  |
Mo-sil------p | Numeral Type=ordinal Number=singular Case=instrumental Form=letter Owned_Number=plural | 1 |  |
Mo-sil----s1 | Numeral Type=ordinal Number=singular Case=instrumental Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mo-sil----s1s | Numeral Type=ordinal Number=singular Case=instrumental Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sil----s1p | Numeral Type=ordinal Number=singular Case=instrumental Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sil----s2 | Numeral Type=ordinal Number=singular Case=instrumental Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mo-sil----s2s | Numeral Type=ordinal Number=singular Case=instrumental Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sil----s2p | Numeral Type=ordinal Number=singular Case=instrumental Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sil----s3 | Numeral Type=ordinal Number=singular Case=instrumental Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mo-sil----s3s | Numeral Type=ordinal Number=singular Case=instrumental Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sil----s3p | Numeral Type=ordinal Number=singular Case=instrumental Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sil----p1 | Numeral Type=ordinal Number=singular Case=instrumental Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mo-sil----p1s | Numeral Type=ordinal Number=singular Case=instrumental Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sil----p1p | Numeral Type=ordinal Number=singular Case=instrumental Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sil----p2 | Numeral Type=ordinal Number=singular Case=instrumental Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mo-sil----p2s | Numeral Type=ordinal Number=singular Case=instrumental Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sil----p2p | Numeral Type=ordinal Number=singular Case=instrumental Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sil----p3 | Numeral Type=ordinal Number=singular Case=instrumental Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mo-sil----p3s | Numeral Type=ordinal Number=singular Case=instrumental Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sil----p3p | Numeral Type=ordinal Number=singular Case=instrumental Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sxd | Numeral Type=ordinal Number=singular Case=illative Form=digit | 1 |  |
Mo-sxd------s | Numeral Type=ordinal Number=singular Case=illative Form=digit Owned_Number=singular | 1 |  |
Mo-sxd------p | Numeral Type=ordinal Number=singular Case=illative Form=digit Owned_Number=plural | 1 |  |
Mo-sxd----s1 | Numeral Type=ordinal Number=singular Case=illative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mo-sxd----s1s | Numeral Type=ordinal Number=singular Case=illative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sxd----s1p | Numeral Type=ordinal Number=singular Case=illative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sxd----s2 | Numeral Type=ordinal Number=singular Case=illative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mo-sxd----s2s | Numeral Type=ordinal Number=singular Case=illative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sxd----s2p | Numeral Type=ordinal Number=singular Case=illative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sxd----s3 | Numeral Type=ordinal Number=singular Case=illative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mo-sxd----s3s | Numeral Type=ordinal Number=singular Case=illative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sxd----s3p | Numeral Type=ordinal Number=singular Case=illative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sxd----p1 | Numeral Type=ordinal Number=singular Case=illative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mo-sxd----p1s | Numeral Type=ordinal Number=singular Case=illative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sxd----p1p | Numeral Type=ordinal Number=singular Case=illative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sxd----p2 | Numeral Type=ordinal Number=singular Case=illative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mo-sxd----p2s | Numeral Type=ordinal Number=singular Case=illative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sxd----p2p | Numeral Type=ordinal Number=singular Case=illative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sxd----p3 | Numeral Type=ordinal Number=singular Case=illative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mo-sxd----p3s | Numeral Type=ordinal Number=singular Case=illative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sxd----p3p | Numeral Type=ordinal Number=singular Case=illative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sxr | Numeral Type=ordinal Number=singular Case=illative Form=roman | 1 |  |
Mo-sxr------s | Numeral Type=ordinal Number=singular Case=illative Form=roman Owned_Number=singular | 1 |  |
Mo-sxr------p | Numeral Type=ordinal Number=singular Case=illative Form=roman Owned_Number=plural | 1 |  |
Mo-sxr----s1 | Numeral Type=ordinal Number=singular Case=illative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mo-sxr----s1s | Numeral Type=ordinal Number=singular Case=illative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sxr----s1p | Numeral Type=ordinal Number=singular Case=illative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sxr----s2 | Numeral Type=ordinal Number=singular Case=illative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mo-sxr----s2s | Numeral Type=ordinal Number=singular Case=illative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sxr----s2p | Numeral Type=ordinal Number=singular Case=illative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sxr----s3 | Numeral Type=ordinal Number=singular Case=illative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mo-sxr----s3s | Numeral Type=ordinal Number=singular Case=illative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sxr----s3p | Numeral Type=ordinal Number=singular Case=illative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sxr----p1 | Numeral Type=ordinal Number=singular Case=illative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mo-sxr----p1s | Numeral Type=ordinal Number=singular Case=illative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sxr----p1p | Numeral Type=ordinal Number=singular Case=illative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sxr----p2 | Numeral Type=ordinal Number=singular Case=illative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mo-sxr----p2s | Numeral Type=ordinal Number=singular Case=illative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sxr----p2p | Numeral Type=ordinal Number=singular Case=illative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sxr----p3 | Numeral Type=ordinal Number=singular Case=illative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mo-sxr----p3s | Numeral Type=ordinal Number=singular Case=illative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sxr----p3p | Numeral Type=ordinal Number=singular Case=illative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sxl | Numeral Type=ordinal Number=singular Case=illative Form=letter | 1 |  |
Mo-sxl------s | Numeral Type=ordinal Number=singular Case=illative Form=letter Owned_Number=singular | 1 |  |
Mo-sxl------p | Numeral Type=ordinal Number=singular Case=illative Form=letter Owned_Number=plural | 1 |  |
Mo-sxl----s1 | Numeral Type=ordinal Number=singular Case=illative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mo-sxl----s1s | Numeral Type=ordinal Number=singular Case=illative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sxl----s1p | Numeral Type=ordinal Number=singular Case=illative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sxl----s2 | Numeral Type=ordinal Number=singular Case=illative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mo-sxl----s2s | Numeral Type=ordinal Number=singular Case=illative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sxl----s2p | Numeral Type=ordinal Number=singular Case=illative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sxl----s3 | Numeral Type=ordinal Number=singular Case=illative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mo-sxl----s3s | Numeral Type=ordinal Number=singular Case=illative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sxl----s3p | Numeral Type=ordinal Number=singular Case=illative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sxl----p1 | Numeral Type=ordinal Number=singular Case=illative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mo-sxl----p1s | Numeral Type=ordinal Number=singular Case=illative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sxl----p1p | Numeral Type=ordinal Number=singular Case=illative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sxl----p2 | Numeral Type=ordinal Number=singular Case=illative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mo-sxl----p2s | Numeral Type=ordinal Number=singular Case=illative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sxl----p2p | Numeral Type=ordinal Number=singular Case=illative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sxl----p3 | Numeral Type=ordinal Number=singular Case=illative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mo-sxl----p3s | Numeral Type=ordinal Number=singular Case=illative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sxl----p3p | Numeral Type=ordinal Number=singular Case=illative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-s2d | Numeral Type=ordinal Number=singular Case=inessive Form=digit | 1 |  |
Mo-s2d------s | Numeral Type=ordinal Number=singular Case=inessive Form=digit Owned_Number=singular | 1 |  |
Mo-s2d------p | Numeral Type=ordinal Number=singular Case=inessive Form=digit Owned_Number=plural | 1 |  |
Mo-s2d----s1 | Numeral Type=ordinal Number=singular Case=inessive Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mo-s2d----s1s | Numeral Type=ordinal Number=singular Case=inessive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-s2d----s1p | Numeral Type=ordinal Number=singular Case=inessive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-s2d----s2 | Numeral Type=ordinal Number=singular Case=inessive Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mo-s2d----s2s | Numeral Type=ordinal Number=singular Case=inessive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-s2d----s2p | Numeral Type=ordinal Number=singular Case=inessive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-s2d----s3 | Numeral Type=ordinal Number=singular Case=inessive Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mo-s2d----s3s | Numeral Type=ordinal Number=singular Case=inessive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-s2d----s3p | Numeral Type=ordinal Number=singular Case=inessive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-s2d----p1 | Numeral Type=ordinal Number=singular Case=inessive Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mo-s2d----p1s | Numeral Type=ordinal Number=singular Case=inessive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-s2d----p1p | Numeral Type=ordinal Number=singular Case=inessive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-s2d----p2 | Numeral Type=ordinal Number=singular Case=inessive Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mo-s2d----p2s | Numeral Type=ordinal Number=singular Case=inessive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-s2d----p2p | Numeral Type=ordinal Number=singular Case=inessive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-s2d----p3 | Numeral Type=ordinal Number=singular Case=inessive Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mo-s2d----p3s | Numeral Type=ordinal Number=singular Case=inessive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-s2d----p3p | Numeral Type=ordinal Number=singular Case=inessive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-s2r | Numeral Type=ordinal Number=singular Case=inessive Form=roman | 1 |  |
Mo-s2r------s | Numeral Type=ordinal Number=singular Case=inessive Form=roman Owned_Number=singular | 1 |  |
Mo-s2r------p | Numeral Type=ordinal Number=singular Case=inessive Form=roman Owned_Number=plural | 1 |  |
Mo-s2r----s1 | Numeral Type=ordinal Number=singular Case=inessive Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mo-s2r----s1s | Numeral Type=ordinal Number=singular Case=inessive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-s2r----s1p | Numeral Type=ordinal Number=singular Case=inessive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-s2r----s2 | Numeral Type=ordinal Number=singular Case=inessive Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mo-s2r----s2s | Numeral Type=ordinal Number=singular Case=inessive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-s2r----s2p | Numeral Type=ordinal Number=singular Case=inessive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-s2r----s3 | Numeral Type=ordinal Number=singular Case=inessive Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mo-s2r----s3s | Numeral Type=ordinal Number=singular Case=inessive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-s2r----s3p | Numeral Type=ordinal Number=singular Case=inessive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-s2r----p1 | Numeral Type=ordinal Number=singular Case=inessive Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mo-s2r----p1s | Numeral Type=ordinal Number=singular Case=inessive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-s2r----p1p | Numeral Type=ordinal Number=singular Case=inessive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-s2r----p2 | Numeral Type=ordinal Number=singular Case=inessive Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mo-s2r----p2s | Numeral Type=ordinal Number=singular Case=inessive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-s2r----p2p | Numeral Type=ordinal Number=singular Case=inessive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-s2r----p3 | Numeral Type=ordinal Number=singular Case=inessive Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mo-s2r----p3s | Numeral Type=ordinal Number=singular Case=inessive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-s2r----p3p | Numeral Type=ordinal Number=singular Case=inessive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-s2l | Numeral Type=ordinal Number=singular Case=inessive Form=letter | 1 |  |
Mo-s2l------s | Numeral Type=ordinal Number=singular Case=inessive Form=letter Owned_Number=singular | 1 |  |
Mo-s2l------p | Numeral Type=ordinal Number=singular Case=inessive Form=letter Owned_Number=plural | 1 |  |
Mo-s2l----s1 | Numeral Type=ordinal Number=singular Case=inessive Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mo-s2l----s1s | Numeral Type=ordinal Number=singular Case=inessive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-s2l----s1p | Numeral Type=ordinal Number=singular Case=inessive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-s2l----s2 | Numeral Type=ordinal Number=singular Case=inessive Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mo-s2l----s2s | Numeral Type=ordinal Number=singular Case=inessive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-s2l----s2p | Numeral Type=ordinal Number=singular Case=inessive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-s2l----s3 | Numeral Type=ordinal Number=singular Case=inessive Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mo-s2l----s3s | Numeral Type=ordinal Number=singular Case=inessive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-s2l----s3p | Numeral Type=ordinal Number=singular Case=inessive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-s2l----p1 | Numeral Type=ordinal Number=singular Case=inessive Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mo-s2l----p1s | Numeral Type=ordinal Number=singular Case=inessive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-s2l----p1p | Numeral Type=ordinal Number=singular Case=inessive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-s2l----p2 | Numeral Type=ordinal Number=singular Case=inessive Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mo-s2l----p2s | Numeral Type=ordinal Number=singular Case=inessive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-s2l----p2p | Numeral Type=ordinal Number=singular Case=inessive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-s2l----p3 | Numeral Type=ordinal Number=singular Case=inessive Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mo-s2l----p3s | Numeral Type=ordinal Number=singular Case=inessive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-s2l----p3p | Numeral Type=ordinal Number=singular Case=inessive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sed | Numeral Type=ordinal Number=singular Case=elative Form=digit | 1 |  |
Mo-sed------s | Numeral Type=ordinal Number=singular Case=elative Form=digit Owned_Number=singular | 1 |  |
Mo-sed------p | Numeral Type=ordinal Number=singular Case=elative Form=digit Owned_Number=plural | 1 |  |
Mo-sed----s1 | Numeral Type=ordinal Number=singular Case=elative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mo-sed----s1s | Numeral Type=ordinal Number=singular Case=elative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sed----s1p | Numeral Type=ordinal Number=singular Case=elative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sed----s2 | Numeral Type=ordinal Number=singular Case=elative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mo-sed----s2s | Numeral Type=ordinal Number=singular Case=elative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sed----s2p | Numeral Type=ordinal Number=singular Case=elative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sed----s3 | Numeral Type=ordinal Number=singular Case=elative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mo-sed----s3s | Numeral Type=ordinal Number=singular Case=elative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sed----s3p | Numeral Type=ordinal Number=singular Case=elative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sed----p1 | Numeral Type=ordinal Number=singular Case=elative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mo-sed----p1s | Numeral Type=ordinal Number=singular Case=elative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sed----p1p | Numeral Type=ordinal Number=singular Case=elative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sed----p2 | Numeral Type=ordinal Number=singular Case=elative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mo-sed----p2s | Numeral Type=ordinal Number=singular Case=elative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sed----p2p | Numeral Type=ordinal Number=singular Case=elative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sed----p3 | Numeral Type=ordinal Number=singular Case=elative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mo-sed----p3s | Numeral Type=ordinal Number=singular Case=elative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sed----p3p | Numeral Type=ordinal Number=singular Case=elative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-ser | Numeral Type=ordinal Number=singular Case=elative Form=roman | 1 |  |
Mo-ser------s | Numeral Type=ordinal Number=singular Case=elative Form=roman Owned_Number=singular | 1 |  |
Mo-ser------p | Numeral Type=ordinal Number=singular Case=elative Form=roman Owned_Number=plural | 1 |  |
Mo-ser----s1 | Numeral Type=ordinal Number=singular Case=elative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mo-ser----s1s | Numeral Type=ordinal Number=singular Case=elative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-ser----s1p | Numeral Type=ordinal Number=singular Case=elative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-ser----s2 | Numeral Type=ordinal Number=singular Case=elative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mo-ser----s2s | Numeral Type=ordinal Number=singular Case=elative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-ser----s2p | Numeral Type=ordinal Number=singular Case=elative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-ser----s3 | Numeral Type=ordinal Number=singular Case=elative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mo-ser----s3s | Numeral Type=ordinal Number=singular Case=elative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-ser----s3p | Numeral Type=ordinal Number=singular Case=elative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-ser----p1 | Numeral Type=ordinal Number=singular Case=elative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mo-ser----p1s | Numeral Type=ordinal Number=singular Case=elative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-ser----p1p | Numeral Type=ordinal Number=singular Case=elative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-ser----p2 | Numeral Type=ordinal Number=singular Case=elative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mo-ser----p2s | Numeral Type=ordinal Number=singular Case=elative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-ser----p2p | Numeral Type=ordinal Number=singular Case=elative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-ser----p3 | Numeral Type=ordinal Number=singular Case=elative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mo-ser----p3s | Numeral Type=ordinal Number=singular Case=elative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-ser----p3p | Numeral Type=ordinal Number=singular Case=elative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sel | Numeral Type=ordinal Number=singular Case=elative Form=letter | 1 |  |
Mo-sel------s | Numeral Type=ordinal Number=singular Case=elative Form=letter Owned_Number=singular | 1 |  |
Mo-sel------p | Numeral Type=ordinal Number=singular Case=elative Form=letter Owned_Number=plural | 1 |  |
Mo-sel----s1 | Numeral Type=ordinal Number=singular Case=elative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mo-sel----s1s | Numeral Type=ordinal Number=singular Case=elative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sel----s1p | Numeral Type=ordinal Number=singular Case=elative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sel----s2 | Numeral Type=ordinal Number=singular Case=elative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mo-sel----s2s | Numeral Type=ordinal Number=singular Case=elative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sel----s2p | Numeral Type=ordinal Number=singular Case=elative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sel----s3 | Numeral Type=ordinal Number=singular Case=elative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mo-sel----s3s | Numeral Type=ordinal Number=singular Case=elative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sel----s3p | Numeral Type=ordinal Number=singular Case=elative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sel----p1 | Numeral Type=ordinal Number=singular Case=elative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mo-sel----p1s | Numeral Type=ordinal Number=singular Case=elative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sel----p1p | Numeral Type=ordinal Number=singular Case=elative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sel----p2 | Numeral Type=ordinal Number=singular Case=elative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mo-sel----p2s | Numeral Type=ordinal Number=singular Case=elative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sel----p2p | Numeral Type=ordinal Number=singular Case=elative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sel----p3 | Numeral Type=ordinal Number=singular Case=elative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mo-sel----p3s | Numeral Type=ordinal Number=singular Case=elative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sel----p3p | Numeral Type=ordinal Number=singular Case=elative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-std | Numeral Type=ordinal Number=singular Case=allative Form=digit | 1 |  |
Mo-std------s | Numeral Type=ordinal Number=singular Case=allative Form=digit Owned_Number=singular | 1 |  |
Mo-std------p | Numeral Type=ordinal Number=singular Case=allative Form=digit Owned_Number=plural | 1 |  |
Mo-std----s1 | Numeral Type=ordinal Number=singular Case=allative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mo-std----s1s | Numeral Type=ordinal Number=singular Case=allative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-std----s1p | Numeral Type=ordinal Number=singular Case=allative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-std----s2 | Numeral Type=ordinal Number=singular Case=allative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mo-std----s2s | Numeral Type=ordinal Number=singular Case=allative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-std----s2p | Numeral Type=ordinal Number=singular Case=allative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-std----s3 | Numeral Type=ordinal Number=singular Case=allative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mo-std----s3s | Numeral Type=ordinal Number=singular Case=allative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-std----s3p | Numeral Type=ordinal Number=singular Case=allative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-std----p1 | Numeral Type=ordinal Number=singular Case=allative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mo-std----p1s | Numeral Type=ordinal Number=singular Case=allative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-std----p1p | Numeral Type=ordinal Number=singular Case=allative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-std----p2 | Numeral Type=ordinal Number=singular Case=allative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mo-std----p2s | Numeral Type=ordinal Number=singular Case=allative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-std----p2p | Numeral Type=ordinal Number=singular Case=allative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-std----p3 | Numeral Type=ordinal Number=singular Case=allative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mo-std----p3s | Numeral Type=ordinal Number=singular Case=allative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-std----p3p | Numeral Type=ordinal Number=singular Case=allative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-str | Numeral Type=ordinal Number=singular Case=allative Form=roman | 1 |  |
Mo-str------s | Numeral Type=ordinal Number=singular Case=allative Form=roman Owned_Number=singular | 1 |  |
Mo-str------p | Numeral Type=ordinal Number=singular Case=allative Form=roman Owned_Number=plural | 1 |  |
Mo-str----s1 | Numeral Type=ordinal Number=singular Case=allative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mo-str----s1s | Numeral Type=ordinal Number=singular Case=allative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-str----s1p | Numeral Type=ordinal Number=singular Case=allative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-str----s2 | Numeral Type=ordinal Number=singular Case=allative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mo-str----s2s | Numeral Type=ordinal Number=singular Case=allative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-str----s2p | Numeral Type=ordinal Number=singular Case=allative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-str----s3 | Numeral Type=ordinal Number=singular Case=allative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mo-str----s3s | Numeral Type=ordinal Number=singular Case=allative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-str----s3p | Numeral Type=ordinal Number=singular Case=allative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-str----p1 | Numeral Type=ordinal Number=singular Case=allative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mo-str----p1s | Numeral Type=ordinal Number=singular Case=allative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-str----p1p | Numeral Type=ordinal Number=singular Case=allative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-str----p2 | Numeral Type=ordinal Number=singular Case=allative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mo-str----p2s | Numeral Type=ordinal Number=singular Case=allative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-str----p2p | Numeral Type=ordinal Number=singular Case=allative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-str----p3 | Numeral Type=ordinal Number=singular Case=allative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mo-str----p3s | Numeral Type=ordinal Number=singular Case=allative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-str----p3p | Numeral Type=ordinal Number=singular Case=allative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-stl | Numeral Type=ordinal Number=singular Case=allative Form=letter | 1 |  |
Mo-stl------s | Numeral Type=ordinal Number=singular Case=allative Form=letter Owned_Number=singular | 1 |  |
Mo-stl------p | Numeral Type=ordinal Number=singular Case=allative Form=letter Owned_Number=plural | 1 |  |
Mo-stl----s1 | Numeral Type=ordinal Number=singular Case=allative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mo-stl----s1s | Numeral Type=ordinal Number=singular Case=allative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-stl----s1p | Numeral Type=ordinal Number=singular Case=allative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-stl----s2 | Numeral Type=ordinal Number=singular Case=allative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mo-stl----s2s | Numeral Type=ordinal Number=singular Case=allative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-stl----s2p | Numeral Type=ordinal Number=singular Case=allative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-stl----s3 | Numeral Type=ordinal Number=singular Case=allative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mo-stl----s3s | Numeral Type=ordinal Number=singular Case=allative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-stl----s3p | Numeral Type=ordinal Number=singular Case=allative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-stl----p1 | Numeral Type=ordinal Number=singular Case=allative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mo-stl----p1s | Numeral Type=ordinal Number=singular Case=allative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-stl----p1p | Numeral Type=ordinal Number=singular Case=allative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-stl----p2 | Numeral Type=ordinal Number=singular Case=allative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mo-stl----p2s | Numeral Type=ordinal Number=singular Case=allative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-stl----p2p | Numeral Type=ordinal Number=singular Case=allative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-stl----p3 | Numeral Type=ordinal Number=singular Case=allative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mo-stl----p3s | Numeral Type=ordinal Number=singular Case=allative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-stl----p3p | Numeral Type=ordinal Number=singular Case=allative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-s3d | Numeral Type=ordinal Number=singular Case=adessive Form=digit | 1 |  |
Mo-s3d------s | Numeral Type=ordinal Number=singular Case=adessive Form=digit Owned_Number=singular | 1 |  |
Mo-s3d------p | Numeral Type=ordinal Number=singular Case=adessive Form=digit Owned_Number=plural | 1 |  |
Mo-s3d----s1 | Numeral Type=ordinal Number=singular Case=adessive Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mo-s3d----s1s | Numeral Type=ordinal Number=singular Case=adessive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-s3d----s1p | Numeral Type=ordinal Number=singular Case=adessive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-s3d----s2 | Numeral Type=ordinal Number=singular Case=adessive Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mo-s3d----s2s | Numeral Type=ordinal Number=singular Case=adessive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-s3d----s2p | Numeral Type=ordinal Number=singular Case=adessive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-s3d----s3 | Numeral Type=ordinal Number=singular Case=adessive Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mo-s3d----s3s | Numeral Type=ordinal Number=singular Case=adessive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-s3d----s3p | Numeral Type=ordinal Number=singular Case=adessive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-s3d----p1 | Numeral Type=ordinal Number=singular Case=adessive Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mo-s3d----p1s | Numeral Type=ordinal Number=singular Case=adessive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-s3d----p1p | Numeral Type=ordinal Number=singular Case=adessive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-s3d----p2 | Numeral Type=ordinal Number=singular Case=adessive Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mo-s3d----p2s | Numeral Type=ordinal Number=singular Case=adessive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-s3d----p2p | Numeral Type=ordinal Number=singular Case=adessive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-s3d----p3 | Numeral Type=ordinal Number=singular Case=adessive Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mo-s3d----p3s | Numeral Type=ordinal Number=singular Case=adessive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-s3d----p3p | Numeral Type=ordinal Number=singular Case=adessive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-s3r | Numeral Type=ordinal Number=singular Case=adessive Form=roman | 1 |  |
Mo-s3r------s | Numeral Type=ordinal Number=singular Case=adessive Form=roman Owned_Number=singular | 1 |  |
Mo-s3r------p | Numeral Type=ordinal Number=singular Case=adessive Form=roman Owned_Number=plural | 1 |  |
Mo-s3r----s1 | Numeral Type=ordinal Number=singular Case=adessive Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mo-s3r----s1s | Numeral Type=ordinal Number=singular Case=adessive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-s3r----s1p | Numeral Type=ordinal Number=singular Case=adessive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-s3r----s2 | Numeral Type=ordinal Number=singular Case=adessive Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mo-s3r----s2s | Numeral Type=ordinal Number=singular Case=adessive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-s3r----s2p | Numeral Type=ordinal Number=singular Case=adessive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-s3r----s3 | Numeral Type=ordinal Number=singular Case=adessive Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mo-s3r----s3s | Numeral Type=ordinal Number=singular Case=adessive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-s3r----s3p | Numeral Type=ordinal Number=singular Case=adessive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-s3r----p1 | Numeral Type=ordinal Number=singular Case=adessive Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mo-s3r----p1s | Numeral Type=ordinal Number=singular Case=adessive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-s3r----p1p | Numeral Type=ordinal Number=singular Case=adessive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-s3r----p2 | Numeral Type=ordinal Number=singular Case=adessive Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mo-s3r----p2s | Numeral Type=ordinal Number=singular Case=adessive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-s3r----p2p | Numeral Type=ordinal Number=singular Case=adessive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-s3r----p3 | Numeral Type=ordinal Number=singular Case=adessive Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mo-s3r----p3s | Numeral Type=ordinal Number=singular Case=adessive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-s3r----p3p | Numeral Type=ordinal Number=singular Case=adessive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-s3l | Numeral Type=ordinal Number=singular Case=adessive Form=letter | 1 |  |
Mo-s3l------s | Numeral Type=ordinal Number=singular Case=adessive Form=letter Owned_Number=singular | 1 |  |
Mo-s3l------p | Numeral Type=ordinal Number=singular Case=adessive Form=letter Owned_Number=plural | 1 |  |
Mo-s3l----s1 | Numeral Type=ordinal Number=singular Case=adessive Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mo-s3l----s1s | Numeral Type=ordinal Number=singular Case=adessive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-s3l----s1p | Numeral Type=ordinal Number=singular Case=adessive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-s3l----s2 | Numeral Type=ordinal Number=singular Case=adessive Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mo-s3l----s2s | Numeral Type=ordinal Number=singular Case=adessive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-s3l----s2p | Numeral Type=ordinal Number=singular Case=adessive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-s3l----s3 | Numeral Type=ordinal Number=singular Case=adessive Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mo-s3l----s3s | Numeral Type=ordinal Number=singular Case=adessive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-s3l----s3p | Numeral Type=ordinal Number=singular Case=adessive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-s3l----p1 | Numeral Type=ordinal Number=singular Case=adessive Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mo-s3l----p1s | Numeral Type=ordinal Number=singular Case=adessive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-s3l----p1p | Numeral Type=ordinal Number=singular Case=adessive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-s3l----p2 | Numeral Type=ordinal Number=singular Case=adessive Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mo-s3l----p2s | Numeral Type=ordinal Number=singular Case=adessive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-s3l----p2p | Numeral Type=ordinal Number=singular Case=adessive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-s3l----p3 | Numeral Type=ordinal Number=singular Case=adessive Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mo-s3l----p3s | Numeral Type=ordinal Number=singular Case=adessive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-s3l----p3p | Numeral Type=ordinal Number=singular Case=adessive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sbd | Numeral Type=ordinal Number=singular Case=ablative Form=digit | 1 |  |
Mo-sbd------s | Numeral Type=ordinal Number=singular Case=ablative Form=digit Owned_Number=singular | 1 |  |
Mo-sbd------p | Numeral Type=ordinal Number=singular Case=ablative Form=digit Owned_Number=plural | 1 |  |
Mo-sbd----s1 | Numeral Type=ordinal Number=singular Case=ablative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mo-sbd----s1s | Numeral Type=ordinal Number=singular Case=ablative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sbd----s1p | Numeral Type=ordinal Number=singular Case=ablative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sbd----s2 | Numeral Type=ordinal Number=singular Case=ablative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mo-sbd----s2s | Numeral Type=ordinal Number=singular Case=ablative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sbd----s2p | Numeral Type=ordinal Number=singular Case=ablative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sbd----s3 | Numeral Type=ordinal Number=singular Case=ablative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mo-sbd----s3s | Numeral Type=ordinal Number=singular Case=ablative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sbd----s3p | Numeral Type=ordinal Number=singular Case=ablative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sbd----p1 | Numeral Type=ordinal Number=singular Case=ablative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mo-sbd----p1s | Numeral Type=ordinal Number=singular Case=ablative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sbd----p1p | Numeral Type=ordinal Number=singular Case=ablative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sbd----p2 | Numeral Type=ordinal Number=singular Case=ablative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mo-sbd----p2s | Numeral Type=ordinal Number=singular Case=ablative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sbd----p2p | Numeral Type=ordinal Number=singular Case=ablative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sbd----p3 | Numeral Type=ordinal Number=singular Case=ablative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mo-sbd----p3s | Numeral Type=ordinal Number=singular Case=ablative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sbd----p3p | Numeral Type=ordinal Number=singular Case=ablative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sbr | Numeral Type=ordinal Number=singular Case=ablative Form=roman | 1 |  |
Mo-sbr------s | Numeral Type=ordinal Number=singular Case=ablative Form=roman Owned_Number=singular | 1 |  |
Mo-sbr------p | Numeral Type=ordinal Number=singular Case=ablative Form=roman Owned_Number=plural | 1 |  |
Mo-sbr----s1 | Numeral Type=ordinal Number=singular Case=ablative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mo-sbr----s1s | Numeral Type=ordinal Number=singular Case=ablative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sbr----s1p | Numeral Type=ordinal Number=singular Case=ablative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sbr----s2 | Numeral Type=ordinal Number=singular Case=ablative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mo-sbr----s2s | Numeral Type=ordinal Number=singular Case=ablative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sbr----s2p | Numeral Type=ordinal Number=singular Case=ablative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sbr----s3 | Numeral Type=ordinal Number=singular Case=ablative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mo-sbr----s3s | Numeral Type=ordinal Number=singular Case=ablative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sbr----s3p | Numeral Type=ordinal Number=singular Case=ablative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sbr----p1 | Numeral Type=ordinal Number=singular Case=ablative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mo-sbr----p1s | Numeral Type=ordinal Number=singular Case=ablative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sbr----p1p | Numeral Type=ordinal Number=singular Case=ablative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sbr----p2 | Numeral Type=ordinal Number=singular Case=ablative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mo-sbr----p2s | Numeral Type=ordinal Number=singular Case=ablative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sbr----p2p | Numeral Type=ordinal Number=singular Case=ablative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sbr----p3 | Numeral Type=ordinal Number=singular Case=ablative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mo-sbr----p3s | Numeral Type=ordinal Number=singular Case=ablative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sbr----p3p | Numeral Type=ordinal Number=singular Case=ablative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sbl | Numeral Type=ordinal Number=singular Case=ablative Form=letter | 1 |  |
Mo-sbl------s | Numeral Type=ordinal Number=singular Case=ablative Form=letter Owned_Number=singular | 1 |  |
Mo-sbl------p | Numeral Type=ordinal Number=singular Case=ablative Form=letter Owned_Number=plural | 1 |  |
Mo-sbl----s1 | Numeral Type=ordinal Number=singular Case=ablative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mo-sbl----s1s | Numeral Type=ordinal Number=singular Case=ablative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sbl----s1p | Numeral Type=ordinal Number=singular Case=ablative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sbl----s2 | Numeral Type=ordinal Number=singular Case=ablative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mo-sbl----s2s | Numeral Type=ordinal Number=singular Case=ablative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sbl----s2p | Numeral Type=ordinal Number=singular Case=ablative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sbl----s3 | Numeral Type=ordinal Number=singular Case=ablative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mo-sbl----s3s | Numeral Type=ordinal Number=singular Case=ablative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sbl----s3p | Numeral Type=ordinal Number=singular Case=ablative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sbl----p1 | Numeral Type=ordinal Number=singular Case=ablative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mo-sbl----p1s | Numeral Type=ordinal Number=singular Case=ablative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sbl----p1p | Numeral Type=ordinal Number=singular Case=ablative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sbl----p2 | Numeral Type=ordinal Number=singular Case=ablative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mo-sbl----p2s | Numeral Type=ordinal Number=singular Case=ablative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sbl----p2p | Numeral Type=ordinal Number=singular Case=ablative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sbl----p3 | Numeral Type=ordinal Number=singular Case=ablative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mo-sbl----p3s | Numeral Type=ordinal Number=singular Case=ablative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sbl----p3p | Numeral Type=ordinal Number=singular Case=ablative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-s9d | Numeral Type=ordinal Number=singular Case=terminative Form=digit | 1 |  |
Mo-s9d------s | Numeral Type=ordinal Number=singular Case=terminative Form=digit Owned_Number=singular | 1 |  |
Mo-s9d------p | Numeral Type=ordinal Number=singular Case=terminative Form=digit Owned_Number=plural | 1 |  |
Mo-s9d----s1 | Numeral Type=ordinal Number=singular Case=terminative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mo-s9d----s1s | Numeral Type=ordinal Number=singular Case=terminative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-s9d----s1p | Numeral Type=ordinal Number=singular Case=terminative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-s9d----s2 | Numeral Type=ordinal Number=singular Case=terminative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mo-s9d----s2s | Numeral Type=ordinal Number=singular Case=terminative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-s9d----s2p | Numeral Type=ordinal Number=singular Case=terminative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-s9d----s3 | Numeral Type=ordinal Number=singular Case=terminative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mo-s9d----s3s | Numeral Type=ordinal Number=singular Case=terminative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-s9d----s3p | Numeral Type=ordinal Number=singular Case=terminative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-s9d----p1 | Numeral Type=ordinal Number=singular Case=terminative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mo-s9d----p1s | Numeral Type=ordinal Number=singular Case=terminative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-s9d----p1p | Numeral Type=ordinal Number=singular Case=terminative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-s9d----p2 | Numeral Type=ordinal Number=singular Case=terminative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mo-s9d----p2s | Numeral Type=ordinal Number=singular Case=terminative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-s9d----p2p | Numeral Type=ordinal Number=singular Case=terminative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-s9d----p3 | Numeral Type=ordinal Number=singular Case=terminative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mo-s9d----p3s | Numeral Type=ordinal Number=singular Case=terminative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-s9d----p3p | Numeral Type=ordinal Number=singular Case=terminative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-s9r | Numeral Type=ordinal Number=singular Case=terminative Form=roman | 1 |  |
Mo-s9r------s | Numeral Type=ordinal Number=singular Case=terminative Form=roman Owned_Number=singular | 1 |  |
Mo-s9r------p | Numeral Type=ordinal Number=singular Case=terminative Form=roman Owned_Number=plural | 1 |  |
Mo-s9r----s1 | Numeral Type=ordinal Number=singular Case=terminative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mo-s9r----s1s | Numeral Type=ordinal Number=singular Case=terminative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-s9r----s1p | Numeral Type=ordinal Number=singular Case=terminative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-s9r----s2 | Numeral Type=ordinal Number=singular Case=terminative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mo-s9r----s2s | Numeral Type=ordinal Number=singular Case=terminative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-s9r----s2p | Numeral Type=ordinal Number=singular Case=terminative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-s9r----s3 | Numeral Type=ordinal Number=singular Case=terminative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mo-s9r----s3s | Numeral Type=ordinal Number=singular Case=terminative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-s9r----s3p | Numeral Type=ordinal Number=singular Case=terminative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-s9r----p1 | Numeral Type=ordinal Number=singular Case=terminative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mo-s9r----p1s | Numeral Type=ordinal Number=singular Case=terminative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-s9r----p1p | Numeral Type=ordinal Number=singular Case=terminative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-s9r----p2 | Numeral Type=ordinal Number=singular Case=terminative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mo-s9r----p2s | Numeral Type=ordinal Number=singular Case=terminative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-s9r----p2p | Numeral Type=ordinal Number=singular Case=terminative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-s9r----p3 | Numeral Type=ordinal Number=singular Case=terminative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mo-s9r----p3s | Numeral Type=ordinal Number=singular Case=terminative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-s9r----p3p | Numeral Type=ordinal Number=singular Case=terminative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-s9l | Numeral Type=ordinal Number=singular Case=terminative Form=letter | 1 |  |
Mo-s9l------s | Numeral Type=ordinal Number=singular Case=terminative Form=letter Owned_Number=singular | 1 |  |
Mo-s9l------p | Numeral Type=ordinal Number=singular Case=terminative Form=letter Owned_Number=plural | 1 |  |
Mo-s9l----s1 | Numeral Type=ordinal Number=singular Case=terminative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mo-s9l----s1s | Numeral Type=ordinal Number=singular Case=terminative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-s9l----s1p | Numeral Type=ordinal Number=singular Case=terminative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-s9l----s2 | Numeral Type=ordinal Number=singular Case=terminative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mo-s9l----s2s | Numeral Type=ordinal Number=singular Case=terminative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-s9l----s2p | Numeral Type=ordinal Number=singular Case=terminative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-s9l----s3 | Numeral Type=ordinal Number=singular Case=terminative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mo-s9l----s3s | Numeral Type=ordinal Number=singular Case=terminative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-s9l----s3p | Numeral Type=ordinal Number=singular Case=terminative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-s9l----p1 | Numeral Type=ordinal Number=singular Case=terminative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mo-s9l----p1s | Numeral Type=ordinal Number=singular Case=terminative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-s9l----p1p | Numeral Type=ordinal Number=singular Case=terminative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-s9l----p2 | Numeral Type=ordinal Number=singular Case=terminative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mo-s9l----p2s | Numeral Type=ordinal Number=singular Case=terminative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-s9l----p2p | Numeral Type=ordinal Number=singular Case=terminative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-s9l----p3 | Numeral Type=ordinal Number=singular Case=terminative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mo-s9l----p3s | Numeral Type=ordinal Number=singular Case=terminative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-s9l----p3p | Numeral Type=ordinal Number=singular Case=terminative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-smd | Numeral Type=ordinal Number=singular Case=temporalis Form=digit | 1 |  |
Mo-smd------s | Numeral Type=ordinal Number=singular Case=temporalis Form=digit Owned_Number=singular | 1 |  |
Mo-smd------p | Numeral Type=ordinal Number=singular Case=temporalis Form=digit Owned_Number=plural | 1 |  |
Mo-smd----s1 | Numeral Type=ordinal Number=singular Case=temporalis Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mo-smd----s1s | Numeral Type=ordinal Number=singular Case=temporalis Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-smd----s1p | Numeral Type=ordinal Number=singular Case=temporalis Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-smd----s2 | Numeral Type=ordinal Number=singular Case=temporalis Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mo-smd----s2s | Numeral Type=ordinal Number=singular Case=temporalis Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-smd----s2p | Numeral Type=ordinal Number=singular Case=temporalis Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-smd----s3 | Numeral Type=ordinal Number=singular Case=temporalis Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mo-smd----s3s | Numeral Type=ordinal Number=singular Case=temporalis Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-smd----s3p | Numeral Type=ordinal Number=singular Case=temporalis Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-smd----p1 | Numeral Type=ordinal Number=singular Case=temporalis Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mo-smd----p1s | Numeral Type=ordinal Number=singular Case=temporalis Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-smd----p1p | Numeral Type=ordinal Number=singular Case=temporalis Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-smd----p2 | Numeral Type=ordinal Number=singular Case=temporalis Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mo-smd----p2s | Numeral Type=ordinal Number=singular Case=temporalis Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-smd----p2p | Numeral Type=ordinal Number=singular Case=temporalis Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-smd----p3 | Numeral Type=ordinal Number=singular Case=temporalis Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mo-smd----p3s | Numeral Type=ordinal Number=singular Case=temporalis Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-smd----p3p | Numeral Type=ordinal Number=singular Case=temporalis Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-smr | Numeral Type=ordinal Number=singular Case=temporalis Form=roman | 1 |  |
Mo-smr------s | Numeral Type=ordinal Number=singular Case=temporalis Form=roman Owned_Number=singular | 1 |  |
Mo-smr------p | Numeral Type=ordinal Number=singular Case=temporalis Form=roman Owned_Number=plural | 1 |  |
Mo-smr----s1 | Numeral Type=ordinal Number=singular Case=temporalis Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mo-smr----s1s | Numeral Type=ordinal Number=singular Case=temporalis Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-smr----s1p | Numeral Type=ordinal Number=singular Case=temporalis Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-smr----s2 | Numeral Type=ordinal Number=singular Case=temporalis Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mo-smr----s2s | Numeral Type=ordinal Number=singular Case=temporalis Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-smr----s2p | Numeral Type=ordinal Number=singular Case=temporalis Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-smr----s3 | Numeral Type=ordinal Number=singular Case=temporalis Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mo-smr----s3s | Numeral Type=ordinal Number=singular Case=temporalis Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-smr----s3p | Numeral Type=ordinal Number=singular Case=temporalis Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-smr----p1 | Numeral Type=ordinal Number=singular Case=temporalis Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mo-smr----p1s | Numeral Type=ordinal Number=singular Case=temporalis Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-smr----p1p | Numeral Type=ordinal Number=singular Case=temporalis Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-smr----p2 | Numeral Type=ordinal Number=singular Case=temporalis Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mo-smr----p2s | Numeral Type=ordinal Number=singular Case=temporalis Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-smr----p2p | Numeral Type=ordinal Number=singular Case=temporalis Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-smr----p3 | Numeral Type=ordinal Number=singular Case=temporalis Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mo-smr----p3s | Numeral Type=ordinal Number=singular Case=temporalis Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-smr----p3p | Numeral Type=ordinal Number=singular Case=temporalis Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sml | Numeral Type=ordinal Number=singular Case=temporalis Form=letter | 1 |  |
Mo-sml------s | Numeral Type=ordinal Number=singular Case=temporalis Form=letter Owned_Number=singular | 1 |  |
Mo-sml------p | Numeral Type=ordinal Number=singular Case=temporalis Form=letter Owned_Number=plural | 1 |  |
Mo-sml----s1 | Numeral Type=ordinal Number=singular Case=temporalis Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mo-sml----s1s | Numeral Type=ordinal Number=singular Case=temporalis Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sml----s1p | Numeral Type=ordinal Number=singular Case=temporalis Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sml----s2 | Numeral Type=ordinal Number=singular Case=temporalis Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mo-sml----s2s | Numeral Type=ordinal Number=singular Case=temporalis Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sml----s2p | Numeral Type=ordinal Number=singular Case=temporalis Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sml----s3 | Numeral Type=ordinal Number=singular Case=temporalis Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mo-sml----s3s | Numeral Type=ordinal Number=singular Case=temporalis Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sml----s3p | Numeral Type=ordinal Number=singular Case=temporalis Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sml----p1 | Numeral Type=ordinal Number=singular Case=temporalis Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mo-sml----p1s | Numeral Type=ordinal Number=singular Case=temporalis Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sml----p1p | Numeral Type=ordinal Number=singular Case=temporalis Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sml----p2 | Numeral Type=ordinal Number=singular Case=temporalis Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mo-sml----p2s | Numeral Type=ordinal Number=singular Case=temporalis Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sml----p2p | Numeral Type=ordinal Number=singular Case=temporalis Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sml----p3 | Numeral Type=ordinal Number=singular Case=temporalis Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mo-sml----p3s | Numeral Type=ordinal Number=singular Case=temporalis Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sml----p3p | Numeral Type=ordinal Number=singular Case=temporalis Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-scd | Numeral Type=ordinal Number=singular Case=causalis Form=digit | 1 |  |
Mo-scd------s | Numeral Type=ordinal Number=singular Case=causalis Form=digit Owned_Number=singular | 1 |  |
Mo-scd------p | Numeral Type=ordinal Number=singular Case=causalis Form=digit Owned_Number=plural | 1 |  |
Mo-scd----s1 | Numeral Type=ordinal Number=singular Case=causalis Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mo-scd----s1s | Numeral Type=ordinal Number=singular Case=causalis Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-scd----s1p | Numeral Type=ordinal Number=singular Case=causalis Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-scd----s2 | Numeral Type=ordinal Number=singular Case=causalis Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mo-scd----s2s | Numeral Type=ordinal Number=singular Case=causalis Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-scd----s2p | Numeral Type=ordinal Number=singular Case=causalis Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-scd----s3 | Numeral Type=ordinal Number=singular Case=causalis Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mo-scd----s3s | Numeral Type=ordinal Number=singular Case=causalis Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-scd----s3p | Numeral Type=ordinal Number=singular Case=causalis Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-scd----p1 | Numeral Type=ordinal Number=singular Case=causalis Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mo-scd----p1s | Numeral Type=ordinal Number=singular Case=causalis Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-scd----p1p | Numeral Type=ordinal Number=singular Case=causalis Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-scd----p2 | Numeral Type=ordinal Number=singular Case=causalis Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mo-scd----p2s | Numeral Type=ordinal Number=singular Case=causalis Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-scd----p2p | Numeral Type=ordinal Number=singular Case=causalis Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-scd----p3 | Numeral Type=ordinal Number=singular Case=causalis Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mo-scd----p3s | Numeral Type=ordinal Number=singular Case=causalis Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-scd----p3p | Numeral Type=ordinal Number=singular Case=causalis Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-scr | Numeral Type=ordinal Number=singular Case=causalis Form=roman | 1 |  |
Mo-scr------s | Numeral Type=ordinal Number=singular Case=causalis Form=roman Owned_Number=singular | 1 |  |
Mo-scr------p | Numeral Type=ordinal Number=singular Case=causalis Form=roman Owned_Number=plural | 1 |  |
Mo-scr----s1 | Numeral Type=ordinal Number=singular Case=causalis Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mo-scr----s1s | Numeral Type=ordinal Number=singular Case=causalis Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-scr----s1p | Numeral Type=ordinal Number=singular Case=causalis Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-scr----s2 | Numeral Type=ordinal Number=singular Case=causalis Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mo-scr----s2s | Numeral Type=ordinal Number=singular Case=causalis Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-scr----s2p | Numeral Type=ordinal Number=singular Case=causalis Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-scr----s3 | Numeral Type=ordinal Number=singular Case=causalis Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mo-scr----s3s | Numeral Type=ordinal Number=singular Case=causalis Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-scr----s3p | Numeral Type=ordinal Number=singular Case=causalis Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-scr----p1 | Numeral Type=ordinal Number=singular Case=causalis Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mo-scr----p1s | Numeral Type=ordinal Number=singular Case=causalis Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-scr----p1p | Numeral Type=ordinal Number=singular Case=causalis Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-scr----p2 | Numeral Type=ordinal Number=singular Case=causalis Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mo-scr----p2s | Numeral Type=ordinal Number=singular Case=causalis Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-scr----p2p | Numeral Type=ordinal Number=singular Case=causalis Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-scr----p3 | Numeral Type=ordinal Number=singular Case=causalis Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mo-scr----p3s | Numeral Type=ordinal Number=singular Case=causalis Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-scr----p3p | Numeral Type=ordinal Number=singular Case=causalis Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-scl | Numeral Type=ordinal Number=singular Case=causalis Form=letter | 1 |  |
Mo-scl------s | Numeral Type=ordinal Number=singular Case=causalis Form=letter Owned_Number=singular | 1 |  |
Mo-scl------p | Numeral Type=ordinal Number=singular Case=causalis Form=letter Owned_Number=plural | 1 |  |
Mo-scl----s1 | Numeral Type=ordinal Number=singular Case=causalis Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mo-scl----s1s | Numeral Type=ordinal Number=singular Case=causalis Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-scl----s1p | Numeral Type=ordinal Number=singular Case=causalis Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-scl----s2 | Numeral Type=ordinal Number=singular Case=causalis Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mo-scl----s2s | Numeral Type=ordinal Number=singular Case=causalis Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-scl----s2p | Numeral Type=ordinal Number=singular Case=causalis Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-scl----s3 | Numeral Type=ordinal Number=singular Case=causalis Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mo-scl----s3s | Numeral Type=ordinal Number=singular Case=causalis Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-scl----s3p | Numeral Type=ordinal Number=singular Case=causalis Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-scl----p1 | Numeral Type=ordinal Number=singular Case=causalis Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mo-scl----p1s | Numeral Type=ordinal Number=singular Case=causalis Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-scl----p1p | Numeral Type=ordinal Number=singular Case=causalis Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-scl----p2 | Numeral Type=ordinal Number=singular Case=causalis Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mo-scl----p2s | Numeral Type=ordinal Number=singular Case=causalis Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-scl----p2p | Numeral Type=ordinal Number=singular Case=causalis Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-scl----p3 | Numeral Type=ordinal Number=singular Case=causalis Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mo-scl----p3s | Numeral Type=ordinal Number=singular Case=causalis Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-scl----p3p | Numeral Type=ordinal Number=singular Case=causalis Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-ssd | Numeral Type=ordinal Number=singular Case=sublative Form=digit | 1 |  |
Mo-ssd------s | Numeral Type=ordinal Number=singular Case=sublative Form=digit Owned_Number=singular | 1 |  |
Mo-ssd------p | Numeral Type=ordinal Number=singular Case=sublative Form=digit Owned_Number=plural | 1 |  |
Mo-ssd----s1 | Numeral Type=ordinal Number=singular Case=sublative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mo-ssd----s1s | Numeral Type=ordinal Number=singular Case=sublative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-ssd----s1p | Numeral Type=ordinal Number=singular Case=sublative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-ssd----s2 | Numeral Type=ordinal Number=singular Case=sublative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mo-ssd----s2s | Numeral Type=ordinal Number=singular Case=sublative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-ssd----s2p | Numeral Type=ordinal Number=singular Case=sublative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-ssd----s3 | Numeral Type=ordinal Number=singular Case=sublative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mo-ssd----s3s | Numeral Type=ordinal Number=singular Case=sublative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-ssd----s3p | Numeral Type=ordinal Number=singular Case=sublative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-ssd----p1 | Numeral Type=ordinal Number=singular Case=sublative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mo-ssd----p1s | Numeral Type=ordinal Number=singular Case=sublative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-ssd----p1p | Numeral Type=ordinal Number=singular Case=sublative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-ssd----p2 | Numeral Type=ordinal Number=singular Case=sublative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mo-ssd----p2s | Numeral Type=ordinal Number=singular Case=sublative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-ssd----p2p | Numeral Type=ordinal Number=singular Case=sublative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-ssd----p3 | Numeral Type=ordinal Number=singular Case=sublative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mo-ssd----p3s | Numeral Type=ordinal Number=singular Case=sublative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-ssd----p3p | Numeral Type=ordinal Number=singular Case=sublative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-ssr | Numeral Type=ordinal Number=singular Case=sublative Form=roman | 1 |  |
Mo-ssr------s | Numeral Type=ordinal Number=singular Case=sublative Form=roman Owned_Number=singular | 1 |  |
Mo-ssr------p | Numeral Type=ordinal Number=singular Case=sublative Form=roman Owned_Number=plural | 1 |  |
Mo-ssr----s1 | Numeral Type=ordinal Number=singular Case=sublative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mo-ssr----s1s | Numeral Type=ordinal Number=singular Case=sublative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-ssr----s1p | Numeral Type=ordinal Number=singular Case=sublative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-ssr----s2 | Numeral Type=ordinal Number=singular Case=sublative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mo-ssr----s2s | Numeral Type=ordinal Number=singular Case=sublative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-ssr----s2p | Numeral Type=ordinal Number=singular Case=sublative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-ssr----s3 | Numeral Type=ordinal Number=singular Case=sublative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mo-ssr----s3s | Numeral Type=ordinal Number=singular Case=sublative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-ssr----s3p | Numeral Type=ordinal Number=singular Case=sublative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-ssr----p1 | Numeral Type=ordinal Number=singular Case=sublative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mo-ssr----p1s | Numeral Type=ordinal Number=singular Case=sublative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-ssr----p1p | Numeral Type=ordinal Number=singular Case=sublative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-ssr----p2 | Numeral Type=ordinal Number=singular Case=sublative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mo-ssr----p2s | Numeral Type=ordinal Number=singular Case=sublative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-ssr----p2p | Numeral Type=ordinal Number=singular Case=sublative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-ssr----p3 | Numeral Type=ordinal Number=singular Case=sublative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mo-ssr----p3s | Numeral Type=ordinal Number=singular Case=sublative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-ssr----p3p | Numeral Type=ordinal Number=singular Case=sublative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-ssl | Numeral Type=ordinal Number=singular Case=sublative Form=letter | 1 |  |
Mo-ssl------s | Numeral Type=ordinal Number=singular Case=sublative Form=letter Owned_Number=singular | 1 |  |
Mo-ssl------p | Numeral Type=ordinal Number=singular Case=sublative Form=letter Owned_Number=plural | 1 |  |
Mo-ssl----s1 | Numeral Type=ordinal Number=singular Case=sublative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mo-ssl----s1s | Numeral Type=ordinal Number=singular Case=sublative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-ssl----s1p | Numeral Type=ordinal Number=singular Case=sublative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-ssl----s2 | Numeral Type=ordinal Number=singular Case=sublative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mo-ssl----s2s | Numeral Type=ordinal Number=singular Case=sublative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-ssl----s2p | Numeral Type=ordinal Number=singular Case=sublative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-ssl----s3 | Numeral Type=ordinal Number=singular Case=sublative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mo-ssl----s3s | Numeral Type=ordinal Number=singular Case=sublative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-ssl----s3p | Numeral Type=ordinal Number=singular Case=sublative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-ssl----p1 | Numeral Type=ordinal Number=singular Case=sublative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mo-ssl----p1s | Numeral Type=ordinal Number=singular Case=sublative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-ssl----p1p | Numeral Type=ordinal Number=singular Case=sublative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-ssl----p2 | Numeral Type=ordinal Number=singular Case=sublative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mo-ssl----p2s | Numeral Type=ordinal Number=singular Case=sublative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-ssl----p2p | Numeral Type=ordinal Number=singular Case=sublative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-ssl----p3 | Numeral Type=ordinal Number=singular Case=sublative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mo-ssl----p3s | Numeral Type=ordinal Number=singular Case=sublative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-ssl----p3p | Numeral Type=ordinal Number=singular Case=sublative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-shd | Numeral Type=ordinal Number=singular Case=delative Form=digit | 1 |  |
Mo-shd------s | Numeral Type=ordinal Number=singular Case=delative Form=digit Owned_Number=singular | 1 |  |
Mo-shd------p | Numeral Type=ordinal Number=singular Case=delative Form=digit Owned_Number=plural | 1 |  |
Mo-shd----s1 | Numeral Type=ordinal Number=singular Case=delative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mo-shd----s1s | Numeral Type=ordinal Number=singular Case=delative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-shd----s1p | Numeral Type=ordinal Number=singular Case=delative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-shd----s2 | Numeral Type=ordinal Number=singular Case=delative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mo-shd----s2s | Numeral Type=ordinal Number=singular Case=delative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-shd----s2p | Numeral Type=ordinal Number=singular Case=delative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-shd----s3 | Numeral Type=ordinal Number=singular Case=delative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mo-shd----s3s | Numeral Type=ordinal Number=singular Case=delative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-shd----s3p | Numeral Type=ordinal Number=singular Case=delative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-shd----p1 | Numeral Type=ordinal Number=singular Case=delative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mo-shd----p1s | Numeral Type=ordinal Number=singular Case=delative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-shd----p1p | Numeral Type=ordinal Number=singular Case=delative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-shd----p2 | Numeral Type=ordinal Number=singular Case=delative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mo-shd----p2s | Numeral Type=ordinal Number=singular Case=delative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-shd----p2p | Numeral Type=ordinal Number=singular Case=delative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-shd----p3 | Numeral Type=ordinal Number=singular Case=delative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mo-shd----p3s | Numeral Type=ordinal Number=singular Case=delative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-shd----p3p | Numeral Type=ordinal Number=singular Case=delative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-shr | Numeral Type=ordinal Number=singular Case=delative Form=roman | 1 |  |
Mo-shr------s | Numeral Type=ordinal Number=singular Case=delative Form=roman Owned_Number=singular | 1 |  |
Mo-shr------p | Numeral Type=ordinal Number=singular Case=delative Form=roman Owned_Number=plural | 1 |  |
Mo-shr----s1 | Numeral Type=ordinal Number=singular Case=delative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mo-shr----s1s | Numeral Type=ordinal Number=singular Case=delative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-shr----s1p | Numeral Type=ordinal Number=singular Case=delative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-shr----s2 | Numeral Type=ordinal Number=singular Case=delative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mo-shr----s2s | Numeral Type=ordinal Number=singular Case=delative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-shr----s2p | Numeral Type=ordinal Number=singular Case=delative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-shr----s3 | Numeral Type=ordinal Number=singular Case=delative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mo-shr----s3s | Numeral Type=ordinal Number=singular Case=delative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-shr----s3p | Numeral Type=ordinal Number=singular Case=delative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-shr----p1 | Numeral Type=ordinal Number=singular Case=delative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mo-shr----p1s | Numeral Type=ordinal Number=singular Case=delative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-shr----p1p | Numeral Type=ordinal Number=singular Case=delative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-shr----p2 | Numeral Type=ordinal Number=singular Case=delative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mo-shr----p2s | Numeral Type=ordinal Number=singular Case=delative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-shr----p2p | Numeral Type=ordinal Number=singular Case=delative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-shr----p3 | Numeral Type=ordinal Number=singular Case=delative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mo-shr----p3s | Numeral Type=ordinal Number=singular Case=delative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-shr----p3p | Numeral Type=ordinal Number=singular Case=delative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-shl | Numeral Type=ordinal Number=singular Case=delative Form=letter | 1 |  |
Mo-shl------s | Numeral Type=ordinal Number=singular Case=delative Form=letter Owned_Number=singular | 1 |  |
Mo-shl------p | Numeral Type=ordinal Number=singular Case=delative Form=letter Owned_Number=plural | 1 |  |
Mo-shl----s1 | Numeral Type=ordinal Number=singular Case=delative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mo-shl----s1s | Numeral Type=ordinal Number=singular Case=delative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-shl----s1p | Numeral Type=ordinal Number=singular Case=delative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-shl----s2 | Numeral Type=ordinal Number=singular Case=delative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mo-shl----s2s | Numeral Type=ordinal Number=singular Case=delative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-shl----s2p | Numeral Type=ordinal Number=singular Case=delative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-shl----s3 | Numeral Type=ordinal Number=singular Case=delative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mo-shl----s3s | Numeral Type=ordinal Number=singular Case=delative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-shl----s3p | Numeral Type=ordinal Number=singular Case=delative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-shl----p1 | Numeral Type=ordinal Number=singular Case=delative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mo-shl----p1s | Numeral Type=ordinal Number=singular Case=delative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-shl----p1p | Numeral Type=ordinal Number=singular Case=delative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-shl----p2 | Numeral Type=ordinal Number=singular Case=delative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mo-shl----p2s | Numeral Type=ordinal Number=singular Case=delative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-shl----p2p | Numeral Type=ordinal Number=singular Case=delative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-shl----p3 | Numeral Type=ordinal Number=singular Case=delative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mo-shl----p3s | Numeral Type=ordinal Number=singular Case=delative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-shl----p3p | Numeral Type=ordinal Number=singular Case=delative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sqd | Numeral Type=ordinal Number=singular Case=sociative Form=digit | 1 |  |
Mo-sqd------s | Numeral Type=ordinal Number=singular Case=sociative Form=digit Owned_Number=singular | 1 |  |
Mo-sqd------p | Numeral Type=ordinal Number=singular Case=sociative Form=digit Owned_Number=plural | 1 |  |
Mo-sqd----s1 | Numeral Type=ordinal Number=singular Case=sociative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mo-sqd----s1s | Numeral Type=ordinal Number=singular Case=sociative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sqd----s1p | Numeral Type=ordinal Number=singular Case=sociative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sqd----s2 | Numeral Type=ordinal Number=singular Case=sociative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mo-sqd----s2s | Numeral Type=ordinal Number=singular Case=sociative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sqd----s2p | Numeral Type=ordinal Number=singular Case=sociative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sqd----s3 | Numeral Type=ordinal Number=singular Case=sociative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mo-sqd----s3s | Numeral Type=ordinal Number=singular Case=sociative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sqd----s3p | Numeral Type=ordinal Number=singular Case=sociative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sqd----p1 | Numeral Type=ordinal Number=singular Case=sociative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mo-sqd----p1s | Numeral Type=ordinal Number=singular Case=sociative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sqd----p1p | Numeral Type=ordinal Number=singular Case=sociative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sqd----p2 | Numeral Type=ordinal Number=singular Case=sociative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mo-sqd----p2s | Numeral Type=ordinal Number=singular Case=sociative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sqd----p2p | Numeral Type=ordinal Number=singular Case=sociative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sqd----p3 | Numeral Type=ordinal Number=singular Case=sociative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mo-sqd----p3s | Numeral Type=ordinal Number=singular Case=sociative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sqd----p3p | Numeral Type=ordinal Number=singular Case=sociative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sqr | Numeral Type=ordinal Number=singular Case=sociative Form=roman | 1 |  |
Mo-sqr------s | Numeral Type=ordinal Number=singular Case=sociative Form=roman Owned_Number=singular | 1 |  |
Mo-sqr------p | Numeral Type=ordinal Number=singular Case=sociative Form=roman Owned_Number=plural | 1 |  |
Mo-sqr----s1 | Numeral Type=ordinal Number=singular Case=sociative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mo-sqr----s1s | Numeral Type=ordinal Number=singular Case=sociative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sqr----s1p | Numeral Type=ordinal Number=singular Case=sociative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sqr----s2 | Numeral Type=ordinal Number=singular Case=sociative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mo-sqr----s2s | Numeral Type=ordinal Number=singular Case=sociative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sqr----s2p | Numeral Type=ordinal Number=singular Case=sociative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sqr----s3 | Numeral Type=ordinal Number=singular Case=sociative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mo-sqr----s3s | Numeral Type=ordinal Number=singular Case=sociative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sqr----s3p | Numeral Type=ordinal Number=singular Case=sociative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sqr----p1 | Numeral Type=ordinal Number=singular Case=sociative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mo-sqr----p1s | Numeral Type=ordinal Number=singular Case=sociative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sqr----p1p | Numeral Type=ordinal Number=singular Case=sociative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sqr----p2 | Numeral Type=ordinal Number=singular Case=sociative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mo-sqr----p2s | Numeral Type=ordinal Number=singular Case=sociative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sqr----p2p | Numeral Type=ordinal Number=singular Case=sociative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sqr----p3 | Numeral Type=ordinal Number=singular Case=sociative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mo-sqr----p3s | Numeral Type=ordinal Number=singular Case=sociative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sqr----p3p | Numeral Type=ordinal Number=singular Case=sociative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sql | Numeral Type=ordinal Number=singular Case=sociative Form=letter | 1 |  |
Mo-sql------s | Numeral Type=ordinal Number=singular Case=sociative Form=letter Owned_Number=singular | 1 |  |
Mo-sql------p | Numeral Type=ordinal Number=singular Case=sociative Form=letter Owned_Number=plural | 1 |  |
Mo-sql----s1 | Numeral Type=ordinal Number=singular Case=sociative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mo-sql----s1s | Numeral Type=ordinal Number=singular Case=sociative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sql----s1p | Numeral Type=ordinal Number=singular Case=sociative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sql----s2 | Numeral Type=ordinal Number=singular Case=sociative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mo-sql----s2s | Numeral Type=ordinal Number=singular Case=sociative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sql----s2p | Numeral Type=ordinal Number=singular Case=sociative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sql----s3 | Numeral Type=ordinal Number=singular Case=sociative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mo-sql----s3s | Numeral Type=ordinal Number=singular Case=sociative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sql----s3p | Numeral Type=ordinal Number=singular Case=sociative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sql----p1 | Numeral Type=ordinal Number=singular Case=sociative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mo-sql----p1s | Numeral Type=ordinal Number=singular Case=sociative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sql----p1p | Numeral Type=ordinal Number=singular Case=sociative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sql----p2 | Numeral Type=ordinal Number=singular Case=sociative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mo-sql----p2s | Numeral Type=ordinal Number=singular Case=sociative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sql----p2p | Numeral Type=ordinal Number=singular Case=sociative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sql----p3 | Numeral Type=ordinal Number=singular Case=sociative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mo-sql----p3s | Numeral Type=ordinal Number=singular Case=sociative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sql----p3p | Numeral Type=ordinal Number=singular Case=sociative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-syd | Numeral Type=ordinal Number=singular Case=factive Form=digit | 1 |  |
Mo-syd------s | Numeral Type=ordinal Number=singular Case=factive Form=digit Owned_Number=singular | 1 |  |
Mo-syd------p | Numeral Type=ordinal Number=singular Case=factive Form=digit Owned_Number=plural | 1 |  |
Mo-syd----s1 | Numeral Type=ordinal Number=singular Case=factive Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mo-syd----s1s | Numeral Type=ordinal Number=singular Case=factive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-syd----s1p | Numeral Type=ordinal Number=singular Case=factive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-syd----s2 | Numeral Type=ordinal Number=singular Case=factive Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mo-syd----s2s | Numeral Type=ordinal Number=singular Case=factive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-syd----s2p | Numeral Type=ordinal Number=singular Case=factive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-syd----s3 | Numeral Type=ordinal Number=singular Case=factive Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mo-syd----s3s | Numeral Type=ordinal Number=singular Case=factive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-syd----s3p | Numeral Type=ordinal Number=singular Case=factive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-syd----p1 | Numeral Type=ordinal Number=singular Case=factive Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mo-syd----p1s | Numeral Type=ordinal Number=singular Case=factive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-syd----p1p | Numeral Type=ordinal Number=singular Case=factive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-syd----p2 | Numeral Type=ordinal Number=singular Case=factive Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mo-syd----p2s | Numeral Type=ordinal Number=singular Case=factive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-syd----p2p | Numeral Type=ordinal Number=singular Case=factive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-syd----p3 | Numeral Type=ordinal Number=singular Case=factive Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mo-syd----p3s | Numeral Type=ordinal Number=singular Case=factive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-syd----p3p | Numeral Type=ordinal Number=singular Case=factive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-syr | Numeral Type=ordinal Number=singular Case=factive Form=roman | 1 |  |
Mo-syr------s | Numeral Type=ordinal Number=singular Case=factive Form=roman Owned_Number=singular | 1 |  |
Mo-syr------p | Numeral Type=ordinal Number=singular Case=factive Form=roman Owned_Number=plural | 1 |  |
Mo-syr----s1 | Numeral Type=ordinal Number=singular Case=factive Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mo-syr----s1s | Numeral Type=ordinal Number=singular Case=factive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-syr----s1p | Numeral Type=ordinal Number=singular Case=factive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-syr----s2 | Numeral Type=ordinal Number=singular Case=factive Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mo-syr----s2s | Numeral Type=ordinal Number=singular Case=factive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-syr----s2p | Numeral Type=ordinal Number=singular Case=factive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-syr----s3 | Numeral Type=ordinal Number=singular Case=factive Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mo-syr----s3s | Numeral Type=ordinal Number=singular Case=factive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-syr----s3p | Numeral Type=ordinal Number=singular Case=factive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-syr----p1 | Numeral Type=ordinal Number=singular Case=factive Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mo-syr----p1s | Numeral Type=ordinal Number=singular Case=factive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-syr----p1p | Numeral Type=ordinal Number=singular Case=factive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-syr----p2 | Numeral Type=ordinal Number=singular Case=factive Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mo-syr----p2s | Numeral Type=ordinal Number=singular Case=factive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-syr----p2p | Numeral Type=ordinal Number=singular Case=factive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-syr----p3 | Numeral Type=ordinal Number=singular Case=factive Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mo-syr----p3s | Numeral Type=ordinal Number=singular Case=factive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-syr----p3p | Numeral Type=ordinal Number=singular Case=factive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-syl | Numeral Type=ordinal Number=singular Case=factive Form=letter | 1 |  |
Mo-syl------s | Numeral Type=ordinal Number=singular Case=factive Form=letter Owned_Number=singular | 1 |  |
Mo-syl------p | Numeral Type=ordinal Number=singular Case=factive Form=letter Owned_Number=plural | 1 |  |
Mo-syl----s1 | Numeral Type=ordinal Number=singular Case=factive Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mo-syl----s1s | Numeral Type=ordinal Number=singular Case=factive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-syl----s1p | Numeral Type=ordinal Number=singular Case=factive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-syl----s2 | Numeral Type=ordinal Number=singular Case=factive Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mo-syl----s2s | Numeral Type=ordinal Number=singular Case=factive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-syl----s2p | Numeral Type=ordinal Number=singular Case=factive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-syl----s3 | Numeral Type=ordinal Number=singular Case=factive Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mo-syl----s3s | Numeral Type=ordinal Number=singular Case=factive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-syl----s3p | Numeral Type=ordinal Number=singular Case=factive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-syl----p1 | Numeral Type=ordinal Number=singular Case=factive Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mo-syl----p1s | Numeral Type=ordinal Number=singular Case=factive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-syl----p1p | Numeral Type=ordinal Number=singular Case=factive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-syl----p2 | Numeral Type=ordinal Number=singular Case=factive Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mo-syl----p2s | Numeral Type=ordinal Number=singular Case=factive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-syl----p2p | Numeral Type=ordinal Number=singular Case=factive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-syl----p3 | Numeral Type=ordinal Number=singular Case=factive Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mo-syl----p3s | Numeral Type=ordinal Number=singular Case=factive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-syl----p3p | Numeral Type=ordinal Number=singular Case=factive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-spd | Numeral Type=ordinal Number=singular Case=superessive Form=digit | 1 |  |
Mo-spd------s | Numeral Type=ordinal Number=singular Case=superessive Form=digit Owned_Number=singular | 1 |  |
Mo-spd------p | Numeral Type=ordinal Number=singular Case=superessive Form=digit Owned_Number=plural | 1 |  |
Mo-spd----s1 | Numeral Type=ordinal Number=singular Case=superessive Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mo-spd----s1s | Numeral Type=ordinal Number=singular Case=superessive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-spd----s1p | Numeral Type=ordinal Number=singular Case=superessive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-spd----s2 | Numeral Type=ordinal Number=singular Case=superessive Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mo-spd----s2s | Numeral Type=ordinal Number=singular Case=superessive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-spd----s2p | Numeral Type=ordinal Number=singular Case=superessive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-spd----s3 | Numeral Type=ordinal Number=singular Case=superessive Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mo-spd----s3s | Numeral Type=ordinal Number=singular Case=superessive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-spd----s3p | Numeral Type=ordinal Number=singular Case=superessive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-spd----p1 | Numeral Type=ordinal Number=singular Case=superessive Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mo-spd----p1s | Numeral Type=ordinal Number=singular Case=superessive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-spd----p1p | Numeral Type=ordinal Number=singular Case=superessive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-spd----p2 | Numeral Type=ordinal Number=singular Case=superessive Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mo-spd----p2s | Numeral Type=ordinal Number=singular Case=superessive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-spd----p2p | Numeral Type=ordinal Number=singular Case=superessive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-spd----p3 | Numeral Type=ordinal Number=singular Case=superessive Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mo-spd----p3s | Numeral Type=ordinal Number=singular Case=superessive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-spd----p3p | Numeral Type=ordinal Number=singular Case=superessive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-spr | Numeral Type=ordinal Number=singular Case=superessive Form=roman | 1 |  |
Mo-spr------s | Numeral Type=ordinal Number=singular Case=superessive Form=roman Owned_Number=singular | 1 |  |
Mo-spr------p | Numeral Type=ordinal Number=singular Case=superessive Form=roman Owned_Number=plural | 1 |  |
Mo-spr----s1 | Numeral Type=ordinal Number=singular Case=superessive Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mo-spr----s1s | Numeral Type=ordinal Number=singular Case=superessive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-spr----s1p | Numeral Type=ordinal Number=singular Case=superessive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-spr----s2 | Numeral Type=ordinal Number=singular Case=superessive Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mo-spr----s2s | Numeral Type=ordinal Number=singular Case=superessive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-spr----s2p | Numeral Type=ordinal Number=singular Case=superessive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-spr----s3 | Numeral Type=ordinal Number=singular Case=superessive Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mo-spr----s3s | Numeral Type=ordinal Number=singular Case=superessive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-spr----s3p | Numeral Type=ordinal Number=singular Case=superessive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-spr----p1 | Numeral Type=ordinal Number=singular Case=superessive Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mo-spr----p1s | Numeral Type=ordinal Number=singular Case=superessive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-spr----p1p | Numeral Type=ordinal Number=singular Case=superessive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-spr----p2 | Numeral Type=ordinal Number=singular Case=superessive Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mo-spr----p2s | Numeral Type=ordinal Number=singular Case=superessive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-spr----p2p | Numeral Type=ordinal Number=singular Case=superessive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-spr----p3 | Numeral Type=ordinal Number=singular Case=superessive Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mo-spr----p3s | Numeral Type=ordinal Number=singular Case=superessive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-spr----p3p | Numeral Type=ordinal Number=singular Case=superessive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-spl | Numeral Type=ordinal Number=singular Case=superessive Form=letter | 1 |  |
Mo-spl------s | Numeral Type=ordinal Number=singular Case=superessive Form=letter Owned_Number=singular | 1 |  |
Mo-spl------p | Numeral Type=ordinal Number=singular Case=superessive Form=letter Owned_Number=plural | 1 |  |
Mo-spl----s1 | Numeral Type=ordinal Number=singular Case=superessive Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mo-spl----s1s | Numeral Type=ordinal Number=singular Case=superessive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-spl----s1p | Numeral Type=ordinal Number=singular Case=superessive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-spl----s2 | Numeral Type=ordinal Number=singular Case=superessive Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mo-spl----s2s | Numeral Type=ordinal Number=singular Case=superessive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-spl----s2p | Numeral Type=ordinal Number=singular Case=superessive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-spl----s3 | Numeral Type=ordinal Number=singular Case=superessive Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mo-spl----s3s | Numeral Type=ordinal Number=singular Case=superessive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-spl----s3p | Numeral Type=ordinal Number=singular Case=superessive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-spl----p1 | Numeral Type=ordinal Number=singular Case=superessive Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mo-spl----p1s | Numeral Type=ordinal Number=singular Case=superessive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-spl----p1p | Numeral Type=ordinal Number=singular Case=superessive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-spl----p2 | Numeral Type=ordinal Number=singular Case=superessive Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mo-spl----p2s | Numeral Type=ordinal Number=singular Case=superessive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-spl----p2p | Numeral Type=ordinal Number=singular Case=superessive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-spl----p3 | Numeral Type=ordinal Number=singular Case=superessive Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mo-spl----p3s | Numeral Type=ordinal Number=singular Case=superessive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-spl----p3p | Numeral Type=ordinal Number=singular Case=superessive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sud | Numeral Type=ordinal Number=singular Case=distributive Form=digit | 1 |  |
Mo-sud------s | Numeral Type=ordinal Number=singular Case=distributive Form=digit Owned_Number=singular | 1 |  |
Mo-sud------p | Numeral Type=ordinal Number=singular Case=distributive Form=digit Owned_Number=plural | 1 |  |
Mo-sud----s1 | Numeral Type=ordinal Number=singular Case=distributive Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mo-sud----s1s | Numeral Type=ordinal Number=singular Case=distributive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sud----s1p | Numeral Type=ordinal Number=singular Case=distributive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sud----s2 | Numeral Type=ordinal Number=singular Case=distributive Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mo-sud----s2s | Numeral Type=ordinal Number=singular Case=distributive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sud----s2p | Numeral Type=ordinal Number=singular Case=distributive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sud----s3 | Numeral Type=ordinal Number=singular Case=distributive Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mo-sud----s3s | Numeral Type=ordinal Number=singular Case=distributive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sud----s3p | Numeral Type=ordinal Number=singular Case=distributive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sud----p1 | Numeral Type=ordinal Number=singular Case=distributive Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mo-sud----p1s | Numeral Type=ordinal Number=singular Case=distributive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sud----p1p | Numeral Type=ordinal Number=singular Case=distributive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sud----p2 | Numeral Type=ordinal Number=singular Case=distributive Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mo-sud----p2s | Numeral Type=ordinal Number=singular Case=distributive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sud----p2p | Numeral Type=ordinal Number=singular Case=distributive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sud----p3 | Numeral Type=ordinal Number=singular Case=distributive Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mo-sud----p3s | Numeral Type=ordinal Number=singular Case=distributive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sud----p3p | Numeral Type=ordinal Number=singular Case=distributive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sur | Numeral Type=ordinal Number=singular Case=distributive Form=roman | 1 |  |
Mo-sur------s | Numeral Type=ordinal Number=singular Case=distributive Form=roman Owned_Number=singular | 1 |  |
Mo-sur------p | Numeral Type=ordinal Number=singular Case=distributive Form=roman Owned_Number=plural | 1 |  |
Mo-sur----s1 | Numeral Type=ordinal Number=singular Case=distributive Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mo-sur----s1s | Numeral Type=ordinal Number=singular Case=distributive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sur----s1p | Numeral Type=ordinal Number=singular Case=distributive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sur----s2 | Numeral Type=ordinal Number=singular Case=distributive Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mo-sur----s2s | Numeral Type=ordinal Number=singular Case=distributive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sur----s2p | Numeral Type=ordinal Number=singular Case=distributive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sur----s3 | Numeral Type=ordinal Number=singular Case=distributive Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mo-sur----s3s | Numeral Type=ordinal Number=singular Case=distributive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sur----s3p | Numeral Type=ordinal Number=singular Case=distributive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sur----p1 | Numeral Type=ordinal Number=singular Case=distributive Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mo-sur----p1s | Numeral Type=ordinal Number=singular Case=distributive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sur----p1p | Numeral Type=ordinal Number=singular Case=distributive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sur----p2 | Numeral Type=ordinal Number=singular Case=distributive Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mo-sur----p2s | Numeral Type=ordinal Number=singular Case=distributive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sur----p2p | Numeral Type=ordinal Number=singular Case=distributive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sur----p3 | Numeral Type=ordinal Number=singular Case=distributive Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mo-sur----p3s | Numeral Type=ordinal Number=singular Case=distributive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sur----p3p | Numeral Type=ordinal Number=singular Case=distributive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sul | Numeral Type=ordinal Number=singular Case=distributive Form=letter | 1 |  |
Mo-sul------s | Numeral Type=ordinal Number=singular Case=distributive Form=letter Owned_Number=singular | 1 |  |
Mo-sul------p | Numeral Type=ordinal Number=singular Case=distributive Form=letter Owned_Number=plural | 1 |  |
Mo-sul----s1 | Numeral Type=ordinal Number=singular Case=distributive Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mo-sul----s1s | Numeral Type=ordinal Number=singular Case=distributive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sul----s1p | Numeral Type=ordinal Number=singular Case=distributive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sul----s2 | Numeral Type=ordinal Number=singular Case=distributive Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mo-sul----s2s | Numeral Type=ordinal Number=singular Case=distributive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sul----s2p | Numeral Type=ordinal Number=singular Case=distributive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sul----s3 | Numeral Type=ordinal Number=singular Case=distributive Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mo-sul----s3s | Numeral Type=ordinal Number=singular Case=distributive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sul----s3p | Numeral Type=ordinal Number=singular Case=distributive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sul----p1 | Numeral Type=ordinal Number=singular Case=distributive Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mo-sul----p1s | Numeral Type=ordinal Number=singular Case=distributive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sul----p1p | Numeral Type=ordinal Number=singular Case=distributive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sul----p2 | Numeral Type=ordinal Number=singular Case=distributive Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mo-sul----p2s | Numeral Type=ordinal Number=singular Case=distributive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sul----p2p | Numeral Type=ordinal Number=singular Case=distributive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sul----p3 | Numeral Type=ordinal Number=singular Case=distributive Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mo-sul----p3s | Numeral Type=ordinal Number=singular Case=distributive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sul----p3p | Numeral Type=ordinal Number=singular Case=distributive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sfd | Numeral Type=ordinal Number=singular Case=essive-formal Form=digit | 1 |  |
Mo-sfd------s | Numeral Type=ordinal Number=singular Case=essive-formal Form=digit Owned_Number=singular | 1 |  |
Mo-sfd------p | Numeral Type=ordinal Number=singular Case=essive-formal Form=digit Owned_Number=plural | 1 |  |
Mo-sfd----s1 | Numeral Type=ordinal Number=singular Case=essive-formal Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mo-sfd----s1s | Numeral Type=ordinal Number=singular Case=essive-formal Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sfd----s1p | Numeral Type=ordinal Number=singular Case=essive-formal Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sfd----s2 | Numeral Type=ordinal Number=singular Case=essive-formal Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mo-sfd----s2s | Numeral Type=ordinal Number=singular Case=essive-formal Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sfd----s2p | Numeral Type=ordinal Number=singular Case=essive-formal Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sfd----s3 | Numeral Type=ordinal Number=singular Case=essive-formal Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mo-sfd----s3s | Numeral Type=ordinal Number=singular Case=essive-formal Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sfd----s3p | Numeral Type=ordinal Number=singular Case=essive-formal Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sfd----p1 | Numeral Type=ordinal Number=singular Case=essive-formal Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mo-sfd----p1s | Numeral Type=ordinal Number=singular Case=essive-formal Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sfd----p1p | Numeral Type=ordinal Number=singular Case=essive-formal Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sfd----p2 | Numeral Type=ordinal Number=singular Case=essive-formal Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mo-sfd----p2s | Numeral Type=ordinal Number=singular Case=essive-formal Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sfd----p2p | Numeral Type=ordinal Number=singular Case=essive-formal Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sfd----p3 | Numeral Type=ordinal Number=singular Case=essive-formal Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mo-sfd----p3s | Numeral Type=ordinal Number=singular Case=essive-formal Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sfd----p3p | Numeral Type=ordinal Number=singular Case=essive-formal Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sfr | Numeral Type=ordinal Number=singular Case=essive-formal Form=roman | 1 |  |
Mo-sfr------s | Numeral Type=ordinal Number=singular Case=essive-formal Form=roman Owned_Number=singular | 1 |  |
Mo-sfr------p | Numeral Type=ordinal Number=singular Case=essive-formal Form=roman Owned_Number=plural | 1 |  |
Mo-sfr----s1 | Numeral Type=ordinal Number=singular Case=essive-formal Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mo-sfr----s1s | Numeral Type=ordinal Number=singular Case=essive-formal Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sfr----s1p | Numeral Type=ordinal Number=singular Case=essive-formal Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sfr----s2 | Numeral Type=ordinal Number=singular Case=essive-formal Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mo-sfr----s2s | Numeral Type=ordinal Number=singular Case=essive-formal Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sfr----s2p | Numeral Type=ordinal Number=singular Case=essive-formal Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sfr----s3 | Numeral Type=ordinal Number=singular Case=essive-formal Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mo-sfr----s3s | Numeral Type=ordinal Number=singular Case=essive-formal Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sfr----s3p | Numeral Type=ordinal Number=singular Case=essive-formal Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sfr----p1 | Numeral Type=ordinal Number=singular Case=essive-formal Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mo-sfr----p1s | Numeral Type=ordinal Number=singular Case=essive-formal Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sfr----p1p | Numeral Type=ordinal Number=singular Case=essive-formal Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sfr----p2 | Numeral Type=ordinal Number=singular Case=essive-formal Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mo-sfr----p2s | Numeral Type=ordinal Number=singular Case=essive-formal Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sfr----p2p | Numeral Type=ordinal Number=singular Case=essive-formal Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sfr----p3 | Numeral Type=ordinal Number=singular Case=essive-formal Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mo-sfr----p3s | Numeral Type=ordinal Number=singular Case=essive-formal Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sfr----p3p | Numeral Type=ordinal Number=singular Case=essive-formal Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sfl | Numeral Type=ordinal Number=singular Case=essive-formal Form=letter | 1 |  |
Mo-sfl------s | Numeral Type=ordinal Number=singular Case=essive-formal Form=letter Owned_Number=singular | 1 |  |
Mo-sfl------p | Numeral Type=ordinal Number=singular Case=essive-formal Form=letter Owned_Number=plural | 1 |  |
Mo-sfl----s1 | Numeral Type=ordinal Number=singular Case=essive-formal Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mo-sfl----s1s | Numeral Type=ordinal Number=singular Case=essive-formal Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sfl----s1p | Numeral Type=ordinal Number=singular Case=essive-formal Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sfl----s2 | Numeral Type=ordinal Number=singular Case=essive-formal Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mo-sfl----s2s | Numeral Type=ordinal Number=singular Case=essive-formal Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sfl----s2p | Numeral Type=ordinal Number=singular Case=essive-formal Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sfl----s3 | Numeral Type=ordinal Number=singular Case=essive-formal Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mo-sfl----s3s | Numeral Type=ordinal Number=singular Case=essive-formal Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sfl----s3p | Numeral Type=ordinal Number=singular Case=essive-formal Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-sfl----p1 | Numeral Type=ordinal Number=singular Case=essive-formal Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mo-sfl----p1s | Numeral Type=ordinal Number=singular Case=essive-formal Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-sfl----p1p | Numeral Type=ordinal Number=singular Case=essive-formal Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-sfl----p2 | Numeral Type=ordinal Number=singular Case=essive-formal Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mo-sfl----p2s | Numeral Type=ordinal Number=singular Case=essive-formal Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-sfl----p2p | Numeral Type=ordinal Number=singular Case=essive-formal Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-sfl----p3 | Numeral Type=ordinal Number=singular Case=essive-formal Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mo-sfl----p3s | Numeral Type=ordinal Number=singular Case=essive-formal Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-sfl----p3p | Numeral Type=ordinal Number=singular Case=essive-formal Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pnd | Numeral Type=ordinal Number=plural Case=nominative Form=digit | 1 |  |
Mo-pnd------s | Numeral Type=ordinal Number=plural Case=nominative Form=digit Owned_Number=singular | 1 |  |
Mo-pnd------p | Numeral Type=ordinal Number=plural Case=nominative Form=digit Owned_Number=plural | 1 |  |
Mo-pnd----s1 | Numeral Type=ordinal Number=plural Case=nominative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mo-pnd----s1s | Numeral Type=ordinal Number=plural Case=nominative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pnd----s1p | Numeral Type=ordinal Number=plural Case=nominative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pnd----s2 | Numeral Type=ordinal Number=plural Case=nominative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mo-pnd----s2s | Numeral Type=ordinal Number=plural Case=nominative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pnd----s2p | Numeral Type=ordinal Number=plural Case=nominative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pnd----s3 | Numeral Type=ordinal Number=plural Case=nominative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mo-pnd----s3s | Numeral Type=ordinal Number=plural Case=nominative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pnd----s3p | Numeral Type=ordinal Number=plural Case=nominative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pnd----p1 | Numeral Type=ordinal Number=plural Case=nominative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mo-pnd----p1s | Numeral Type=ordinal Number=plural Case=nominative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pnd----p1p | Numeral Type=ordinal Number=plural Case=nominative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pnd----p2 | Numeral Type=ordinal Number=plural Case=nominative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mo-pnd----p2s | Numeral Type=ordinal Number=plural Case=nominative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pnd----p2p | Numeral Type=ordinal Number=plural Case=nominative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pnd----p3 | Numeral Type=ordinal Number=plural Case=nominative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mo-pnd----p3s | Numeral Type=ordinal Number=plural Case=nominative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pnd----p3p | Numeral Type=ordinal Number=plural Case=nominative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pnr | Numeral Type=ordinal Number=plural Case=nominative Form=roman | 1 |  |
Mo-pnr------s | Numeral Type=ordinal Number=plural Case=nominative Form=roman Owned_Number=singular | 1 |  |
Mo-pnr------p | Numeral Type=ordinal Number=plural Case=nominative Form=roman Owned_Number=plural | 1 |  |
Mo-pnr----s1 | Numeral Type=ordinal Number=plural Case=nominative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mo-pnr----s1s | Numeral Type=ordinal Number=plural Case=nominative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pnr----s1p | Numeral Type=ordinal Number=plural Case=nominative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pnr----s2 | Numeral Type=ordinal Number=plural Case=nominative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mo-pnr----s2s | Numeral Type=ordinal Number=plural Case=nominative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pnr----s2p | Numeral Type=ordinal Number=plural Case=nominative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pnr----s3 | Numeral Type=ordinal Number=plural Case=nominative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mo-pnr----s3s | Numeral Type=ordinal Number=plural Case=nominative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pnr----s3p | Numeral Type=ordinal Number=plural Case=nominative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pnr----p1 | Numeral Type=ordinal Number=plural Case=nominative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mo-pnr----p1s | Numeral Type=ordinal Number=plural Case=nominative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pnr----p1p | Numeral Type=ordinal Number=plural Case=nominative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pnr----p2 | Numeral Type=ordinal Number=plural Case=nominative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mo-pnr----p2s | Numeral Type=ordinal Number=plural Case=nominative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pnr----p2p | Numeral Type=ordinal Number=plural Case=nominative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pnr----p3 | Numeral Type=ordinal Number=plural Case=nominative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mo-pnr----p3s | Numeral Type=ordinal Number=plural Case=nominative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pnr----p3p | Numeral Type=ordinal Number=plural Case=nominative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pnl | Numeral Type=ordinal Number=plural Case=nominative Form=letter | 1 |  |
Mo-pnl------s | Numeral Type=ordinal Number=plural Case=nominative Form=letter Owned_Number=singular | 1 |  |
Mo-pnl------p | Numeral Type=ordinal Number=plural Case=nominative Form=letter Owned_Number=plural | 1 |  |
Mo-pnl----s1 | Numeral Type=ordinal Number=plural Case=nominative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mo-pnl----s1s | Numeral Type=ordinal Number=plural Case=nominative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pnl----s1p | Numeral Type=ordinal Number=plural Case=nominative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pnl----s2 | Numeral Type=ordinal Number=plural Case=nominative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mo-pnl----s2s | Numeral Type=ordinal Number=plural Case=nominative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pnl----s2p | Numeral Type=ordinal Number=plural Case=nominative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pnl----s3 | Numeral Type=ordinal Number=plural Case=nominative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mo-pnl----s3s | Numeral Type=ordinal Number=plural Case=nominative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pnl----s3p | Numeral Type=ordinal Number=plural Case=nominative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pnl----p1 | Numeral Type=ordinal Number=plural Case=nominative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mo-pnl----p1s | Numeral Type=ordinal Number=plural Case=nominative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pnl----p1p | Numeral Type=ordinal Number=plural Case=nominative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pnl----p2 | Numeral Type=ordinal Number=plural Case=nominative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mo-pnl----p2s | Numeral Type=ordinal Number=plural Case=nominative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pnl----p2p | Numeral Type=ordinal Number=plural Case=nominative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pnl----p3 | Numeral Type=ordinal Number=plural Case=nominative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mo-pnl----p3s | Numeral Type=ordinal Number=plural Case=nominative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pnl----p3p | Numeral Type=ordinal Number=plural Case=nominative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pgd | Numeral Type=ordinal Number=plural Case=genitive Form=digit | 1 |  |
Mo-pgd------s | Numeral Type=ordinal Number=plural Case=genitive Form=digit Owned_Number=singular | 1 |  |
Mo-pgd------p | Numeral Type=ordinal Number=plural Case=genitive Form=digit Owned_Number=plural | 1 |  |
Mo-pgd----s1 | Numeral Type=ordinal Number=plural Case=genitive Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mo-pgd----s1s | Numeral Type=ordinal Number=plural Case=genitive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pgd----s1p | Numeral Type=ordinal Number=plural Case=genitive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pgd----s2 | Numeral Type=ordinal Number=plural Case=genitive Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mo-pgd----s2s | Numeral Type=ordinal Number=plural Case=genitive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pgd----s2p | Numeral Type=ordinal Number=plural Case=genitive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pgd----s3 | Numeral Type=ordinal Number=plural Case=genitive Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mo-pgd----s3s | Numeral Type=ordinal Number=plural Case=genitive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pgd----s3p | Numeral Type=ordinal Number=plural Case=genitive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pgd----p1 | Numeral Type=ordinal Number=plural Case=genitive Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mo-pgd----p1s | Numeral Type=ordinal Number=plural Case=genitive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pgd----p1p | Numeral Type=ordinal Number=plural Case=genitive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pgd----p2 | Numeral Type=ordinal Number=plural Case=genitive Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mo-pgd----p2s | Numeral Type=ordinal Number=plural Case=genitive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pgd----p2p | Numeral Type=ordinal Number=plural Case=genitive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pgd----p3 | Numeral Type=ordinal Number=plural Case=genitive Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mo-pgd----p3s | Numeral Type=ordinal Number=plural Case=genitive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pgd----p3p | Numeral Type=ordinal Number=plural Case=genitive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pgr | Numeral Type=ordinal Number=plural Case=genitive Form=roman | 1 |  |
Mo-pgr------s | Numeral Type=ordinal Number=plural Case=genitive Form=roman Owned_Number=singular | 1 |  |
Mo-pgr------p | Numeral Type=ordinal Number=plural Case=genitive Form=roman Owned_Number=plural | 1 |  |
Mo-pgr----s1 | Numeral Type=ordinal Number=plural Case=genitive Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mo-pgr----s1s | Numeral Type=ordinal Number=plural Case=genitive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pgr----s1p | Numeral Type=ordinal Number=plural Case=genitive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pgr----s2 | Numeral Type=ordinal Number=plural Case=genitive Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mo-pgr----s2s | Numeral Type=ordinal Number=plural Case=genitive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pgr----s2p | Numeral Type=ordinal Number=plural Case=genitive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pgr----s3 | Numeral Type=ordinal Number=plural Case=genitive Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mo-pgr----s3s | Numeral Type=ordinal Number=plural Case=genitive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pgr----s3p | Numeral Type=ordinal Number=plural Case=genitive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pgr----p1 | Numeral Type=ordinal Number=plural Case=genitive Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mo-pgr----p1s | Numeral Type=ordinal Number=plural Case=genitive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pgr----p1p | Numeral Type=ordinal Number=plural Case=genitive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pgr----p2 | Numeral Type=ordinal Number=plural Case=genitive Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mo-pgr----p2s | Numeral Type=ordinal Number=plural Case=genitive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pgr----p2p | Numeral Type=ordinal Number=plural Case=genitive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pgr----p3 | Numeral Type=ordinal Number=plural Case=genitive Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mo-pgr----p3s | Numeral Type=ordinal Number=plural Case=genitive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pgr----p3p | Numeral Type=ordinal Number=plural Case=genitive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pgl | Numeral Type=ordinal Number=plural Case=genitive Form=letter | 1 |  |
Mo-pgl------s | Numeral Type=ordinal Number=plural Case=genitive Form=letter Owned_Number=singular | 1 |  |
Mo-pgl------p | Numeral Type=ordinal Number=plural Case=genitive Form=letter Owned_Number=plural | 1 |  |
Mo-pgl----s1 | Numeral Type=ordinal Number=plural Case=genitive Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mo-pgl----s1s | Numeral Type=ordinal Number=plural Case=genitive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pgl----s1p | Numeral Type=ordinal Number=plural Case=genitive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pgl----s2 | Numeral Type=ordinal Number=plural Case=genitive Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mo-pgl----s2s | Numeral Type=ordinal Number=plural Case=genitive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pgl----s2p | Numeral Type=ordinal Number=plural Case=genitive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pgl----s3 | Numeral Type=ordinal Number=plural Case=genitive Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mo-pgl----s3s | Numeral Type=ordinal Number=plural Case=genitive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pgl----s3p | Numeral Type=ordinal Number=plural Case=genitive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pgl----p1 | Numeral Type=ordinal Number=plural Case=genitive Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mo-pgl----p1s | Numeral Type=ordinal Number=plural Case=genitive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pgl----p1p | Numeral Type=ordinal Number=plural Case=genitive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pgl----p2 | Numeral Type=ordinal Number=plural Case=genitive Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mo-pgl----p2s | Numeral Type=ordinal Number=plural Case=genitive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pgl----p2p | Numeral Type=ordinal Number=plural Case=genitive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pgl----p3 | Numeral Type=ordinal Number=plural Case=genitive Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mo-pgl----p3s | Numeral Type=ordinal Number=plural Case=genitive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pgl----p3p | Numeral Type=ordinal Number=plural Case=genitive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pdd | Numeral Type=ordinal Number=plural Case=dative Form=digit | 1 |  |
Mo-pdd------s | Numeral Type=ordinal Number=plural Case=dative Form=digit Owned_Number=singular | 1 |  |
Mo-pdd------p | Numeral Type=ordinal Number=plural Case=dative Form=digit Owned_Number=plural | 1 |  |
Mo-pdd----s1 | Numeral Type=ordinal Number=plural Case=dative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mo-pdd----s1s | Numeral Type=ordinal Number=plural Case=dative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pdd----s1p | Numeral Type=ordinal Number=plural Case=dative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pdd----s2 | Numeral Type=ordinal Number=plural Case=dative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mo-pdd----s2s | Numeral Type=ordinal Number=plural Case=dative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pdd----s2p | Numeral Type=ordinal Number=plural Case=dative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pdd----s3 | Numeral Type=ordinal Number=plural Case=dative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mo-pdd----s3s | Numeral Type=ordinal Number=plural Case=dative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pdd----s3p | Numeral Type=ordinal Number=plural Case=dative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pdd----p1 | Numeral Type=ordinal Number=plural Case=dative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mo-pdd----p1s | Numeral Type=ordinal Number=plural Case=dative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pdd----p1p | Numeral Type=ordinal Number=plural Case=dative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pdd----p2 | Numeral Type=ordinal Number=plural Case=dative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mo-pdd----p2s | Numeral Type=ordinal Number=plural Case=dative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pdd----p2p | Numeral Type=ordinal Number=plural Case=dative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pdd----p3 | Numeral Type=ordinal Number=plural Case=dative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mo-pdd----p3s | Numeral Type=ordinal Number=plural Case=dative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pdd----p3p | Numeral Type=ordinal Number=plural Case=dative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pdr | Numeral Type=ordinal Number=plural Case=dative Form=roman | 1 |  |
Mo-pdr------s | Numeral Type=ordinal Number=plural Case=dative Form=roman Owned_Number=singular | 1 |  |
Mo-pdr------p | Numeral Type=ordinal Number=plural Case=dative Form=roman Owned_Number=plural | 1 |  |
Mo-pdr----s1 | Numeral Type=ordinal Number=plural Case=dative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mo-pdr----s1s | Numeral Type=ordinal Number=plural Case=dative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pdr----s1p | Numeral Type=ordinal Number=plural Case=dative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pdr----s2 | Numeral Type=ordinal Number=plural Case=dative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mo-pdr----s2s | Numeral Type=ordinal Number=plural Case=dative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pdr----s2p | Numeral Type=ordinal Number=plural Case=dative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pdr----s3 | Numeral Type=ordinal Number=plural Case=dative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mo-pdr----s3s | Numeral Type=ordinal Number=plural Case=dative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pdr----s3p | Numeral Type=ordinal Number=plural Case=dative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pdr----p1 | Numeral Type=ordinal Number=plural Case=dative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mo-pdr----p1s | Numeral Type=ordinal Number=plural Case=dative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pdr----p1p | Numeral Type=ordinal Number=plural Case=dative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pdr----p2 | Numeral Type=ordinal Number=plural Case=dative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mo-pdr----p2s | Numeral Type=ordinal Number=plural Case=dative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pdr----p2p | Numeral Type=ordinal Number=plural Case=dative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pdr----p3 | Numeral Type=ordinal Number=plural Case=dative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mo-pdr----p3s | Numeral Type=ordinal Number=plural Case=dative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pdr----p3p | Numeral Type=ordinal Number=plural Case=dative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pdl | Numeral Type=ordinal Number=plural Case=dative Form=letter | 1 |  |
Mo-pdl------s | Numeral Type=ordinal Number=plural Case=dative Form=letter Owned_Number=singular | 1 |  |
Mo-pdl------p | Numeral Type=ordinal Number=plural Case=dative Form=letter Owned_Number=plural | 1 |  |
Mo-pdl----s1 | Numeral Type=ordinal Number=plural Case=dative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mo-pdl----s1s | Numeral Type=ordinal Number=plural Case=dative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pdl----s1p | Numeral Type=ordinal Number=plural Case=dative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pdl----s2 | Numeral Type=ordinal Number=plural Case=dative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mo-pdl----s2s | Numeral Type=ordinal Number=plural Case=dative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pdl----s2p | Numeral Type=ordinal Number=plural Case=dative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pdl----s3 | Numeral Type=ordinal Number=plural Case=dative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mo-pdl----s3s | Numeral Type=ordinal Number=plural Case=dative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pdl----s3p | Numeral Type=ordinal Number=plural Case=dative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pdl----p1 | Numeral Type=ordinal Number=plural Case=dative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mo-pdl----p1s | Numeral Type=ordinal Number=plural Case=dative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pdl----p1p | Numeral Type=ordinal Number=plural Case=dative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pdl----p2 | Numeral Type=ordinal Number=plural Case=dative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mo-pdl----p2s | Numeral Type=ordinal Number=plural Case=dative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pdl----p2p | Numeral Type=ordinal Number=plural Case=dative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pdl----p3 | Numeral Type=ordinal Number=plural Case=dative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mo-pdl----p3s | Numeral Type=ordinal Number=plural Case=dative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pdl----p3p | Numeral Type=ordinal Number=plural Case=dative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pad | Numeral Type=ordinal Number=plural Case=accusative Form=digit | 1 |  |
Mo-pad------s | Numeral Type=ordinal Number=plural Case=accusative Form=digit Owned_Number=singular | 1 |  |
Mo-pad------p | Numeral Type=ordinal Number=plural Case=accusative Form=digit Owned_Number=plural | 1 |  |
Mo-pad----s1 | Numeral Type=ordinal Number=plural Case=accusative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mo-pad----s1s | Numeral Type=ordinal Number=plural Case=accusative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pad----s1p | Numeral Type=ordinal Number=plural Case=accusative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pad----s2 | Numeral Type=ordinal Number=plural Case=accusative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mo-pad----s2s | Numeral Type=ordinal Number=plural Case=accusative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pad----s2p | Numeral Type=ordinal Number=plural Case=accusative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pad----s3 | Numeral Type=ordinal Number=plural Case=accusative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mo-pad----s3s | Numeral Type=ordinal Number=plural Case=accusative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pad----s3p | Numeral Type=ordinal Number=plural Case=accusative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pad----p1 | Numeral Type=ordinal Number=plural Case=accusative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mo-pad----p1s | Numeral Type=ordinal Number=plural Case=accusative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pad----p1p | Numeral Type=ordinal Number=plural Case=accusative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pad----p2 | Numeral Type=ordinal Number=plural Case=accusative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mo-pad----p2s | Numeral Type=ordinal Number=plural Case=accusative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pad----p2p | Numeral Type=ordinal Number=plural Case=accusative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pad----p3 | Numeral Type=ordinal Number=plural Case=accusative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mo-pad----p3s | Numeral Type=ordinal Number=plural Case=accusative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pad----p3p | Numeral Type=ordinal Number=plural Case=accusative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-par | Numeral Type=ordinal Number=plural Case=accusative Form=roman | 1 |  |
Mo-par------s | Numeral Type=ordinal Number=plural Case=accusative Form=roman Owned_Number=singular | 1 |  |
Mo-par------p | Numeral Type=ordinal Number=plural Case=accusative Form=roman Owned_Number=plural | 1 |  |
Mo-par----s1 | Numeral Type=ordinal Number=plural Case=accusative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mo-par----s1s | Numeral Type=ordinal Number=plural Case=accusative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-par----s1p | Numeral Type=ordinal Number=plural Case=accusative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-par----s2 | Numeral Type=ordinal Number=plural Case=accusative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mo-par----s2s | Numeral Type=ordinal Number=plural Case=accusative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-par----s2p | Numeral Type=ordinal Number=plural Case=accusative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-par----s3 | Numeral Type=ordinal Number=plural Case=accusative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mo-par----s3s | Numeral Type=ordinal Number=plural Case=accusative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-par----s3p | Numeral Type=ordinal Number=plural Case=accusative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-par----p1 | Numeral Type=ordinal Number=plural Case=accusative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mo-par----p1s | Numeral Type=ordinal Number=plural Case=accusative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-par----p1p | Numeral Type=ordinal Number=plural Case=accusative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-par----p2 | Numeral Type=ordinal Number=plural Case=accusative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mo-par----p2s | Numeral Type=ordinal Number=plural Case=accusative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-par----p2p | Numeral Type=ordinal Number=plural Case=accusative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-par----p3 | Numeral Type=ordinal Number=plural Case=accusative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mo-par----p3s | Numeral Type=ordinal Number=plural Case=accusative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-par----p3p | Numeral Type=ordinal Number=plural Case=accusative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pal | Numeral Type=ordinal Number=plural Case=accusative Form=letter | 1 |  |
Mo-pal------s | Numeral Type=ordinal Number=plural Case=accusative Form=letter Owned_Number=singular | 1 |  |
Mo-pal------p | Numeral Type=ordinal Number=plural Case=accusative Form=letter Owned_Number=plural | 1 |  |
Mo-pal----s1 | Numeral Type=ordinal Number=plural Case=accusative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mo-pal----s1s | Numeral Type=ordinal Number=plural Case=accusative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pal----s1p | Numeral Type=ordinal Number=plural Case=accusative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pal----s2 | Numeral Type=ordinal Number=plural Case=accusative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mo-pal----s2s | Numeral Type=ordinal Number=plural Case=accusative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pal----s2p | Numeral Type=ordinal Number=plural Case=accusative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pal----s3 | Numeral Type=ordinal Number=plural Case=accusative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mo-pal----s3s | Numeral Type=ordinal Number=plural Case=accusative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pal----s3p | Numeral Type=ordinal Number=plural Case=accusative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pal----p1 | Numeral Type=ordinal Number=plural Case=accusative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mo-pal----p1s | Numeral Type=ordinal Number=plural Case=accusative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pal----p1p | Numeral Type=ordinal Number=plural Case=accusative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pal----p2 | Numeral Type=ordinal Number=plural Case=accusative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mo-pal----p2s | Numeral Type=ordinal Number=plural Case=accusative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pal----p2p | Numeral Type=ordinal Number=plural Case=accusative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pal----p3 | Numeral Type=ordinal Number=plural Case=accusative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mo-pal----p3s | Numeral Type=ordinal Number=plural Case=accusative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pal----p3p | Numeral Type=ordinal Number=plural Case=accusative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pid | Numeral Type=ordinal Number=plural Case=instrumental Form=digit | 1 |  |
Mo-pid------s | Numeral Type=ordinal Number=plural Case=instrumental Form=digit Owned_Number=singular | 1 |  |
Mo-pid------p | Numeral Type=ordinal Number=plural Case=instrumental Form=digit Owned_Number=plural | 1 |  |
Mo-pid----s1 | Numeral Type=ordinal Number=plural Case=instrumental Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mo-pid----s1s | Numeral Type=ordinal Number=plural Case=instrumental Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pid----s1p | Numeral Type=ordinal Number=plural Case=instrumental Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pid----s2 | Numeral Type=ordinal Number=plural Case=instrumental Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mo-pid----s2s | Numeral Type=ordinal Number=plural Case=instrumental Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pid----s2p | Numeral Type=ordinal Number=plural Case=instrumental Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pid----s3 | Numeral Type=ordinal Number=plural Case=instrumental Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mo-pid----s3s | Numeral Type=ordinal Number=plural Case=instrumental Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pid----s3p | Numeral Type=ordinal Number=plural Case=instrumental Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pid----p1 | Numeral Type=ordinal Number=plural Case=instrumental Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mo-pid----p1s | Numeral Type=ordinal Number=plural Case=instrumental Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pid----p1p | Numeral Type=ordinal Number=plural Case=instrumental Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pid----p2 | Numeral Type=ordinal Number=plural Case=instrumental Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mo-pid----p2s | Numeral Type=ordinal Number=plural Case=instrumental Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pid----p2p | Numeral Type=ordinal Number=plural Case=instrumental Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pid----p3 | Numeral Type=ordinal Number=plural Case=instrumental Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mo-pid----p3s | Numeral Type=ordinal Number=plural Case=instrumental Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pid----p3p | Numeral Type=ordinal Number=plural Case=instrumental Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pir | Numeral Type=ordinal Number=plural Case=instrumental Form=roman | 1 |  |
Mo-pir------s | Numeral Type=ordinal Number=plural Case=instrumental Form=roman Owned_Number=singular | 1 |  |
Mo-pir------p | Numeral Type=ordinal Number=plural Case=instrumental Form=roman Owned_Number=plural | 1 |  |
Mo-pir----s1 | Numeral Type=ordinal Number=plural Case=instrumental Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mo-pir----s1s | Numeral Type=ordinal Number=plural Case=instrumental Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pir----s1p | Numeral Type=ordinal Number=plural Case=instrumental Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pir----s2 | Numeral Type=ordinal Number=plural Case=instrumental Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mo-pir----s2s | Numeral Type=ordinal Number=plural Case=instrumental Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pir----s2p | Numeral Type=ordinal Number=plural Case=instrumental Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pir----s3 | Numeral Type=ordinal Number=plural Case=instrumental Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mo-pir----s3s | Numeral Type=ordinal Number=plural Case=instrumental Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pir----s3p | Numeral Type=ordinal Number=plural Case=instrumental Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pir----p1 | Numeral Type=ordinal Number=plural Case=instrumental Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mo-pir----p1s | Numeral Type=ordinal Number=plural Case=instrumental Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pir----p1p | Numeral Type=ordinal Number=plural Case=instrumental Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pir----p2 | Numeral Type=ordinal Number=plural Case=instrumental Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mo-pir----p2s | Numeral Type=ordinal Number=plural Case=instrumental Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pir----p2p | Numeral Type=ordinal Number=plural Case=instrumental Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pir----p3 | Numeral Type=ordinal Number=plural Case=instrumental Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mo-pir----p3s | Numeral Type=ordinal Number=plural Case=instrumental Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pir----p3p | Numeral Type=ordinal Number=plural Case=instrumental Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pil | Numeral Type=ordinal Number=plural Case=instrumental Form=letter | 1 |  |
Mo-pil------s | Numeral Type=ordinal Number=plural Case=instrumental Form=letter Owned_Number=singular | 1 |  |
Mo-pil------p | Numeral Type=ordinal Number=plural Case=instrumental Form=letter Owned_Number=plural | 1 |  |
Mo-pil----s1 | Numeral Type=ordinal Number=plural Case=instrumental Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mo-pil----s1s | Numeral Type=ordinal Number=plural Case=instrumental Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pil----s1p | Numeral Type=ordinal Number=plural Case=instrumental Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pil----s2 | Numeral Type=ordinal Number=plural Case=instrumental Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mo-pil----s2s | Numeral Type=ordinal Number=plural Case=instrumental Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pil----s2p | Numeral Type=ordinal Number=plural Case=instrumental Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pil----s3 | Numeral Type=ordinal Number=plural Case=instrumental Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mo-pil----s3s | Numeral Type=ordinal Number=plural Case=instrumental Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pil----s3p | Numeral Type=ordinal Number=plural Case=instrumental Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pil----p1 | Numeral Type=ordinal Number=plural Case=instrumental Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mo-pil----p1s | Numeral Type=ordinal Number=plural Case=instrumental Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pil----p1p | Numeral Type=ordinal Number=plural Case=instrumental Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pil----p2 | Numeral Type=ordinal Number=plural Case=instrumental Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mo-pil----p2s | Numeral Type=ordinal Number=plural Case=instrumental Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pil----p2p | Numeral Type=ordinal Number=plural Case=instrumental Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pil----p3 | Numeral Type=ordinal Number=plural Case=instrumental Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mo-pil----p3s | Numeral Type=ordinal Number=plural Case=instrumental Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pil----p3p | Numeral Type=ordinal Number=plural Case=instrumental Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pxd | Numeral Type=ordinal Number=plural Case=illative Form=digit | 1 |  |
Mo-pxd------s | Numeral Type=ordinal Number=plural Case=illative Form=digit Owned_Number=singular | 1 |  |
Mo-pxd------p | Numeral Type=ordinal Number=plural Case=illative Form=digit Owned_Number=plural | 1 |  |
Mo-pxd----s1 | Numeral Type=ordinal Number=plural Case=illative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mo-pxd----s1s | Numeral Type=ordinal Number=plural Case=illative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pxd----s1p | Numeral Type=ordinal Number=plural Case=illative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pxd----s2 | Numeral Type=ordinal Number=plural Case=illative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mo-pxd----s2s | Numeral Type=ordinal Number=plural Case=illative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pxd----s2p | Numeral Type=ordinal Number=plural Case=illative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pxd----s3 | Numeral Type=ordinal Number=plural Case=illative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mo-pxd----s3s | Numeral Type=ordinal Number=plural Case=illative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pxd----s3p | Numeral Type=ordinal Number=plural Case=illative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pxd----p1 | Numeral Type=ordinal Number=plural Case=illative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mo-pxd----p1s | Numeral Type=ordinal Number=plural Case=illative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pxd----p1p | Numeral Type=ordinal Number=plural Case=illative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pxd----p2 | Numeral Type=ordinal Number=plural Case=illative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mo-pxd----p2s | Numeral Type=ordinal Number=plural Case=illative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pxd----p2p | Numeral Type=ordinal Number=plural Case=illative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pxd----p3 | Numeral Type=ordinal Number=plural Case=illative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mo-pxd----p3s | Numeral Type=ordinal Number=plural Case=illative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pxd----p3p | Numeral Type=ordinal Number=plural Case=illative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pxr | Numeral Type=ordinal Number=plural Case=illative Form=roman | 1 |  |
Mo-pxr------s | Numeral Type=ordinal Number=plural Case=illative Form=roman Owned_Number=singular | 1 |  |
Mo-pxr------p | Numeral Type=ordinal Number=plural Case=illative Form=roman Owned_Number=plural | 1 |  |
Mo-pxr----s1 | Numeral Type=ordinal Number=plural Case=illative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mo-pxr----s1s | Numeral Type=ordinal Number=plural Case=illative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pxr----s1p | Numeral Type=ordinal Number=plural Case=illative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pxr----s2 | Numeral Type=ordinal Number=plural Case=illative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mo-pxr----s2s | Numeral Type=ordinal Number=plural Case=illative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pxr----s2p | Numeral Type=ordinal Number=plural Case=illative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pxr----s3 | Numeral Type=ordinal Number=plural Case=illative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mo-pxr----s3s | Numeral Type=ordinal Number=plural Case=illative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pxr----s3p | Numeral Type=ordinal Number=plural Case=illative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pxr----p1 | Numeral Type=ordinal Number=plural Case=illative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mo-pxr----p1s | Numeral Type=ordinal Number=plural Case=illative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pxr----p1p | Numeral Type=ordinal Number=plural Case=illative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pxr----p2 | Numeral Type=ordinal Number=plural Case=illative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mo-pxr----p2s | Numeral Type=ordinal Number=plural Case=illative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pxr----p2p | Numeral Type=ordinal Number=plural Case=illative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pxr----p3 | Numeral Type=ordinal Number=plural Case=illative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mo-pxr----p3s | Numeral Type=ordinal Number=plural Case=illative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pxr----p3p | Numeral Type=ordinal Number=plural Case=illative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pxl | Numeral Type=ordinal Number=plural Case=illative Form=letter | 1 |  |
Mo-pxl------s | Numeral Type=ordinal Number=plural Case=illative Form=letter Owned_Number=singular | 1 |  |
Mo-pxl------p | Numeral Type=ordinal Number=plural Case=illative Form=letter Owned_Number=plural | 1 |  |
Mo-pxl----s1 | Numeral Type=ordinal Number=plural Case=illative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mo-pxl----s1s | Numeral Type=ordinal Number=plural Case=illative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pxl----s1p | Numeral Type=ordinal Number=plural Case=illative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pxl----s2 | Numeral Type=ordinal Number=plural Case=illative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mo-pxl----s2s | Numeral Type=ordinal Number=plural Case=illative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pxl----s2p | Numeral Type=ordinal Number=plural Case=illative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pxl----s3 | Numeral Type=ordinal Number=plural Case=illative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mo-pxl----s3s | Numeral Type=ordinal Number=plural Case=illative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pxl----s3p | Numeral Type=ordinal Number=plural Case=illative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pxl----p1 | Numeral Type=ordinal Number=plural Case=illative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mo-pxl----p1s | Numeral Type=ordinal Number=plural Case=illative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pxl----p1p | Numeral Type=ordinal Number=plural Case=illative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pxl----p2 | Numeral Type=ordinal Number=plural Case=illative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mo-pxl----p2s | Numeral Type=ordinal Number=plural Case=illative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pxl----p2p | Numeral Type=ordinal Number=plural Case=illative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pxl----p3 | Numeral Type=ordinal Number=plural Case=illative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mo-pxl----p3s | Numeral Type=ordinal Number=plural Case=illative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pxl----p3p | Numeral Type=ordinal Number=plural Case=illative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-p2d | Numeral Type=ordinal Number=plural Case=inessive Form=digit | 1 |  |
Mo-p2d------s | Numeral Type=ordinal Number=plural Case=inessive Form=digit Owned_Number=singular | 1 |  |
Mo-p2d------p | Numeral Type=ordinal Number=plural Case=inessive Form=digit Owned_Number=plural | 1 |  |
Mo-p2d----s1 | Numeral Type=ordinal Number=plural Case=inessive Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mo-p2d----s1s | Numeral Type=ordinal Number=plural Case=inessive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-p2d----s1p | Numeral Type=ordinal Number=plural Case=inessive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-p2d----s2 | Numeral Type=ordinal Number=plural Case=inessive Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mo-p2d----s2s | Numeral Type=ordinal Number=plural Case=inessive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-p2d----s2p | Numeral Type=ordinal Number=plural Case=inessive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-p2d----s3 | Numeral Type=ordinal Number=plural Case=inessive Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mo-p2d----s3s | Numeral Type=ordinal Number=plural Case=inessive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-p2d----s3p | Numeral Type=ordinal Number=plural Case=inessive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-p2d----p1 | Numeral Type=ordinal Number=plural Case=inessive Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mo-p2d----p1s | Numeral Type=ordinal Number=plural Case=inessive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-p2d----p1p | Numeral Type=ordinal Number=plural Case=inessive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-p2d----p2 | Numeral Type=ordinal Number=plural Case=inessive Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mo-p2d----p2s | Numeral Type=ordinal Number=plural Case=inessive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-p2d----p2p | Numeral Type=ordinal Number=plural Case=inessive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-p2d----p3 | Numeral Type=ordinal Number=plural Case=inessive Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mo-p2d----p3s | Numeral Type=ordinal Number=plural Case=inessive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-p2d----p3p | Numeral Type=ordinal Number=plural Case=inessive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-p2r | Numeral Type=ordinal Number=plural Case=inessive Form=roman | 1 |  |
Mo-p2r------s | Numeral Type=ordinal Number=plural Case=inessive Form=roman Owned_Number=singular | 1 |  |
Mo-p2r------p | Numeral Type=ordinal Number=plural Case=inessive Form=roman Owned_Number=plural | 1 |  |
Mo-p2r----s1 | Numeral Type=ordinal Number=plural Case=inessive Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mo-p2r----s1s | Numeral Type=ordinal Number=plural Case=inessive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-p2r----s1p | Numeral Type=ordinal Number=plural Case=inessive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-p2r----s2 | Numeral Type=ordinal Number=plural Case=inessive Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mo-p2r----s2s | Numeral Type=ordinal Number=plural Case=inessive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-p2r----s2p | Numeral Type=ordinal Number=plural Case=inessive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-p2r----s3 | Numeral Type=ordinal Number=plural Case=inessive Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mo-p2r----s3s | Numeral Type=ordinal Number=plural Case=inessive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-p2r----s3p | Numeral Type=ordinal Number=plural Case=inessive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-p2r----p1 | Numeral Type=ordinal Number=plural Case=inessive Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mo-p2r----p1s | Numeral Type=ordinal Number=plural Case=inessive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-p2r----p1p | Numeral Type=ordinal Number=plural Case=inessive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-p2r----p2 | Numeral Type=ordinal Number=plural Case=inessive Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mo-p2r----p2s | Numeral Type=ordinal Number=plural Case=inessive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-p2r----p2p | Numeral Type=ordinal Number=plural Case=inessive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-p2r----p3 | Numeral Type=ordinal Number=plural Case=inessive Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mo-p2r----p3s | Numeral Type=ordinal Number=plural Case=inessive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-p2r----p3p | Numeral Type=ordinal Number=plural Case=inessive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-p2l | Numeral Type=ordinal Number=plural Case=inessive Form=letter | 1 |  |
Mo-p2l------s | Numeral Type=ordinal Number=plural Case=inessive Form=letter Owned_Number=singular | 1 |  |
Mo-p2l------p | Numeral Type=ordinal Number=plural Case=inessive Form=letter Owned_Number=plural | 1 |  |
Mo-p2l----s1 | Numeral Type=ordinal Number=plural Case=inessive Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mo-p2l----s1s | Numeral Type=ordinal Number=plural Case=inessive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-p2l----s1p | Numeral Type=ordinal Number=plural Case=inessive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-p2l----s2 | Numeral Type=ordinal Number=plural Case=inessive Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mo-p2l----s2s | Numeral Type=ordinal Number=plural Case=inessive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-p2l----s2p | Numeral Type=ordinal Number=plural Case=inessive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-p2l----s3 | Numeral Type=ordinal Number=plural Case=inessive Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mo-p2l----s3s | Numeral Type=ordinal Number=plural Case=inessive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-p2l----s3p | Numeral Type=ordinal Number=plural Case=inessive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-p2l----p1 | Numeral Type=ordinal Number=plural Case=inessive Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mo-p2l----p1s | Numeral Type=ordinal Number=plural Case=inessive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-p2l----p1p | Numeral Type=ordinal Number=plural Case=inessive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-p2l----p2 | Numeral Type=ordinal Number=plural Case=inessive Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mo-p2l----p2s | Numeral Type=ordinal Number=plural Case=inessive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-p2l----p2p | Numeral Type=ordinal Number=plural Case=inessive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-p2l----p3 | Numeral Type=ordinal Number=plural Case=inessive Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mo-p2l----p3s | Numeral Type=ordinal Number=plural Case=inessive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-p2l----p3p | Numeral Type=ordinal Number=plural Case=inessive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-ped | Numeral Type=ordinal Number=plural Case=elative Form=digit | 1 |  |
Mo-ped------s | Numeral Type=ordinal Number=plural Case=elative Form=digit Owned_Number=singular | 1 |  |
Mo-ped------p | Numeral Type=ordinal Number=plural Case=elative Form=digit Owned_Number=plural | 1 |  |
Mo-ped----s1 | Numeral Type=ordinal Number=plural Case=elative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mo-ped----s1s | Numeral Type=ordinal Number=plural Case=elative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-ped----s1p | Numeral Type=ordinal Number=plural Case=elative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-ped----s2 | Numeral Type=ordinal Number=plural Case=elative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mo-ped----s2s | Numeral Type=ordinal Number=plural Case=elative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-ped----s2p | Numeral Type=ordinal Number=plural Case=elative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-ped----s3 | Numeral Type=ordinal Number=plural Case=elative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mo-ped----s3s | Numeral Type=ordinal Number=plural Case=elative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-ped----s3p | Numeral Type=ordinal Number=plural Case=elative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-ped----p1 | Numeral Type=ordinal Number=plural Case=elative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mo-ped----p1s | Numeral Type=ordinal Number=plural Case=elative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-ped----p1p | Numeral Type=ordinal Number=plural Case=elative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-ped----p2 | Numeral Type=ordinal Number=plural Case=elative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mo-ped----p2s | Numeral Type=ordinal Number=plural Case=elative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-ped----p2p | Numeral Type=ordinal Number=plural Case=elative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-ped----p3 | Numeral Type=ordinal Number=plural Case=elative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mo-ped----p3s | Numeral Type=ordinal Number=plural Case=elative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-ped----p3p | Numeral Type=ordinal Number=plural Case=elative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-per | Numeral Type=ordinal Number=plural Case=elative Form=roman | 1 |  |
Mo-per------s | Numeral Type=ordinal Number=plural Case=elative Form=roman Owned_Number=singular | 1 |  |
Mo-per------p | Numeral Type=ordinal Number=plural Case=elative Form=roman Owned_Number=plural | 1 |  |
Mo-per----s1 | Numeral Type=ordinal Number=plural Case=elative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mo-per----s1s | Numeral Type=ordinal Number=plural Case=elative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-per----s1p | Numeral Type=ordinal Number=plural Case=elative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-per----s2 | Numeral Type=ordinal Number=plural Case=elative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mo-per----s2s | Numeral Type=ordinal Number=plural Case=elative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-per----s2p | Numeral Type=ordinal Number=plural Case=elative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-per----s3 | Numeral Type=ordinal Number=plural Case=elative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mo-per----s3s | Numeral Type=ordinal Number=plural Case=elative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-per----s3p | Numeral Type=ordinal Number=plural Case=elative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-per----p1 | Numeral Type=ordinal Number=plural Case=elative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mo-per----p1s | Numeral Type=ordinal Number=plural Case=elative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-per----p1p | Numeral Type=ordinal Number=plural Case=elative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-per----p2 | Numeral Type=ordinal Number=plural Case=elative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mo-per----p2s | Numeral Type=ordinal Number=plural Case=elative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-per----p2p | Numeral Type=ordinal Number=plural Case=elative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-per----p3 | Numeral Type=ordinal Number=plural Case=elative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mo-per----p3s | Numeral Type=ordinal Number=plural Case=elative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-per----p3p | Numeral Type=ordinal Number=plural Case=elative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pel | Numeral Type=ordinal Number=plural Case=elative Form=letter | 1 |  |
Mo-pel------s | Numeral Type=ordinal Number=plural Case=elative Form=letter Owned_Number=singular | 1 |  |
Mo-pel------p | Numeral Type=ordinal Number=plural Case=elative Form=letter Owned_Number=plural | 1 |  |
Mo-pel----s1 | Numeral Type=ordinal Number=plural Case=elative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mo-pel----s1s | Numeral Type=ordinal Number=plural Case=elative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pel----s1p | Numeral Type=ordinal Number=plural Case=elative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pel----s2 | Numeral Type=ordinal Number=plural Case=elative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mo-pel----s2s | Numeral Type=ordinal Number=plural Case=elative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pel----s2p | Numeral Type=ordinal Number=plural Case=elative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pel----s3 | Numeral Type=ordinal Number=plural Case=elative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mo-pel----s3s | Numeral Type=ordinal Number=plural Case=elative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pel----s3p | Numeral Type=ordinal Number=plural Case=elative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pel----p1 | Numeral Type=ordinal Number=plural Case=elative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mo-pel----p1s | Numeral Type=ordinal Number=plural Case=elative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pel----p1p | Numeral Type=ordinal Number=plural Case=elative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pel----p2 | Numeral Type=ordinal Number=plural Case=elative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mo-pel----p2s | Numeral Type=ordinal Number=plural Case=elative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pel----p2p | Numeral Type=ordinal Number=plural Case=elative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pel----p3 | Numeral Type=ordinal Number=plural Case=elative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mo-pel----p3s | Numeral Type=ordinal Number=plural Case=elative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pel----p3p | Numeral Type=ordinal Number=plural Case=elative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-ptd | Numeral Type=ordinal Number=plural Case=allative Form=digit | 1 |  |
Mo-ptd------s | Numeral Type=ordinal Number=plural Case=allative Form=digit Owned_Number=singular | 1 |  |
Mo-ptd------p | Numeral Type=ordinal Number=plural Case=allative Form=digit Owned_Number=plural | 1 |  |
Mo-ptd----s1 | Numeral Type=ordinal Number=plural Case=allative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mo-ptd----s1s | Numeral Type=ordinal Number=plural Case=allative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-ptd----s1p | Numeral Type=ordinal Number=plural Case=allative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-ptd----s2 | Numeral Type=ordinal Number=plural Case=allative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mo-ptd----s2s | Numeral Type=ordinal Number=plural Case=allative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-ptd----s2p | Numeral Type=ordinal Number=plural Case=allative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-ptd----s3 | Numeral Type=ordinal Number=plural Case=allative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mo-ptd----s3s | Numeral Type=ordinal Number=plural Case=allative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-ptd----s3p | Numeral Type=ordinal Number=plural Case=allative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-ptd----p1 | Numeral Type=ordinal Number=plural Case=allative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mo-ptd----p1s | Numeral Type=ordinal Number=plural Case=allative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-ptd----p1p | Numeral Type=ordinal Number=plural Case=allative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-ptd----p2 | Numeral Type=ordinal Number=plural Case=allative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mo-ptd----p2s | Numeral Type=ordinal Number=plural Case=allative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-ptd----p2p | Numeral Type=ordinal Number=plural Case=allative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-ptd----p3 | Numeral Type=ordinal Number=plural Case=allative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mo-ptd----p3s | Numeral Type=ordinal Number=plural Case=allative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-ptd----p3p | Numeral Type=ordinal Number=plural Case=allative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-ptr | Numeral Type=ordinal Number=plural Case=allative Form=roman | 1 |  |
Mo-ptr------s | Numeral Type=ordinal Number=plural Case=allative Form=roman Owned_Number=singular | 1 |  |
Mo-ptr------p | Numeral Type=ordinal Number=plural Case=allative Form=roman Owned_Number=plural | 1 |  |
Mo-ptr----s1 | Numeral Type=ordinal Number=plural Case=allative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mo-ptr----s1s | Numeral Type=ordinal Number=plural Case=allative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-ptr----s1p | Numeral Type=ordinal Number=plural Case=allative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-ptr----s2 | Numeral Type=ordinal Number=plural Case=allative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mo-ptr----s2s | Numeral Type=ordinal Number=plural Case=allative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-ptr----s2p | Numeral Type=ordinal Number=plural Case=allative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-ptr----s3 | Numeral Type=ordinal Number=plural Case=allative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mo-ptr----s3s | Numeral Type=ordinal Number=plural Case=allative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-ptr----s3p | Numeral Type=ordinal Number=plural Case=allative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-ptr----p1 | Numeral Type=ordinal Number=plural Case=allative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mo-ptr----p1s | Numeral Type=ordinal Number=plural Case=allative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-ptr----p1p | Numeral Type=ordinal Number=plural Case=allative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-ptr----p2 | Numeral Type=ordinal Number=plural Case=allative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mo-ptr----p2s | Numeral Type=ordinal Number=plural Case=allative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-ptr----p2p | Numeral Type=ordinal Number=plural Case=allative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-ptr----p3 | Numeral Type=ordinal Number=plural Case=allative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mo-ptr----p3s | Numeral Type=ordinal Number=plural Case=allative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-ptr----p3p | Numeral Type=ordinal Number=plural Case=allative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-ptl | Numeral Type=ordinal Number=plural Case=allative Form=letter | 1 |  |
Mo-ptl------s | Numeral Type=ordinal Number=plural Case=allative Form=letter Owned_Number=singular | 1 |  |
Mo-ptl------p | Numeral Type=ordinal Number=plural Case=allative Form=letter Owned_Number=plural | 1 |  |
Mo-ptl----s1 | Numeral Type=ordinal Number=plural Case=allative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mo-ptl----s1s | Numeral Type=ordinal Number=plural Case=allative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-ptl----s1p | Numeral Type=ordinal Number=plural Case=allative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-ptl----s2 | Numeral Type=ordinal Number=plural Case=allative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mo-ptl----s2s | Numeral Type=ordinal Number=plural Case=allative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-ptl----s2p | Numeral Type=ordinal Number=plural Case=allative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-ptl----s3 | Numeral Type=ordinal Number=plural Case=allative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mo-ptl----s3s | Numeral Type=ordinal Number=plural Case=allative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-ptl----s3p | Numeral Type=ordinal Number=plural Case=allative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-ptl----p1 | Numeral Type=ordinal Number=plural Case=allative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mo-ptl----p1s | Numeral Type=ordinal Number=plural Case=allative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-ptl----p1p | Numeral Type=ordinal Number=plural Case=allative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-ptl----p2 | Numeral Type=ordinal Number=plural Case=allative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mo-ptl----p2s | Numeral Type=ordinal Number=plural Case=allative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-ptl----p2p | Numeral Type=ordinal Number=plural Case=allative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-ptl----p3 | Numeral Type=ordinal Number=plural Case=allative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mo-ptl----p3s | Numeral Type=ordinal Number=plural Case=allative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-ptl----p3p | Numeral Type=ordinal Number=plural Case=allative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-p3d | Numeral Type=ordinal Number=plural Case=adessive Form=digit | 1 |  |
Mo-p3d------s | Numeral Type=ordinal Number=plural Case=adessive Form=digit Owned_Number=singular | 1 |  |
Mo-p3d------p | Numeral Type=ordinal Number=plural Case=adessive Form=digit Owned_Number=plural | 1 |  |
Mo-p3d----s1 | Numeral Type=ordinal Number=plural Case=adessive Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mo-p3d----s1s | Numeral Type=ordinal Number=plural Case=adessive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-p3d----s1p | Numeral Type=ordinal Number=plural Case=adessive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-p3d----s2 | Numeral Type=ordinal Number=plural Case=adessive Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mo-p3d----s2s | Numeral Type=ordinal Number=plural Case=adessive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-p3d----s2p | Numeral Type=ordinal Number=plural Case=adessive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-p3d----s3 | Numeral Type=ordinal Number=plural Case=adessive Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mo-p3d----s3s | Numeral Type=ordinal Number=plural Case=adessive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-p3d----s3p | Numeral Type=ordinal Number=plural Case=adessive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-p3d----p1 | Numeral Type=ordinal Number=plural Case=adessive Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mo-p3d----p1s | Numeral Type=ordinal Number=plural Case=adessive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-p3d----p1p | Numeral Type=ordinal Number=plural Case=adessive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-p3d----p2 | Numeral Type=ordinal Number=plural Case=adessive Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mo-p3d----p2s | Numeral Type=ordinal Number=plural Case=adessive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-p3d----p2p | Numeral Type=ordinal Number=plural Case=adessive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-p3d----p3 | Numeral Type=ordinal Number=plural Case=adessive Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mo-p3d----p3s | Numeral Type=ordinal Number=plural Case=adessive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-p3d----p3p | Numeral Type=ordinal Number=plural Case=adessive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-p3r | Numeral Type=ordinal Number=plural Case=adessive Form=roman | 1 |  |
Mo-p3r------s | Numeral Type=ordinal Number=plural Case=adessive Form=roman Owned_Number=singular | 1 |  |
Mo-p3r------p | Numeral Type=ordinal Number=plural Case=adessive Form=roman Owned_Number=plural | 1 |  |
Mo-p3r----s1 | Numeral Type=ordinal Number=plural Case=adessive Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mo-p3r----s1s | Numeral Type=ordinal Number=plural Case=adessive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-p3r----s1p | Numeral Type=ordinal Number=plural Case=adessive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-p3r----s2 | Numeral Type=ordinal Number=plural Case=adessive Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mo-p3r----s2s | Numeral Type=ordinal Number=plural Case=adessive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-p3r----s2p | Numeral Type=ordinal Number=plural Case=adessive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-p3r----s3 | Numeral Type=ordinal Number=plural Case=adessive Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mo-p3r----s3s | Numeral Type=ordinal Number=plural Case=adessive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-p3r----s3p | Numeral Type=ordinal Number=plural Case=adessive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-p3r----p1 | Numeral Type=ordinal Number=plural Case=adessive Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mo-p3r----p1s | Numeral Type=ordinal Number=plural Case=adessive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-p3r----p1p | Numeral Type=ordinal Number=plural Case=adessive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-p3r----p2 | Numeral Type=ordinal Number=plural Case=adessive Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mo-p3r----p2s | Numeral Type=ordinal Number=plural Case=adessive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-p3r----p2p | Numeral Type=ordinal Number=plural Case=adessive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-p3r----p3 | Numeral Type=ordinal Number=plural Case=adessive Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mo-p3r----p3s | Numeral Type=ordinal Number=plural Case=adessive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-p3r----p3p | Numeral Type=ordinal Number=plural Case=adessive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-p3l | Numeral Type=ordinal Number=plural Case=adessive Form=letter | 1 |  |
Mo-p3l------s | Numeral Type=ordinal Number=plural Case=adessive Form=letter Owned_Number=singular | 1 |  |
Mo-p3l------p | Numeral Type=ordinal Number=plural Case=adessive Form=letter Owned_Number=plural | 1 |  |
Mo-p3l----s1 | Numeral Type=ordinal Number=plural Case=adessive Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mo-p3l----s1s | Numeral Type=ordinal Number=plural Case=adessive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-p3l----s1p | Numeral Type=ordinal Number=plural Case=adessive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-p3l----s2 | Numeral Type=ordinal Number=plural Case=adessive Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mo-p3l----s2s | Numeral Type=ordinal Number=plural Case=adessive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-p3l----s2p | Numeral Type=ordinal Number=plural Case=adessive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-p3l----s3 | Numeral Type=ordinal Number=plural Case=adessive Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mo-p3l----s3s | Numeral Type=ordinal Number=plural Case=adessive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-p3l----s3p | Numeral Type=ordinal Number=plural Case=adessive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-p3l----p1 | Numeral Type=ordinal Number=plural Case=adessive Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mo-p3l----p1s | Numeral Type=ordinal Number=plural Case=adessive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-p3l----p1p | Numeral Type=ordinal Number=plural Case=adessive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-p3l----p2 | Numeral Type=ordinal Number=plural Case=adessive Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mo-p3l----p2s | Numeral Type=ordinal Number=plural Case=adessive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-p3l----p2p | Numeral Type=ordinal Number=plural Case=adessive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-p3l----p3 | Numeral Type=ordinal Number=plural Case=adessive Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mo-p3l----p3s | Numeral Type=ordinal Number=plural Case=adessive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-p3l----p3p | Numeral Type=ordinal Number=plural Case=adessive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pbd | Numeral Type=ordinal Number=plural Case=ablative Form=digit | 1 |  |
Mo-pbd------s | Numeral Type=ordinal Number=plural Case=ablative Form=digit Owned_Number=singular | 1 |  |
Mo-pbd------p | Numeral Type=ordinal Number=plural Case=ablative Form=digit Owned_Number=plural | 1 |  |
Mo-pbd----s1 | Numeral Type=ordinal Number=plural Case=ablative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mo-pbd----s1s | Numeral Type=ordinal Number=plural Case=ablative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pbd----s1p | Numeral Type=ordinal Number=plural Case=ablative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pbd----s2 | Numeral Type=ordinal Number=plural Case=ablative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mo-pbd----s2s | Numeral Type=ordinal Number=plural Case=ablative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pbd----s2p | Numeral Type=ordinal Number=plural Case=ablative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pbd----s3 | Numeral Type=ordinal Number=plural Case=ablative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mo-pbd----s3s | Numeral Type=ordinal Number=plural Case=ablative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pbd----s3p | Numeral Type=ordinal Number=plural Case=ablative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pbd----p1 | Numeral Type=ordinal Number=plural Case=ablative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mo-pbd----p1s | Numeral Type=ordinal Number=plural Case=ablative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pbd----p1p | Numeral Type=ordinal Number=plural Case=ablative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pbd----p2 | Numeral Type=ordinal Number=plural Case=ablative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mo-pbd----p2s | Numeral Type=ordinal Number=plural Case=ablative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pbd----p2p | Numeral Type=ordinal Number=plural Case=ablative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pbd----p3 | Numeral Type=ordinal Number=plural Case=ablative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mo-pbd----p3s | Numeral Type=ordinal Number=plural Case=ablative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pbd----p3p | Numeral Type=ordinal Number=plural Case=ablative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pbr | Numeral Type=ordinal Number=plural Case=ablative Form=roman | 1 |  |
Mo-pbr------s | Numeral Type=ordinal Number=plural Case=ablative Form=roman Owned_Number=singular | 1 |  |
Mo-pbr------p | Numeral Type=ordinal Number=plural Case=ablative Form=roman Owned_Number=plural | 1 |  |
Mo-pbr----s1 | Numeral Type=ordinal Number=plural Case=ablative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mo-pbr----s1s | Numeral Type=ordinal Number=plural Case=ablative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pbr----s1p | Numeral Type=ordinal Number=plural Case=ablative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pbr----s2 | Numeral Type=ordinal Number=plural Case=ablative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mo-pbr----s2s | Numeral Type=ordinal Number=plural Case=ablative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pbr----s2p | Numeral Type=ordinal Number=plural Case=ablative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pbr----s3 | Numeral Type=ordinal Number=plural Case=ablative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mo-pbr----s3s | Numeral Type=ordinal Number=plural Case=ablative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pbr----s3p | Numeral Type=ordinal Number=plural Case=ablative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pbr----p1 | Numeral Type=ordinal Number=plural Case=ablative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mo-pbr----p1s | Numeral Type=ordinal Number=plural Case=ablative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pbr----p1p | Numeral Type=ordinal Number=plural Case=ablative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pbr----p2 | Numeral Type=ordinal Number=plural Case=ablative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mo-pbr----p2s | Numeral Type=ordinal Number=plural Case=ablative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pbr----p2p | Numeral Type=ordinal Number=plural Case=ablative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pbr----p3 | Numeral Type=ordinal Number=plural Case=ablative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mo-pbr----p3s | Numeral Type=ordinal Number=plural Case=ablative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pbr----p3p | Numeral Type=ordinal Number=plural Case=ablative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pbl | Numeral Type=ordinal Number=plural Case=ablative Form=letter | 1 |  |
Mo-pbl------s | Numeral Type=ordinal Number=plural Case=ablative Form=letter Owned_Number=singular | 1 |  |
Mo-pbl------p | Numeral Type=ordinal Number=plural Case=ablative Form=letter Owned_Number=plural | 1 |  |
Mo-pbl----s1 | Numeral Type=ordinal Number=plural Case=ablative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mo-pbl----s1s | Numeral Type=ordinal Number=plural Case=ablative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pbl----s1p | Numeral Type=ordinal Number=plural Case=ablative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pbl----s2 | Numeral Type=ordinal Number=plural Case=ablative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mo-pbl----s2s | Numeral Type=ordinal Number=plural Case=ablative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pbl----s2p | Numeral Type=ordinal Number=plural Case=ablative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pbl----s3 | Numeral Type=ordinal Number=plural Case=ablative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mo-pbl----s3s | Numeral Type=ordinal Number=plural Case=ablative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pbl----s3p | Numeral Type=ordinal Number=plural Case=ablative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pbl----p1 | Numeral Type=ordinal Number=plural Case=ablative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mo-pbl----p1s | Numeral Type=ordinal Number=plural Case=ablative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pbl----p1p | Numeral Type=ordinal Number=plural Case=ablative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pbl----p2 | Numeral Type=ordinal Number=plural Case=ablative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mo-pbl----p2s | Numeral Type=ordinal Number=plural Case=ablative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pbl----p2p | Numeral Type=ordinal Number=plural Case=ablative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pbl----p3 | Numeral Type=ordinal Number=plural Case=ablative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mo-pbl----p3s | Numeral Type=ordinal Number=plural Case=ablative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pbl----p3p | Numeral Type=ordinal Number=plural Case=ablative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-p9d | Numeral Type=ordinal Number=plural Case=terminative Form=digit | 1 |  |
Mo-p9d------s | Numeral Type=ordinal Number=plural Case=terminative Form=digit Owned_Number=singular | 1 |  |
Mo-p9d------p | Numeral Type=ordinal Number=plural Case=terminative Form=digit Owned_Number=plural | 1 |  |
Mo-p9d----s1 | Numeral Type=ordinal Number=plural Case=terminative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mo-p9d----s1s | Numeral Type=ordinal Number=plural Case=terminative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-p9d----s1p | Numeral Type=ordinal Number=plural Case=terminative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-p9d----s2 | Numeral Type=ordinal Number=plural Case=terminative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mo-p9d----s2s | Numeral Type=ordinal Number=plural Case=terminative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-p9d----s2p | Numeral Type=ordinal Number=plural Case=terminative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-p9d----s3 | Numeral Type=ordinal Number=plural Case=terminative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mo-p9d----s3s | Numeral Type=ordinal Number=plural Case=terminative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-p9d----s3p | Numeral Type=ordinal Number=plural Case=terminative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-p9d----p1 | Numeral Type=ordinal Number=plural Case=terminative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mo-p9d----p1s | Numeral Type=ordinal Number=plural Case=terminative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-p9d----p1p | Numeral Type=ordinal Number=plural Case=terminative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-p9d----p2 | Numeral Type=ordinal Number=plural Case=terminative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mo-p9d----p2s | Numeral Type=ordinal Number=plural Case=terminative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-p9d----p2p | Numeral Type=ordinal Number=plural Case=terminative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-p9d----p3 | Numeral Type=ordinal Number=plural Case=terminative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mo-p9d----p3s | Numeral Type=ordinal Number=plural Case=terminative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-p9d----p3p | Numeral Type=ordinal Number=plural Case=terminative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-p9r | Numeral Type=ordinal Number=plural Case=terminative Form=roman | 1 |  |
Mo-p9r------s | Numeral Type=ordinal Number=plural Case=terminative Form=roman Owned_Number=singular | 1 |  |
Mo-p9r------p | Numeral Type=ordinal Number=plural Case=terminative Form=roman Owned_Number=plural | 1 |  |
Mo-p9r----s1 | Numeral Type=ordinal Number=plural Case=terminative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mo-p9r----s1s | Numeral Type=ordinal Number=plural Case=terminative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-p9r----s1p | Numeral Type=ordinal Number=plural Case=terminative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-p9r----s2 | Numeral Type=ordinal Number=plural Case=terminative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mo-p9r----s2s | Numeral Type=ordinal Number=plural Case=terminative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-p9r----s2p | Numeral Type=ordinal Number=plural Case=terminative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-p9r----s3 | Numeral Type=ordinal Number=plural Case=terminative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mo-p9r----s3s | Numeral Type=ordinal Number=plural Case=terminative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-p9r----s3p | Numeral Type=ordinal Number=plural Case=terminative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-p9r----p1 | Numeral Type=ordinal Number=plural Case=terminative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mo-p9r----p1s | Numeral Type=ordinal Number=plural Case=terminative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-p9r----p1p | Numeral Type=ordinal Number=plural Case=terminative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-p9r----p2 | Numeral Type=ordinal Number=plural Case=terminative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mo-p9r----p2s | Numeral Type=ordinal Number=plural Case=terminative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-p9r----p2p | Numeral Type=ordinal Number=plural Case=terminative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-p9r----p3 | Numeral Type=ordinal Number=plural Case=terminative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mo-p9r----p3s | Numeral Type=ordinal Number=plural Case=terminative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-p9r----p3p | Numeral Type=ordinal Number=plural Case=terminative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-p9l | Numeral Type=ordinal Number=plural Case=terminative Form=letter | 1 |  |
Mo-p9l------s | Numeral Type=ordinal Number=plural Case=terminative Form=letter Owned_Number=singular | 1 |  |
Mo-p9l------p | Numeral Type=ordinal Number=plural Case=terminative Form=letter Owned_Number=plural | 1 |  |
Mo-p9l----s1 | Numeral Type=ordinal Number=plural Case=terminative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mo-p9l----s1s | Numeral Type=ordinal Number=plural Case=terminative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-p9l----s1p | Numeral Type=ordinal Number=plural Case=terminative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-p9l----s2 | Numeral Type=ordinal Number=plural Case=terminative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mo-p9l----s2s | Numeral Type=ordinal Number=plural Case=terminative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-p9l----s2p | Numeral Type=ordinal Number=plural Case=terminative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-p9l----s3 | Numeral Type=ordinal Number=plural Case=terminative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mo-p9l----s3s | Numeral Type=ordinal Number=plural Case=terminative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-p9l----s3p | Numeral Type=ordinal Number=plural Case=terminative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-p9l----p1 | Numeral Type=ordinal Number=plural Case=terminative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mo-p9l----p1s | Numeral Type=ordinal Number=plural Case=terminative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-p9l----p1p | Numeral Type=ordinal Number=plural Case=terminative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-p9l----p2 | Numeral Type=ordinal Number=plural Case=terminative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mo-p9l----p2s | Numeral Type=ordinal Number=plural Case=terminative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-p9l----p2p | Numeral Type=ordinal Number=plural Case=terminative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-p9l----p3 | Numeral Type=ordinal Number=plural Case=terminative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mo-p9l----p3s | Numeral Type=ordinal Number=plural Case=terminative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-p9l----p3p | Numeral Type=ordinal Number=plural Case=terminative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pmd | Numeral Type=ordinal Number=plural Case=temporalis Form=digit | 1 |  |
Mo-pmd------s | Numeral Type=ordinal Number=plural Case=temporalis Form=digit Owned_Number=singular | 1 |  |
Mo-pmd------p | Numeral Type=ordinal Number=plural Case=temporalis Form=digit Owned_Number=plural | 1 |  |
Mo-pmd----s1 | Numeral Type=ordinal Number=plural Case=temporalis Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mo-pmd----s1s | Numeral Type=ordinal Number=plural Case=temporalis Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pmd----s1p | Numeral Type=ordinal Number=plural Case=temporalis Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pmd----s2 | Numeral Type=ordinal Number=plural Case=temporalis Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mo-pmd----s2s | Numeral Type=ordinal Number=plural Case=temporalis Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pmd----s2p | Numeral Type=ordinal Number=plural Case=temporalis Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pmd----s3 | Numeral Type=ordinal Number=plural Case=temporalis Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mo-pmd----s3s | Numeral Type=ordinal Number=plural Case=temporalis Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pmd----s3p | Numeral Type=ordinal Number=plural Case=temporalis Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pmd----p1 | Numeral Type=ordinal Number=plural Case=temporalis Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mo-pmd----p1s | Numeral Type=ordinal Number=plural Case=temporalis Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pmd----p1p | Numeral Type=ordinal Number=plural Case=temporalis Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pmd----p2 | Numeral Type=ordinal Number=plural Case=temporalis Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mo-pmd----p2s | Numeral Type=ordinal Number=plural Case=temporalis Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pmd----p2p | Numeral Type=ordinal Number=plural Case=temporalis Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pmd----p3 | Numeral Type=ordinal Number=plural Case=temporalis Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mo-pmd----p3s | Numeral Type=ordinal Number=plural Case=temporalis Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pmd----p3p | Numeral Type=ordinal Number=plural Case=temporalis Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pmr | Numeral Type=ordinal Number=plural Case=temporalis Form=roman | 1 |  |
Mo-pmr------s | Numeral Type=ordinal Number=plural Case=temporalis Form=roman Owned_Number=singular | 1 |  |
Mo-pmr------p | Numeral Type=ordinal Number=plural Case=temporalis Form=roman Owned_Number=plural | 1 |  |
Mo-pmr----s1 | Numeral Type=ordinal Number=plural Case=temporalis Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mo-pmr----s1s | Numeral Type=ordinal Number=plural Case=temporalis Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pmr----s1p | Numeral Type=ordinal Number=plural Case=temporalis Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pmr----s2 | Numeral Type=ordinal Number=plural Case=temporalis Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mo-pmr----s2s | Numeral Type=ordinal Number=plural Case=temporalis Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pmr----s2p | Numeral Type=ordinal Number=plural Case=temporalis Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pmr----s3 | Numeral Type=ordinal Number=plural Case=temporalis Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mo-pmr----s3s | Numeral Type=ordinal Number=plural Case=temporalis Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pmr----s3p | Numeral Type=ordinal Number=plural Case=temporalis Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pmr----p1 | Numeral Type=ordinal Number=plural Case=temporalis Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mo-pmr----p1s | Numeral Type=ordinal Number=plural Case=temporalis Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pmr----p1p | Numeral Type=ordinal Number=plural Case=temporalis Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pmr----p2 | Numeral Type=ordinal Number=plural Case=temporalis Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mo-pmr----p2s | Numeral Type=ordinal Number=plural Case=temporalis Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pmr----p2p | Numeral Type=ordinal Number=plural Case=temporalis Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pmr----p3 | Numeral Type=ordinal Number=plural Case=temporalis Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mo-pmr----p3s | Numeral Type=ordinal Number=plural Case=temporalis Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pmr----p3p | Numeral Type=ordinal Number=plural Case=temporalis Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pml | Numeral Type=ordinal Number=plural Case=temporalis Form=letter | 1 |  |
Mo-pml------s | Numeral Type=ordinal Number=plural Case=temporalis Form=letter Owned_Number=singular | 1 |  |
Mo-pml------p | Numeral Type=ordinal Number=plural Case=temporalis Form=letter Owned_Number=plural | 1 |  |
Mo-pml----s1 | Numeral Type=ordinal Number=plural Case=temporalis Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mo-pml----s1s | Numeral Type=ordinal Number=plural Case=temporalis Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pml----s1p | Numeral Type=ordinal Number=plural Case=temporalis Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pml----s2 | Numeral Type=ordinal Number=plural Case=temporalis Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mo-pml----s2s | Numeral Type=ordinal Number=plural Case=temporalis Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pml----s2p | Numeral Type=ordinal Number=plural Case=temporalis Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pml----s3 | Numeral Type=ordinal Number=plural Case=temporalis Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mo-pml----s3s | Numeral Type=ordinal Number=plural Case=temporalis Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pml----s3p | Numeral Type=ordinal Number=plural Case=temporalis Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pml----p1 | Numeral Type=ordinal Number=plural Case=temporalis Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mo-pml----p1s | Numeral Type=ordinal Number=plural Case=temporalis Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pml----p1p | Numeral Type=ordinal Number=plural Case=temporalis Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pml----p2 | Numeral Type=ordinal Number=plural Case=temporalis Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mo-pml----p2s | Numeral Type=ordinal Number=plural Case=temporalis Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pml----p2p | Numeral Type=ordinal Number=plural Case=temporalis Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pml----p3 | Numeral Type=ordinal Number=plural Case=temporalis Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mo-pml----p3s | Numeral Type=ordinal Number=plural Case=temporalis Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pml----p3p | Numeral Type=ordinal Number=plural Case=temporalis Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pcd | Numeral Type=ordinal Number=plural Case=causalis Form=digit | 1 |  |
Mo-pcd------s | Numeral Type=ordinal Number=plural Case=causalis Form=digit Owned_Number=singular | 1 |  |
Mo-pcd------p | Numeral Type=ordinal Number=plural Case=causalis Form=digit Owned_Number=plural | 1 |  |
Mo-pcd----s1 | Numeral Type=ordinal Number=plural Case=causalis Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mo-pcd----s1s | Numeral Type=ordinal Number=plural Case=causalis Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pcd----s1p | Numeral Type=ordinal Number=plural Case=causalis Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pcd----s2 | Numeral Type=ordinal Number=plural Case=causalis Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mo-pcd----s2s | Numeral Type=ordinal Number=plural Case=causalis Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pcd----s2p | Numeral Type=ordinal Number=plural Case=causalis Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pcd----s3 | Numeral Type=ordinal Number=plural Case=causalis Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mo-pcd----s3s | Numeral Type=ordinal Number=plural Case=causalis Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pcd----s3p | Numeral Type=ordinal Number=plural Case=causalis Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pcd----p1 | Numeral Type=ordinal Number=plural Case=causalis Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mo-pcd----p1s | Numeral Type=ordinal Number=plural Case=causalis Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pcd----p1p | Numeral Type=ordinal Number=plural Case=causalis Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pcd----p2 | Numeral Type=ordinal Number=plural Case=causalis Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mo-pcd----p2s | Numeral Type=ordinal Number=plural Case=causalis Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pcd----p2p | Numeral Type=ordinal Number=plural Case=causalis Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pcd----p3 | Numeral Type=ordinal Number=plural Case=causalis Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mo-pcd----p3s | Numeral Type=ordinal Number=plural Case=causalis Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pcd----p3p | Numeral Type=ordinal Number=plural Case=causalis Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pcr | Numeral Type=ordinal Number=plural Case=causalis Form=roman | 1 |  |
Mo-pcr------s | Numeral Type=ordinal Number=plural Case=causalis Form=roman Owned_Number=singular | 1 |  |
Mo-pcr------p | Numeral Type=ordinal Number=plural Case=causalis Form=roman Owned_Number=plural | 1 |  |
Mo-pcr----s1 | Numeral Type=ordinal Number=plural Case=causalis Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mo-pcr----s1s | Numeral Type=ordinal Number=plural Case=causalis Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pcr----s1p | Numeral Type=ordinal Number=plural Case=causalis Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pcr----s2 | Numeral Type=ordinal Number=plural Case=causalis Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mo-pcr----s2s | Numeral Type=ordinal Number=plural Case=causalis Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pcr----s2p | Numeral Type=ordinal Number=plural Case=causalis Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pcr----s3 | Numeral Type=ordinal Number=plural Case=causalis Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mo-pcr----s3s | Numeral Type=ordinal Number=plural Case=causalis Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pcr----s3p | Numeral Type=ordinal Number=plural Case=causalis Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pcr----p1 | Numeral Type=ordinal Number=plural Case=causalis Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mo-pcr----p1s | Numeral Type=ordinal Number=plural Case=causalis Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pcr----p1p | Numeral Type=ordinal Number=plural Case=causalis Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pcr----p2 | Numeral Type=ordinal Number=plural Case=causalis Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mo-pcr----p2s | Numeral Type=ordinal Number=plural Case=causalis Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pcr----p2p | Numeral Type=ordinal Number=plural Case=causalis Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pcr----p3 | Numeral Type=ordinal Number=plural Case=causalis Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mo-pcr----p3s | Numeral Type=ordinal Number=plural Case=causalis Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pcr----p3p | Numeral Type=ordinal Number=plural Case=causalis Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pcl | Numeral Type=ordinal Number=plural Case=causalis Form=letter | 1 |  |
Mo-pcl------s | Numeral Type=ordinal Number=plural Case=causalis Form=letter Owned_Number=singular | 1 |  |
Mo-pcl------p | Numeral Type=ordinal Number=plural Case=causalis Form=letter Owned_Number=plural | 1 |  |
Mo-pcl----s1 | Numeral Type=ordinal Number=plural Case=causalis Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mo-pcl----s1s | Numeral Type=ordinal Number=plural Case=causalis Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pcl----s1p | Numeral Type=ordinal Number=plural Case=causalis Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pcl----s2 | Numeral Type=ordinal Number=plural Case=causalis Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mo-pcl----s2s | Numeral Type=ordinal Number=plural Case=causalis Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pcl----s2p | Numeral Type=ordinal Number=plural Case=causalis Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pcl----s3 | Numeral Type=ordinal Number=plural Case=causalis Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mo-pcl----s3s | Numeral Type=ordinal Number=plural Case=causalis Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pcl----s3p | Numeral Type=ordinal Number=plural Case=causalis Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pcl----p1 | Numeral Type=ordinal Number=plural Case=causalis Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mo-pcl----p1s | Numeral Type=ordinal Number=plural Case=causalis Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pcl----p1p | Numeral Type=ordinal Number=plural Case=causalis Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pcl----p2 | Numeral Type=ordinal Number=plural Case=causalis Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mo-pcl----p2s | Numeral Type=ordinal Number=plural Case=causalis Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pcl----p2p | Numeral Type=ordinal Number=plural Case=causalis Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pcl----p3 | Numeral Type=ordinal Number=plural Case=causalis Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mo-pcl----p3s | Numeral Type=ordinal Number=plural Case=causalis Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pcl----p3p | Numeral Type=ordinal Number=plural Case=causalis Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-psd | Numeral Type=ordinal Number=plural Case=sublative Form=digit | 1 |  |
Mo-psd------s | Numeral Type=ordinal Number=plural Case=sublative Form=digit Owned_Number=singular | 1 |  |
Mo-psd------p | Numeral Type=ordinal Number=plural Case=sublative Form=digit Owned_Number=plural | 1 |  |
Mo-psd----s1 | Numeral Type=ordinal Number=plural Case=sublative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mo-psd----s1s | Numeral Type=ordinal Number=plural Case=sublative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-psd----s1p | Numeral Type=ordinal Number=plural Case=sublative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-psd----s2 | Numeral Type=ordinal Number=plural Case=sublative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mo-psd----s2s | Numeral Type=ordinal Number=plural Case=sublative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-psd----s2p | Numeral Type=ordinal Number=plural Case=sublative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-psd----s3 | Numeral Type=ordinal Number=plural Case=sublative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mo-psd----s3s | Numeral Type=ordinal Number=plural Case=sublative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-psd----s3p | Numeral Type=ordinal Number=plural Case=sublative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-psd----p1 | Numeral Type=ordinal Number=plural Case=sublative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mo-psd----p1s | Numeral Type=ordinal Number=plural Case=sublative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-psd----p1p | Numeral Type=ordinal Number=plural Case=sublative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-psd----p2 | Numeral Type=ordinal Number=plural Case=sublative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mo-psd----p2s | Numeral Type=ordinal Number=plural Case=sublative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-psd----p2p | Numeral Type=ordinal Number=plural Case=sublative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-psd----p3 | Numeral Type=ordinal Number=plural Case=sublative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mo-psd----p3s | Numeral Type=ordinal Number=plural Case=sublative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-psd----p3p | Numeral Type=ordinal Number=plural Case=sublative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-psr | Numeral Type=ordinal Number=plural Case=sublative Form=roman | 1 |  |
Mo-psr------s | Numeral Type=ordinal Number=plural Case=sublative Form=roman Owned_Number=singular | 1 |  |
Mo-psr------p | Numeral Type=ordinal Number=plural Case=sublative Form=roman Owned_Number=plural | 1 |  |
Mo-psr----s1 | Numeral Type=ordinal Number=plural Case=sublative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mo-psr----s1s | Numeral Type=ordinal Number=plural Case=sublative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-psr----s1p | Numeral Type=ordinal Number=plural Case=sublative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-psr----s2 | Numeral Type=ordinal Number=plural Case=sublative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mo-psr----s2s | Numeral Type=ordinal Number=plural Case=sublative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-psr----s2p | Numeral Type=ordinal Number=plural Case=sublative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-psr----s3 | Numeral Type=ordinal Number=plural Case=sublative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mo-psr----s3s | Numeral Type=ordinal Number=plural Case=sublative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-psr----s3p | Numeral Type=ordinal Number=plural Case=sublative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-psr----p1 | Numeral Type=ordinal Number=plural Case=sublative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mo-psr----p1s | Numeral Type=ordinal Number=plural Case=sublative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-psr----p1p | Numeral Type=ordinal Number=plural Case=sublative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-psr----p2 | Numeral Type=ordinal Number=plural Case=sublative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mo-psr----p2s | Numeral Type=ordinal Number=plural Case=sublative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-psr----p2p | Numeral Type=ordinal Number=plural Case=sublative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-psr----p3 | Numeral Type=ordinal Number=plural Case=sublative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mo-psr----p3s | Numeral Type=ordinal Number=plural Case=sublative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-psr----p3p | Numeral Type=ordinal Number=plural Case=sublative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-psl | Numeral Type=ordinal Number=plural Case=sublative Form=letter | 1 |  |
Mo-psl------s | Numeral Type=ordinal Number=plural Case=sublative Form=letter Owned_Number=singular | 1 |  |
Mo-psl------p | Numeral Type=ordinal Number=plural Case=sublative Form=letter Owned_Number=plural | 1 |  |
Mo-psl----s1 | Numeral Type=ordinal Number=plural Case=sublative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mo-psl----s1s | Numeral Type=ordinal Number=plural Case=sublative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-psl----s1p | Numeral Type=ordinal Number=plural Case=sublative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-psl----s2 | Numeral Type=ordinal Number=plural Case=sublative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mo-psl----s2s | Numeral Type=ordinal Number=plural Case=sublative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-psl----s2p | Numeral Type=ordinal Number=plural Case=sublative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-psl----s3 | Numeral Type=ordinal Number=plural Case=sublative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mo-psl----s3s | Numeral Type=ordinal Number=plural Case=sublative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-psl----s3p | Numeral Type=ordinal Number=plural Case=sublative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-psl----p1 | Numeral Type=ordinal Number=plural Case=sublative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mo-psl----p1s | Numeral Type=ordinal Number=plural Case=sublative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-psl----p1p | Numeral Type=ordinal Number=plural Case=sublative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-psl----p2 | Numeral Type=ordinal Number=plural Case=sublative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mo-psl----p2s | Numeral Type=ordinal Number=plural Case=sublative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-psl----p2p | Numeral Type=ordinal Number=plural Case=sublative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-psl----p3 | Numeral Type=ordinal Number=plural Case=sublative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mo-psl----p3s | Numeral Type=ordinal Number=plural Case=sublative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-psl----p3p | Numeral Type=ordinal Number=plural Case=sublative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-phd | Numeral Type=ordinal Number=plural Case=delative Form=digit | 1 |  |
Mo-phd------s | Numeral Type=ordinal Number=plural Case=delative Form=digit Owned_Number=singular | 1 |  |
Mo-phd------p | Numeral Type=ordinal Number=plural Case=delative Form=digit Owned_Number=plural | 1 |  |
Mo-phd----s1 | Numeral Type=ordinal Number=plural Case=delative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mo-phd----s1s | Numeral Type=ordinal Number=plural Case=delative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-phd----s1p | Numeral Type=ordinal Number=plural Case=delative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-phd----s2 | Numeral Type=ordinal Number=plural Case=delative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mo-phd----s2s | Numeral Type=ordinal Number=plural Case=delative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-phd----s2p | Numeral Type=ordinal Number=plural Case=delative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-phd----s3 | Numeral Type=ordinal Number=plural Case=delative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mo-phd----s3s | Numeral Type=ordinal Number=plural Case=delative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-phd----s3p | Numeral Type=ordinal Number=plural Case=delative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-phd----p1 | Numeral Type=ordinal Number=plural Case=delative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mo-phd----p1s | Numeral Type=ordinal Number=plural Case=delative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-phd----p1p | Numeral Type=ordinal Number=plural Case=delative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-phd----p2 | Numeral Type=ordinal Number=plural Case=delative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mo-phd----p2s | Numeral Type=ordinal Number=plural Case=delative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-phd----p2p | Numeral Type=ordinal Number=plural Case=delative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-phd----p3 | Numeral Type=ordinal Number=plural Case=delative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mo-phd----p3s | Numeral Type=ordinal Number=plural Case=delative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-phd----p3p | Numeral Type=ordinal Number=plural Case=delative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-phr | Numeral Type=ordinal Number=plural Case=delative Form=roman | 1 |  |
Mo-phr------s | Numeral Type=ordinal Number=plural Case=delative Form=roman Owned_Number=singular | 1 |  |
Mo-phr------p | Numeral Type=ordinal Number=plural Case=delative Form=roman Owned_Number=plural | 1 |  |
Mo-phr----s1 | Numeral Type=ordinal Number=plural Case=delative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mo-phr----s1s | Numeral Type=ordinal Number=plural Case=delative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-phr----s1p | Numeral Type=ordinal Number=plural Case=delative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-phr----s2 | Numeral Type=ordinal Number=plural Case=delative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mo-phr----s2s | Numeral Type=ordinal Number=plural Case=delative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-phr----s2p | Numeral Type=ordinal Number=plural Case=delative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-phr----s3 | Numeral Type=ordinal Number=plural Case=delative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mo-phr----s3s | Numeral Type=ordinal Number=plural Case=delative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-phr----s3p | Numeral Type=ordinal Number=plural Case=delative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-phr----p1 | Numeral Type=ordinal Number=plural Case=delative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mo-phr----p1s | Numeral Type=ordinal Number=plural Case=delative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-phr----p1p | Numeral Type=ordinal Number=plural Case=delative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-phr----p2 | Numeral Type=ordinal Number=plural Case=delative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mo-phr----p2s | Numeral Type=ordinal Number=plural Case=delative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-phr----p2p | Numeral Type=ordinal Number=plural Case=delative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-phr----p3 | Numeral Type=ordinal Number=plural Case=delative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mo-phr----p3s | Numeral Type=ordinal Number=plural Case=delative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-phr----p3p | Numeral Type=ordinal Number=plural Case=delative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-phl | Numeral Type=ordinal Number=plural Case=delative Form=letter | 1 |  |
Mo-phl------s | Numeral Type=ordinal Number=plural Case=delative Form=letter Owned_Number=singular | 1 |  |
Mo-phl------p | Numeral Type=ordinal Number=plural Case=delative Form=letter Owned_Number=plural | 1 |  |
Mo-phl----s1 | Numeral Type=ordinal Number=plural Case=delative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mo-phl----s1s | Numeral Type=ordinal Number=plural Case=delative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-phl----s1p | Numeral Type=ordinal Number=plural Case=delative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-phl----s2 | Numeral Type=ordinal Number=plural Case=delative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mo-phl----s2s | Numeral Type=ordinal Number=plural Case=delative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-phl----s2p | Numeral Type=ordinal Number=plural Case=delative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-phl----s3 | Numeral Type=ordinal Number=plural Case=delative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mo-phl----s3s | Numeral Type=ordinal Number=plural Case=delative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-phl----s3p | Numeral Type=ordinal Number=plural Case=delative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-phl----p1 | Numeral Type=ordinal Number=plural Case=delative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mo-phl----p1s | Numeral Type=ordinal Number=plural Case=delative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-phl----p1p | Numeral Type=ordinal Number=plural Case=delative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-phl----p2 | Numeral Type=ordinal Number=plural Case=delative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mo-phl----p2s | Numeral Type=ordinal Number=plural Case=delative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-phl----p2p | Numeral Type=ordinal Number=plural Case=delative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-phl----p3 | Numeral Type=ordinal Number=plural Case=delative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mo-phl----p3s | Numeral Type=ordinal Number=plural Case=delative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-phl----p3p | Numeral Type=ordinal Number=plural Case=delative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pqd | Numeral Type=ordinal Number=plural Case=sociative Form=digit | 1 |  |
Mo-pqd------s | Numeral Type=ordinal Number=plural Case=sociative Form=digit Owned_Number=singular | 1 |  |
Mo-pqd------p | Numeral Type=ordinal Number=plural Case=sociative Form=digit Owned_Number=plural | 1 |  |
Mo-pqd----s1 | Numeral Type=ordinal Number=plural Case=sociative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mo-pqd----s1s | Numeral Type=ordinal Number=plural Case=sociative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pqd----s1p | Numeral Type=ordinal Number=plural Case=sociative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pqd----s2 | Numeral Type=ordinal Number=plural Case=sociative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mo-pqd----s2s | Numeral Type=ordinal Number=plural Case=sociative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pqd----s2p | Numeral Type=ordinal Number=plural Case=sociative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pqd----s3 | Numeral Type=ordinal Number=plural Case=sociative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mo-pqd----s3s | Numeral Type=ordinal Number=plural Case=sociative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pqd----s3p | Numeral Type=ordinal Number=plural Case=sociative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pqd----p1 | Numeral Type=ordinal Number=plural Case=sociative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mo-pqd----p1s | Numeral Type=ordinal Number=plural Case=sociative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pqd----p1p | Numeral Type=ordinal Number=plural Case=sociative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pqd----p2 | Numeral Type=ordinal Number=plural Case=sociative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mo-pqd----p2s | Numeral Type=ordinal Number=plural Case=sociative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pqd----p2p | Numeral Type=ordinal Number=plural Case=sociative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pqd----p3 | Numeral Type=ordinal Number=plural Case=sociative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mo-pqd----p3s | Numeral Type=ordinal Number=plural Case=sociative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pqd----p3p | Numeral Type=ordinal Number=plural Case=sociative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pqr | Numeral Type=ordinal Number=plural Case=sociative Form=roman | 1 |  |
Mo-pqr------s | Numeral Type=ordinal Number=plural Case=sociative Form=roman Owned_Number=singular | 1 |  |
Mo-pqr------p | Numeral Type=ordinal Number=plural Case=sociative Form=roman Owned_Number=plural | 1 |  |
Mo-pqr----s1 | Numeral Type=ordinal Number=plural Case=sociative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mo-pqr----s1s | Numeral Type=ordinal Number=plural Case=sociative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pqr----s1p | Numeral Type=ordinal Number=plural Case=sociative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pqr----s2 | Numeral Type=ordinal Number=plural Case=sociative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mo-pqr----s2s | Numeral Type=ordinal Number=plural Case=sociative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pqr----s2p | Numeral Type=ordinal Number=plural Case=sociative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pqr----s3 | Numeral Type=ordinal Number=plural Case=sociative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mo-pqr----s3s | Numeral Type=ordinal Number=plural Case=sociative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pqr----s3p | Numeral Type=ordinal Number=plural Case=sociative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pqr----p1 | Numeral Type=ordinal Number=plural Case=sociative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mo-pqr----p1s | Numeral Type=ordinal Number=plural Case=sociative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pqr----p1p | Numeral Type=ordinal Number=plural Case=sociative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pqr----p2 | Numeral Type=ordinal Number=plural Case=sociative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mo-pqr----p2s | Numeral Type=ordinal Number=plural Case=sociative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pqr----p2p | Numeral Type=ordinal Number=plural Case=sociative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pqr----p3 | Numeral Type=ordinal Number=plural Case=sociative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mo-pqr----p3s | Numeral Type=ordinal Number=plural Case=sociative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pqr----p3p | Numeral Type=ordinal Number=plural Case=sociative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pql | Numeral Type=ordinal Number=plural Case=sociative Form=letter | 1 |  |
Mo-pql------s | Numeral Type=ordinal Number=plural Case=sociative Form=letter Owned_Number=singular | 1 |  |
Mo-pql------p | Numeral Type=ordinal Number=plural Case=sociative Form=letter Owned_Number=plural | 1 |  |
Mo-pql----s1 | Numeral Type=ordinal Number=plural Case=sociative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mo-pql----s1s | Numeral Type=ordinal Number=plural Case=sociative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pql----s1p | Numeral Type=ordinal Number=plural Case=sociative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pql----s2 | Numeral Type=ordinal Number=plural Case=sociative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mo-pql----s2s | Numeral Type=ordinal Number=plural Case=sociative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pql----s2p | Numeral Type=ordinal Number=plural Case=sociative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pql----s3 | Numeral Type=ordinal Number=plural Case=sociative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mo-pql----s3s | Numeral Type=ordinal Number=plural Case=sociative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pql----s3p | Numeral Type=ordinal Number=plural Case=sociative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pql----p1 | Numeral Type=ordinal Number=plural Case=sociative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mo-pql----p1s | Numeral Type=ordinal Number=plural Case=sociative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pql----p1p | Numeral Type=ordinal Number=plural Case=sociative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pql----p2 | Numeral Type=ordinal Number=plural Case=sociative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mo-pql----p2s | Numeral Type=ordinal Number=plural Case=sociative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pql----p2p | Numeral Type=ordinal Number=plural Case=sociative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pql----p3 | Numeral Type=ordinal Number=plural Case=sociative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mo-pql----p3s | Numeral Type=ordinal Number=plural Case=sociative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pql----p3p | Numeral Type=ordinal Number=plural Case=sociative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pyd | Numeral Type=ordinal Number=plural Case=factive Form=digit | 1 |  |
Mo-pyd------s | Numeral Type=ordinal Number=plural Case=factive Form=digit Owned_Number=singular | 1 |  |
Mo-pyd------p | Numeral Type=ordinal Number=plural Case=factive Form=digit Owned_Number=plural | 1 |  |
Mo-pyd----s1 | Numeral Type=ordinal Number=plural Case=factive Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mo-pyd----s1s | Numeral Type=ordinal Number=plural Case=factive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pyd----s1p | Numeral Type=ordinal Number=plural Case=factive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pyd----s2 | Numeral Type=ordinal Number=plural Case=factive Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mo-pyd----s2s | Numeral Type=ordinal Number=plural Case=factive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pyd----s2p | Numeral Type=ordinal Number=plural Case=factive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pyd----s3 | Numeral Type=ordinal Number=plural Case=factive Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mo-pyd----s3s | Numeral Type=ordinal Number=plural Case=factive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pyd----s3p | Numeral Type=ordinal Number=plural Case=factive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pyd----p1 | Numeral Type=ordinal Number=plural Case=factive Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mo-pyd----p1s | Numeral Type=ordinal Number=plural Case=factive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pyd----p1p | Numeral Type=ordinal Number=plural Case=factive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pyd----p2 | Numeral Type=ordinal Number=plural Case=factive Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mo-pyd----p2s | Numeral Type=ordinal Number=plural Case=factive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pyd----p2p | Numeral Type=ordinal Number=plural Case=factive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pyd----p3 | Numeral Type=ordinal Number=plural Case=factive Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mo-pyd----p3s | Numeral Type=ordinal Number=plural Case=factive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pyd----p3p | Numeral Type=ordinal Number=plural Case=factive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pyr | Numeral Type=ordinal Number=plural Case=factive Form=roman | 1 |  |
Mo-pyr------s | Numeral Type=ordinal Number=plural Case=factive Form=roman Owned_Number=singular | 1 |  |
Mo-pyr------p | Numeral Type=ordinal Number=plural Case=factive Form=roman Owned_Number=plural | 1 |  |
Mo-pyr----s1 | Numeral Type=ordinal Number=plural Case=factive Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mo-pyr----s1s | Numeral Type=ordinal Number=plural Case=factive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pyr----s1p | Numeral Type=ordinal Number=plural Case=factive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pyr----s2 | Numeral Type=ordinal Number=plural Case=factive Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mo-pyr----s2s | Numeral Type=ordinal Number=plural Case=factive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pyr----s2p | Numeral Type=ordinal Number=plural Case=factive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pyr----s3 | Numeral Type=ordinal Number=plural Case=factive Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mo-pyr----s3s | Numeral Type=ordinal Number=plural Case=factive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pyr----s3p | Numeral Type=ordinal Number=plural Case=factive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pyr----p1 | Numeral Type=ordinal Number=plural Case=factive Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mo-pyr----p1s | Numeral Type=ordinal Number=plural Case=factive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pyr----p1p | Numeral Type=ordinal Number=plural Case=factive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pyr----p2 | Numeral Type=ordinal Number=plural Case=factive Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mo-pyr----p2s | Numeral Type=ordinal Number=plural Case=factive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pyr----p2p | Numeral Type=ordinal Number=plural Case=factive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pyr----p3 | Numeral Type=ordinal Number=plural Case=factive Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mo-pyr----p3s | Numeral Type=ordinal Number=plural Case=factive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pyr----p3p | Numeral Type=ordinal Number=plural Case=factive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pyl | Numeral Type=ordinal Number=plural Case=factive Form=letter | 1 |  |
Mo-pyl------s | Numeral Type=ordinal Number=plural Case=factive Form=letter Owned_Number=singular | 1 |  |
Mo-pyl------p | Numeral Type=ordinal Number=plural Case=factive Form=letter Owned_Number=plural | 1 |  |
Mo-pyl----s1 | Numeral Type=ordinal Number=plural Case=factive Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mo-pyl----s1s | Numeral Type=ordinal Number=plural Case=factive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pyl----s1p | Numeral Type=ordinal Number=plural Case=factive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pyl----s2 | Numeral Type=ordinal Number=plural Case=factive Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mo-pyl----s2s | Numeral Type=ordinal Number=plural Case=factive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pyl----s2p | Numeral Type=ordinal Number=plural Case=factive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pyl----s3 | Numeral Type=ordinal Number=plural Case=factive Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mo-pyl----s3s | Numeral Type=ordinal Number=plural Case=factive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pyl----s3p | Numeral Type=ordinal Number=plural Case=factive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pyl----p1 | Numeral Type=ordinal Number=plural Case=factive Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mo-pyl----p1s | Numeral Type=ordinal Number=plural Case=factive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pyl----p1p | Numeral Type=ordinal Number=plural Case=factive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pyl----p2 | Numeral Type=ordinal Number=plural Case=factive Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mo-pyl----p2s | Numeral Type=ordinal Number=plural Case=factive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pyl----p2p | Numeral Type=ordinal Number=plural Case=factive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pyl----p3 | Numeral Type=ordinal Number=plural Case=factive Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mo-pyl----p3s | Numeral Type=ordinal Number=plural Case=factive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pyl----p3p | Numeral Type=ordinal Number=plural Case=factive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-ppd | Numeral Type=ordinal Number=plural Case=superessive Form=digit | 1 |  |
Mo-ppd------s | Numeral Type=ordinal Number=plural Case=superessive Form=digit Owned_Number=singular | 1 |  |
Mo-ppd------p | Numeral Type=ordinal Number=plural Case=superessive Form=digit Owned_Number=plural | 1 |  |
Mo-ppd----s1 | Numeral Type=ordinal Number=plural Case=superessive Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mo-ppd----s1s | Numeral Type=ordinal Number=plural Case=superessive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-ppd----s1p | Numeral Type=ordinal Number=plural Case=superessive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-ppd----s2 | Numeral Type=ordinal Number=plural Case=superessive Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mo-ppd----s2s | Numeral Type=ordinal Number=plural Case=superessive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-ppd----s2p | Numeral Type=ordinal Number=plural Case=superessive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-ppd----s3 | Numeral Type=ordinal Number=plural Case=superessive Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mo-ppd----s3s | Numeral Type=ordinal Number=plural Case=superessive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-ppd----s3p | Numeral Type=ordinal Number=plural Case=superessive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-ppd----p1 | Numeral Type=ordinal Number=plural Case=superessive Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mo-ppd----p1s | Numeral Type=ordinal Number=plural Case=superessive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-ppd----p1p | Numeral Type=ordinal Number=plural Case=superessive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-ppd----p2 | Numeral Type=ordinal Number=plural Case=superessive Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mo-ppd----p2s | Numeral Type=ordinal Number=plural Case=superessive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-ppd----p2p | Numeral Type=ordinal Number=plural Case=superessive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-ppd----p3 | Numeral Type=ordinal Number=plural Case=superessive Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mo-ppd----p3s | Numeral Type=ordinal Number=plural Case=superessive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-ppd----p3p | Numeral Type=ordinal Number=plural Case=superessive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-ppr | Numeral Type=ordinal Number=plural Case=superessive Form=roman | 1 |  |
Mo-ppr------s | Numeral Type=ordinal Number=plural Case=superessive Form=roman Owned_Number=singular | 1 |  |
Mo-ppr------p | Numeral Type=ordinal Number=plural Case=superessive Form=roman Owned_Number=plural | 1 |  |
Mo-ppr----s1 | Numeral Type=ordinal Number=plural Case=superessive Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mo-ppr----s1s | Numeral Type=ordinal Number=plural Case=superessive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-ppr----s1p | Numeral Type=ordinal Number=plural Case=superessive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-ppr----s2 | Numeral Type=ordinal Number=plural Case=superessive Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mo-ppr----s2s | Numeral Type=ordinal Number=plural Case=superessive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-ppr----s2p | Numeral Type=ordinal Number=plural Case=superessive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-ppr----s3 | Numeral Type=ordinal Number=plural Case=superessive Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mo-ppr----s3s | Numeral Type=ordinal Number=plural Case=superessive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-ppr----s3p | Numeral Type=ordinal Number=plural Case=superessive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-ppr----p1 | Numeral Type=ordinal Number=plural Case=superessive Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mo-ppr----p1s | Numeral Type=ordinal Number=plural Case=superessive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-ppr----p1p | Numeral Type=ordinal Number=plural Case=superessive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-ppr----p2 | Numeral Type=ordinal Number=plural Case=superessive Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mo-ppr----p2s | Numeral Type=ordinal Number=plural Case=superessive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-ppr----p2p | Numeral Type=ordinal Number=plural Case=superessive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-ppr----p3 | Numeral Type=ordinal Number=plural Case=superessive Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mo-ppr----p3s | Numeral Type=ordinal Number=plural Case=superessive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-ppr----p3p | Numeral Type=ordinal Number=plural Case=superessive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-ppl | Numeral Type=ordinal Number=plural Case=superessive Form=letter | 1 |  |
Mo-ppl------s | Numeral Type=ordinal Number=plural Case=superessive Form=letter Owned_Number=singular | 1 |  |
Mo-ppl------p | Numeral Type=ordinal Number=plural Case=superessive Form=letter Owned_Number=plural | 1 |  |
Mo-ppl----s1 | Numeral Type=ordinal Number=plural Case=superessive Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mo-ppl----s1s | Numeral Type=ordinal Number=plural Case=superessive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-ppl----s1p | Numeral Type=ordinal Number=plural Case=superessive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-ppl----s2 | Numeral Type=ordinal Number=plural Case=superessive Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mo-ppl----s2s | Numeral Type=ordinal Number=plural Case=superessive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-ppl----s2p | Numeral Type=ordinal Number=plural Case=superessive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-ppl----s3 | Numeral Type=ordinal Number=plural Case=superessive Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mo-ppl----s3s | Numeral Type=ordinal Number=plural Case=superessive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-ppl----s3p | Numeral Type=ordinal Number=plural Case=superessive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-ppl----p1 | Numeral Type=ordinal Number=plural Case=superessive Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mo-ppl----p1s | Numeral Type=ordinal Number=plural Case=superessive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-ppl----p1p | Numeral Type=ordinal Number=plural Case=superessive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-ppl----p2 | Numeral Type=ordinal Number=plural Case=superessive Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mo-ppl----p2s | Numeral Type=ordinal Number=plural Case=superessive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-ppl----p2p | Numeral Type=ordinal Number=plural Case=superessive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-ppl----p3 | Numeral Type=ordinal Number=plural Case=superessive Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mo-ppl----p3s | Numeral Type=ordinal Number=plural Case=superessive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-ppl----p3p | Numeral Type=ordinal Number=plural Case=superessive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pud | Numeral Type=ordinal Number=plural Case=distributive Form=digit | 1 |  |
Mo-pud------s | Numeral Type=ordinal Number=plural Case=distributive Form=digit Owned_Number=singular | 1 |  |
Mo-pud------p | Numeral Type=ordinal Number=plural Case=distributive Form=digit Owned_Number=plural | 1 |  |
Mo-pud----s1 | Numeral Type=ordinal Number=plural Case=distributive Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mo-pud----s1s | Numeral Type=ordinal Number=plural Case=distributive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pud----s1p | Numeral Type=ordinal Number=plural Case=distributive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pud----s2 | Numeral Type=ordinal Number=plural Case=distributive Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mo-pud----s2s | Numeral Type=ordinal Number=plural Case=distributive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pud----s2p | Numeral Type=ordinal Number=plural Case=distributive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pud----s3 | Numeral Type=ordinal Number=plural Case=distributive Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mo-pud----s3s | Numeral Type=ordinal Number=plural Case=distributive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pud----s3p | Numeral Type=ordinal Number=plural Case=distributive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pud----p1 | Numeral Type=ordinal Number=plural Case=distributive Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mo-pud----p1s | Numeral Type=ordinal Number=plural Case=distributive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pud----p1p | Numeral Type=ordinal Number=plural Case=distributive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pud----p2 | Numeral Type=ordinal Number=plural Case=distributive Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mo-pud----p2s | Numeral Type=ordinal Number=plural Case=distributive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pud----p2p | Numeral Type=ordinal Number=plural Case=distributive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pud----p3 | Numeral Type=ordinal Number=plural Case=distributive Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mo-pud----p3s | Numeral Type=ordinal Number=plural Case=distributive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pud----p3p | Numeral Type=ordinal Number=plural Case=distributive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pur | Numeral Type=ordinal Number=plural Case=distributive Form=roman | 1 |  |
Mo-pur------s | Numeral Type=ordinal Number=plural Case=distributive Form=roman Owned_Number=singular | 1 |  |
Mo-pur------p | Numeral Type=ordinal Number=plural Case=distributive Form=roman Owned_Number=plural | 1 |  |
Mo-pur----s1 | Numeral Type=ordinal Number=plural Case=distributive Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mo-pur----s1s | Numeral Type=ordinal Number=plural Case=distributive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pur----s1p | Numeral Type=ordinal Number=plural Case=distributive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pur----s2 | Numeral Type=ordinal Number=plural Case=distributive Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mo-pur----s2s | Numeral Type=ordinal Number=plural Case=distributive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pur----s2p | Numeral Type=ordinal Number=plural Case=distributive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pur----s3 | Numeral Type=ordinal Number=plural Case=distributive Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mo-pur----s3s | Numeral Type=ordinal Number=plural Case=distributive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pur----s3p | Numeral Type=ordinal Number=plural Case=distributive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pur----p1 | Numeral Type=ordinal Number=plural Case=distributive Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mo-pur----p1s | Numeral Type=ordinal Number=plural Case=distributive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pur----p1p | Numeral Type=ordinal Number=plural Case=distributive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pur----p2 | Numeral Type=ordinal Number=plural Case=distributive Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mo-pur----p2s | Numeral Type=ordinal Number=plural Case=distributive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pur----p2p | Numeral Type=ordinal Number=plural Case=distributive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pur----p3 | Numeral Type=ordinal Number=plural Case=distributive Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mo-pur----p3s | Numeral Type=ordinal Number=plural Case=distributive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pur----p3p | Numeral Type=ordinal Number=plural Case=distributive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pul | Numeral Type=ordinal Number=plural Case=distributive Form=letter | 1 |  |
Mo-pul------s | Numeral Type=ordinal Number=plural Case=distributive Form=letter Owned_Number=singular | 1 |  |
Mo-pul------p | Numeral Type=ordinal Number=plural Case=distributive Form=letter Owned_Number=plural | 1 |  |
Mo-pul----s1 | Numeral Type=ordinal Number=plural Case=distributive Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mo-pul----s1s | Numeral Type=ordinal Number=plural Case=distributive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pul----s1p | Numeral Type=ordinal Number=plural Case=distributive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pul----s2 | Numeral Type=ordinal Number=plural Case=distributive Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mo-pul----s2s | Numeral Type=ordinal Number=plural Case=distributive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pul----s2p | Numeral Type=ordinal Number=plural Case=distributive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pul----s3 | Numeral Type=ordinal Number=plural Case=distributive Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mo-pul----s3s | Numeral Type=ordinal Number=plural Case=distributive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pul----s3p | Numeral Type=ordinal Number=plural Case=distributive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pul----p1 | Numeral Type=ordinal Number=plural Case=distributive Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mo-pul----p1s | Numeral Type=ordinal Number=plural Case=distributive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pul----p1p | Numeral Type=ordinal Number=plural Case=distributive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pul----p2 | Numeral Type=ordinal Number=plural Case=distributive Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mo-pul----p2s | Numeral Type=ordinal Number=plural Case=distributive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pul----p2p | Numeral Type=ordinal Number=plural Case=distributive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pul----p3 | Numeral Type=ordinal Number=plural Case=distributive Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mo-pul----p3s | Numeral Type=ordinal Number=plural Case=distributive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pul----p3p | Numeral Type=ordinal Number=plural Case=distributive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pfd | Numeral Type=ordinal Number=plural Case=essive-formal Form=digit | 1 |  |
Mo-pfd------s | Numeral Type=ordinal Number=plural Case=essive-formal Form=digit Owned_Number=singular | 1 |  |
Mo-pfd------p | Numeral Type=ordinal Number=plural Case=essive-formal Form=digit Owned_Number=plural | 1 |  |
Mo-pfd----s1 | Numeral Type=ordinal Number=plural Case=essive-formal Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mo-pfd----s1s | Numeral Type=ordinal Number=plural Case=essive-formal Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pfd----s1p | Numeral Type=ordinal Number=plural Case=essive-formal Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pfd----s2 | Numeral Type=ordinal Number=plural Case=essive-formal Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mo-pfd----s2s | Numeral Type=ordinal Number=plural Case=essive-formal Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pfd----s2p | Numeral Type=ordinal Number=plural Case=essive-formal Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pfd----s3 | Numeral Type=ordinal Number=plural Case=essive-formal Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mo-pfd----s3s | Numeral Type=ordinal Number=plural Case=essive-formal Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pfd----s3p | Numeral Type=ordinal Number=plural Case=essive-formal Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pfd----p1 | Numeral Type=ordinal Number=plural Case=essive-formal Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mo-pfd----p1s | Numeral Type=ordinal Number=plural Case=essive-formal Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pfd----p1p | Numeral Type=ordinal Number=plural Case=essive-formal Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pfd----p2 | Numeral Type=ordinal Number=plural Case=essive-formal Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mo-pfd----p2s | Numeral Type=ordinal Number=plural Case=essive-formal Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pfd----p2p | Numeral Type=ordinal Number=plural Case=essive-formal Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pfd----p3 | Numeral Type=ordinal Number=plural Case=essive-formal Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mo-pfd----p3s | Numeral Type=ordinal Number=plural Case=essive-formal Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pfd----p3p | Numeral Type=ordinal Number=plural Case=essive-formal Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pfr | Numeral Type=ordinal Number=plural Case=essive-formal Form=roman | 1 |  |
Mo-pfr------s | Numeral Type=ordinal Number=plural Case=essive-formal Form=roman Owned_Number=singular | 1 |  |
Mo-pfr------p | Numeral Type=ordinal Number=plural Case=essive-formal Form=roman Owned_Number=plural | 1 |  |
Mo-pfr----s1 | Numeral Type=ordinal Number=plural Case=essive-formal Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mo-pfr----s1s | Numeral Type=ordinal Number=plural Case=essive-formal Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pfr----s1p | Numeral Type=ordinal Number=plural Case=essive-formal Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pfr----s2 | Numeral Type=ordinal Number=plural Case=essive-formal Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mo-pfr----s2s | Numeral Type=ordinal Number=plural Case=essive-formal Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pfr----s2p | Numeral Type=ordinal Number=plural Case=essive-formal Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pfr----s3 | Numeral Type=ordinal Number=plural Case=essive-formal Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mo-pfr----s3s | Numeral Type=ordinal Number=plural Case=essive-formal Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pfr----s3p | Numeral Type=ordinal Number=plural Case=essive-formal Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pfr----p1 | Numeral Type=ordinal Number=plural Case=essive-formal Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mo-pfr----p1s | Numeral Type=ordinal Number=plural Case=essive-formal Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pfr----p1p | Numeral Type=ordinal Number=plural Case=essive-formal Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pfr----p2 | Numeral Type=ordinal Number=plural Case=essive-formal Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mo-pfr----p2s | Numeral Type=ordinal Number=plural Case=essive-formal Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pfr----p2p | Numeral Type=ordinal Number=plural Case=essive-formal Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pfr----p3 | Numeral Type=ordinal Number=plural Case=essive-formal Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mo-pfr----p3s | Numeral Type=ordinal Number=plural Case=essive-formal Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pfr----p3p | Numeral Type=ordinal Number=plural Case=essive-formal Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pfl | Numeral Type=ordinal Number=plural Case=essive-formal Form=letter | 1 |  |
Mo-pfl------s | Numeral Type=ordinal Number=plural Case=essive-formal Form=letter Owned_Number=singular | 1 |  |
Mo-pfl------p | Numeral Type=ordinal Number=plural Case=essive-formal Form=letter Owned_Number=plural | 1 |  |
Mo-pfl----s1 | Numeral Type=ordinal Number=plural Case=essive-formal Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mo-pfl----s1s | Numeral Type=ordinal Number=plural Case=essive-formal Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pfl----s1p | Numeral Type=ordinal Number=plural Case=essive-formal Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pfl----s2 | Numeral Type=ordinal Number=plural Case=essive-formal Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mo-pfl----s2s | Numeral Type=ordinal Number=plural Case=essive-formal Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pfl----s2p | Numeral Type=ordinal Number=plural Case=essive-formal Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pfl----s3 | Numeral Type=ordinal Number=plural Case=essive-formal Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mo-pfl----s3s | Numeral Type=ordinal Number=plural Case=essive-formal Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pfl----s3p | Numeral Type=ordinal Number=plural Case=essive-formal Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mo-pfl----p1 | Numeral Type=ordinal Number=plural Case=essive-formal Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mo-pfl----p1s | Numeral Type=ordinal Number=plural Case=essive-formal Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mo-pfl----p1p | Numeral Type=ordinal Number=plural Case=essive-formal Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mo-pfl----p2 | Numeral Type=ordinal Number=plural Case=essive-formal Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mo-pfl----p2s | Numeral Type=ordinal Number=plural Case=essive-formal Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mo-pfl----p2p | Numeral Type=ordinal Number=plural Case=essive-formal Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mo-pfl----p3 | Numeral Type=ordinal Number=plural Case=essive-formal Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mo-pfl----p3s | Numeral Type=ordinal Number=plural Case=essive-formal Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mo-pfl----p3p | Numeral Type=ordinal Number=plural Case=essive-formal Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-snd | Numeral Type=fractal Number=singular Case=nominative Form=digit | 1 |  |
Mf-snd------s | Numeral Type=fractal Number=singular Case=nominative Form=digit Owned_Number=singular | 1 |  |
Mf-snd------p | Numeral Type=fractal Number=singular Case=nominative Form=digit Owned_Number=plural | 1 |  |
Mf-snd----s1 | Numeral Type=fractal Number=singular Case=nominative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mf-snd----s1s | Numeral Type=fractal Number=singular Case=nominative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-snd----s1p | Numeral Type=fractal Number=singular Case=nominative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-snd----s2 | Numeral Type=fractal Number=singular Case=nominative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mf-snd----s2s | Numeral Type=fractal Number=singular Case=nominative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-snd----s2p | Numeral Type=fractal Number=singular Case=nominative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-snd----s3 | Numeral Type=fractal Number=singular Case=nominative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mf-snd----s3s | Numeral Type=fractal Number=singular Case=nominative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-snd----s3p | Numeral Type=fractal Number=singular Case=nominative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-snd----p1 | Numeral Type=fractal Number=singular Case=nominative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mf-snd----p1s | Numeral Type=fractal Number=singular Case=nominative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-snd----p1p | Numeral Type=fractal Number=singular Case=nominative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-snd----p2 | Numeral Type=fractal Number=singular Case=nominative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mf-snd----p2s | Numeral Type=fractal Number=singular Case=nominative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-snd----p2p | Numeral Type=fractal Number=singular Case=nominative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-snd----p3 | Numeral Type=fractal Number=singular Case=nominative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mf-snd----p3s | Numeral Type=fractal Number=singular Case=nominative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-snd----p3p | Numeral Type=fractal Number=singular Case=nominative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-snr | Numeral Type=fractal Number=singular Case=nominative Form=roman | 1 |  |
Mf-snr------s | Numeral Type=fractal Number=singular Case=nominative Form=roman Owned_Number=singular | 1 |  |
Mf-snr------p | Numeral Type=fractal Number=singular Case=nominative Form=roman Owned_Number=plural | 1 |  |
Mf-snr----s1 | Numeral Type=fractal Number=singular Case=nominative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mf-snr----s1s | Numeral Type=fractal Number=singular Case=nominative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-snr----s1p | Numeral Type=fractal Number=singular Case=nominative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-snr----s2 | Numeral Type=fractal Number=singular Case=nominative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mf-snr----s2s | Numeral Type=fractal Number=singular Case=nominative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-snr----s2p | Numeral Type=fractal Number=singular Case=nominative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-snr----s3 | Numeral Type=fractal Number=singular Case=nominative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mf-snr----s3s | Numeral Type=fractal Number=singular Case=nominative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-snr----s3p | Numeral Type=fractal Number=singular Case=nominative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-snr----p1 | Numeral Type=fractal Number=singular Case=nominative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mf-snr----p1s | Numeral Type=fractal Number=singular Case=nominative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-snr----p1p | Numeral Type=fractal Number=singular Case=nominative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-snr----p2 | Numeral Type=fractal Number=singular Case=nominative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mf-snr----p2s | Numeral Type=fractal Number=singular Case=nominative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-snr----p2p | Numeral Type=fractal Number=singular Case=nominative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-snr----p3 | Numeral Type=fractal Number=singular Case=nominative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mf-snr----p3s | Numeral Type=fractal Number=singular Case=nominative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-snr----p3p | Numeral Type=fractal Number=singular Case=nominative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-snl | Numeral Type=fractal Number=singular Case=nominative Form=letter | 1 |  |
Mf-snl------s | Numeral Type=fractal Number=singular Case=nominative Form=letter Owned_Number=singular | 1 |  |
Mf-snl------p | Numeral Type=fractal Number=singular Case=nominative Form=letter Owned_Number=plural | 1 |  |
Mf-snl----s1 | Numeral Type=fractal Number=singular Case=nominative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mf-snl----s1s | Numeral Type=fractal Number=singular Case=nominative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-snl----s1p | Numeral Type=fractal Number=singular Case=nominative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-snl----s2 | Numeral Type=fractal Number=singular Case=nominative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mf-snl----s2s | Numeral Type=fractal Number=singular Case=nominative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-snl----s2p | Numeral Type=fractal Number=singular Case=nominative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-snl----s3 | Numeral Type=fractal Number=singular Case=nominative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mf-snl----s3s | Numeral Type=fractal Number=singular Case=nominative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-snl----s3p | Numeral Type=fractal Number=singular Case=nominative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-snl----p1 | Numeral Type=fractal Number=singular Case=nominative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mf-snl----p1s | Numeral Type=fractal Number=singular Case=nominative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-snl----p1p | Numeral Type=fractal Number=singular Case=nominative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-snl----p2 | Numeral Type=fractal Number=singular Case=nominative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mf-snl----p2s | Numeral Type=fractal Number=singular Case=nominative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-snl----p2p | Numeral Type=fractal Number=singular Case=nominative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-snl----p3 | Numeral Type=fractal Number=singular Case=nominative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mf-snl----p3s | Numeral Type=fractal Number=singular Case=nominative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-snl----p3p | Numeral Type=fractal Number=singular Case=nominative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sgd | Numeral Type=fractal Number=singular Case=genitive Form=digit | 1 |  |
Mf-sgd------s | Numeral Type=fractal Number=singular Case=genitive Form=digit Owned_Number=singular | 1 |  |
Mf-sgd------p | Numeral Type=fractal Number=singular Case=genitive Form=digit Owned_Number=plural | 1 |  |
Mf-sgd----s1 | Numeral Type=fractal Number=singular Case=genitive Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mf-sgd----s1s | Numeral Type=fractal Number=singular Case=genitive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sgd----s1p | Numeral Type=fractal Number=singular Case=genitive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sgd----s2 | Numeral Type=fractal Number=singular Case=genitive Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mf-sgd----s2s | Numeral Type=fractal Number=singular Case=genitive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sgd----s2p | Numeral Type=fractal Number=singular Case=genitive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sgd----s3 | Numeral Type=fractal Number=singular Case=genitive Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mf-sgd----s3s | Numeral Type=fractal Number=singular Case=genitive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sgd----s3p | Numeral Type=fractal Number=singular Case=genitive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sgd----p1 | Numeral Type=fractal Number=singular Case=genitive Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mf-sgd----p1s | Numeral Type=fractal Number=singular Case=genitive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sgd----p1p | Numeral Type=fractal Number=singular Case=genitive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sgd----p2 | Numeral Type=fractal Number=singular Case=genitive Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mf-sgd----p2s | Numeral Type=fractal Number=singular Case=genitive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sgd----p2p | Numeral Type=fractal Number=singular Case=genitive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sgd----p3 | Numeral Type=fractal Number=singular Case=genitive Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mf-sgd----p3s | Numeral Type=fractal Number=singular Case=genitive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sgd----p3p | Numeral Type=fractal Number=singular Case=genitive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sgr | Numeral Type=fractal Number=singular Case=genitive Form=roman | 1 |  |
Mf-sgr------s | Numeral Type=fractal Number=singular Case=genitive Form=roman Owned_Number=singular | 1 |  |
Mf-sgr------p | Numeral Type=fractal Number=singular Case=genitive Form=roman Owned_Number=plural | 1 |  |
Mf-sgr----s1 | Numeral Type=fractal Number=singular Case=genitive Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mf-sgr----s1s | Numeral Type=fractal Number=singular Case=genitive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sgr----s1p | Numeral Type=fractal Number=singular Case=genitive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sgr----s2 | Numeral Type=fractal Number=singular Case=genitive Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mf-sgr----s2s | Numeral Type=fractal Number=singular Case=genitive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sgr----s2p | Numeral Type=fractal Number=singular Case=genitive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sgr----s3 | Numeral Type=fractal Number=singular Case=genitive Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mf-sgr----s3s | Numeral Type=fractal Number=singular Case=genitive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sgr----s3p | Numeral Type=fractal Number=singular Case=genitive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sgr----p1 | Numeral Type=fractal Number=singular Case=genitive Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mf-sgr----p1s | Numeral Type=fractal Number=singular Case=genitive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sgr----p1p | Numeral Type=fractal Number=singular Case=genitive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sgr----p2 | Numeral Type=fractal Number=singular Case=genitive Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mf-sgr----p2s | Numeral Type=fractal Number=singular Case=genitive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sgr----p2p | Numeral Type=fractal Number=singular Case=genitive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sgr----p3 | Numeral Type=fractal Number=singular Case=genitive Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mf-sgr----p3s | Numeral Type=fractal Number=singular Case=genitive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sgr----p3p | Numeral Type=fractal Number=singular Case=genitive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sgl | Numeral Type=fractal Number=singular Case=genitive Form=letter | 1 |  |
Mf-sgl------s | Numeral Type=fractal Number=singular Case=genitive Form=letter Owned_Number=singular | 1 |  |
Mf-sgl------p | Numeral Type=fractal Number=singular Case=genitive Form=letter Owned_Number=plural | 1 |  |
Mf-sgl----s1 | Numeral Type=fractal Number=singular Case=genitive Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mf-sgl----s1s | Numeral Type=fractal Number=singular Case=genitive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sgl----s1p | Numeral Type=fractal Number=singular Case=genitive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sgl----s2 | Numeral Type=fractal Number=singular Case=genitive Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mf-sgl----s2s | Numeral Type=fractal Number=singular Case=genitive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sgl----s2p | Numeral Type=fractal Number=singular Case=genitive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sgl----s3 | Numeral Type=fractal Number=singular Case=genitive Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mf-sgl----s3s | Numeral Type=fractal Number=singular Case=genitive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sgl----s3p | Numeral Type=fractal Number=singular Case=genitive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sgl----p1 | Numeral Type=fractal Number=singular Case=genitive Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mf-sgl----p1s | Numeral Type=fractal Number=singular Case=genitive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sgl----p1p | Numeral Type=fractal Number=singular Case=genitive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sgl----p2 | Numeral Type=fractal Number=singular Case=genitive Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mf-sgl----p2s | Numeral Type=fractal Number=singular Case=genitive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sgl----p2p | Numeral Type=fractal Number=singular Case=genitive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sgl----p3 | Numeral Type=fractal Number=singular Case=genitive Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mf-sgl----p3s | Numeral Type=fractal Number=singular Case=genitive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sgl----p3p | Numeral Type=fractal Number=singular Case=genitive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sdd | Numeral Type=fractal Number=singular Case=dative Form=digit | 1 |  |
Mf-sdd------s | Numeral Type=fractal Number=singular Case=dative Form=digit Owned_Number=singular | 1 |  |
Mf-sdd------p | Numeral Type=fractal Number=singular Case=dative Form=digit Owned_Number=plural | 1 |  |
Mf-sdd----s1 | Numeral Type=fractal Number=singular Case=dative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mf-sdd----s1s | Numeral Type=fractal Number=singular Case=dative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sdd----s1p | Numeral Type=fractal Number=singular Case=dative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sdd----s2 | Numeral Type=fractal Number=singular Case=dative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mf-sdd----s2s | Numeral Type=fractal Number=singular Case=dative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sdd----s2p | Numeral Type=fractal Number=singular Case=dative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sdd----s3 | Numeral Type=fractal Number=singular Case=dative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mf-sdd----s3s | Numeral Type=fractal Number=singular Case=dative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sdd----s3p | Numeral Type=fractal Number=singular Case=dative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sdd----p1 | Numeral Type=fractal Number=singular Case=dative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mf-sdd----p1s | Numeral Type=fractal Number=singular Case=dative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sdd----p1p | Numeral Type=fractal Number=singular Case=dative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sdd----p2 | Numeral Type=fractal Number=singular Case=dative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mf-sdd----p2s | Numeral Type=fractal Number=singular Case=dative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sdd----p2p | Numeral Type=fractal Number=singular Case=dative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sdd----p3 | Numeral Type=fractal Number=singular Case=dative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mf-sdd----p3s | Numeral Type=fractal Number=singular Case=dative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sdd----p3p | Numeral Type=fractal Number=singular Case=dative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sdr | Numeral Type=fractal Number=singular Case=dative Form=roman | 1 |  |
Mf-sdr------s | Numeral Type=fractal Number=singular Case=dative Form=roman Owned_Number=singular | 1 |  |
Mf-sdr------p | Numeral Type=fractal Number=singular Case=dative Form=roman Owned_Number=plural | 1 |  |
Mf-sdr----s1 | Numeral Type=fractal Number=singular Case=dative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mf-sdr----s1s | Numeral Type=fractal Number=singular Case=dative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sdr----s1p | Numeral Type=fractal Number=singular Case=dative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sdr----s2 | Numeral Type=fractal Number=singular Case=dative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mf-sdr----s2s | Numeral Type=fractal Number=singular Case=dative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sdr----s2p | Numeral Type=fractal Number=singular Case=dative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sdr----s3 | Numeral Type=fractal Number=singular Case=dative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mf-sdr----s3s | Numeral Type=fractal Number=singular Case=dative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sdr----s3p | Numeral Type=fractal Number=singular Case=dative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sdr----p1 | Numeral Type=fractal Number=singular Case=dative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mf-sdr----p1s | Numeral Type=fractal Number=singular Case=dative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sdr----p1p | Numeral Type=fractal Number=singular Case=dative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sdr----p2 | Numeral Type=fractal Number=singular Case=dative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mf-sdr----p2s | Numeral Type=fractal Number=singular Case=dative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sdr----p2p | Numeral Type=fractal Number=singular Case=dative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sdr----p3 | Numeral Type=fractal Number=singular Case=dative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mf-sdr----p3s | Numeral Type=fractal Number=singular Case=dative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sdr----p3p | Numeral Type=fractal Number=singular Case=dative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sdl | Numeral Type=fractal Number=singular Case=dative Form=letter | 1 |  |
Mf-sdl------s | Numeral Type=fractal Number=singular Case=dative Form=letter Owned_Number=singular | 1 |  |
Mf-sdl------p | Numeral Type=fractal Number=singular Case=dative Form=letter Owned_Number=plural | 1 |  |
Mf-sdl----s1 | Numeral Type=fractal Number=singular Case=dative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mf-sdl----s1s | Numeral Type=fractal Number=singular Case=dative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sdl----s1p | Numeral Type=fractal Number=singular Case=dative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sdl----s2 | Numeral Type=fractal Number=singular Case=dative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mf-sdl----s2s | Numeral Type=fractal Number=singular Case=dative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sdl----s2p | Numeral Type=fractal Number=singular Case=dative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sdl----s3 | Numeral Type=fractal Number=singular Case=dative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mf-sdl----s3s | Numeral Type=fractal Number=singular Case=dative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sdl----s3p | Numeral Type=fractal Number=singular Case=dative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sdl----p1 | Numeral Type=fractal Number=singular Case=dative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mf-sdl----p1s | Numeral Type=fractal Number=singular Case=dative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sdl----p1p | Numeral Type=fractal Number=singular Case=dative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sdl----p2 | Numeral Type=fractal Number=singular Case=dative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mf-sdl----p2s | Numeral Type=fractal Number=singular Case=dative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sdl----p2p | Numeral Type=fractal Number=singular Case=dative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sdl----p3 | Numeral Type=fractal Number=singular Case=dative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mf-sdl----p3s | Numeral Type=fractal Number=singular Case=dative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sdl----p3p | Numeral Type=fractal Number=singular Case=dative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sad | Numeral Type=fractal Number=singular Case=accusative Form=digit | 1 |  |
Mf-sad------s | Numeral Type=fractal Number=singular Case=accusative Form=digit Owned_Number=singular | 1 |  |
Mf-sad------p | Numeral Type=fractal Number=singular Case=accusative Form=digit Owned_Number=plural | 1 |  |
Mf-sad----s1 | Numeral Type=fractal Number=singular Case=accusative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mf-sad----s1s | Numeral Type=fractal Number=singular Case=accusative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sad----s1p | Numeral Type=fractal Number=singular Case=accusative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sad----s2 | Numeral Type=fractal Number=singular Case=accusative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mf-sad----s2s | Numeral Type=fractal Number=singular Case=accusative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sad----s2p | Numeral Type=fractal Number=singular Case=accusative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sad----s3 | Numeral Type=fractal Number=singular Case=accusative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mf-sad----s3s | Numeral Type=fractal Number=singular Case=accusative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sad----s3p | Numeral Type=fractal Number=singular Case=accusative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sad----p1 | Numeral Type=fractal Number=singular Case=accusative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mf-sad----p1s | Numeral Type=fractal Number=singular Case=accusative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sad----p1p | Numeral Type=fractal Number=singular Case=accusative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sad----p2 | Numeral Type=fractal Number=singular Case=accusative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mf-sad----p2s | Numeral Type=fractal Number=singular Case=accusative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sad----p2p | Numeral Type=fractal Number=singular Case=accusative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sad----p3 | Numeral Type=fractal Number=singular Case=accusative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mf-sad----p3s | Numeral Type=fractal Number=singular Case=accusative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sad----p3p | Numeral Type=fractal Number=singular Case=accusative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sar | Numeral Type=fractal Number=singular Case=accusative Form=roman | 1 |  |
Mf-sar------s | Numeral Type=fractal Number=singular Case=accusative Form=roman Owned_Number=singular | 1 |  |
Mf-sar------p | Numeral Type=fractal Number=singular Case=accusative Form=roman Owned_Number=plural | 1 |  |
Mf-sar----s1 | Numeral Type=fractal Number=singular Case=accusative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mf-sar----s1s | Numeral Type=fractal Number=singular Case=accusative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sar----s1p | Numeral Type=fractal Number=singular Case=accusative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sar----s2 | Numeral Type=fractal Number=singular Case=accusative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mf-sar----s2s | Numeral Type=fractal Number=singular Case=accusative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sar----s2p | Numeral Type=fractal Number=singular Case=accusative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sar----s3 | Numeral Type=fractal Number=singular Case=accusative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mf-sar----s3s | Numeral Type=fractal Number=singular Case=accusative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sar----s3p | Numeral Type=fractal Number=singular Case=accusative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sar----p1 | Numeral Type=fractal Number=singular Case=accusative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mf-sar----p1s | Numeral Type=fractal Number=singular Case=accusative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sar----p1p | Numeral Type=fractal Number=singular Case=accusative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sar----p2 | Numeral Type=fractal Number=singular Case=accusative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mf-sar----p2s | Numeral Type=fractal Number=singular Case=accusative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sar----p2p | Numeral Type=fractal Number=singular Case=accusative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sar----p3 | Numeral Type=fractal Number=singular Case=accusative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mf-sar----p3s | Numeral Type=fractal Number=singular Case=accusative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sar----p3p | Numeral Type=fractal Number=singular Case=accusative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sal | Numeral Type=fractal Number=singular Case=accusative Form=letter | 1 |  |
Mf-sal------s | Numeral Type=fractal Number=singular Case=accusative Form=letter Owned_Number=singular | 1 |  |
Mf-sal------p | Numeral Type=fractal Number=singular Case=accusative Form=letter Owned_Number=plural | 1 |  |
Mf-sal----s1 | Numeral Type=fractal Number=singular Case=accusative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mf-sal----s1s | Numeral Type=fractal Number=singular Case=accusative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sal----s1p | Numeral Type=fractal Number=singular Case=accusative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sal----s2 | Numeral Type=fractal Number=singular Case=accusative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mf-sal----s2s | Numeral Type=fractal Number=singular Case=accusative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sal----s2p | Numeral Type=fractal Number=singular Case=accusative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sal----s3 | Numeral Type=fractal Number=singular Case=accusative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mf-sal----s3s | Numeral Type=fractal Number=singular Case=accusative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sal----s3p | Numeral Type=fractal Number=singular Case=accusative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sal----p1 | Numeral Type=fractal Number=singular Case=accusative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mf-sal----p1s | Numeral Type=fractal Number=singular Case=accusative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sal----p1p | Numeral Type=fractal Number=singular Case=accusative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sal----p2 | Numeral Type=fractal Number=singular Case=accusative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mf-sal----p2s | Numeral Type=fractal Number=singular Case=accusative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sal----p2p | Numeral Type=fractal Number=singular Case=accusative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sal----p3 | Numeral Type=fractal Number=singular Case=accusative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mf-sal----p3s | Numeral Type=fractal Number=singular Case=accusative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sal----p3p | Numeral Type=fractal Number=singular Case=accusative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sid | Numeral Type=fractal Number=singular Case=instrumental Form=digit | 1 |  |
Mf-sid------s | Numeral Type=fractal Number=singular Case=instrumental Form=digit Owned_Number=singular | 1 |  |
Mf-sid------p | Numeral Type=fractal Number=singular Case=instrumental Form=digit Owned_Number=plural | 1 |  |
Mf-sid----s1 | Numeral Type=fractal Number=singular Case=instrumental Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mf-sid----s1s | Numeral Type=fractal Number=singular Case=instrumental Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sid----s1p | Numeral Type=fractal Number=singular Case=instrumental Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sid----s2 | Numeral Type=fractal Number=singular Case=instrumental Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mf-sid----s2s | Numeral Type=fractal Number=singular Case=instrumental Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sid----s2p | Numeral Type=fractal Number=singular Case=instrumental Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sid----s3 | Numeral Type=fractal Number=singular Case=instrumental Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mf-sid----s3s | Numeral Type=fractal Number=singular Case=instrumental Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sid----s3p | Numeral Type=fractal Number=singular Case=instrumental Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sid----p1 | Numeral Type=fractal Number=singular Case=instrumental Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mf-sid----p1s | Numeral Type=fractal Number=singular Case=instrumental Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sid----p1p | Numeral Type=fractal Number=singular Case=instrumental Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sid----p2 | Numeral Type=fractal Number=singular Case=instrumental Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mf-sid----p2s | Numeral Type=fractal Number=singular Case=instrumental Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sid----p2p | Numeral Type=fractal Number=singular Case=instrumental Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sid----p3 | Numeral Type=fractal Number=singular Case=instrumental Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mf-sid----p3s | Numeral Type=fractal Number=singular Case=instrumental Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sid----p3p | Numeral Type=fractal Number=singular Case=instrumental Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sir | Numeral Type=fractal Number=singular Case=instrumental Form=roman | 1 |  |
Mf-sir------s | Numeral Type=fractal Number=singular Case=instrumental Form=roman Owned_Number=singular | 1 |  |
Mf-sir------p | Numeral Type=fractal Number=singular Case=instrumental Form=roman Owned_Number=plural | 1 |  |
Mf-sir----s1 | Numeral Type=fractal Number=singular Case=instrumental Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mf-sir----s1s | Numeral Type=fractal Number=singular Case=instrumental Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sir----s1p | Numeral Type=fractal Number=singular Case=instrumental Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sir----s2 | Numeral Type=fractal Number=singular Case=instrumental Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mf-sir----s2s | Numeral Type=fractal Number=singular Case=instrumental Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sir----s2p | Numeral Type=fractal Number=singular Case=instrumental Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sir----s3 | Numeral Type=fractal Number=singular Case=instrumental Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mf-sir----s3s | Numeral Type=fractal Number=singular Case=instrumental Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sir----s3p | Numeral Type=fractal Number=singular Case=instrumental Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sir----p1 | Numeral Type=fractal Number=singular Case=instrumental Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mf-sir----p1s | Numeral Type=fractal Number=singular Case=instrumental Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sir----p1p | Numeral Type=fractal Number=singular Case=instrumental Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sir----p2 | Numeral Type=fractal Number=singular Case=instrumental Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mf-sir----p2s | Numeral Type=fractal Number=singular Case=instrumental Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sir----p2p | Numeral Type=fractal Number=singular Case=instrumental Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sir----p3 | Numeral Type=fractal Number=singular Case=instrumental Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mf-sir----p3s | Numeral Type=fractal Number=singular Case=instrumental Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sir----p3p | Numeral Type=fractal Number=singular Case=instrumental Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sil | Numeral Type=fractal Number=singular Case=instrumental Form=letter | 1 |  |
Mf-sil------s | Numeral Type=fractal Number=singular Case=instrumental Form=letter Owned_Number=singular | 1 |  |
Mf-sil------p | Numeral Type=fractal Number=singular Case=instrumental Form=letter Owned_Number=plural | 1 |  |
Mf-sil----s1 | Numeral Type=fractal Number=singular Case=instrumental Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mf-sil----s1s | Numeral Type=fractal Number=singular Case=instrumental Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sil----s1p | Numeral Type=fractal Number=singular Case=instrumental Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sil----s2 | Numeral Type=fractal Number=singular Case=instrumental Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mf-sil----s2s | Numeral Type=fractal Number=singular Case=instrumental Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sil----s2p | Numeral Type=fractal Number=singular Case=instrumental Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sil----s3 | Numeral Type=fractal Number=singular Case=instrumental Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mf-sil----s3s | Numeral Type=fractal Number=singular Case=instrumental Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sil----s3p | Numeral Type=fractal Number=singular Case=instrumental Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sil----p1 | Numeral Type=fractal Number=singular Case=instrumental Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mf-sil----p1s | Numeral Type=fractal Number=singular Case=instrumental Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sil----p1p | Numeral Type=fractal Number=singular Case=instrumental Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sil----p2 | Numeral Type=fractal Number=singular Case=instrumental Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mf-sil----p2s | Numeral Type=fractal Number=singular Case=instrumental Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sil----p2p | Numeral Type=fractal Number=singular Case=instrumental Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sil----p3 | Numeral Type=fractal Number=singular Case=instrumental Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mf-sil----p3s | Numeral Type=fractal Number=singular Case=instrumental Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sil----p3p | Numeral Type=fractal Number=singular Case=instrumental Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sxd | Numeral Type=fractal Number=singular Case=illative Form=digit | 1 |  |
Mf-sxd------s | Numeral Type=fractal Number=singular Case=illative Form=digit Owned_Number=singular | 1 |  |
Mf-sxd------p | Numeral Type=fractal Number=singular Case=illative Form=digit Owned_Number=plural | 1 |  |
Mf-sxd----s1 | Numeral Type=fractal Number=singular Case=illative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mf-sxd----s1s | Numeral Type=fractal Number=singular Case=illative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sxd----s1p | Numeral Type=fractal Number=singular Case=illative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sxd----s2 | Numeral Type=fractal Number=singular Case=illative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mf-sxd----s2s | Numeral Type=fractal Number=singular Case=illative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sxd----s2p | Numeral Type=fractal Number=singular Case=illative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sxd----s3 | Numeral Type=fractal Number=singular Case=illative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mf-sxd----s3s | Numeral Type=fractal Number=singular Case=illative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sxd----s3p | Numeral Type=fractal Number=singular Case=illative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sxd----p1 | Numeral Type=fractal Number=singular Case=illative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mf-sxd----p1s | Numeral Type=fractal Number=singular Case=illative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sxd----p1p | Numeral Type=fractal Number=singular Case=illative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sxd----p2 | Numeral Type=fractal Number=singular Case=illative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mf-sxd----p2s | Numeral Type=fractal Number=singular Case=illative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sxd----p2p | Numeral Type=fractal Number=singular Case=illative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sxd----p3 | Numeral Type=fractal Number=singular Case=illative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mf-sxd----p3s | Numeral Type=fractal Number=singular Case=illative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sxd----p3p | Numeral Type=fractal Number=singular Case=illative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sxr | Numeral Type=fractal Number=singular Case=illative Form=roman | 1 |  |
Mf-sxr------s | Numeral Type=fractal Number=singular Case=illative Form=roman Owned_Number=singular | 1 |  |
Mf-sxr------p | Numeral Type=fractal Number=singular Case=illative Form=roman Owned_Number=plural | 1 |  |
Mf-sxr----s1 | Numeral Type=fractal Number=singular Case=illative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mf-sxr----s1s | Numeral Type=fractal Number=singular Case=illative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sxr----s1p | Numeral Type=fractal Number=singular Case=illative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sxr----s2 | Numeral Type=fractal Number=singular Case=illative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mf-sxr----s2s | Numeral Type=fractal Number=singular Case=illative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sxr----s2p | Numeral Type=fractal Number=singular Case=illative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sxr----s3 | Numeral Type=fractal Number=singular Case=illative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mf-sxr----s3s | Numeral Type=fractal Number=singular Case=illative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sxr----s3p | Numeral Type=fractal Number=singular Case=illative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sxr----p1 | Numeral Type=fractal Number=singular Case=illative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mf-sxr----p1s | Numeral Type=fractal Number=singular Case=illative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sxr----p1p | Numeral Type=fractal Number=singular Case=illative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sxr----p2 | Numeral Type=fractal Number=singular Case=illative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mf-sxr----p2s | Numeral Type=fractal Number=singular Case=illative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sxr----p2p | Numeral Type=fractal Number=singular Case=illative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sxr----p3 | Numeral Type=fractal Number=singular Case=illative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mf-sxr----p3s | Numeral Type=fractal Number=singular Case=illative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sxr----p3p | Numeral Type=fractal Number=singular Case=illative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sxl | Numeral Type=fractal Number=singular Case=illative Form=letter | 1 |  |
Mf-sxl------s | Numeral Type=fractal Number=singular Case=illative Form=letter Owned_Number=singular | 1 |  |
Mf-sxl------p | Numeral Type=fractal Number=singular Case=illative Form=letter Owned_Number=plural | 1 |  |
Mf-sxl----s1 | Numeral Type=fractal Number=singular Case=illative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mf-sxl----s1s | Numeral Type=fractal Number=singular Case=illative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sxl----s1p | Numeral Type=fractal Number=singular Case=illative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sxl----s2 | Numeral Type=fractal Number=singular Case=illative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mf-sxl----s2s | Numeral Type=fractal Number=singular Case=illative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sxl----s2p | Numeral Type=fractal Number=singular Case=illative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sxl----s3 | Numeral Type=fractal Number=singular Case=illative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mf-sxl----s3s | Numeral Type=fractal Number=singular Case=illative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sxl----s3p | Numeral Type=fractal Number=singular Case=illative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sxl----p1 | Numeral Type=fractal Number=singular Case=illative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mf-sxl----p1s | Numeral Type=fractal Number=singular Case=illative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sxl----p1p | Numeral Type=fractal Number=singular Case=illative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sxl----p2 | Numeral Type=fractal Number=singular Case=illative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mf-sxl----p2s | Numeral Type=fractal Number=singular Case=illative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sxl----p2p | Numeral Type=fractal Number=singular Case=illative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sxl----p3 | Numeral Type=fractal Number=singular Case=illative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mf-sxl----p3s | Numeral Type=fractal Number=singular Case=illative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sxl----p3p | Numeral Type=fractal Number=singular Case=illative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-s2d | Numeral Type=fractal Number=singular Case=inessive Form=digit | 1 |  |
Mf-s2d------s | Numeral Type=fractal Number=singular Case=inessive Form=digit Owned_Number=singular | 1 |  |
Mf-s2d------p | Numeral Type=fractal Number=singular Case=inessive Form=digit Owned_Number=plural | 1 |  |
Mf-s2d----s1 | Numeral Type=fractal Number=singular Case=inessive Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mf-s2d----s1s | Numeral Type=fractal Number=singular Case=inessive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-s2d----s1p | Numeral Type=fractal Number=singular Case=inessive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-s2d----s2 | Numeral Type=fractal Number=singular Case=inessive Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mf-s2d----s2s | Numeral Type=fractal Number=singular Case=inessive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-s2d----s2p | Numeral Type=fractal Number=singular Case=inessive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-s2d----s3 | Numeral Type=fractal Number=singular Case=inessive Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mf-s2d----s3s | Numeral Type=fractal Number=singular Case=inessive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-s2d----s3p | Numeral Type=fractal Number=singular Case=inessive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-s2d----p1 | Numeral Type=fractal Number=singular Case=inessive Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mf-s2d----p1s | Numeral Type=fractal Number=singular Case=inessive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-s2d----p1p | Numeral Type=fractal Number=singular Case=inessive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-s2d----p2 | Numeral Type=fractal Number=singular Case=inessive Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mf-s2d----p2s | Numeral Type=fractal Number=singular Case=inessive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-s2d----p2p | Numeral Type=fractal Number=singular Case=inessive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-s2d----p3 | Numeral Type=fractal Number=singular Case=inessive Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mf-s2d----p3s | Numeral Type=fractal Number=singular Case=inessive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-s2d----p3p | Numeral Type=fractal Number=singular Case=inessive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-s2r | Numeral Type=fractal Number=singular Case=inessive Form=roman | 1 |  |
Mf-s2r------s | Numeral Type=fractal Number=singular Case=inessive Form=roman Owned_Number=singular | 1 |  |
Mf-s2r------p | Numeral Type=fractal Number=singular Case=inessive Form=roman Owned_Number=plural | 1 |  |
Mf-s2r----s1 | Numeral Type=fractal Number=singular Case=inessive Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mf-s2r----s1s | Numeral Type=fractal Number=singular Case=inessive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-s2r----s1p | Numeral Type=fractal Number=singular Case=inessive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-s2r----s2 | Numeral Type=fractal Number=singular Case=inessive Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mf-s2r----s2s | Numeral Type=fractal Number=singular Case=inessive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-s2r----s2p | Numeral Type=fractal Number=singular Case=inessive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-s2r----s3 | Numeral Type=fractal Number=singular Case=inessive Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mf-s2r----s3s | Numeral Type=fractal Number=singular Case=inessive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-s2r----s3p | Numeral Type=fractal Number=singular Case=inessive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-s2r----p1 | Numeral Type=fractal Number=singular Case=inessive Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mf-s2r----p1s | Numeral Type=fractal Number=singular Case=inessive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-s2r----p1p | Numeral Type=fractal Number=singular Case=inessive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-s2r----p2 | Numeral Type=fractal Number=singular Case=inessive Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mf-s2r----p2s | Numeral Type=fractal Number=singular Case=inessive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-s2r----p2p | Numeral Type=fractal Number=singular Case=inessive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-s2r----p3 | Numeral Type=fractal Number=singular Case=inessive Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mf-s2r----p3s | Numeral Type=fractal Number=singular Case=inessive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-s2r----p3p | Numeral Type=fractal Number=singular Case=inessive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-s2l | Numeral Type=fractal Number=singular Case=inessive Form=letter | 1 |  |
Mf-s2l------s | Numeral Type=fractal Number=singular Case=inessive Form=letter Owned_Number=singular | 1 |  |
Mf-s2l------p | Numeral Type=fractal Number=singular Case=inessive Form=letter Owned_Number=plural | 1 |  |
Mf-s2l----s1 | Numeral Type=fractal Number=singular Case=inessive Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mf-s2l----s1s | Numeral Type=fractal Number=singular Case=inessive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-s2l----s1p | Numeral Type=fractal Number=singular Case=inessive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-s2l----s2 | Numeral Type=fractal Number=singular Case=inessive Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mf-s2l----s2s | Numeral Type=fractal Number=singular Case=inessive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-s2l----s2p | Numeral Type=fractal Number=singular Case=inessive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-s2l----s3 | Numeral Type=fractal Number=singular Case=inessive Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mf-s2l----s3s | Numeral Type=fractal Number=singular Case=inessive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-s2l----s3p | Numeral Type=fractal Number=singular Case=inessive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-s2l----p1 | Numeral Type=fractal Number=singular Case=inessive Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mf-s2l----p1s | Numeral Type=fractal Number=singular Case=inessive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-s2l----p1p | Numeral Type=fractal Number=singular Case=inessive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-s2l----p2 | Numeral Type=fractal Number=singular Case=inessive Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mf-s2l----p2s | Numeral Type=fractal Number=singular Case=inessive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-s2l----p2p | Numeral Type=fractal Number=singular Case=inessive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-s2l----p3 | Numeral Type=fractal Number=singular Case=inessive Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mf-s2l----p3s | Numeral Type=fractal Number=singular Case=inessive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-s2l----p3p | Numeral Type=fractal Number=singular Case=inessive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sed | Numeral Type=fractal Number=singular Case=elative Form=digit | 1 |  |
Mf-sed------s | Numeral Type=fractal Number=singular Case=elative Form=digit Owned_Number=singular | 1 |  |
Mf-sed------p | Numeral Type=fractal Number=singular Case=elative Form=digit Owned_Number=plural | 1 |  |
Mf-sed----s1 | Numeral Type=fractal Number=singular Case=elative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mf-sed----s1s | Numeral Type=fractal Number=singular Case=elative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sed----s1p | Numeral Type=fractal Number=singular Case=elative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sed----s2 | Numeral Type=fractal Number=singular Case=elative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mf-sed----s2s | Numeral Type=fractal Number=singular Case=elative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sed----s2p | Numeral Type=fractal Number=singular Case=elative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sed----s3 | Numeral Type=fractal Number=singular Case=elative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mf-sed----s3s | Numeral Type=fractal Number=singular Case=elative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sed----s3p | Numeral Type=fractal Number=singular Case=elative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sed----p1 | Numeral Type=fractal Number=singular Case=elative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mf-sed----p1s | Numeral Type=fractal Number=singular Case=elative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sed----p1p | Numeral Type=fractal Number=singular Case=elative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sed----p2 | Numeral Type=fractal Number=singular Case=elative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mf-sed----p2s | Numeral Type=fractal Number=singular Case=elative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sed----p2p | Numeral Type=fractal Number=singular Case=elative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sed----p3 | Numeral Type=fractal Number=singular Case=elative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mf-sed----p3s | Numeral Type=fractal Number=singular Case=elative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sed----p3p | Numeral Type=fractal Number=singular Case=elative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-ser | Numeral Type=fractal Number=singular Case=elative Form=roman | 1 |  |
Mf-ser------s | Numeral Type=fractal Number=singular Case=elative Form=roman Owned_Number=singular | 1 |  |
Mf-ser------p | Numeral Type=fractal Number=singular Case=elative Form=roman Owned_Number=plural | 1 |  |
Mf-ser----s1 | Numeral Type=fractal Number=singular Case=elative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mf-ser----s1s | Numeral Type=fractal Number=singular Case=elative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-ser----s1p | Numeral Type=fractal Number=singular Case=elative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-ser----s2 | Numeral Type=fractal Number=singular Case=elative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mf-ser----s2s | Numeral Type=fractal Number=singular Case=elative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-ser----s2p | Numeral Type=fractal Number=singular Case=elative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-ser----s3 | Numeral Type=fractal Number=singular Case=elative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mf-ser----s3s | Numeral Type=fractal Number=singular Case=elative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-ser----s3p | Numeral Type=fractal Number=singular Case=elative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-ser----p1 | Numeral Type=fractal Number=singular Case=elative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mf-ser----p1s | Numeral Type=fractal Number=singular Case=elative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-ser----p1p | Numeral Type=fractal Number=singular Case=elative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-ser----p2 | Numeral Type=fractal Number=singular Case=elative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mf-ser----p2s | Numeral Type=fractal Number=singular Case=elative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-ser----p2p | Numeral Type=fractal Number=singular Case=elative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-ser----p3 | Numeral Type=fractal Number=singular Case=elative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mf-ser----p3s | Numeral Type=fractal Number=singular Case=elative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-ser----p3p | Numeral Type=fractal Number=singular Case=elative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sel | Numeral Type=fractal Number=singular Case=elative Form=letter | 1 |  |
Mf-sel------s | Numeral Type=fractal Number=singular Case=elative Form=letter Owned_Number=singular | 1 |  |
Mf-sel------p | Numeral Type=fractal Number=singular Case=elative Form=letter Owned_Number=plural | 1 |  |
Mf-sel----s1 | Numeral Type=fractal Number=singular Case=elative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mf-sel----s1s | Numeral Type=fractal Number=singular Case=elative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sel----s1p | Numeral Type=fractal Number=singular Case=elative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sel----s2 | Numeral Type=fractal Number=singular Case=elative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mf-sel----s2s | Numeral Type=fractal Number=singular Case=elative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sel----s2p | Numeral Type=fractal Number=singular Case=elative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sel----s3 | Numeral Type=fractal Number=singular Case=elative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mf-sel----s3s | Numeral Type=fractal Number=singular Case=elative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sel----s3p | Numeral Type=fractal Number=singular Case=elative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sel----p1 | Numeral Type=fractal Number=singular Case=elative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mf-sel----p1s | Numeral Type=fractal Number=singular Case=elative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sel----p1p | Numeral Type=fractal Number=singular Case=elative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sel----p2 | Numeral Type=fractal Number=singular Case=elative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mf-sel----p2s | Numeral Type=fractal Number=singular Case=elative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sel----p2p | Numeral Type=fractal Number=singular Case=elative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sel----p3 | Numeral Type=fractal Number=singular Case=elative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mf-sel----p3s | Numeral Type=fractal Number=singular Case=elative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sel----p3p | Numeral Type=fractal Number=singular Case=elative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-std | Numeral Type=fractal Number=singular Case=allative Form=digit | 1 |  |
Mf-std------s | Numeral Type=fractal Number=singular Case=allative Form=digit Owned_Number=singular | 1 |  |
Mf-std------p | Numeral Type=fractal Number=singular Case=allative Form=digit Owned_Number=plural | 1 |  |
Mf-std----s1 | Numeral Type=fractal Number=singular Case=allative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mf-std----s1s | Numeral Type=fractal Number=singular Case=allative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-std----s1p | Numeral Type=fractal Number=singular Case=allative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-std----s2 | Numeral Type=fractal Number=singular Case=allative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mf-std----s2s | Numeral Type=fractal Number=singular Case=allative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-std----s2p | Numeral Type=fractal Number=singular Case=allative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-std----s3 | Numeral Type=fractal Number=singular Case=allative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mf-std----s3s | Numeral Type=fractal Number=singular Case=allative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-std----s3p | Numeral Type=fractal Number=singular Case=allative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-std----p1 | Numeral Type=fractal Number=singular Case=allative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mf-std----p1s | Numeral Type=fractal Number=singular Case=allative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-std----p1p | Numeral Type=fractal Number=singular Case=allative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-std----p2 | Numeral Type=fractal Number=singular Case=allative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mf-std----p2s | Numeral Type=fractal Number=singular Case=allative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-std----p2p | Numeral Type=fractal Number=singular Case=allative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-std----p3 | Numeral Type=fractal Number=singular Case=allative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mf-std----p3s | Numeral Type=fractal Number=singular Case=allative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-std----p3p | Numeral Type=fractal Number=singular Case=allative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-str | Numeral Type=fractal Number=singular Case=allative Form=roman | 1 |  |
Mf-str------s | Numeral Type=fractal Number=singular Case=allative Form=roman Owned_Number=singular | 1 |  |
Mf-str------p | Numeral Type=fractal Number=singular Case=allative Form=roman Owned_Number=plural | 1 |  |
Mf-str----s1 | Numeral Type=fractal Number=singular Case=allative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mf-str----s1s | Numeral Type=fractal Number=singular Case=allative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-str----s1p | Numeral Type=fractal Number=singular Case=allative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-str----s2 | Numeral Type=fractal Number=singular Case=allative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mf-str----s2s | Numeral Type=fractal Number=singular Case=allative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-str----s2p | Numeral Type=fractal Number=singular Case=allative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-str----s3 | Numeral Type=fractal Number=singular Case=allative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mf-str----s3s | Numeral Type=fractal Number=singular Case=allative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-str----s3p | Numeral Type=fractal Number=singular Case=allative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-str----p1 | Numeral Type=fractal Number=singular Case=allative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mf-str----p1s | Numeral Type=fractal Number=singular Case=allative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-str----p1p | Numeral Type=fractal Number=singular Case=allative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-str----p2 | Numeral Type=fractal Number=singular Case=allative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mf-str----p2s | Numeral Type=fractal Number=singular Case=allative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-str----p2p | Numeral Type=fractal Number=singular Case=allative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-str----p3 | Numeral Type=fractal Number=singular Case=allative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mf-str----p3s | Numeral Type=fractal Number=singular Case=allative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-str----p3p | Numeral Type=fractal Number=singular Case=allative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-stl | Numeral Type=fractal Number=singular Case=allative Form=letter | 1 |  |
Mf-stl------s | Numeral Type=fractal Number=singular Case=allative Form=letter Owned_Number=singular | 1 |  |
Mf-stl------p | Numeral Type=fractal Number=singular Case=allative Form=letter Owned_Number=plural | 1 |  |
Mf-stl----s1 | Numeral Type=fractal Number=singular Case=allative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mf-stl----s1s | Numeral Type=fractal Number=singular Case=allative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-stl----s1p | Numeral Type=fractal Number=singular Case=allative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-stl----s2 | Numeral Type=fractal Number=singular Case=allative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mf-stl----s2s | Numeral Type=fractal Number=singular Case=allative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-stl----s2p | Numeral Type=fractal Number=singular Case=allative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-stl----s3 | Numeral Type=fractal Number=singular Case=allative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mf-stl----s3s | Numeral Type=fractal Number=singular Case=allative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-stl----s3p | Numeral Type=fractal Number=singular Case=allative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-stl----p1 | Numeral Type=fractal Number=singular Case=allative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mf-stl----p1s | Numeral Type=fractal Number=singular Case=allative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-stl----p1p | Numeral Type=fractal Number=singular Case=allative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-stl----p2 | Numeral Type=fractal Number=singular Case=allative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mf-stl----p2s | Numeral Type=fractal Number=singular Case=allative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-stl----p2p | Numeral Type=fractal Number=singular Case=allative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-stl----p3 | Numeral Type=fractal Number=singular Case=allative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mf-stl----p3s | Numeral Type=fractal Number=singular Case=allative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-stl----p3p | Numeral Type=fractal Number=singular Case=allative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-s3d | Numeral Type=fractal Number=singular Case=adessive Form=digit | 1 |  |
Mf-s3d------s | Numeral Type=fractal Number=singular Case=adessive Form=digit Owned_Number=singular | 1 |  |
Mf-s3d------p | Numeral Type=fractal Number=singular Case=adessive Form=digit Owned_Number=plural | 1 |  |
Mf-s3d----s1 | Numeral Type=fractal Number=singular Case=adessive Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mf-s3d----s1s | Numeral Type=fractal Number=singular Case=adessive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-s3d----s1p | Numeral Type=fractal Number=singular Case=adessive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-s3d----s2 | Numeral Type=fractal Number=singular Case=adessive Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mf-s3d----s2s | Numeral Type=fractal Number=singular Case=adessive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-s3d----s2p | Numeral Type=fractal Number=singular Case=adessive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-s3d----s3 | Numeral Type=fractal Number=singular Case=adessive Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mf-s3d----s3s | Numeral Type=fractal Number=singular Case=adessive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-s3d----s3p | Numeral Type=fractal Number=singular Case=adessive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-s3d----p1 | Numeral Type=fractal Number=singular Case=adessive Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mf-s3d----p1s | Numeral Type=fractal Number=singular Case=adessive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-s3d----p1p | Numeral Type=fractal Number=singular Case=adessive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-s3d----p2 | Numeral Type=fractal Number=singular Case=adessive Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mf-s3d----p2s | Numeral Type=fractal Number=singular Case=adessive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-s3d----p2p | Numeral Type=fractal Number=singular Case=adessive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-s3d----p3 | Numeral Type=fractal Number=singular Case=adessive Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mf-s3d----p3s | Numeral Type=fractal Number=singular Case=adessive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-s3d----p3p | Numeral Type=fractal Number=singular Case=adessive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-s3r | Numeral Type=fractal Number=singular Case=adessive Form=roman | 1 |  |
Mf-s3r------s | Numeral Type=fractal Number=singular Case=adessive Form=roman Owned_Number=singular | 1 |  |
Mf-s3r------p | Numeral Type=fractal Number=singular Case=adessive Form=roman Owned_Number=plural | 1 |  |
Mf-s3r----s1 | Numeral Type=fractal Number=singular Case=adessive Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mf-s3r----s1s | Numeral Type=fractal Number=singular Case=adessive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-s3r----s1p | Numeral Type=fractal Number=singular Case=adessive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-s3r----s2 | Numeral Type=fractal Number=singular Case=adessive Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mf-s3r----s2s | Numeral Type=fractal Number=singular Case=adessive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-s3r----s2p | Numeral Type=fractal Number=singular Case=adessive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-s3r----s3 | Numeral Type=fractal Number=singular Case=adessive Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mf-s3r----s3s | Numeral Type=fractal Number=singular Case=adessive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-s3r----s3p | Numeral Type=fractal Number=singular Case=adessive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-s3r----p1 | Numeral Type=fractal Number=singular Case=adessive Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mf-s3r----p1s | Numeral Type=fractal Number=singular Case=adessive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-s3r----p1p | Numeral Type=fractal Number=singular Case=adessive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-s3r----p2 | Numeral Type=fractal Number=singular Case=adessive Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mf-s3r----p2s | Numeral Type=fractal Number=singular Case=adessive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-s3r----p2p | Numeral Type=fractal Number=singular Case=adessive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-s3r----p3 | Numeral Type=fractal Number=singular Case=adessive Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mf-s3r----p3s | Numeral Type=fractal Number=singular Case=adessive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-s3r----p3p | Numeral Type=fractal Number=singular Case=adessive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-s3l | Numeral Type=fractal Number=singular Case=adessive Form=letter | 1 |  |
Mf-s3l------s | Numeral Type=fractal Number=singular Case=adessive Form=letter Owned_Number=singular | 1 |  |
Mf-s3l------p | Numeral Type=fractal Number=singular Case=adessive Form=letter Owned_Number=plural | 1 |  |
Mf-s3l----s1 | Numeral Type=fractal Number=singular Case=adessive Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mf-s3l----s1s | Numeral Type=fractal Number=singular Case=adessive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-s3l----s1p | Numeral Type=fractal Number=singular Case=adessive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-s3l----s2 | Numeral Type=fractal Number=singular Case=adessive Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mf-s3l----s2s | Numeral Type=fractal Number=singular Case=adessive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-s3l----s2p | Numeral Type=fractal Number=singular Case=adessive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-s3l----s3 | Numeral Type=fractal Number=singular Case=adessive Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mf-s3l----s3s | Numeral Type=fractal Number=singular Case=adessive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-s3l----s3p | Numeral Type=fractal Number=singular Case=adessive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-s3l----p1 | Numeral Type=fractal Number=singular Case=adessive Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mf-s3l----p1s | Numeral Type=fractal Number=singular Case=adessive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-s3l----p1p | Numeral Type=fractal Number=singular Case=adessive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-s3l----p2 | Numeral Type=fractal Number=singular Case=adessive Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mf-s3l----p2s | Numeral Type=fractal Number=singular Case=adessive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-s3l----p2p | Numeral Type=fractal Number=singular Case=adessive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-s3l----p3 | Numeral Type=fractal Number=singular Case=adessive Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mf-s3l----p3s | Numeral Type=fractal Number=singular Case=adessive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-s3l----p3p | Numeral Type=fractal Number=singular Case=adessive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sbd | Numeral Type=fractal Number=singular Case=ablative Form=digit | 1 |  |
Mf-sbd------s | Numeral Type=fractal Number=singular Case=ablative Form=digit Owned_Number=singular | 1 |  |
Mf-sbd------p | Numeral Type=fractal Number=singular Case=ablative Form=digit Owned_Number=plural | 1 |  |
Mf-sbd----s1 | Numeral Type=fractal Number=singular Case=ablative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mf-sbd----s1s | Numeral Type=fractal Number=singular Case=ablative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sbd----s1p | Numeral Type=fractal Number=singular Case=ablative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sbd----s2 | Numeral Type=fractal Number=singular Case=ablative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mf-sbd----s2s | Numeral Type=fractal Number=singular Case=ablative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sbd----s2p | Numeral Type=fractal Number=singular Case=ablative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sbd----s3 | Numeral Type=fractal Number=singular Case=ablative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mf-sbd----s3s | Numeral Type=fractal Number=singular Case=ablative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sbd----s3p | Numeral Type=fractal Number=singular Case=ablative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sbd----p1 | Numeral Type=fractal Number=singular Case=ablative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mf-sbd----p1s | Numeral Type=fractal Number=singular Case=ablative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sbd----p1p | Numeral Type=fractal Number=singular Case=ablative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sbd----p2 | Numeral Type=fractal Number=singular Case=ablative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mf-sbd----p2s | Numeral Type=fractal Number=singular Case=ablative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sbd----p2p | Numeral Type=fractal Number=singular Case=ablative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sbd----p3 | Numeral Type=fractal Number=singular Case=ablative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mf-sbd----p3s | Numeral Type=fractal Number=singular Case=ablative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sbd----p3p | Numeral Type=fractal Number=singular Case=ablative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sbr | Numeral Type=fractal Number=singular Case=ablative Form=roman | 1 |  |
Mf-sbr------s | Numeral Type=fractal Number=singular Case=ablative Form=roman Owned_Number=singular | 1 |  |
Mf-sbr------p | Numeral Type=fractal Number=singular Case=ablative Form=roman Owned_Number=plural | 1 |  |
Mf-sbr----s1 | Numeral Type=fractal Number=singular Case=ablative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mf-sbr----s1s | Numeral Type=fractal Number=singular Case=ablative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sbr----s1p | Numeral Type=fractal Number=singular Case=ablative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sbr----s2 | Numeral Type=fractal Number=singular Case=ablative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mf-sbr----s2s | Numeral Type=fractal Number=singular Case=ablative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sbr----s2p | Numeral Type=fractal Number=singular Case=ablative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sbr----s3 | Numeral Type=fractal Number=singular Case=ablative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mf-sbr----s3s | Numeral Type=fractal Number=singular Case=ablative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sbr----s3p | Numeral Type=fractal Number=singular Case=ablative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sbr----p1 | Numeral Type=fractal Number=singular Case=ablative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mf-sbr----p1s | Numeral Type=fractal Number=singular Case=ablative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sbr----p1p | Numeral Type=fractal Number=singular Case=ablative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sbr----p2 | Numeral Type=fractal Number=singular Case=ablative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mf-sbr----p2s | Numeral Type=fractal Number=singular Case=ablative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sbr----p2p | Numeral Type=fractal Number=singular Case=ablative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sbr----p3 | Numeral Type=fractal Number=singular Case=ablative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mf-sbr----p3s | Numeral Type=fractal Number=singular Case=ablative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sbr----p3p | Numeral Type=fractal Number=singular Case=ablative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sbl | Numeral Type=fractal Number=singular Case=ablative Form=letter | 1 |  |
Mf-sbl------s | Numeral Type=fractal Number=singular Case=ablative Form=letter Owned_Number=singular | 1 |  |
Mf-sbl------p | Numeral Type=fractal Number=singular Case=ablative Form=letter Owned_Number=plural | 1 |  |
Mf-sbl----s1 | Numeral Type=fractal Number=singular Case=ablative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mf-sbl----s1s | Numeral Type=fractal Number=singular Case=ablative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sbl----s1p | Numeral Type=fractal Number=singular Case=ablative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sbl----s2 | Numeral Type=fractal Number=singular Case=ablative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mf-sbl----s2s | Numeral Type=fractal Number=singular Case=ablative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sbl----s2p | Numeral Type=fractal Number=singular Case=ablative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sbl----s3 | Numeral Type=fractal Number=singular Case=ablative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mf-sbl----s3s | Numeral Type=fractal Number=singular Case=ablative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sbl----s3p | Numeral Type=fractal Number=singular Case=ablative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sbl----p1 | Numeral Type=fractal Number=singular Case=ablative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mf-sbl----p1s | Numeral Type=fractal Number=singular Case=ablative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sbl----p1p | Numeral Type=fractal Number=singular Case=ablative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sbl----p2 | Numeral Type=fractal Number=singular Case=ablative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mf-sbl----p2s | Numeral Type=fractal Number=singular Case=ablative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sbl----p2p | Numeral Type=fractal Number=singular Case=ablative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sbl----p3 | Numeral Type=fractal Number=singular Case=ablative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mf-sbl----p3s | Numeral Type=fractal Number=singular Case=ablative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sbl----p3p | Numeral Type=fractal Number=singular Case=ablative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-s9d | Numeral Type=fractal Number=singular Case=terminative Form=digit | 1 |  |
Mf-s9d------s | Numeral Type=fractal Number=singular Case=terminative Form=digit Owned_Number=singular | 1 |  |
Mf-s9d------p | Numeral Type=fractal Number=singular Case=terminative Form=digit Owned_Number=plural | 1 |  |
Mf-s9d----s1 | Numeral Type=fractal Number=singular Case=terminative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mf-s9d----s1s | Numeral Type=fractal Number=singular Case=terminative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-s9d----s1p | Numeral Type=fractal Number=singular Case=terminative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-s9d----s2 | Numeral Type=fractal Number=singular Case=terminative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mf-s9d----s2s | Numeral Type=fractal Number=singular Case=terminative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-s9d----s2p | Numeral Type=fractal Number=singular Case=terminative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-s9d----s3 | Numeral Type=fractal Number=singular Case=terminative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mf-s9d----s3s | Numeral Type=fractal Number=singular Case=terminative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-s9d----s3p | Numeral Type=fractal Number=singular Case=terminative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-s9d----p1 | Numeral Type=fractal Number=singular Case=terminative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mf-s9d----p1s | Numeral Type=fractal Number=singular Case=terminative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-s9d----p1p | Numeral Type=fractal Number=singular Case=terminative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-s9d----p2 | Numeral Type=fractal Number=singular Case=terminative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mf-s9d----p2s | Numeral Type=fractal Number=singular Case=terminative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-s9d----p2p | Numeral Type=fractal Number=singular Case=terminative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-s9d----p3 | Numeral Type=fractal Number=singular Case=terminative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mf-s9d----p3s | Numeral Type=fractal Number=singular Case=terminative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-s9d----p3p | Numeral Type=fractal Number=singular Case=terminative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-s9r | Numeral Type=fractal Number=singular Case=terminative Form=roman | 1 |  |
Mf-s9r------s | Numeral Type=fractal Number=singular Case=terminative Form=roman Owned_Number=singular | 1 |  |
Mf-s9r------p | Numeral Type=fractal Number=singular Case=terminative Form=roman Owned_Number=plural | 1 |  |
Mf-s9r----s1 | Numeral Type=fractal Number=singular Case=terminative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mf-s9r----s1s | Numeral Type=fractal Number=singular Case=terminative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-s9r----s1p | Numeral Type=fractal Number=singular Case=terminative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-s9r----s2 | Numeral Type=fractal Number=singular Case=terminative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mf-s9r----s2s | Numeral Type=fractal Number=singular Case=terminative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-s9r----s2p | Numeral Type=fractal Number=singular Case=terminative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-s9r----s3 | Numeral Type=fractal Number=singular Case=terminative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mf-s9r----s3s | Numeral Type=fractal Number=singular Case=terminative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-s9r----s3p | Numeral Type=fractal Number=singular Case=terminative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-s9r----p1 | Numeral Type=fractal Number=singular Case=terminative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mf-s9r----p1s | Numeral Type=fractal Number=singular Case=terminative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-s9r----p1p | Numeral Type=fractal Number=singular Case=terminative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-s9r----p2 | Numeral Type=fractal Number=singular Case=terminative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mf-s9r----p2s | Numeral Type=fractal Number=singular Case=terminative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-s9r----p2p | Numeral Type=fractal Number=singular Case=terminative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-s9r----p3 | Numeral Type=fractal Number=singular Case=terminative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mf-s9r----p3s | Numeral Type=fractal Number=singular Case=terminative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-s9r----p3p | Numeral Type=fractal Number=singular Case=terminative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-s9l | Numeral Type=fractal Number=singular Case=terminative Form=letter | 1 |  |
Mf-s9l------s | Numeral Type=fractal Number=singular Case=terminative Form=letter Owned_Number=singular | 1 |  |
Mf-s9l------p | Numeral Type=fractal Number=singular Case=terminative Form=letter Owned_Number=plural | 1 |  |
Mf-s9l----s1 | Numeral Type=fractal Number=singular Case=terminative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mf-s9l----s1s | Numeral Type=fractal Number=singular Case=terminative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-s9l----s1p | Numeral Type=fractal Number=singular Case=terminative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-s9l----s2 | Numeral Type=fractal Number=singular Case=terminative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mf-s9l----s2s | Numeral Type=fractal Number=singular Case=terminative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-s9l----s2p | Numeral Type=fractal Number=singular Case=terminative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-s9l----s3 | Numeral Type=fractal Number=singular Case=terminative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mf-s9l----s3s | Numeral Type=fractal Number=singular Case=terminative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-s9l----s3p | Numeral Type=fractal Number=singular Case=terminative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-s9l----p1 | Numeral Type=fractal Number=singular Case=terminative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mf-s9l----p1s | Numeral Type=fractal Number=singular Case=terminative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-s9l----p1p | Numeral Type=fractal Number=singular Case=terminative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-s9l----p2 | Numeral Type=fractal Number=singular Case=terminative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mf-s9l----p2s | Numeral Type=fractal Number=singular Case=terminative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-s9l----p2p | Numeral Type=fractal Number=singular Case=terminative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-s9l----p3 | Numeral Type=fractal Number=singular Case=terminative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mf-s9l----p3s | Numeral Type=fractal Number=singular Case=terminative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-s9l----p3p | Numeral Type=fractal Number=singular Case=terminative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-smd | Numeral Type=fractal Number=singular Case=temporalis Form=digit | 1 |  |
Mf-smd------s | Numeral Type=fractal Number=singular Case=temporalis Form=digit Owned_Number=singular | 1 |  |
Mf-smd------p | Numeral Type=fractal Number=singular Case=temporalis Form=digit Owned_Number=plural | 1 |  |
Mf-smd----s1 | Numeral Type=fractal Number=singular Case=temporalis Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mf-smd----s1s | Numeral Type=fractal Number=singular Case=temporalis Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-smd----s1p | Numeral Type=fractal Number=singular Case=temporalis Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-smd----s2 | Numeral Type=fractal Number=singular Case=temporalis Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mf-smd----s2s | Numeral Type=fractal Number=singular Case=temporalis Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-smd----s2p | Numeral Type=fractal Number=singular Case=temporalis Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-smd----s3 | Numeral Type=fractal Number=singular Case=temporalis Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mf-smd----s3s | Numeral Type=fractal Number=singular Case=temporalis Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-smd----s3p | Numeral Type=fractal Number=singular Case=temporalis Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-smd----p1 | Numeral Type=fractal Number=singular Case=temporalis Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mf-smd----p1s | Numeral Type=fractal Number=singular Case=temporalis Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-smd----p1p | Numeral Type=fractal Number=singular Case=temporalis Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-smd----p2 | Numeral Type=fractal Number=singular Case=temporalis Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mf-smd----p2s | Numeral Type=fractal Number=singular Case=temporalis Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-smd----p2p | Numeral Type=fractal Number=singular Case=temporalis Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-smd----p3 | Numeral Type=fractal Number=singular Case=temporalis Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mf-smd----p3s | Numeral Type=fractal Number=singular Case=temporalis Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-smd----p3p | Numeral Type=fractal Number=singular Case=temporalis Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-smr | Numeral Type=fractal Number=singular Case=temporalis Form=roman | 1 |  |
Mf-smr------s | Numeral Type=fractal Number=singular Case=temporalis Form=roman Owned_Number=singular | 1 |  |
Mf-smr------p | Numeral Type=fractal Number=singular Case=temporalis Form=roman Owned_Number=plural | 1 |  |
Mf-smr----s1 | Numeral Type=fractal Number=singular Case=temporalis Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mf-smr----s1s | Numeral Type=fractal Number=singular Case=temporalis Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-smr----s1p | Numeral Type=fractal Number=singular Case=temporalis Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-smr----s2 | Numeral Type=fractal Number=singular Case=temporalis Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mf-smr----s2s | Numeral Type=fractal Number=singular Case=temporalis Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-smr----s2p | Numeral Type=fractal Number=singular Case=temporalis Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-smr----s3 | Numeral Type=fractal Number=singular Case=temporalis Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mf-smr----s3s | Numeral Type=fractal Number=singular Case=temporalis Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-smr----s3p | Numeral Type=fractal Number=singular Case=temporalis Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-smr----p1 | Numeral Type=fractal Number=singular Case=temporalis Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mf-smr----p1s | Numeral Type=fractal Number=singular Case=temporalis Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-smr----p1p | Numeral Type=fractal Number=singular Case=temporalis Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-smr----p2 | Numeral Type=fractal Number=singular Case=temporalis Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mf-smr----p2s | Numeral Type=fractal Number=singular Case=temporalis Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-smr----p2p | Numeral Type=fractal Number=singular Case=temporalis Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-smr----p3 | Numeral Type=fractal Number=singular Case=temporalis Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mf-smr----p3s | Numeral Type=fractal Number=singular Case=temporalis Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-smr----p3p | Numeral Type=fractal Number=singular Case=temporalis Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sml | Numeral Type=fractal Number=singular Case=temporalis Form=letter | 1 |  |
Mf-sml------s | Numeral Type=fractal Number=singular Case=temporalis Form=letter Owned_Number=singular | 1 |  |
Mf-sml------p | Numeral Type=fractal Number=singular Case=temporalis Form=letter Owned_Number=plural | 1 |  |
Mf-sml----s1 | Numeral Type=fractal Number=singular Case=temporalis Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mf-sml----s1s | Numeral Type=fractal Number=singular Case=temporalis Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sml----s1p | Numeral Type=fractal Number=singular Case=temporalis Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sml----s2 | Numeral Type=fractal Number=singular Case=temporalis Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mf-sml----s2s | Numeral Type=fractal Number=singular Case=temporalis Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sml----s2p | Numeral Type=fractal Number=singular Case=temporalis Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sml----s3 | Numeral Type=fractal Number=singular Case=temporalis Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mf-sml----s3s | Numeral Type=fractal Number=singular Case=temporalis Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sml----s3p | Numeral Type=fractal Number=singular Case=temporalis Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sml----p1 | Numeral Type=fractal Number=singular Case=temporalis Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mf-sml----p1s | Numeral Type=fractal Number=singular Case=temporalis Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sml----p1p | Numeral Type=fractal Number=singular Case=temporalis Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sml----p2 | Numeral Type=fractal Number=singular Case=temporalis Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mf-sml----p2s | Numeral Type=fractal Number=singular Case=temporalis Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sml----p2p | Numeral Type=fractal Number=singular Case=temporalis Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sml----p3 | Numeral Type=fractal Number=singular Case=temporalis Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mf-sml----p3s | Numeral Type=fractal Number=singular Case=temporalis Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sml----p3p | Numeral Type=fractal Number=singular Case=temporalis Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-scd | Numeral Type=fractal Number=singular Case=causalis Form=digit | 1 |  |
Mf-scd------s | Numeral Type=fractal Number=singular Case=causalis Form=digit Owned_Number=singular | 1 |  |
Mf-scd------p | Numeral Type=fractal Number=singular Case=causalis Form=digit Owned_Number=plural | 1 |  |
Mf-scd----s1 | Numeral Type=fractal Number=singular Case=causalis Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mf-scd----s1s | Numeral Type=fractal Number=singular Case=causalis Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-scd----s1p | Numeral Type=fractal Number=singular Case=causalis Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-scd----s2 | Numeral Type=fractal Number=singular Case=causalis Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mf-scd----s2s | Numeral Type=fractal Number=singular Case=causalis Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-scd----s2p | Numeral Type=fractal Number=singular Case=causalis Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-scd----s3 | Numeral Type=fractal Number=singular Case=causalis Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mf-scd----s3s | Numeral Type=fractal Number=singular Case=causalis Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-scd----s3p | Numeral Type=fractal Number=singular Case=causalis Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-scd----p1 | Numeral Type=fractal Number=singular Case=causalis Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mf-scd----p1s | Numeral Type=fractal Number=singular Case=causalis Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-scd----p1p | Numeral Type=fractal Number=singular Case=causalis Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-scd----p2 | Numeral Type=fractal Number=singular Case=causalis Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mf-scd----p2s | Numeral Type=fractal Number=singular Case=causalis Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-scd----p2p | Numeral Type=fractal Number=singular Case=causalis Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-scd----p3 | Numeral Type=fractal Number=singular Case=causalis Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mf-scd----p3s | Numeral Type=fractal Number=singular Case=causalis Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-scd----p3p | Numeral Type=fractal Number=singular Case=causalis Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-scr | Numeral Type=fractal Number=singular Case=causalis Form=roman | 1 |  |
Mf-scr------s | Numeral Type=fractal Number=singular Case=causalis Form=roman Owned_Number=singular | 1 |  |
Mf-scr------p | Numeral Type=fractal Number=singular Case=causalis Form=roman Owned_Number=plural | 1 |  |
Mf-scr----s1 | Numeral Type=fractal Number=singular Case=causalis Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mf-scr----s1s | Numeral Type=fractal Number=singular Case=causalis Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-scr----s1p | Numeral Type=fractal Number=singular Case=causalis Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-scr----s2 | Numeral Type=fractal Number=singular Case=causalis Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mf-scr----s2s | Numeral Type=fractal Number=singular Case=causalis Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-scr----s2p | Numeral Type=fractal Number=singular Case=causalis Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-scr----s3 | Numeral Type=fractal Number=singular Case=causalis Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mf-scr----s3s | Numeral Type=fractal Number=singular Case=causalis Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-scr----s3p | Numeral Type=fractal Number=singular Case=causalis Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-scr----p1 | Numeral Type=fractal Number=singular Case=causalis Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mf-scr----p1s | Numeral Type=fractal Number=singular Case=causalis Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-scr----p1p | Numeral Type=fractal Number=singular Case=causalis Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-scr----p2 | Numeral Type=fractal Number=singular Case=causalis Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mf-scr----p2s | Numeral Type=fractal Number=singular Case=causalis Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-scr----p2p | Numeral Type=fractal Number=singular Case=causalis Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-scr----p3 | Numeral Type=fractal Number=singular Case=causalis Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mf-scr----p3s | Numeral Type=fractal Number=singular Case=causalis Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-scr----p3p | Numeral Type=fractal Number=singular Case=causalis Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-scl | Numeral Type=fractal Number=singular Case=causalis Form=letter | 1 |  |
Mf-scl------s | Numeral Type=fractal Number=singular Case=causalis Form=letter Owned_Number=singular | 1 |  |
Mf-scl------p | Numeral Type=fractal Number=singular Case=causalis Form=letter Owned_Number=plural | 1 |  |
Mf-scl----s1 | Numeral Type=fractal Number=singular Case=causalis Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mf-scl----s1s | Numeral Type=fractal Number=singular Case=causalis Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-scl----s1p | Numeral Type=fractal Number=singular Case=causalis Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-scl----s2 | Numeral Type=fractal Number=singular Case=causalis Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mf-scl----s2s | Numeral Type=fractal Number=singular Case=causalis Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-scl----s2p | Numeral Type=fractal Number=singular Case=causalis Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-scl----s3 | Numeral Type=fractal Number=singular Case=causalis Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mf-scl----s3s | Numeral Type=fractal Number=singular Case=causalis Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-scl----s3p | Numeral Type=fractal Number=singular Case=causalis Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-scl----p1 | Numeral Type=fractal Number=singular Case=causalis Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mf-scl----p1s | Numeral Type=fractal Number=singular Case=causalis Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-scl----p1p | Numeral Type=fractal Number=singular Case=causalis Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-scl----p2 | Numeral Type=fractal Number=singular Case=causalis Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mf-scl----p2s | Numeral Type=fractal Number=singular Case=causalis Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-scl----p2p | Numeral Type=fractal Number=singular Case=causalis Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-scl----p3 | Numeral Type=fractal Number=singular Case=causalis Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mf-scl----p3s | Numeral Type=fractal Number=singular Case=causalis Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-scl----p3p | Numeral Type=fractal Number=singular Case=causalis Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-ssd | Numeral Type=fractal Number=singular Case=sublative Form=digit | 1 |  |
Mf-ssd------s | Numeral Type=fractal Number=singular Case=sublative Form=digit Owned_Number=singular | 1 |  |
Mf-ssd------p | Numeral Type=fractal Number=singular Case=sublative Form=digit Owned_Number=plural | 1 |  |
Mf-ssd----s1 | Numeral Type=fractal Number=singular Case=sublative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mf-ssd----s1s | Numeral Type=fractal Number=singular Case=sublative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-ssd----s1p | Numeral Type=fractal Number=singular Case=sublative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-ssd----s2 | Numeral Type=fractal Number=singular Case=sublative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mf-ssd----s2s | Numeral Type=fractal Number=singular Case=sublative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-ssd----s2p | Numeral Type=fractal Number=singular Case=sublative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-ssd----s3 | Numeral Type=fractal Number=singular Case=sublative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mf-ssd----s3s | Numeral Type=fractal Number=singular Case=sublative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-ssd----s3p | Numeral Type=fractal Number=singular Case=sublative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-ssd----p1 | Numeral Type=fractal Number=singular Case=sublative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mf-ssd----p1s | Numeral Type=fractal Number=singular Case=sublative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-ssd----p1p | Numeral Type=fractal Number=singular Case=sublative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-ssd----p2 | Numeral Type=fractal Number=singular Case=sublative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mf-ssd----p2s | Numeral Type=fractal Number=singular Case=sublative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-ssd----p2p | Numeral Type=fractal Number=singular Case=sublative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-ssd----p3 | Numeral Type=fractal Number=singular Case=sublative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mf-ssd----p3s | Numeral Type=fractal Number=singular Case=sublative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-ssd----p3p | Numeral Type=fractal Number=singular Case=sublative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-ssr | Numeral Type=fractal Number=singular Case=sublative Form=roman | 1 |  |
Mf-ssr------s | Numeral Type=fractal Number=singular Case=sublative Form=roman Owned_Number=singular | 1 |  |
Mf-ssr------p | Numeral Type=fractal Number=singular Case=sublative Form=roman Owned_Number=plural | 1 |  |
Mf-ssr----s1 | Numeral Type=fractal Number=singular Case=sublative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mf-ssr----s1s | Numeral Type=fractal Number=singular Case=sublative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-ssr----s1p | Numeral Type=fractal Number=singular Case=sublative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-ssr----s2 | Numeral Type=fractal Number=singular Case=sublative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mf-ssr----s2s | Numeral Type=fractal Number=singular Case=sublative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-ssr----s2p | Numeral Type=fractal Number=singular Case=sublative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-ssr----s3 | Numeral Type=fractal Number=singular Case=sublative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mf-ssr----s3s | Numeral Type=fractal Number=singular Case=sublative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-ssr----s3p | Numeral Type=fractal Number=singular Case=sublative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-ssr----p1 | Numeral Type=fractal Number=singular Case=sublative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mf-ssr----p1s | Numeral Type=fractal Number=singular Case=sublative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-ssr----p1p | Numeral Type=fractal Number=singular Case=sublative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-ssr----p2 | Numeral Type=fractal Number=singular Case=sublative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mf-ssr----p2s | Numeral Type=fractal Number=singular Case=sublative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-ssr----p2p | Numeral Type=fractal Number=singular Case=sublative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-ssr----p3 | Numeral Type=fractal Number=singular Case=sublative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mf-ssr----p3s | Numeral Type=fractal Number=singular Case=sublative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-ssr----p3p | Numeral Type=fractal Number=singular Case=sublative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-ssl | Numeral Type=fractal Number=singular Case=sublative Form=letter | 1 |  |
Mf-ssl------s | Numeral Type=fractal Number=singular Case=sublative Form=letter Owned_Number=singular | 1 |  |
Mf-ssl------p | Numeral Type=fractal Number=singular Case=sublative Form=letter Owned_Number=plural | 1 |  |
Mf-ssl----s1 | Numeral Type=fractal Number=singular Case=sublative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mf-ssl----s1s | Numeral Type=fractal Number=singular Case=sublative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-ssl----s1p | Numeral Type=fractal Number=singular Case=sublative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-ssl----s2 | Numeral Type=fractal Number=singular Case=sublative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mf-ssl----s2s | Numeral Type=fractal Number=singular Case=sublative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-ssl----s2p | Numeral Type=fractal Number=singular Case=sublative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-ssl----s3 | Numeral Type=fractal Number=singular Case=sublative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mf-ssl----s3s | Numeral Type=fractal Number=singular Case=sublative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-ssl----s3p | Numeral Type=fractal Number=singular Case=sublative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-ssl----p1 | Numeral Type=fractal Number=singular Case=sublative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mf-ssl----p1s | Numeral Type=fractal Number=singular Case=sublative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-ssl----p1p | Numeral Type=fractal Number=singular Case=sublative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-ssl----p2 | Numeral Type=fractal Number=singular Case=sublative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mf-ssl----p2s | Numeral Type=fractal Number=singular Case=sublative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-ssl----p2p | Numeral Type=fractal Number=singular Case=sublative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-ssl----p3 | Numeral Type=fractal Number=singular Case=sublative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mf-ssl----p3s | Numeral Type=fractal Number=singular Case=sublative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-ssl----p3p | Numeral Type=fractal Number=singular Case=sublative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-shd | Numeral Type=fractal Number=singular Case=delative Form=digit | 1 |  |
Mf-shd------s | Numeral Type=fractal Number=singular Case=delative Form=digit Owned_Number=singular | 1 |  |
Mf-shd------p | Numeral Type=fractal Number=singular Case=delative Form=digit Owned_Number=plural | 1 |  |
Mf-shd----s1 | Numeral Type=fractal Number=singular Case=delative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mf-shd----s1s | Numeral Type=fractal Number=singular Case=delative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-shd----s1p | Numeral Type=fractal Number=singular Case=delative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-shd----s2 | Numeral Type=fractal Number=singular Case=delative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mf-shd----s2s | Numeral Type=fractal Number=singular Case=delative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-shd----s2p | Numeral Type=fractal Number=singular Case=delative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-shd----s3 | Numeral Type=fractal Number=singular Case=delative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mf-shd----s3s | Numeral Type=fractal Number=singular Case=delative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-shd----s3p | Numeral Type=fractal Number=singular Case=delative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-shd----p1 | Numeral Type=fractal Number=singular Case=delative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mf-shd----p1s | Numeral Type=fractal Number=singular Case=delative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-shd----p1p | Numeral Type=fractal Number=singular Case=delative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-shd----p2 | Numeral Type=fractal Number=singular Case=delative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mf-shd----p2s | Numeral Type=fractal Number=singular Case=delative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-shd----p2p | Numeral Type=fractal Number=singular Case=delative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-shd----p3 | Numeral Type=fractal Number=singular Case=delative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mf-shd----p3s | Numeral Type=fractal Number=singular Case=delative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-shd----p3p | Numeral Type=fractal Number=singular Case=delative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-shr | Numeral Type=fractal Number=singular Case=delative Form=roman | 1 |  |
Mf-shr------s | Numeral Type=fractal Number=singular Case=delative Form=roman Owned_Number=singular | 1 |  |
Mf-shr------p | Numeral Type=fractal Number=singular Case=delative Form=roman Owned_Number=plural | 1 |  |
Mf-shr----s1 | Numeral Type=fractal Number=singular Case=delative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mf-shr----s1s | Numeral Type=fractal Number=singular Case=delative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-shr----s1p | Numeral Type=fractal Number=singular Case=delative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-shr----s2 | Numeral Type=fractal Number=singular Case=delative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mf-shr----s2s | Numeral Type=fractal Number=singular Case=delative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-shr----s2p | Numeral Type=fractal Number=singular Case=delative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-shr----s3 | Numeral Type=fractal Number=singular Case=delative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mf-shr----s3s | Numeral Type=fractal Number=singular Case=delative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-shr----s3p | Numeral Type=fractal Number=singular Case=delative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-shr----p1 | Numeral Type=fractal Number=singular Case=delative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mf-shr----p1s | Numeral Type=fractal Number=singular Case=delative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-shr----p1p | Numeral Type=fractal Number=singular Case=delative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-shr----p2 | Numeral Type=fractal Number=singular Case=delative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mf-shr----p2s | Numeral Type=fractal Number=singular Case=delative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-shr----p2p | Numeral Type=fractal Number=singular Case=delative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-shr----p3 | Numeral Type=fractal Number=singular Case=delative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mf-shr----p3s | Numeral Type=fractal Number=singular Case=delative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-shr----p3p | Numeral Type=fractal Number=singular Case=delative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-shl | Numeral Type=fractal Number=singular Case=delative Form=letter | 1 |  |
Mf-shl------s | Numeral Type=fractal Number=singular Case=delative Form=letter Owned_Number=singular | 1 |  |
Mf-shl------p | Numeral Type=fractal Number=singular Case=delative Form=letter Owned_Number=plural | 1 |  |
Mf-shl----s1 | Numeral Type=fractal Number=singular Case=delative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mf-shl----s1s | Numeral Type=fractal Number=singular Case=delative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-shl----s1p | Numeral Type=fractal Number=singular Case=delative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-shl----s2 | Numeral Type=fractal Number=singular Case=delative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mf-shl----s2s | Numeral Type=fractal Number=singular Case=delative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-shl----s2p | Numeral Type=fractal Number=singular Case=delative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-shl----s3 | Numeral Type=fractal Number=singular Case=delative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mf-shl----s3s | Numeral Type=fractal Number=singular Case=delative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-shl----s3p | Numeral Type=fractal Number=singular Case=delative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-shl----p1 | Numeral Type=fractal Number=singular Case=delative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mf-shl----p1s | Numeral Type=fractal Number=singular Case=delative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-shl----p1p | Numeral Type=fractal Number=singular Case=delative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-shl----p2 | Numeral Type=fractal Number=singular Case=delative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mf-shl----p2s | Numeral Type=fractal Number=singular Case=delative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-shl----p2p | Numeral Type=fractal Number=singular Case=delative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-shl----p3 | Numeral Type=fractal Number=singular Case=delative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mf-shl----p3s | Numeral Type=fractal Number=singular Case=delative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-shl----p3p | Numeral Type=fractal Number=singular Case=delative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sqd | Numeral Type=fractal Number=singular Case=sociative Form=digit | 1 |  |
Mf-sqd------s | Numeral Type=fractal Number=singular Case=sociative Form=digit Owned_Number=singular | 1 |  |
Mf-sqd------p | Numeral Type=fractal Number=singular Case=sociative Form=digit Owned_Number=plural | 1 |  |
Mf-sqd----s1 | Numeral Type=fractal Number=singular Case=sociative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mf-sqd----s1s | Numeral Type=fractal Number=singular Case=sociative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sqd----s1p | Numeral Type=fractal Number=singular Case=sociative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sqd----s2 | Numeral Type=fractal Number=singular Case=sociative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mf-sqd----s2s | Numeral Type=fractal Number=singular Case=sociative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sqd----s2p | Numeral Type=fractal Number=singular Case=sociative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sqd----s3 | Numeral Type=fractal Number=singular Case=sociative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mf-sqd----s3s | Numeral Type=fractal Number=singular Case=sociative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sqd----s3p | Numeral Type=fractal Number=singular Case=sociative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sqd----p1 | Numeral Type=fractal Number=singular Case=sociative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mf-sqd----p1s | Numeral Type=fractal Number=singular Case=sociative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sqd----p1p | Numeral Type=fractal Number=singular Case=sociative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sqd----p2 | Numeral Type=fractal Number=singular Case=sociative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mf-sqd----p2s | Numeral Type=fractal Number=singular Case=sociative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sqd----p2p | Numeral Type=fractal Number=singular Case=sociative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sqd----p3 | Numeral Type=fractal Number=singular Case=sociative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mf-sqd----p3s | Numeral Type=fractal Number=singular Case=sociative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sqd----p3p | Numeral Type=fractal Number=singular Case=sociative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sqr | Numeral Type=fractal Number=singular Case=sociative Form=roman | 1 |  |
Mf-sqr------s | Numeral Type=fractal Number=singular Case=sociative Form=roman Owned_Number=singular | 1 |  |
Mf-sqr------p | Numeral Type=fractal Number=singular Case=sociative Form=roman Owned_Number=plural | 1 |  |
Mf-sqr----s1 | Numeral Type=fractal Number=singular Case=sociative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mf-sqr----s1s | Numeral Type=fractal Number=singular Case=sociative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sqr----s1p | Numeral Type=fractal Number=singular Case=sociative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sqr----s2 | Numeral Type=fractal Number=singular Case=sociative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mf-sqr----s2s | Numeral Type=fractal Number=singular Case=sociative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sqr----s2p | Numeral Type=fractal Number=singular Case=sociative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sqr----s3 | Numeral Type=fractal Number=singular Case=sociative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mf-sqr----s3s | Numeral Type=fractal Number=singular Case=sociative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sqr----s3p | Numeral Type=fractal Number=singular Case=sociative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sqr----p1 | Numeral Type=fractal Number=singular Case=sociative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mf-sqr----p1s | Numeral Type=fractal Number=singular Case=sociative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sqr----p1p | Numeral Type=fractal Number=singular Case=sociative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sqr----p2 | Numeral Type=fractal Number=singular Case=sociative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mf-sqr----p2s | Numeral Type=fractal Number=singular Case=sociative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sqr----p2p | Numeral Type=fractal Number=singular Case=sociative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sqr----p3 | Numeral Type=fractal Number=singular Case=sociative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mf-sqr----p3s | Numeral Type=fractal Number=singular Case=sociative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sqr----p3p | Numeral Type=fractal Number=singular Case=sociative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sql | Numeral Type=fractal Number=singular Case=sociative Form=letter | 1 |  |
Mf-sql------s | Numeral Type=fractal Number=singular Case=sociative Form=letter Owned_Number=singular | 1 |  |
Mf-sql------p | Numeral Type=fractal Number=singular Case=sociative Form=letter Owned_Number=plural | 1 |  |
Mf-sql----s1 | Numeral Type=fractal Number=singular Case=sociative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mf-sql----s1s | Numeral Type=fractal Number=singular Case=sociative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sql----s1p | Numeral Type=fractal Number=singular Case=sociative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sql----s2 | Numeral Type=fractal Number=singular Case=sociative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mf-sql----s2s | Numeral Type=fractal Number=singular Case=sociative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sql----s2p | Numeral Type=fractal Number=singular Case=sociative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sql----s3 | Numeral Type=fractal Number=singular Case=sociative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mf-sql----s3s | Numeral Type=fractal Number=singular Case=sociative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sql----s3p | Numeral Type=fractal Number=singular Case=sociative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sql----p1 | Numeral Type=fractal Number=singular Case=sociative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mf-sql----p1s | Numeral Type=fractal Number=singular Case=sociative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sql----p1p | Numeral Type=fractal Number=singular Case=sociative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sql----p2 | Numeral Type=fractal Number=singular Case=sociative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mf-sql----p2s | Numeral Type=fractal Number=singular Case=sociative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sql----p2p | Numeral Type=fractal Number=singular Case=sociative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sql----p3 | Numeral Type=fractal Number=singular Case=sociative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mf-sql----p3s | Numeral Type=fractal Number=singular Case=sociative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sql----p3p | Numeral Type=fractal Number=singular Case=sociative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-syd | Numeral Type=fractal Number=singular Case=factive Form=digit | 1 |  |
Mf-syd------s | Numeral Type=fractal Number=singular Case=factive Form=digit Owned_Number=singular | 1 |  |
Mf-syd------p | Numeral Type=fractal Number=singular Case=factive Form=digit Owned_Number=plural | 1 |  |
Mf-syd----s1 | Numeral Type=fractal Number=singular Case=factive Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mf-syd----s1s | Numeral Type=fractal Number=singular Case=factive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-syd----s1p | Numeral Type=fractal Number=singular Case=factive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-syd----s2 | Numeral Type=fractal Number=singular Case=factive Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mf-syd----s2s | Numeral Type=fractal Number=singular Case=factive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-syd----s2p | Numeral Type=fractal Number=singular Case=factive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-syd----s3 | Numeral Type=fractal Number=singular Case=factive Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mf-syd----s3s | Numeral Type=fractal Number=singular Case=factive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-syd----s3p | Numeral Type=fractal Number=singular Case=factive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-syd----p1 | Numeral Type=fractal Number=singular Case=factive Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mf-syd----p1s | Numeral Type=fractal Number=singular Case=factive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-syd----p1p | Numeral Type=fractal Number=singular Case=factive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-syd----p2 | Numeral Type=fractal Number=singular Case=factive Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mf-syd----p2s | Numeral Type=fractal Number=singular Case=factive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-syd----p2p | Numeral Type=fractal Number=singular Case=factive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-syd----p3 | Numeral Type=fractal Number=singular Case=factive Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mf-syd----p3s | Numeral Type=fractal Number=singular Case=factive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-syd----p3p | Numeral Type=fractal Number=singular Case=factive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-syr | Numeral Type=fractal Number=singular Case=factive Form=roman | 1 |  |
Mf-syr------s | Numeral Type=fractal Number=singular Case=factive Form=roman Owned_Number=singular | 1 |  |
Mf-syr------p | Numeral Type=fractal Number=singular Case=factive Form=roman Owned_Number=plural | 1 |  |
Mf-syr----s1 | Numeral Type=fractal Number=singular Case=factive Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mf-syr----s1s | Numeral Type=fractal Number=singular Case=factive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-syr----s1p | Numeral Type=fractal Number=singular Case=factive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-syr----s2 | Numeral Type=fractal Number=singular Case=factive Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mf-syr----s2s | Numeral Type=fractal Number=singular Case=factive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-syr----s2p | Numeral Type=fractal Number=singular Case=factive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-syr----s3 | Numeral Type=fractal Number=singular Case=factive Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mf-syr----s3s | Numeral Type=fractal Number=singular Case=factive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-syr----s3p | Numeral Type=fractal Number=singular Case=factive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-syr----p1 | Numeral Type=fractal Number=singular Case=factive Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mf-syr----p1s | Numeral Type=fractal Number=singular Case=factive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-syr----p1p | Numeral Type=fractal Number=singular Case=factive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-syr----p2 | Numeral Type=fractal Number=singular Case=factive Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mf-syr----p2s | Numeral Type=fractal Number=singular Case=factive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-syr----p2p | Numeral Type=fractal Number=singular Case=factive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-syr----p3 | Numeral Type=fractal Number=singular Case=factive Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mf-syr----p3s | Numeral Type=fractal Number=singular Case=factive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-syr----p3p | Numeral Type=fractal Number=singular Case=factive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-syl | Numeral Type=fractal Number=singular Case=factive Form=letter | 1 |  |
Mf-syl------s | Numeral Type=fractal Number=singular Case=factive Form=letter Owned_Number=singular | 1 |  |
Mf-syl------p | Numeral Type=fractal Number=singular Case=factive Form=letter Owned_Number=plural | 1 |  |
Mf-syl----s1 | Numeral Type=fractal Number=singular Case=factive Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mf-syl----s1s | Numeral Type=fractal Number=singular Case=factive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-syl----s1p | Numeral Type=fractal Number=singular Case=factive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-syl----s2 | Numeral Type=fractal Number=singular Case=factive Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mf-syl----s2s | Numeral Type=fractal Number=singular Case=factive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-syl----s2p | Numeral Type=fractal Number=singular Case=factive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-syl----s3 | Numeral Type=fractal Number=singular Case=factive Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mf-syl----s3s | Numeral Type=fractal Number=singular Case=factive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-syl----s3p | Numeral Type=fractal Number=singular Case=factive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-syl----p1 | Numeral Type=fractal Number=singular Case=factive Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mf-syl----p1s | Numeral Type=fractal Number=singular Case=factive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-syl----p1p | Numeral Type=fractal Number=singular Case=factive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-syl----p2 | Numeral Type=fractal Number=singular Case=factive Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mf-syl----p2s | Numeral Type=fractal Number=singular Case=factive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-syl----p2p | Numeral Type=fractal Number=singular Case=factive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-syl----p3 | Numeral Type=fractal Number=singular Case=factive Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mf-syl----p3s | Numeral Type=fractal Number=singular Case=factive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-syl----p3p | Numeral Type=fractal Number=singular Case=factive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-spd | Numeral Type=fractal Number=singular Case=superessive Form=digit | 1 |  |
Mf-spd------s | Numeral Type=fractal Number=singular Case=superessive Form=digit Owned_Number=singular | 1 |  |
Mf-spd------p | Numeral Type=fractal Number=singular Case=superessive Form=digit Owned_Number=plural | 1 |  |
Mf-spd----s1 | Numeral Type=fractal Number=singular Case=superessive Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mf-spd----s1s | Numeral Type=fractal Number=singular Case=superessive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-spd----s1p | Numeral Type=fractal Number=singular Case=superessive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-spd----s2 | Numeral Type=fractal Number=singular Case=superessive Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mf-spd----s2s | Numeral Type=fractal Number=singular Case=superessive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-spd----s2p | Numeral Type=fractal Number=singular Case=superessive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-spd----s3 | Numeral Type=fractal Number=singular Case=superessive Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mf-spd----s3s | Numeral Type=fractal Number=singular Case=superessive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-spd----s3p | Numeral Type=fractal Number=singular Case=superessive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-spd----p1 | Numeral Type=fractal Number=singular Case=superessive Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mf-spd----p1s | Numeral Type=fractal Number=singular Case=superessive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-spd----p1p | Numeral Type=fractal Number=singular Case=superessive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-spd----p2 | Numeral Type=fractal Number=singular Case=superessive Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mf-spd----p2s | Numeral Type=fractal Number=singular Case=superessive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-spd----p2p | Numeral Type=fractal Number=singular Case=superessive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-spd----p3 | Numeral Type=fractal Number=singular Case=superessive Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mf-spd----p3s | Numeral Type=fractal Number=singular Case=superessive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-spd----p3p | Numeral Type=fractal Number=singular Case=superessive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-spr | Numeral Type=fractal Number=singular Case=superessive Form=roman | 1 |  |
Mf-spr------s | Numeral Type=fractal Number=singular Case=superessive Form=roman Owned_Number=singular | 1 |  |
Mf-spr------p | Numeral Type=fractal Number=singular Case=superessive Form=roman Owned_Number=plural | 1 |  |
Mf-spr----s1 | Numeral Type=fractal Number=singular Case=superessive Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mf-spr----s1s | Numeral Type=fractal Number=singular Case=superessive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-spr----s1p | Numeral Type=fractal Number=singular Case=superessive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-spr----s2 | Numeral Type=fractal Number=singular Case=superessive Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mf-spr----s2s | Numeral Type=fractal Number=singular Case=superessive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-spr----s2p | Numeral Type=fractal Number=singular Case=superessive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-spr----s3 | Numeral Type=fractal Number=singular Case=superessive Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mf-spr----s3s | Numeral Type=fractal Number=singular Case=superessive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-spr----s3p | Numeral Type=fractal Number=singular Case=superessive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-spr----p1 | Numeral Type=fractal Number=singular Case=superessive Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mf-spr----p1s | Numeral Type=fractal Number=singular Case=superessive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-spr----p1p | Numeral Type=fractal Number=singular Case=superessive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-spr----p2 | Numeral Type=fractal Number=singular Case=superessive Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mf-spr----p2s | Numeral Type=fractal Number=singular Case=superessive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-spr----p2p | Numeral Type=fractal Number=singular Case=superessive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-spr----p3 | Numeral Type=fractal Number=singular Case=superessive Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mf-spr----p3s | Numeral Type=fractal Number=singular Case=superessive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-spr----p3p | Numeral Type=fractal Number=singular Case=superessive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-spl | Numeral Type=fractal Number=singular Case=superessive Form=letter | 1 |  |
Mf-spl------s | Numeral Type=fractal Number=singular Case=superessive Form=letter Owned_Number=singular | 1 |  |
Mf-spl------p | Numeral Type=fractal Number=singular Case=superessive Form=letter Owned_Number=plural | 1 |  |
Mf-spl----s1 | Numeral Type=fractal Number=singular Case=superessive Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mf-spl----s1s | Numeral Type=fractal Number=singular Case=superessive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-spl----s1p | Numeral Type=fractal Number=singular Case=superessive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-spl----s2 | Numeral Type=fractal Number=singular Case=superessive Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mf-spl----s2s | Numeral Type=fractal Number=singular Case=superessive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-spl----s2p | Numeral Type=fractal Number=singular Case=superessive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-spl----s3 | Numeral Type=fractal Number=singular Case=superessive Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mf-spl----s3s | Numeral Type=fractal Number=singular Case=superessive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-spl----s3p | Numeral Type=fractal Number=singular Case=superessive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-spl----p1 | Numeral Type=fractal Number=singular Case=superessive Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mf-spl----p1s | Numeral Type=fractal Number=singular Case=superessive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-spl----p1p | Numeral Type=fractal Number=singular Case=superessive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-spl----p2 | Numeral Type=fractal Number=singular Case=superessive Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mf-spl----p2s | Numeral Type=fractal Number=singular Case=superessive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-spl----p2p | Numeral Type=fractal Number=singular Case=superessive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-spl----p3 | Numeral Type=fractal Number=singular Case=superessive Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mf-spl----p3s | Numeral Type=fractal Number=singular Case=superessive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-spl----p3p | Numeral Type=fractal Number=singular Case=superessive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sud | Numeral Type=fractal Number=singular Case=distributive Form=digit | 1 |  |
Mf-sud------s | Numeral Type=fractal Number=singular Case=distributive Form=digit Owned_Number=singular | 1 |  |
Mf-sud------p | Numeral Type=fractal Number=singular Case=distributive Form=digit Owned_Number=plural | 1 |  |
Mf-sud----s1 | Numeral Type=fractal Number=singular Case=distributive Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mf-sud----s1s | Numeral Type=fractal Number=singular Case=distributive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sud----s1p | Numeral Type=fractal Number=singular Case=distributive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sud----s2 | Numeral Type=fractal Number=singular Case=distributive Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mf-sud----s2s | Numeral Type=fractal Number=singular Case=distributive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sud----s2p | Numeral Type=fractal Number=singular Case=distributive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sud----s3 | Numeral Type=fractal Number=singular Case=distributive Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mf-sud----s3s | Numeral Type=fractal Number=singular Case=distributive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sud----s3p | Numeral Type=fractal Number=singular Case=distributive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sud----p1 | Numeral Type=fractal Number=singular Case=distributive Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mf-sud----p1s | Numeral Type=fractal Number=singular Case=distributive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sud----p1p | Numeral Type=fractal Number=singular Case=distributive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sud----p2 | Numeral Type=fractal Number=singular Case=distributive Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mf-sud----p2s | Numeral Type=fractal Number=singular Case=distributive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sud----p2p | Numeral Type=fractal Number=singular Case=distributive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sud----p3 | Numeral Type=fractal Number=singular Case=distributive Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mf-sud----p3s | Numeral Type=fractal Number=singular Case=distributive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sud----p3p | Numeral Type=fractal Number=singular Case=distributive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sur | Numeral Type=fractal Number=singular Case=distributive Form=roman | 1 |  |
Mf-sur------s | Numeral Type=fractal Number=singular Case=distributive Form=roman Owned_Number=singular | 1 |  |
Mf-sur------p | Numeral Type=fractal Number=singular Case=distributive Form=roman Owned_Number=plural | 1 |  |
Mf-sur----s1 | Numeral Type=fractal Number=singular Case=distributive Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mf-sur----s1s | Numeral Type=fractal Number=singular Case=distributive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sur----s1p | Numeral Type=fractal Number=singular Case=distributive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sur----s2 | Numeral Type=fractal Number=singular Case=distributive Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mf-sur----s2s | Numeral Type=fractal Number=singular Case=distributive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sur----s2p | Numeral Type=fractal Number=singular Case=distributive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sur----s3 | Numeral Type=fractal Number=singular Case=distributive Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mf-sur----s3s | Numeral Type=fractal Number=singular Case=distributive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sur----s3p | Numeral Type=fractal Number=singular Case=distributive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sur----p1 | Numeral Type=fractal Number=singular Case=distributive Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mf-sur----p1s | Numeral Type=fractal Number=singular Case=distributive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sur----p1p | Numeral Type=fractal Number=singular Case=distributive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sur----p2 | Numeral Type=fractal Number=singular Case=distributive Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mf-sur----p2s | Numeral Type=fractal Number=singular Case=distributive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sur----p2p | Numeral Type=fractal Number=singular Case=distributive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sur----p3 | Numeral Type=fractal Number=singular Case=distributive Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mf-sur----p3s | Numeral Type=fractal Number=singular Case=distributive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sur----p3p | Numeral Type=fractal Number=singular Case=distributive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sul | Numeral Type=fractal Number=singular Case=distributive Form=letter | 1 |  |
Mf-sul------s | Numeral Type=fractal Number=singular Case=distributive Form=letter Owned_Number=singular | 1 |  |
Mf-sul------p | Numeral Type=fractal Number=singular Case=distributive Form=letter Owned_Number=plural | 1 |  |
Mf-sul----s1 | Numeral Type=fractal Number=singular Case=distributive Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mf-sul----s1s | Numeral Type=fractal Number=singular Case=distributive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sul----s1p | Numeral Type=fractal Number=singular Case=distributive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sul----s2 | Numeral Type=fractal Number=singular Case=distributive Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mf-sul----s2s | Numeral Type=fractal Number=singular Case=distributive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sul----s2p | Numeral Type=fractal Number=singular Case=distributive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sul----s3 | Numeral Type=fractal Number=singular Case=distributive Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mf-sul----s3s | Numeral Type=fractal Number=singular Case=distributive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sul----s3p | Numeral Type=fractal Number=singular Case=distributive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sul----p1 | Numeral Type=fractal Number=singular Case=distributive Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mf-sul----p1s | Numeral Type=fractal Number=singular Case=distributive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sul----p1p | Numeral Type=fractal Number=singular Case=distributive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sul----p2 | Numeral Type=fractal Number=singular Case=distributive Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mf-sul----p2s | Numeral Type=fractal Number=singular Case=distributive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sul----p2p | Numeral Type=fractal Number=singular Case=distributive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sul----p3 | Numeral Type=fractal Number=singular Case=distributive Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mf-sul----p3s | Numeral Type=fractal Number=singular Case=distributive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sul----p3p | Numeral Type=fractal Number=singular Case=distributive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sfd | Numeral Type=fractal Number=singular Case=essive-formal Form=digit | 1 |  |
Mf-sfd------s | Numeral Type=fractal Number=singular Case=essive-formal Form=digit Owned_Number=singular | 1 |  |
Mf-sfd------p | Numeral Type=fractal Number=singular Case=essive-formal Form=digit Owned_Number=plural | 1 |  |
Mf-sfd----s1 | Numeral Type=fractal Number=singular Case=essive-formal Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mf-sfd----s1s | Numeral Type=fractal Number=singular Case=essive-formal Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sfd----s1p | Numeral Type=fractal Number=singular Case=essive-formal Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sfd----s2 | Numeral Type=fractal Number=singular Case=essive-formal Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mf-sfd----s2s | Numeral Type=fractal Number=singular Case=essive-formal Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sfd----s2p | Numeral Type=fractal Number=singular Case=essive-formal Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sfd----s3 | Numeral Type=fractal Number=singular Case=essive-formal Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mf-sfd----s3s | Numeral Type=fractal Number=singular Case=essive-formal Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sfd----s3p | Numeral Type=fractal Number=singular Case=essive-formal Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sfd----p1 | Numeral Type=fractal Number=singular Case=essive-formal Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mf-sfd----p1s | Numeral Type=fractal Number=singular Case=essive-formal Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sfd----p1p | Numeral Type=fractal Number=singular Case=essive-formal Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sfd----p2 | Numeral Type=fractal Number=singular Case=essive-formal Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mf-sfd----p2s | Numeral Type=fractal Number=singular Case=essive-formal Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sfd----p2p | Numeral Type=fractal Number=singular Case=essive-formal Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sfd----p3 | Numeral Type=fractal Number=singular Case=essive-formal Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mf-sfd----p3s | Numeral Type=fractal Number=singular Case=essive-formal Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sfd----p3p | Numeral Type=fractal Number=singular Case=essive-formal Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sfr | Numeral Type=fractal Number=singular Case=essive-formal Form=roman | 1 |  |
Mf-sfr------s | Numeral Type=fractal Number=singular Case=essive-formal Form=roman Owned_Number=singular | 1 |  |
Mf-sfr------p | Numeral Type=fractal Number=singular Case=essive-formal Form=roman Owned_Number=plural | 1 |  |
Mf-sfr----s1 | Numeral Type=fractal Number=singular Case=essive-formal Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mf-sfr----s1s | Numeral Type=fractal Number=singular Case=essive-formal Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sfr----s1p | Numeral Type=fractal Number=singular Case=essive-formal Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sfr----s2 | Numeral Type=fractal Number=singular Case=essive-formal Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mf-sfr----s2s | Numeral Type=fractal Number=singular Case=essive-formal Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sfr----s2p | Numeral Type=fractal Number=singular Case=essive-formal Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sfr----s3 | Numeral Type=fractal Number=singular Case=essive-formal Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mf-sfr----s3s | Numeral Type=fractal Number=singular Case=essive-formal Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sfr----s3p | Numeral Type=fractal Number=singular Case=essive-formal Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sfr----p1 | Numeral Type=fractal Number=singular Case=essive-formal Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mf-sfr----p1s | Numeral Type=fractal Number=singular Case=essive-formal Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sfr----p1p | Numeral Type=fractal Number=singular Case=essive-formal Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sfr----p2 | Numeral Type=fractal Number=singular Case=essive-formal Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mf-sfr----p2s | Numeral Type=fractal Number=singular Case=essive-formal Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sfr----p2p | Numeral Type=fractal Number=singular Case=essive-formal Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sfr----p3 | Numeral Type=fractal Number=singular Case=essive-formal Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mf-sfr----p3s | Numeral Type=fractal Number=singular Case=essive-formal Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sfr----p3p | Numeral Type=fractal Number=singular Case=essive-formal Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sfl | Numeral Type=fractal Number=singular Case=essive-formal Form=letter | 1 |  |
Mf-sfl------s | Numeral Type=fractal Number=singular Case=essive-formal Form=letter Owned_Number=singular | 1 |  |
Mf-sfl------p | Numeral Type=fractal Number=singular Case=essive-formal Form=letter Owned_Number=plural | 1 |  |
Mf-sfl----s1 | Numeral Type=fractal Number=singular Case=essive-formal Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mf-sfl----s1s | Numeral Type=fractal Number=singular Case=essive-formal Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sfl----s1p | Numeral Type=fractal Number=singular Case=essive-formal Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sfl----s2 | Numeral Type=fractal Number=singular Case=essive-formal Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mf-sfl----s2s | Numeral Type=fractal Number=singular Case=essive-formal Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sfl----s2p | Numeral Type=fractal Number=singular Case=essive-formal Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sfl----s3 | Numeral Type=fractal Number=singular Case=essive-formal Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mf-sfl----s3s | Numeral Type=fractal Number=singular Case=essive-formal Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sfl----s3p | Numeral Type=fractal Number=singular Case=essive-formal Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-sfl----p1 | Numeral Type=fractal Number=singular Case=essive-formal Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mf-sfl----p1s | Numeral Type=fractal Number=singular Case=essive-formal Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-sfl----p1p | Numeral Type=fractal Number=singular Case=essive-formal Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-sfl----p2 | Numeral Type=fractal Number=singular Case=essive-formal Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mf-sfl----p2s | Numeral Type=fractal Number=singular Case=essive-formal Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-sfl----p2p | Numeral Type=fractal Number=singular Case=essive-formal Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-sfl----p3 | Numeral Type=fractal Number=singular Case=essive-formal Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mf-sfl----p3s | Numeral Type=fractal Number=singular Case=essive-formal Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-sfl----p3p | Numeral Type=fractal Number=singular Case=essive-formal Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pnd | Numeral Type=fractal Number=plural Case=nominative Form=digit | 1 |  |
Mf-pnd------s | Numeral Type=fractal Number=plural Case=nominative Form=digit Owned_Number=singular | 1 |  |
Mf-pnd------p | Numeral Type=fractal Number=plural Case=nominative Form=digit Owned_Number=plural | 1 |  |
Mf-pnd----s1 | Numeral Type=fractal Number=plural Case=nominative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mf-pnd----s1s | Numeral Type=fractal Number=plural Case=nominative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pnd----s1p | Numeral Type=fractal Number=plural Case=nominative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pnd----s2 | Numeral Type=fractal Number=plural Case=nominative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mf-pnd----s2s | Numeral Type=fractal Number=plural Case=nominative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pnd----s2p | Numeral Type=fractal Number=plural Case=nominative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pnd----s3 | Numeral Type=fractal Number=plural Case=nominative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mf-pnd----s3s | Numeral Type=fractal Number=plural Case=nominative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pnd----s3p | Numeral Type=fractal Number=plural Case=nominative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pnd----p1 | Numeral Type=fractal Number=plural Case=nominative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mf-pnd----p1s | Numeral Type=fractal Number=plural Case=nominative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pnd----p1p | Numeral Type=fractal Number=plural Case=nominative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pnd----p2 | Numeral Type=fractal Number=plural Case=nominative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mf-pnd----p2s | Numeral Type=fractal Number=plural Case=nominative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pnd----p2p | Numeral Type=fractal Number=plural Case=nominative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pnd----p3 | Numeral Type=fractal Number=plural Case=nominative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mf-pnd----p3s | Numeral Type=fractal Number=plural Case=nominative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pnd----p3p | Numeral Type=fractal Number=plural Case=nominative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pnr | Numeral Type=fractal Number=plural Case=nominative Form=roman | 1 |  |
Mf-pnr------s | Numeral Type=fractal Number=plural Case=nominative Form=roman Owned_Number=singular | 1 |  |
Mf-pnr------p | Numeral Type=fractal Number=plural Case=nominative Form=roman Owned_Number=plural | 1 |  |
Mf-pnr----s1 | Numeral Type=fractal Number=plural Case=nominative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mf-pnr----s1s | Numeral Type=fractal Number=plural Case=nominative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pnr----s1p | Numeral Type=fractal Number=plural Case=nominative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pnr----s2 | Numeral Type=fractal Number=plural Case=nominative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mf-pnr----s2s | Numeral Type=fractal Number=plural Case=nominative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pnr----s2p | Numeral Type=fractal Number=plural Case=nominative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pnr----s3 | Numeral Type=fractal Number=plural Case=nominative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mf-pnr----s3s | Numeral Type=fractal Number=plural Case=nominative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pnr----s3p | Numeral Type=fractal Number=plural Case=nominative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pnr----p1 | Numeral Type=fractal Number=plural Case=nominative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mf-pnr----p1s | Numeral Type=fractal Number=plural Case=nominative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pnr----p1p | Numeral Type=fractal Number=plural Case=nominative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pnr----p2 | Numeral Type=fractal Number=plural Case=nominative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mf-pnr----p2s | Numeral Type=fractal Number=plural Case=nominative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pnr----p2p | Numeral Type=fractal Number=plural Case=nominative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pnr----p3 | Numeral Type=fractal Number=plural Case=nominative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mf-pnr----p3s | Numeral Type=fractal Number=plural Case=nominative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pnr----p3p | Numeral Type=fractal Number=plural Case=nominative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pnl | Numeral Type=fractal Number=plural Case=nominative Form=letter | 1 |  |
Mf-pnl------s | Numeral Type=fractal Number=plural Case=nominative Form=letter Owned_Number=singular | 1 |  |
Mf-pnl------p | Numeral Type=fractal Number=plural Case=nominative Form=letter Owned_Number=plural | 1 |  |
Mf-pnl----s1 | Numeral Type=fractal Number=plural Case=nominative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mf-pnl----s1s | Numeral Type=fractal Number=plural Case=nominative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pnl----s1p | Numeral Type=fractal Number=plural Case=nominative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pnl----s2 | Numeral Type=fractal Number=plural Case=nominative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mf-pnl----s2s | Numeral Type=fractal Number=plural Case=nominative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pnl----s2p | Numeral Type=fractal Number=plural Case=nominative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pnl----s3 | Numeral Type=fractal Number=plural Case=nominative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mf-pnl----s3s | Numeral Type=fractal Number=plural Case=nominative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pnl----s3p | Numeral Type=fractal Number=plural Case=nominative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pnl----p1 | Numeral Type=fractal Number=plural Case=nominative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mf-pnl----p1s | Numeral Type=fractal Number=plural Case=nominative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pnl----p1p | Numeral Type=fractal Number=plural Case=nominative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pnl----p2 | Numeral Type=fractal Number=plural Case=nominative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mf-pnl----p2s | Numeral Type=fractal Number=plural Case=nominative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pnl----p2p | Numeral Type=fractal Number=plural Case=nominative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pnl----p3 | Numeral Type=fractal Number=plural Case=nominative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mf-pnl----p3s | Numeral Type=fractal Number=plural Case=nominative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pnl----p3p | Numeral Type=fractal Number=plural Case=nominative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pgd | Numeral Type=fractal Number=plural Case=genitive Form=digit | 1 |  |
Mf-pgd------s | Numeral Type=fractal Number=plural Case=genitive Form=digit Owned_Number=singular | 1 |  |
Mf-pgd------p | Numeral Type=fractal Number=plural Case=genitive Form=digit Owned_Number=plural | 1 |  |
Mf-pgd----s1 | Numeral Type=fractal Number=plural Case=genitive Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mf-pgd----s1s | Numeral Type=fractal Number=plural Case=genitive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pgd----s1p | Numeral Type=fractal Number=plural Case=genitive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pgd----s2 | Numeral Type=fractal Number=plural Case=genitive Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mf-pgd----s2s | Numeral Type=fractal Number=plural Case=genitive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pgd----s2p | Numeral Type=fractal Number=plural Case=genitive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pgd----s3 | Numeral Type=fractal Number=plural Case=genitive Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mf-pgd----s3s | Numeral Type=fractal Number=plural Case=genitive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pgd----s3p | Numeral Type=fractal Number=plural Case=genitive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pgd----p1 | Numeral Type=fractal Number=plural Case=genitive Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mf-pgd----p1s | Numeral Type=fractal Number=plural Case=genitive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pgd----p1p | Numeral Type=fractal Number=plural Case=genitive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pgd----p2 | Numeral Type=fractal Number=plural Case=genitive Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mf-pgd----p2s | Numeral Type=fractal Number=plural Case=genitive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pgd----p2p | Numeral Type=fractal Number=plural Case=genitive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pgd----p3 | Numeral Type=fractal Number=plural Case=genitive Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mf-pgd----p3s | Numeral Type=fractal Number=plural Case=genitive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pgd----p3p | Numeral Type=fractal Number=plural Case=genitive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pgr | Numeral Type=fractal Number=plural Case=genitive Form=roman | 1 |  |
Mf-pgr------s | Numeral Type=fractal Number=plural Case=genitive Form=roman Owned_Number=singular | 1 |  |
Mf-pgr------p | Numeral Type=fractal Number=plural Case=genitive Form=roman Owned_Number=plural | 1 |  |
Mf-pgr----s1 | Numeral Type=fractal Number=plural Case=genitive Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mf-pgr----s1s | Numeral Type=fractal Number=plural Case=genitive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pgr----s1p | Numeral Type=fractal Number=plural Case=genitive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pgr----s2 | Numeral Type=fractal Number=plural Case=genitive Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mf-pgr----s2s | Numeral Type=fractal Number=plural Case=genitive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pgr----s2p | Numeral Type=fractal Number=plural Case=genitive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pgr----s3 | Numeral Type=fractal Number=plural Case=genitive Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mf-pgr----s3s | Numeral Type=fractal Number=plural Case=genitive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pgr----s3p | Numeral Type=fractal Number=plural Case=genitive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pgr----p1 | Numeral Type=fractal Number=plural Case=genitive Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mf-pgr----p1s | Numeral Type=fractal Number=plural Case=genitive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pgr----p1p | Numeral Type=fractal Number=plural Case=genitive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pgr----p2 | Numeral Type=fractal Number=plural Case=genitive Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mf-pgr----p2s | Numeral Type=fractal Number=plural Case=genitive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pgr----p2p | Numeral Type=fractal Number=plural Case=genitive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pgr----p3 | Numeral Type=fractal Number=plural Case=genitive Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mf-pgr----p3s | Numeral Type=fractal Number=plural Case=genitive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pgr----p3p | Numeral Type=fractal Number=plural Case=genitive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pgl | Numeral Type=fractal Number=plural Case=genitive Form=letter | 1 |  |
Mf-pgl------s | Numeral Type=fractal Number=plural Case=genitive Form=letter Owned_Number=singular | 1 |  |
Mf-pgl------p | Numeral Type=fractal Number=plural Case=genitive Form=letter Owned_Number=plural | 1 |  |
Mf-pgl----s1 | Numeral Type=fractal Number=plural Case=genitive Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mf-pgl----s1s | Numeral Type=fractal Number=plural Case=genitive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pgl----s1p | Numeral Type=fractal Number=plural Case=genitive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pgl----s2 | Numeral Type=fractal Number=plural Case=genitive Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mf-pgl----s2s | Numeral Type=fractal Number=plural Case=genitive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pgl----s2p | Numeral Type=fractal Number=plural Case=genitive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pgl----s3 | Numeral Type=fractal Number=plural Case=genitive Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mf-pgl----s3s | Numeral Type=fractal Number=plural Case=genitive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pgl----s3p | Numeral Type=fractal Number=plural Case=genitive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pgl----p1 | Numeral Type=fractal Number=plural Case=genitive Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mf-pgl----p1s | Numeral Type=fractal Number=plural Case=genitive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pgl----p1p | Numeral Type=fractal Number=plural Case=genitive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pgl----p2 | Numeral Type=fractal Number=plural Case=genitive Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mf-pgl----p2s | Numeral Type=fractal Number=plural Case=genitive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pgl----p2p | Numeral Type=fractal Number=plural Case=genitive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pgl----p3 | Numeral Type=fractal Number=plural Case=genitive Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mf-pgl----p3s | Numeral Type=fractal Number=plural Case=genitive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pgl----p3p | Numeral Type=fractal Number=plural Case=genitive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pdd | Numeral Type=fractal Number=plural Case=dative Form=digit | 1 |  |
Mf-pdd------s | Numeral Type=fractal Number=plural Case=dative Form=digit Owned_Number=singular | 1 |  |
Mf-pdd------p | Numeral Type=fractal Number=plural Case=dative Form=digit Owned_Number=plural | 1 |  |
Mf-pdd----s1 | Numeral Type=fractal Number=plural Case=dative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mf-pdd----s1s | Numeral Type=fractal Number=plural Case=dative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pdd----s1p | Numeral Type=fractal Number=plural Case=dative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pdd----s2 | Numeral Type=fractal Number=plural Case=dative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mf-pdd----s2s | Numeral Type=fractal Number=plural Case=dative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pdd----s2p | Numeral Type=fractal Number=plural Case=dative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pdd----s3 | Numeral Type=fractal Number=plural Case=dative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mf-pdd----s3s | Numeral Type=fractal Number=plural Case=dative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pdd----s3p | Numeral Type=fractal Number=plural Case=dative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pdd----p1 | Numeral Type=fractal Number=plural Case=dative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mf-pdd----p1s | Numeral Type=fractal Number=plural Case=dative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pdd----p1p | Numeral Type=fractal Number=plural Case=dative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pdd----p2 | Numeral Type=fractal Number=plural Case=dative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mf-pdd----p2s | Numeral Type=fractal Number=plural Case=dative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pdd----p2p | Numeral Type=fractal Number=plural Case=dative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pdd----p3 | Numeral Type=fractal Number=plural Case=dative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mf-pdd----p3s | Numeral Type=fractal Number=plural Case=dative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pdd----p3p | Numeral Type=fractal Number=plural Case=dative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pdr | Numeral Type=fractal Number=plural Case=dative Form=roman | 1 |  |
Mf-pdr------s | Numeral Type=fractal Number=plural Case=dative Form=roman Owned_Number=singular | 1 |  |
Mf-pdr------p | Numeral Type=fractal Number=plural Case=dative Form=roman Owned_Number=plural | 1 |  |
Mf-pdr----s1 | Numeral Type=fractal Number=plural Case=dative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mf-pdr----s1s | Numeral Type=fractal Number=plural Case=dative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pdr----s1p | Numeral Type=fractal Number=plural Case=dative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pdr----s2 | Numeral Type=fractal Number=plural Case=dative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mf-pdr----s2s | Numeral Type=fractal Number=plural Case=dative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pdr----s2p | Numeral Type=fractal Number=plural Case=dative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pdr----s3 | Numeral Type=fractal Number=plural Case=dative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mf-pdr----s3s | Numeral Type=fractal Number=plural Case=dative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pdr----s3p | Numeral Type=fractal Number=plural Case=dative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pdr----p1 | Numeral Type=fractal Number=plural Case=dative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mf-pdr----p1s | Numeral Type=fractal Number=plural Case=dative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pdr----p1p | Numeral Type=fractal Number=plural Case=dative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pdr----p2 | Numeral Type=fractal Number=plural Case=dative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mf-pdr----p2s | Numeral Type=fractal Number=plural Case=dative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pdr----p2p | Numeral Type=fractal Number=plural Case=dative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pdr----p3 | Numeral Type=fractal Number=plural Case=dative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mf-pdr----p3s | Numeral Type=fractal Number=plural Case=dative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pdr----p3p | Numeral Type=fractal Number=plural Case=dative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pdl | Numeral Type=fractal Number=plural Case=dative Form=letter | 1 |  |
Mf-pdl------s | Numeral Type=fractal Number=plural Case=dative Form=letter Owned_Number=singular | 1 |  |
Mf-pdl------p | Numeral Type=fractal Number=plural Case=dative Form=letter Owned_Number=plural | 1 |  |
Mf-pdl----s1 | Numeral Type=fractal Number=plural Case=dative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mf-pdl----s1s | Numeral Type=fractal Number=plural Case=dative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pdl----s1p | Numeral Type=fractal Number=plural Case=dative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pdl----s2 | Numeral Type=fractal Number=plural Case=dative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mf-pdl----s2s | Numeral Type=fractal Number=plural Case=dative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pdl----s2p | Numeral Type=fractal Number=plural Case=dative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pdl----s3 | Numeral Type=fractal Number=plural Case=dative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mf-pdl----s3s | Numeral Type=fractal Number=plural Case=dative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pdl----s3p | Numeral Type=fractal Number=plural Case=dative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pdl----p1 | Numeral Type=fractal Number=plural Case=dative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mf-pdl----p1s | Numeral Type=fractal Number=plural Case=dative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pdl----p1p | Numeral Type=fractal Number=plural Case=dative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pdl----p2 | Numeral Type=fractal Number=plural Case=dative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mf-pdl----p2s | Numeral Type=fractal Number=plural Case=dative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pdl----p2p | Numeral Type=fractal Number=plural Case=dative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pdl----p3 | Numeral Type=fractal Number=plural Case=dative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mf-pdl----p3s | Numeral Type=fractal Number=plural Case=dative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pdl----p3p | Numeral Type=fractal Number=plural Case=dative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pad | Numeral Type=fractal Number=plural Case=accusative Form=digit | 1 |  |
Mf-pad------s | Numeral Type=fractal Number=plural Case=accusative Form=digit Owned_Number=singular | 1 |  |
Mf-pad------p | Numeral Type=fractal Number=plural Case=accusative Form=digit Owned_Number=plural | 1 |  |
Mf-pad----s1 | Numeral Type=fractal Number=plural Case=accusative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mf-pad----s1s | Numeral Type=fractal Number=plural Case=accusative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pad----s1p | Numeral Type=fractal Number=plural Case=accusative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pad----s2 | Numeral Type=fractal Number=plural Case=accusative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mf-pad----s2s | Numeral Type=fractal Number=plural Case=accusative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pad----s2p | Numeral Type=fractal Number=plural Case=accusative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pad----s3 | Numeral Type=fractal Number=plural Case=accusative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mf-pad----s3s | Numeral Type=fractal Number=plural Case=accusative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pad----s3p | Numeral Type=fractal Number=plural Case=accusative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pad----p1 | Numeral Type=fractal Number=plural Case=accusative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mf-pad----p1s | Numeral Type=fractal Number=plural Case=accusative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pad----p1p | Numeral Type=fractal Number=plural Case=accusative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pad----p2 | Numeral Type=fractal Number=plural Case=accusative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mf-pad----p2s | Numeral Type=fractal Number=plural Case=accusative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pad----p2p | Numeral Type=fractal Number=plural Case=accusative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pad----p3 | Numeral Type=fractal Number=plural Case=accusative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mf-pad----p3s | Numeral Type=fractal Number=plural Case=accusative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pad----p3p | Numeral Type=fractal Number=plural Case=accusative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-par | Numeral Type=fractal Number=plural Case=accusative Form=roman | 1 |  |
Mf-par------s | Numeral Type=fractal Number=plural Case=accusative Form=roman Owned_Number=singular | 1 |  |
Mf-par------p | Numeral Type=fractal Number=plural Case=accusative Form=roman Owned_Number=plural | 1 |  |
Mf-par----s1 | Numeral Type=fractal Number=plural Case=accusative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mf-par----s1s | Numeral Type=fractal Number=plural Case=accusative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-par----s1p | Numeral Type=fractal Number=plural Case=accusative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-par----s2 | Numeral Type=fractal Number=plural Case=accusative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mf-par----s2s | Numeral Type=fractal Number=plural Case=accusative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-par----s2p | Numeral Type=fractal Number=plural Case=accusative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-par----s3 | Numeral Type=fractal Number=plural Case=accusative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mf-par----s3s | Numeral Type=fractal Number=plural Case=accusative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-par----s3p | Numeral Type=fractal Number=plural Case=accusative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-par----p1 | Numeral Type=fractal Number=plural Case=accusative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mf-par----p1s | Numeral Type=fractal Number=plural Case=accusative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-par----p1p | Numeral Type=fractal Number=plural Case=accusative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-par----p2 | Numeral Type=fractal Number=plural Case=accusative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mf-par----p2s | Numeral Type=fractal Number=plural Case=accusative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-par----p2p | Numeral Type=fractal Number=plural Case=accusative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-par----p3 | Numeral Type=fractal Number=plural Case=accusative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mf-par----p3s | Numeral Type=fractal Number=plural Case=accusative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-par----p3p | Numeral Type=fractal Number=plural Case=accusative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pal | Numeral Type=fractal Number=plural Case=accusative Form=letter | 1 |  |
Mf-pal------s | Numeral Type=fractal Number=plural Case=accusative Form=letter Owned_Number=singular | 1 |  |
Mf-pal------p | Numeral Type=fractal Number=plural Case=accusative Form=letter Owned_Number=plural | 1 |  |
Mf-pal----s1 | Numeral Type=fractal Number=plural Case=accusative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mf-pal----s1s | Numeral Type=fractal Number=plural Case=accusative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pal----s1p | Numeral Type=fractal Number=plural Case=accusative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pal----s2 | Numeral Type=fractal Number=plural Case=accusative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mf-pal----s2s | Numeral Type=fractal Number=plural Case=accusative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pal----s2p | Numeral Type=fractal Number=plural Case=accusative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pal----s3 | Numeral Type=fractal Number=plural Case=accusative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mf-pal----s3s | Numeral Type=fractal Number=plural Case=accusative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pal----s3p | Numeral Type=fractal Number=plural Case=accusative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pal----p1 | Numeral Type=fractal Number=plural Case=accusative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mf-pal----p1s | Numeral Type=fractal Number=plural Case=accusative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pal----p1p | Numeral Type=fractal Number=plural Case=accusative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pal----p2 | Numeral Type=fractal Number=plural Case=accusative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mf-pal----p2s | Numeral Type=fractal Number=plural Case=accusative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pal----p2p | Numeral Type=fractal Number=plural Case=accusative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pal----p3 | Numeral Type=fractal Number=plural Case=accusative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mf-pal----p3s | Numeral Type=fractal Number=plural Case=accusative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pal----p3p | Numeral Type=fractal Number=plural Case=accusative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pid | Numeral Type=fractal Number=plural Case=instrumental Form=digit | 1 |  |
Mf-pid------s | Numeral Type=fractal Number=plural Case=instrumental Form=digit Owned_Number=singular | 1 |  |
Mf-pid------p | Numeral Type=fractal Number=plural Case=instrumental Form=digit Owned_Number=plural | 1 |  |
Mf-pid----s1 | Numeral Type=fractal Number=plural Case=instrumental Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mf-pid----s1s | Numeral Type=fractal Number=plural Case=instrumental Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pid----s1p | Numeral Type=fractal Number=plural Case=instrumental Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pid----s2 | Numeral Type=fractal Number=plural Case=instrumental Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mf-pid----s2s | Numeral Type=fractal Number=plural Case=instrumental Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pid----s2p | Numeral Type=fractal Number=plural Case=instrumental Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pid----s3 | Numeral Type=fractal Number=plural Case=instrumental Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mf-pid----s3s | Numeral Type=fractal Number=plural Case=instrumental Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pid----s3p | Numeral Type=fractal Number=plural Case=instrumental Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pid----p1 | Numeral Type=fractal Number=plural Case=instrumental Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mf-pid----p1s | Numeral Type=fractal Number=plural Case=instrumental Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pid----p1p | Numeral Type=fractal Number=plural Case=instrumental Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pid----p2 | Numeral Type=fractal Number=plural Case=instrumental Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mf-pid----p2s | Numeral Type=fractal Number=plural Case=instrumental Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pid----p2p | Numeral Type=fractal Number=plural Case=instrumental Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pid----p3 | Numeral Type=fractal Number=plural Case=instrumental Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mf-pid----p3s | Numeral Type=fractal Number=plural Case=instrumental Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pid----p3p | Numeral Type=fractal Number=plural Case=instrumental Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pir | Numeral Type=fractal Number=plural Case=instrumental Form=roman | 1 |  |
Mf-pir------s | Numeral Type=fractal Number=plural Case=instrumental Form=roman Owned_Number=singular | 1 |  |
Mf-pir------p | Numeral Type=fractal Number=plural Case=instrumental Form=roman Owned_Number=plural | 1 |  |
Mf-pir----s1 | Numeral Type=fractal Number=plural Case=instrumental Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mf-pir----s1s | Numeral Type=fractal Number=plural Case=instrumental Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pir----s1p | Numeral Type=fractal Number=plural Case=instrumental Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pir----s2 | Numeral Type=fractal Number=plural Case=instrumental Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mf-pir----s2s | Numeral Type=fractal Number=plural Case=instrumental Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pir----s2p | Numeral Type=fractal Number=plural Case=instrumental Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pir----s3 | Numeral Type=fractal Number=plural Case=instrumental Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mf-pir----s3s | Numeral Type=fractal Number=plural Case=instrumental Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pir----s3p | Numeral Type=fractal Number=plural Case=instrumental Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pir----p1 | Numeral Type=fractal Number=plural Case=instrumental Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mf-pir----p1s | Numeral Type=fractal Number=plural Case=instrumental Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pir----p1p | Numeral Type=fractal Number=plural Case=instrumental Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pir----p2 | Numeral Type=fractal Number=plural Case=instrumental Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mf-pir----p2s | Numeral Type=fractal Number=plural Case=instrumental Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pir----p2p | Numeral Type=fractal Number=plural Case=instrumental Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pir----p3 | Numeral Type=fractal Number=plural Case=instrumental Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mf-pir----p3s | Numeral Type=fractal Number=plural Case=instrumental Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pir----p3p | Numeral Type=fractal Number=plural Case=instrumental Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pil | Numeral Type=fractal Number=plural Case=instrumental Form=letter | 1 |  |
Mf-pil------s | Numeral Type=fractal Number=plural Case=instrumental Form=letter Owned_Number=singular | 1 |  |
Mf-pil------p | Numeral Type=fractal Number=plural Case=instrumental Form=letter Owned_Number=plural | 1 |  |
Mf-pil----s1 | Numeral Type=fractal Number=plural Case=instrumental Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mf-pil----s1s | Numeral Type=fractal Number=plural Case=instrumental Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pil----s1p | Numeral Type=fractal Number=plural Case=instrumental Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pil----s2 | Numeral Type=fractal Number=plural Case=instrumental Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mf-pil----s2s | Numeral Type=fractal Number=plural Case=instrumental Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pil----s2p | Numeral Type=fractal Number=plural Case=instrumental Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pil----s3 | Numeral Type=fractal Number=plural Case=instrumental Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mf-pil----s3s | Numeral Type=fractal Number=plural Case=instrumental Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pil----s3p | Numeral Type=fractal Number=plural Case=instrumental Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pil----p1 | Numeral Type=fractal Number=plural Case=instrumental Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mf-pil----p1s | Numeral Type=fractal Number=plural Case=instrumental Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pil----p1p | Numeral Type=fractal Number=plural Case=instrumental Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pil----p2 | Numeral Type=fractal Number=plural Case=instrumental Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mf-pil----p2s | Numeral Type=fractal Number=plural Case=instrumental Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pil----p2p | Numeral Type=fractal Number=plural Case=instrumental Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pil----p3 | Numeral Type=fractal Number=plural Case=instrumental Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mf-pil----p3s | Numeral Type=fractal Number=plural Case=instrumental Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pil----p3p | Numeral Type=fractal Number=plural Case=instrumental Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pxd | Numeral Type=fractal Number=plural Case=illative Form=digit | 1 |  |
Mf-pxd------s | Numeral Type=fractal Number=plural Case=illative Form=digit Owned_Number=singular | 1 |  |
Mf-pxd------p | Numeral Type=fractal Number=plural Case=illative Form=digit Owned_Number=plural | 1 |  |
Mf-pxd----s1 | Numeral Type=fractal Number=plural Case=illative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mf-pxd----s1s | Numeral Type=fractal Number=plural Case=illative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pxd----s1p | Numeral Type=fractal Number=plural Case=illative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pxd----s2 | Numeral Type=fractal Number=plural Case=illative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mf-pxd----s2s | Numeral Type=fractal Number=plural Case=illative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pxd----s2p | Numeral Type=fractal Number=plural Case=illative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pxd----s3 | Numeral Type=fractal Number=plural Case=illative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mf-pxd----s3s | Numeral Type=fractal Number=plural Case=illative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pxd----s3p | Numeral Type=fractal Number=plural Case=illative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pxd----p1 | Numeral Type=fractal Number=plural Case=illative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mf-pxd----p1s | Numeral Type=fractal Number=plural Case=illative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pxd----p1p | Numeral Type=fractal Number=plural Case=illative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pxd----p2 | Numeral Type=fractal Number=plural Case=illative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mf-pxd----p2s | Numeral Type=fractal Number=plural Case=illative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pxd----p2p | Numeral Type=fractal Number=plural Case=illative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pxd----p3 | Numeral Type=fractal Number=plural Case=illative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mf-pxd----p3s | Numeral Type=fractal Number=plural Case=illative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pxd----p3p | Numeral Type=fractal Number=plural Case=illative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pxr | Numeral Type=fractal Number=plural Case=illative Form=roman | 1 |  |
Mf-pxr------s | Numeral Type=fractal Number=plural Case=illative Form=roman Owned_Number=singular | 1 |  |
Mf-pxr------p | Numeral Type=fractal Number=plural Case=illative Form=roman Owned_Number=plural | 1 |  |
Mf-pxr----s1 | Numeral Type=fractal Number=plural Case=illative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mf-pxr----s1s | Numeral Type=fractal Number=plural Case=illative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pxr----s1p | Numeral Type=fractal Number=plural Case=illative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pxr----s2 | Numeral Type=fractal Number=plural Case=illative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mf-pxr----s2s | Numeral Type=fractal Number=plural Case=illative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pxr----s2p | Numeral Type=fractal Number=plural Case=illative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pxr----s3 | Numeral Type=fractal Number=plural Case=illative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mf-pxr----s3s | Numeral Type=fractal Number=plural Case=illative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pxr----s3p | Numeral Type=fractal Number=plural Case=illative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pxr----p1 | Numeral Type=fractal Number=plural Case=illative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mf-pxr----p1s | Numeral Type=fractal Number=plural Case=illative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pxr----p1p | Numeral Type=fractal Number=plural Case=illative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pxr----p2 | Numeral Type=fractal Number=plural Case=illative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mf-pxr----p2s | Numeral Type=fractal Number=plural Case=illative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pxr----p2p | Numeral Type=fractal Number=plural Case=illative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pxr----p3 | Numeral Type=fractal Number=plural Case=illative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mf-pxr----p3s | Numeral Type=fractal Number=plural Case=illative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pxr----p3p | Numeral Type=fractal Number=plural Case=illative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pxl | Numeral Type=fractal Number=plural Case=illative Form=letter | 1 |  |
Mf-pxl------s | Numeral Type=fractal Number=plural Case=illative Form=letter Owned_Number=singular | 1 |  |
Mf-pxl------p | Numeral Type=fractal Number=plural Case=illative Form=letter Owned_Number=plural | 1 |  |
Mf-pxl----s1 | Numeral Type=fractal Number=plural Case=illative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mf-pxl----s1s | Numeral Type=fractal Number=plural Case=illative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pxl----s1p | Numeral Type=fractal Number=plural Case=illative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pxl----s2 | Numeral Type=fractal Number=plural Case=illative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mf-pxl----s2s | Numeral Type=fractal Number=plural Case=illative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pxl----s2p | Numeral Type=fractal Number=plural Case=illative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pxl----s3 | Numeral Type=fractal Number=plural Case=illative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mf-pxl----s3s | Numeral Type=fractal Number=plural Case=illative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pxl----s3p | Numeral Type=fractal Number=plural Case=illative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pxl----p1 | Numeral Type=fractal Number=plural Case=illative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mf-pxl----p1s | Numeral Type=fractal Number=plural Case=illative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pxl----p1p | Numeral Type=fractal Number=plural Case=illative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pxl----p2 | Numeral Type=fractal Number=plural Case=illative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mf-pxl----p2s | Numeral Type=fractal Number=plural Case=illative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pxl----p2p | Numeral Type=fractal Number=plural Case=illative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pxl----p3 | Numeral Type=fractal Number=plural Case=illative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mf-pxl----p3s | Numeral Type=fractal Number=plural Case=illative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pxl----p3p | Numeral Type=fractal Number=plural Case=illative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-p2d | Numeral Type=fractal Number=plural Case=inessive Form=digit | 1 |  |
Mf-p2d------s | Numeral Type=fractal Number=plural Case=inessive Form=digit Owned_Number=singular | 1 |  |
Mf-p2d------p | Numeral Type=fractal Number=plural Case=inessive Form=digit Owned_Number=plural | 1 |  |
Mf-p2d----s1 | Numeral Type=fractal Number=plural Case=inessive Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mf-p2d----s1s | Numeral Type=fractal Number=plural Case=inessive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-p2d----s1p | Numeral Type=fractal Number=plural Case=inessive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-p2d----s2 | Numeral Type=fractal Number=plural Case=inessive Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mf-p2d----s2s | Numeral Type=fractal Number=plural Case=inessive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-p2d----s2p | Numeral Type=fractal Number=plural Case=inessive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-p2d----s3 | Numeral Type=fractal Number=plural Case=inessive Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mf-p2d----s3s | Numeral Type=fractal Number=plural Case=inessive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-p2d----s3p | Numeral Type=fractal Number=plural Case=inessive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-p2d----p1 | Numeral Type=fractal Number=plural Case=inessive Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mf-p2d----p1s | Numeral Type=fractal Number=plural Case=inessive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-p2d----p1p | Numeral Type=fractal Number=plural Case=inessive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-p2d----p2 | Numeral Type=fractal Number=plural Case=inessive Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mf-p2d----p2s | Numeral Type=fractal Number=plural Case=inessive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-p2d----p2p | Numeral Type=fractal Number=plural Case=inessive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-p2d----p3 | Numeral Type=fractal Number=plural Case=inessive Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mf-p2d----p3s | Numeral Type=fractal Number=plural Case=inessive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-p2d----p3p | Numeral Type=fractal Number=plural Case=inessive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-p2r | Numeral Type=fractal Number=plural Case=inessive Form=roman | 1 |  |
Mf-p2r------s | Numeral Type=fractal Number=plural Case=inessive Form=roman Owned_Number=singular | 1 |  |
Mf-p2r------p | Numeral Type=fractal Number=plural Case=inessive Form=roman Owned_Number=plural | 1 |  |
Mf-p2r----s1 | Numeral Type=fractal Number=plural Case=inessive Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mf-p2r----s1s | Numeral Type=fractal Number=plural Case=inessive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-p2r----s1p | Numeral Type=fractal Number=plural Case=inessive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-p2r----s2 | Numeral Type=fractal Number=plural Case=inessive Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mf-p2r----s2s | Numeral Type=fractal Number=plural Case=inessive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-p2r----s2p | Numeral Type=fractal Number=plural Case=inessive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-p2r----s3 | Numeral Type=fractal Number=plural Case=inessive Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mf-p2r----s3s | Numeral Type=fractal Number=plural Case=inessive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-p2r----s3p | Numeral Type=fractal Number=plural Case=inessive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-p2r----p1 | Numeral Type=fractal Number=plural Case=inessive Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mf-p2r----p1s | Numeral Type=fractal Number=plural Case=inessive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-p2r----p1p | Numeral Type=fractal Number=plural Case=inessive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-p2r----p2 | Numeral Type=fractal Number=plural Case=inessive Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mf-p2r----p2s | Numeral Type=fractal Number=plural Case=inessive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-p2r----p2p | Numeral Type=fractal Number=plural Case=inessive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-p2r----p3 | Numeral Type=fractal Number=plural Case=inessive Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mf-p2r----p3s | Numeral Type=fractal Number=plural Case=inessive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-p2r----p3p | Numeral Type=fractal Number=plural Case=inessive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-p2l | Numeral Type=fractal Number=plural Case=inessive Form=letter | 1 |  |
Mf-p2l------s | Numeral Type=fractal Number=plural Case=inessive Form=letter Owned_Number=singular | 1 |  |
Mf-p2l------p | Numeral Type=fractal Number=plural Case=inessive Form=letter Owned_Number=plural | 1 |  |
Mf-p2l----s1 | Numeral Type=fractal Number=plural Case=inessive Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mf-p2l----s1s | Numeral Type=fractal Number=plural Case=inessive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-p2l----s1p | Numeral Type=fractal Number=plural Case=inessive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-p2l----s2 | Numeral Type=fractal Number=plural Case=inessive Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mf-p2l----s2s | Numeral Type=fractal Number=plural Case=inessive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-p2l----s2p | Numeral Type=fractal Number=plural Case=inessive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-p2l----s3 | Numeral Type=fractal Number=plural Case=inessive Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mf-p2l----s3s | Numeral Type=fractal Number=plural Case=inessive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-p2l----s3p | Numeral Type=fractal Number=plural Case=inessive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-p2l----p1 | Numeral Type=fractal Number=plural Case=inessive Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mf-p2l----p1s | Numeral Type=fractal Number=plural Case=inessive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-p2l----p1p | Numeral Type=fractal Number=plural Case=inessive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-p2l----p2 | Numeral Type=fractal Number=plural Case=inessive Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mf-p2l----p2s | Numeral Type=fractal Number=plural Case=inessive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-p2l----p2p | Numeral Type=fractal Number=plural Case=inessive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-p2l----p3 | Numeral Type=fractal Number=plural Case=inessive Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mf-p2l----p3s | Numeral Type=fractal Number=plural Case=inessive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-p2l----p3p | Numeral Type=fractal Number=plural Case=inessive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-ped | Numeral Type=fractal Number=plural Case=elative Form=digit | 1 |  |
Mf-ped------s | Numeral Type=fractal Number=plural Case=elative Form=digit Owned_Number=singular | 1 |  |
Mf-ped------p | Numeral Type=fractal Number=plural Case=elative Form=digit Owned_Number=plural | 1 |  |
Mf-ped----s1 | Numeral Type=fractal Number=plural Case=elative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mf-ped----s1s | Numeral Type=fractal Number=plural Case=elative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-ped----s1p | Numeral Type=fractal Number=plural Case=elative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-ped----s2 | Numeral Type=fractal Number=plural Case=elative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mf-ped----s2s | Numeral Type=fractal Number=plural Case=elative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-ped----s2p | Numeral Type=fractal Number=plural Case=elative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-ped----s3 | Numeral Type=fractal Number=plural Case=elative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mf-ped----s3s | Numeral Type=fractal Number=plural Case=elative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-ped----s3p | Numeral Type=fractal Number=plural Case=elative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-ped----p1 | Numeral Type=fractal Number=plural Case=elative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mf-ped----p1s | Numeral Type=fractal Number=plural Case=elative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-ped----p1p | Numeral Type=fractal Number=plural Case=elative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-ped----p2 | Numeral Type=fractal Number=plural Case=elative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mf-ped----p2s | Numeral Type=fractal Number=plural Case=elative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-ped----p2p | Numeral Type=fractal Number=plural Case=elative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-ped----p3 | Numeral Type=fractal Number=plural Case=elative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mf-ped----p3s | Numeral Type=fractal Number=plural Case=elative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-ped----p3p | Numeral Type=fractal Number=plural Case=elative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-per | Numeral Type=fractal Number=plural Case=elative Form=roman | 1 |  |
Mf-per------s | Numeral Type=fractal Number=plural Case=elative Form=roman Owned_Number=singular | 1 |  |
Mf-per------p | Numeral Type=fractal Number=plural Case=elative Form=roman Owned_Number=plural | 1 |  |
Mf-per----s1 | Numeral Type=fractal Number=plural Case=elative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mf-per----s1s | Numeral Type=fractal Number=plural Case=elative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-per----s1p | Numeral Type=fractal Number=plural Case=elative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-per----s2 | Numeral Type=fractal Number=plural Case=elative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mf-per----s2s | Numeral Type=fractal Number=plural Case=elative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-per----s2p | Numeral Type=fractal Number=plural Case=elative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-per----s3 | Numeral Type=fractal Number=plural Case=elative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mf-per----s3s | Numeral Type=fractal Number=plural Case=elative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-per----s3p | Numeral Type=fractal Number=plural Case=elative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-per----p1 | Numeral Type=fractal Number=plural Case=elative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mf-per----p1s | Numeral Type=fractal Number=plural Case=elative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-per----p1p | Numeral Type=fractal Number=plural Case=elative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-per----p2 | Numeral Type=fractal Number=plural Case=elative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mf-per----p2s | Numeral Type=fractal Number=plural Case=elative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-per----p2p | Numeral Type=fractal Number=plural Case=elative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-per----p3 | Numeral Type=fractal Number=plural Case=elative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mf-per----p3s | Numeral Type=fractal Number=plural Case=elative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-per----p3p | Numeral Type=fractal Number=plural Case=elative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pel | Numeral Type=fractal Number=plural Case=elative Form=letter | 1 |  |
Mf-pel------s | Numeral Type=fractal Number=plural Case=elative Form=letter Owned_Number=singular | 1 |  |
Mf-pel------p | Numeral Type=fractal Number=plural Case=elative Form=letter Owned_Number=plural | 1 |  |
Mf-pel----s1 | Numeral Type=fractal Number=plural Case=elative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mf-pel----s1s | Numeral Type=fractal Number=plural Case=elative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pel----s1p | Numeral Type=fractal Number=plural Case=elative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pel----s2 | Numeral Type=fractal Number=plural Case=elative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mf-pel----s2s | Numeral Type=fractal Number=plural Case=elative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pel----s2p | Numeral Type=fractal Number=plural Case=elative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pel----s3 | Numeral Type=fractal Number=plural Case=elative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mf-pel----s3s | Numeral Type=fractal Number=plural Case=elative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pel----s3p | Numeral Type=fractal Number=plural Case=elative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pel----p1 | Numeral Type=fractal Number=plural Case=elative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mf-pel----p1s | Numeral Type=fractal Number=plural Case=elative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pel----p1p | Numeral Type=fractal Number=plural Case=elative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pel----p2 | Numeral Type=fractal Number=plural Case=elative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mf-pel----p2s | Numeral Type=fractal Number=plural Case=elative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pel----p2p | Numeral Type=fractal Number=plural Case=elative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pel----p3 | Numeral Type=fractal Number=plural Case=elative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mf-pel----p3s | Numeral Type=fractal Number=plural Case=elative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pel----p3p | Numeral Type=fractal Number=plural Case=elative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-ptd | Numeral Type=fractal Number=plural Case=allative Form=digit | 1 |  |
Mf-ptd------s | Numeral Type=fractal Number=plural Case=allative Form=digit Owned_Number=singular | 1 |  |
Mf-ptd------p | Numeral Type=fractal Number=plural Case=allative Form=digit Owned_Number=plural | 1 |  |
Mf-ptd----s1 | Numeral Type=fractal Number=plural Case=allative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mf-ptd----s1s | Numeral Type=fractal Number=plural Case=allative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-ptd----s1p | Numeral Type=fractal Number=plural Case=allative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-ptd----s2 | Numeral Type=fractal Number=plural Case=allative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mf-ptd----s2s | Numeral Type=fractal Number=plural Case=allative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-ptd----s2p | Numeral Type=fractal Number=plural Case=allative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-ptd----s3 | Numeral Type=fractal Number=plural Case=allative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mf-ptd----s3s | Numeral Type=fractal Number=plural Case=allative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-ptd----s3p | Numeral Type=fractal Number=plural Case=allative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-ptd----p1 | Numeral Type=fractal Number=plural Case=allative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mf-ptd----p1s | Numeral Type=fractal Number=plural Case=allative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-ptd----p1p | Numeral Type=fractal Number=plural Case=allative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-ptd----p2 | Numeral Type=fractal Number=plural Case=allative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mf-ptd----p2s | Numeral Type=fractal Number=plural Case=allative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-ptd----p2p | Numeral Type=fractal Number=plural Case=allative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-ptd----p3 | Numeral Type=fractal Number=plural Case=allative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mf-ptd----p3s | Numeral Type=fractal Number=plural Case=allative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-ptd----p3p | Numeral Type=fractal Number=plural Case=allative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-ptr | Numeral Type=fractal Number=plural Case=allative Form=roman | 1 |  |
Mf-ptr------s | Numeral Type=fractal Number=plural Case=allative Form=roman Owned_Number=singular | 1 |  |
Mf-ptr------p | Numeral Type=fractal Number=plural Case=allative Form=roman Owned_Number=plural | 1 |  |
Mf-ptr----s1 | Numeral Type=fractal Number=plural Case=allative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mf-ptr----s1s | Numeral Type=fractal Number=plural Case=allative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-ptr----s1p | Numeral Type=fractal Number=plural Case=allative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-ptr----s2 | Numeral Type=fractal Number=plural Case=allative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mf-ptr----s2s | Numeral Type=fractal Number=plural Case=allative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-ptr----s2p | Numeral Type=fractal Number=plural Case=allative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-ptr----s3 | Numeral Type=fractal Number=plural Case=allative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mf-ptr----s3s | Numeral Type=fractal Number=plural Case=allative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-ptr----s3p | Numeral Type=fractal Number=plural Case=allative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-ptr----p1 | Numeral Type=fractal Number=plural Case=allative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mf-ptr----p1s | Numeral Type=fractal Number=plural Case=allative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-ptr----p1p | Numeral Type=fractal Number=plural Case=allative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-ptr----p2 | Numeral Type=fractal Number=plural Case=allative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mf-ptr----p2s | Numeral Type=fractal Number=plural Case=allative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-ptr----p2p | Numeral Type=fractal Number=plural Case=allative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-ptr----p3 | Numeral Type=fractal Number=plural Case=allative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mf-ptr----p3s | Numeral Type=fractal Number=plural Case=allative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-ptr----p3p | Numeral Type=fractal Number=plural Case=allative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-ptl | Numeral Type=fractal Number=plural Case=allative Form=letter | 1 |  |
Mf-ptl------s | Numeral Type=fractal Number=plural Case=allative Form=letter Owned_Number=singular | 1 |  |
Mf-ptl------p | Numeral Type=fractal Number=plural Case=allative Form=letter Owned_Number=plural | 1 |  |
Mf-ptl----s1 | Numeral Type=fractal Number=plural Case=allative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mf-ptl----s1s | Numeral Type=fractal Number=plural Case=allative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-ptl----s1p | Numeral Type=fractal Number=plural Case=allative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-ptl----s2 | Numeral Type=fractal Number=plural Case=allative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mf-ptl----s2s | Numeral Type=fractal Number=plural Case=allative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-ptl----s2p | Numeral Type=fractal Number=plural Case=allative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-ptl----s3 | Numeral Type=fractal Number=plural Case=allative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mf-ptl----s3s | Numeral Type=fractal Number=plural Case=allative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-ptl----s3p | Numeral Type=fractal Number=plural Case=allative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-ptl----p1 | Numeral Type=fractal Number=plural Case=allative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mf-ptl----p1s | Numeral Type=fractal Number=plural Case=allative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-ptl----p1p | Numeral Type=fractal Number=plural Case=allative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-ptl----p2 | Numeral Type=fractal Number=plural Case=allative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mf-ptl----p2s | Numeral Type=fractal Number=plural Case=allative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-ptl----p2p | Numeral Type=fractal Number=plural Case=allative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-ptl----p3 | Numeral Type=fractal Number=plural Case=allative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mf-ptl----p3s | Numeral Type=fractal Number=plural Case=allative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-ptl----p3p | Numeral Type=fractal Number=plural Case=allative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-p3d | Numeral Type=fractal Number=plural Case=adessive Form=digit | 1 |  |
Mf-p3d------s | Numeral Type=fractal Number=plural Case=adessive Form=digit Owned_Number=singular | 1 |  |
Mf-p3d------p | Numeral Type=fractal Number=plural Case=adessive Form=digit Owned_Number=plural | 1 |  |
Mf-p3d----s1 | Numeral Type=fractal Number=plural Case=adessive Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mf-p3d----s1s | Numeral Type=fractal Number=plural Case=adessive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-p3d----s1p | Numeral Type=fractal Number=plural Case=adessive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-p3d----s2 | Numeral Type=fractal Number=plural Case=adessive Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mf-p3d----s2s | Numeral Type=fractal Number=plural Case=adessive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-p3d----s2p | Numeral Type=fractal Number=plural Case=adessive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-p3d----s3 | Numeral Type=fractal Number=plural Case=adessive Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mf-p3d----s3s | Numeral Type=fractal Number=plural Case=adessive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-p3d----s3p | Numeral Type=fractal Number=plural Case=adessive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-p3d----p1 | Numeral Type=fractal Number=plural Case=adessive Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mf-p3d----p1s | Numeral Type=fractal Number=plural Case=adessive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-p3d----p1p | Numeral Type=fractal Number=plural Case=adessive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-p3d----p2 | Numeral Type=fractal Number=plural Case=adessive Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mf-p3d----p2s | Numeral Type=fractal Number=plural Case=adessive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-p3d----p2p | Numeral Type=fractal Number=plural Case=adessive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-p3d----p3 | Numeral Type=fractal Number=plural Case=adessive Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mf-p3d----p3s | Numeral Type=fractal Number=plural Case=adessive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-p3d----p3p | Numeral Type=fractal Number=plural Case=adessive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-p3r | Numeral Type=fractal Number=plural Case=adessive Form=roman | 1 |  |
Mf-p3r------s | Numeral Type=fractal Number=plural Case=adessive Form=roman Owned_Number=singular | 1 |  |
Mf-p3r------p | Numeral Type=fractal Number=plural Case=adessive Form=roman Owned_Number=plural | 1 |  |
Mf-p3r----s1 | Numeral Type=fractal Number=plural Case=adessive Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mf-p3r----s1s | Numeral Type=fractal Number=plural Case=adessive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-p3r----s1p | Numeral Type=fractal Number=plural Case=adessive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-p3r----s2 | Numeral Type=fractal Number=plural Case=adessive Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mf-p3r----s2s | Numeral Type=fractal Number=plural Case=adessive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-p3r----s2p | Numeral Type=fractal Number=plural Case=adessive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-p3r----s3 | Numeral Type=fractal Number=plural Case=adessive Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mf-p3r----s3s | Numeral Type=fractal Number=plural Case=adessive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-p3r----s3p | Numeral Type=fractal Number=plural Case=adessive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-p3r----p1 | Numeral Type=fractal Number=plural Case=adessive Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mf-p3r----p1s | Numeral Type=fractal Number=plural Case=adessive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-p3r----p1p | Numeral Type=fractal Number=plural Case=adessive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-p3r----p2 | Numeral Type=fractal Number=plural Case=adessive Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mf-p3r----p2s | Numeral Type=fractal Number=plural Case=adessive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-p3r----p2p | Numeral Type=fractal Number=plural Case=adessive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-p3r----p3 | Numeral Type=fractal Number=plural Case=adessive Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mf-p3r----p3s | Numeral Type=fractal Number=plural Case=adessive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-p3r----p3p | Numeral Type=fractal Number=plural Case=adessive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-p3l | Numeral Type=fractal Number=plural Case=adessive Form=letter | 1 |  |
Mf-p3l------s | Numeral Type=fractal Number=plural Case=adessive Form=letter Owned_Number=singular | 1 |  |
Mf-p3l------p | Numeral Type=fractal Number=plural Case=adessive Form=letter Owned_Number=plural | 1 |  |
Mf-p3l----s1 | Numeral Type=fractal Number=plural Case=adessive Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mf-p3l----s1s | Numeral Type=fractal Number=plural Case=adessive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-p3l----s1p | Numeral Type=fractal Number=plural Case=adessive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-p3l----s2 | Numeral Type=fractal Number=plural Case=adessive Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mf-p3l----s2s | Numeral Type=fractal Number=plural Case=adessive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-p3l----s2p | Numeral Type=fractal Number=plural Case=adessive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-p3l----s3 | Numeral Type=fractal Number=plural Case=adessive Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mf-p3l----s3s | Numeral Type=fractal Number=plural Case=adessive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-p3l----s3p | Numeral Type=fractal Number=plural Case=adessive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-p3l----p1 | Numeral Type=fractal Number=plural Case=adessive Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mf-p3l----p1s | Numeral Type=fractal Number=plural Case=adessive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-p3l----p1p | Numeral Type=fractal Number=plural Case=adessive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-p3l----p2 | Numeral Type=fractal Number=plural Case=adessive Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mf-p3l----p2s | Numeral Type=fractal Number=plural Case=adessive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-p3l----p2p | Numeral Type=fractal Number=plural Case=adessive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-p3l----p3 | Numeral Type=fractal Number=plural Case=adessive Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mf-p3l----p3s | Numeral Type=fractal Number=plural Case=adessive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-p3l----p3p | Numeral Type=fractal Number=plural Case=adessive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pbd | Numeral Type=fractal Number=plural Case=ablative Form=digit | 1 |  |
Mf-pbd------s | Numeral Type=fractal Number=plural Case=ablative Form=digit Owned_Number=singular | 1 |  |
Mf-pbd------p | Numeral Type=fractal Number=plural Case=ablative Form=digit Owned_Number=plural | 1 |  |
Mf-pbd----s1 | Numeral Type=fractal Number=plural Case=ablative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mf-pbd----s1s | Numeral Type=fractal Number=plural Case=ablative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pbd----s1p | Numeral Type=fractal Number=plural Case=ablative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pbd----s2 | Numeral Type=fractal Number=plural Case=ablative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mf-pbd----s2s | Numeral Type=fractal Number=plural Case=ablative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pbd----s2p | Numeral Type=fractal Number=plural Case=ablative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pbd----s3 | Numeral Type=fractal Number=plural Case=ablative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mf-pbd----s3s | Numeral Type=fractal Number=plural Case=ablative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pbd----s3p | Numeral Type=fractal Number=plural Case=ablative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pbd----p1 | Numeral Type=fractal Number=plural Case=ablative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mf-pbd----p1s | Numeral Type=fractal Number=plural Case=ablative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pbd----p1p | Numeral Type=fractal Number=plural Case=ablative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pbd----p2 | Numeral Type=fractal Number=plural Case=ablative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mf-pbd----p2s | Numeral Type=fractal Number=plural Case=ablative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pbd----p2p | Numeral Type=fractal Number=plural Case=ablative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pbd----p3 | Numeral Type=fractal Number=plural Case=ablative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mf-pbd----p3s | Numeral Type=fractal Number=plural Case=ablative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pbd----p3p | Numeral Type=fractal Number=plural Case=ablative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pbr | Numeral Type=fractal Number=plural Case=ablative Form=roman | 1 |  |
Mf-pbr------s | Numeral Type=fractal Number=plural Case=ablative Form=roman Owned_Number=singular | 1 |  |
Mf-pbr------p | Numeral Type=fractal Number=plural Case=ablative Form=roman Owned_Number=plural | 1 |  |
Mf-pbr----s1 | Numeral Type=fractal Number=plural Case=ablative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mf-pbr----s1s | Numeral Type=fractal Number=plural Case=ablative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pbr----s1p | Numeral Type=fractal Number=plural Case=ablative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pbr----s2 | Numeral Type=fractal Number=plural Case=ablative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mf-pbr----s2s | Numeral Type=fractal Number=plural Case=ablative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pbr----s2p | Numeral Type=fractal Number=plural Case=ablative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pbr----s3 | Numeral Type=fractal Number=plural Case=ablative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mf-pbr----s3s | Numeral Type=fractal Number=plural Case=ablative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pbr----s3p | Numeral Type=fractal Number=plural Case=ablative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pbr----p1 | Numeral Type=fractal Number=plural Case=ablative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mf-pbr----p1s | Numeral Type=fractal Number=plural Case=ablative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pbr----p1p | Numeral Type=fractal Number=plural Case=ablative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pbr----p2 | Numeral Type=fractal Number=plural Case=ablative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mf-pbr----p2s | Numeral Type=fractal Number=plural Case=ablative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pbr----p2p | Numeral Type=fractal Number=plural Case=ablative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pbr----p3 | Numeral Type=fractal Number=plural Case=ablative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mf-pbr----p3s | Numeral Type=fractal Number=plural Case=ablative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pbr----p3p | Numeral Type=fractal Number=plural Case=ablative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pbl | Numeral Type=fractal Number=plural Case=ablative Form=letter | 1 |  |
Mf-pbl------s | Numeral Type=fractal Number=plural Case=ablative Form=letter Owned_Number=singular | 1 |  |
Mf-pbl------p | Numeral Type=fractal Number=plural Case=ablative Form=letter Owned_Number=plural | 1 |  |
Mf-pbl----s1 | Numeral Type=fractal Number=plural Case=ablative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mf-pbl----s1s | Numeral Type=fractal Number=plural Case=ablative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pbl----s1p | Numeral Type=fractal Number=plural Case=ablative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pbl----s2 | Numeral Type=fractal Number=plural Case=ablative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mf-pbl----s2s | Numeral Type=fractal Number=plural Case=ablative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pbl----s2p | Numeral Type=fractal Number=plural Case=ablative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pbl----s3 | Numeral Type=fractal Number=plural Case=ablative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mf-pbl----s3s | Numeral Type=fractal Number=plural Case=ablative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pbl----s3p | Numeral Type=fractal Number=plural Case=ablative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pbl----p1 | Numeral Type=fractal Number=plural Case=ablative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mf-pbl----p1s | Numeral Type=fractal Number=plural Case=ablative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pbl----p1p | Numeral Type=fractal Number=plural Case=ablative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pbl----p2 | Numeral Type=fractal Number=plural Case=ablative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mf-pbl----p2s | Numeral Type=fractal Number=plural Case=ablative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pbl----p2p | Numeral Type=fractal Number=plural Case=ablative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pbl----p3 | Numeral Type=fractal Number=plural Case=ablative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mf-pbl----p3s | Numeral Type=fractal Number=plural Case=ablative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pbl----p3p | Numeral Type=fractal Number=plural Case=ablative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-p9d | Numeral Type=fractal Number=plural Case=terminative Form=digit | 1 |  |
Mf-p9d------s | Numeral Type=fractal Number=plural Case=terminative Form=digit Owned_Number=singular | 1 |  |
Mf-p9d------p | Numeral Type=fractal Number=plural Case=terminative Form=digit Owned_Number=plural | 1 |  |
Mf-p9d----s1 | Numeral Type=fractal Number=plural Case=terminative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mf-p9d----s1s | Numeral Type=fractal Number=plural Case=terminative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-p9d----s1p | Numeral Type=fractal Number=plural Case=terminative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-p9d----s2 | Numeral Type=fractal Number=plural Case=terminative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mf-p9d----s2s | Numeral Type=fractal Number=plural Case=terminative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-p9d----s2p | Numeral Type=fractal Number=plural Case=terminative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-p9d----s3 | Numeral Type=fractal Number=plural Case=terminative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mf-p9d----s3s | Numeral Type=fractal Number=plural Case=terminative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-p9d----s3p | Numeral Type=fractal Number=plural Case=terminative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-p9d----p1 | Numeral Type=fractal Number=plural Case=terminative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mf-p9d----p1s | Numeral Type=fractal Number=plural Case=terminative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-p9d----p1p | Numeral Type=fractal Number=plural Case=terminative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-p9d----p2 | Numeral Type=fractal Number=plural Case=terminative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mf-p9d----p2s | Numeral Type=fractal Number=plural Case=terminative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-p9d----p2p | Numeral Type=fractal Number=plural Case=terminative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-p9d----p3 | Numeral Type=fractal Number=plural Case=terminative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mf-p9d----p3s | Numeral Type=fractal Number=plural Case=terminative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-p9d----p3p | Numeral Type=fractal Number=plural Case=terminative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-p9r | Numeral Type=fractal Number=plural Case=terminative Form=roman | 1 |  |
Mf-p9r------s | Numeral Type=fractal Number=plural Case=terminative Form=roman Owned_Number=singular | 1 |  |
Mf-p9r------p | Numeral Type=fractal Number=plural Case=terminative Form=roman Owned_Number=plural | 1 |  |
Mf-p9r----s1 | Numeral Type=fractal Number=plural Case=terminative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mf-p9r----s1s | Numeral Type=fractal Number=plural Case=terminative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-p9r----s1p | Numeral Type=fractal Number=plural Case=terminative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-p9r----s2 | Numeral Type=fractal Number=plural Case=terminative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mf-p9r----s2s | Numeral Type=fractal Number=plural Case=terminative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-p9r----s2p | Numeral Type=fractal Number=plural Case=terminative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-p9r----s3 | Numeral Type=fractal Number=plural Case=terminative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mf-p9r----s3s | Numeral Type=fractal Number=plural Case=terminative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-p9r----s3p | Numeral Type=fractal Number=plural Case=terminative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-p9r----p1 | Numeral Type=fractal Number=plural Case=terminative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mf-p9r----p1s | Numeral Type=fractal Number=plural Case=terminative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-p9r----p1p | Numeral Type=fractal Number=plural Case=terminative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-p9r----p2 | Numeral Type=fractal Number=plural Case=terminative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mf-p9r----p2s | Numeral Type=fractal Number=plural Case=terminative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-p9r----p2p | Numeral Type=fractal Number=plural Case=terminative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-p9r----p3 | Numeral Type=fractal Number=plural Case=terminative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mf-p9r----p3s | Numeral Type=fractal Number=plural Case=terminative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-p9r----p3p | Numeral Type=fractal Number=plural Case=terminative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-p9l | Numeral Type=fractal Number=plural Case=terminative Form=letter | 1 |  |
Mf-p9l------s | Numeral Type=fractal Number=plural Case=terminative Form=letter Owned_Number=singular | 1 |  |
Mf-p9l------p | Numeral Type=fractal Number=plural Case=terminative Form=letter Owned_Number=plural | 1 |  |
Mf-p9l----s1 | Numeral Type=fractal Number=plural Case=terminative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mf-p9l----s1s | Numeral Type=fractal Number=plural Case=terminative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-p9l----s1p | Numeral Type=fractal Number=plural Case=terminative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-p9l----s2 | Numeral Type=fractal Number=plural Case=terminative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mf-p9l----s2s | Numeral Type=fractal Number=plural Case=terminative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-p9l----s2p | Numeral Type=fractal Number=plural Case=terminative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-p9l----s3 | Numeral Type=fractal Number=plural Case=terminative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mf-p9l----s3s | Numeral Type=fractal Number=plural Case=terminative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-p9l----s3p | Numeral Type=fractal Number=plural Case=terminative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-p9l----p1 | Numeral Type=fractal Number=plural Case=terminative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mf-p9l----p1s | Numeral Type=fractal Number=plural Case=terminative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-p9l----p1p | Numeral Type=fractal Number=plural Case=terminative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-p9l----p2 | Numeral Type=fractal Number=plural Case=terminative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mf-p9l----p2s | Numeral Type=fractal Number=plural Case=terminative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-p9l----p2p | Numeral Type=fractal Number=plural Case=terminative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-p9l----p3 | Numeral Type=fractal Number=plural Case=terminative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mf-p9l----p3s | Numeral Type=fractal Number=plural Case=terminative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-p9l----p3p | Numeral Type=fractal Number=plural Case=terminative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pmd | Numeral Type=fractal Number=plural Case=temporalis Form=digit | 1 |  |
Mf-pmd------s | Numeral Type=fractal Number=plural Case=temporalis Form=digit Owned_Number=singular | 1 |  |
Mf-pmd------p | Numeral Type=fractal Number=plural Case=temporalis Form=digit Owned_Number=plural | 1 |  |
Mf-pmd----s1 | Numeral Type=fractal Number=plural Case=temporalis Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mf-pmd----s1s | Numeral Type=fractal Number=plural Case=temporalis Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pmd----s1p | Numeral Type=fractal Number=plural Case=temporalis Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pmd----s2 | Numeral Type=fractal Number=plural Case=temporalis Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mf-pmd----s2s | Numeral Type=fractal Number=plural Case=temporalis Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pmd----s2p | Numeral Type=fractal Number=plural Case=temporalis Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pmd----s3 | Numeral Type=fractal Number=plural Case=temporalis Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mf-pmd----s3s | Numeral Type=fractal Number=plural Case=temporalis Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pmd----s3p | Numeral Type=fractal Number=plural Case=temporalis Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pmd----p1 | Numeral Type=fractal Number=plural Case=temporalis Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mf-pmd----p1s | Numeral Type=fractal Number=plural Case=temporalis Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pmd----p1p | Numeral Type=fractal Number=plural Case=temporalis Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pmd----p2 | Numeral Type=fractal Number=plural Case=temporalis Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mf-pmd----p2s | Numeral Type=fractal Number=plural Case=temporalis Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pmd----p2p | Numeral Type=fractal Number=plural Case=temporalis Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pmd----p3 | Numeral Type=fractal Number=plural Case=temporalis Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mf-pmd----p3s | Numeral Type=fractal Number=plural Case=temporalis Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pmd----p3p | Numeral Type=fractal Number=plural Case=temporalis Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pmr | Numeral Type=fractal Number=plural Case=temporalis Form=roman | 1 |  |
Mf-pmr------s | Numeral Type=fractal Number=plural Case=temporalis Form=roman Owned_Number=singular | 1 |  |
Mf-pmr------p | Numeral Type=fractal Number=plural Case=temporalis Form=roman Owned_Number=plural | 1 |  |
Mf-pmr----s1 | Numeral Type=fractal Number=plural Case=temporalis Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mf-pmr----s1s | Numeral Type=fractal Number=plural Case=temporalis Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pmr----s1p | Numeral Type=fractal Number=plural Case=temporalis Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pmr----s2 | Numeral Type=fractal Number=plural Case=temporalis Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mf-pmr----s2s | Numeral Type=fractal Number=plural Case=temporalis Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pmr----s2p | Numeral Type=fractal Number=plural Case=temporalis Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pmr----s3 | Numeral Type=fractal Number=plural Case=temporalis Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mf-pmr----s3s | Numeral Type=fractal Number=plural Case=temporalis Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pmr----s3p | Numeral Type=fractal Number=plural Case=temporalis Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pmr----p1 | Numeral Type=fractal Number=plural Case=temporalis Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mf-pmr----p1s | Numeral Type=fractal Number=plural Case=temporalis Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pmr----p1p | Numeral Type=fractal Number=plural Case=temporalis Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pmr----p2 | Numeral Type=fractal Number=plural Case=temporalis Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mf-pmr----p2s | Numeral Type=fractal Number=plural Case=temporalis Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pmr----p2p | Numeral Type=fractal Number=plural Case=temporalis Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pmr----p3 | Numeral Type=fractal Number=plural Case=temporalis Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mf-pmr----p3s | Numeral Type=fractal Number=plural Case=temporalis Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pmr----p3p | Numeral Type=fractal Number=plural Case=temporalis Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pml | Numeral Type=fractal Number=plural Case=temporalis Form=letter | 1 |  |
Mf-pml------s | Numeral Type=fractal Number=plural Case=temporalis Form=letter Owned_Number=singular | 1 |  |
Mf-pml------p | Numeral Type=fractal Number=plural Case=temporalis Form=letter Owned_Number=plural | 1 |  |
Mf-pml----s1 | Numeral Type=fractal Number=plural Case=temporalis Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mf-pml----s1s | Numeral Type=fractal Number=plural Case=temporalis Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pml----s1p | Numeral Type=fractal Number=plural Case=temporalis Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pml----s2 | Numeral Type=fractal Number=plural Case=temporalis Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mf-pml----s2s | Numeral Type=fractal Number=plural Case=temporalis Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pml----s2p | Numeral Type=fractal Number=plural Case=temporalis Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pml----s3 | Numeral Type=fractal Number=plural Case=temporalis Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mf-pml----s3s | Numeral Type=fractal Number=plural Case=temporalis Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pml----s3p | Numeral Type=fractal Number=plural Case=temporalis Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pml----p1 | Numeral Type=fractal Number=plural Case=temporalis Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mf-pml----p1s | Numeral Type=fractal Number=plural Case=temporalis Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pml----p1p | Numeral Type=fractal Number=plural Case=temporalis Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pml----p2 | Numeral Type=fractal Number=plural Case=temporalis Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mf-pml----p2s | Numeral Type=fractal Number=plural Case=temporalis Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pml----p2p | Numeral Type=fractal Number=plural Case=temporalis Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pml----p3 | Numeral Type=fractal Number=plural Case=temporalis Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mf-pml----p3s | Numeral Type=fractal Number=plural Case=temporalis Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pml----p3p | Numeral Type=fractal Number=plural Case=temporalis Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pcd | Numeral Type=fractal Number=plural Case=causalis Form=digit | 1 |  |
Mf-pcd------s | Numeral Type=fractal Number=plural Case=causalis Form=digit Owned_Number=singular | 1 |  |
Mf-pcd------p | Numeral Type=fractal Number=plural Case=causalis Form=digit Owned_Number=plural | 1 |  |
Mf-pcd----s1 | Numeral Type=fractal Number=plural Case=causalis Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mf-pcd----s1s | Numeral Type=fractal Number=plural Case=causalis Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pcd----s1p | Numeral Type=fractal Number=plural Case=causalis Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pcd----s2 | Numeral Type=fractal Number=plural Case=causalis Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mf-pcd----s2s | Numeral Type=fractal Number=plural Case=causalis Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pcd----s2p | Numeral Type=fractal Number=plural Case=causalis Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pcd----s3 | Numeral Type=fractal Number=plural Case=causalis Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mf-pcd----s3s | Numeral Type=fractal Number=plural Case=causalis Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pcd----s3p | Numeral Type=fractal Number=plural Case=causalis Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pcd----p1 | Numeral Type=fractal Number=plural Case=causalis Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mf-pcd----p1s | Numeral Type=fractal Number=plural Case=causalis Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pcd----p1p | Numeral Type=fractal Number=plural Case=causalis Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pcd----p2 | Numeral Type=fractal Number=plural Case=causalis Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mf-pcd----p2s | Numeral Type=fractal Number=plural Case=causalis Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pcd----p2p | Numeral Type=fractal Number=plural Case=causalis Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pcd----p3 | Numeral Type=fractal Number=plural Case=causalis Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mf-pcd----p3s | Numeral Type=fractal Number=plural Case=causalis Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pcd----p3p | Numeral Type=fractal Number=plural Case=causalis Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pcr | Numeral Type=fractal Number=plural Case=causalis Form=roman | 1 |  |
Mf-pcr------s | Numeral Type=fractal Number=plural Case=causalis Form=roman Owned_Number=singular | 1 |  |
Mf-pcr------p | Numeral Type=fractal Number=plural Case=causalis Form=roman Owned_Number=plural | 1 |  |
Mf-pcr----s1 | Numeral Type=fractal Number=plural Case=causalis Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mf-pcr----s1s | Numeral Type=fractal Number=plural Case=causalis Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pcr----s1p | Numeral Type=fractal Number=plural Case=causalis Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pcr----s2 | Numeral Type=fractal Number=plural Case=causalis Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mf-pcr----s2s | Numeral Type=fractal Number=plural Case=causalis Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pcr----s2p | Numeral Type=fractal Number=plural Case=causalis Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pcr----s3 | Numeral Type=fractal Number=plural Case=causalis Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mf-pcr----s3s | Numeral Type=fractal Number=plural Case=causalis Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pcr----s3p | Numeral Type=fractal Number=plural Case=causalis Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pcr----p1 | Numeral Type=fractal Number=plural Case=causalis Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mf-pcr----p1s | Numeral Type=fractal Number=plural Case=causalis Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pcr----p1p | Numeral Type=fractal Number=plural Case=causalis Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pcr----p2 | Numeral Type=fractal Number=plural Case=causalis Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mf-pcr----p2s | Numeral Type=fractal Number=plural Case=causalis Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pcr----p2p | Numeral Type=fractal Number=plural Case=causalis Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pcr----p3 | Numeral Type=fractal Number=plural Case=causalis Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mf-pcr----p3s | Numeral Type=fractal Number=plural Case=causalis Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pcr----p3p | Numeral Type=fractal Number=plural Case=causalis Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pcl | Numeral Type=fractal Number=plural Case=causalis Form=letter | 1 |  |
Mf-pcl------s | Numeral Type=fractal Number=plural Case=causalis Form=letter Owned_Number=singular | 1 |  |
Mf-pcl------p | Numeral Type=fractal Number=plural Case=causalis Form=letter Owned_Number=plural | 1 |  |
Mf-pcl----s1 | Numeral Type=fractal Number=plural Case=causalis Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mf-pcl----s1s | Numeral Type=fractal Number=plural Case=causalis Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pcl----s1p | Numeral Type=fractal Number=plural Case=causalis Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pcl----s2 | Numeral Type=fractal Number=plural Case=causalis Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mf-pcl----s2s | Numeral Type=fractal Number=plural Case=causalis Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pcl----s2p | Numeral Type=fractal Number=plural Case=causalis Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pcl----s3 | Numeral Type=fractal Number=plural Case=causalis Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mf-pcl----s3s | Numeral Type=fractal Number=plural Case=causalis Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pcl----s3p | Numeral Type=fractal Number=plural Case=causalis Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pcl----p1 | Numeral Type=fractal Number=plural Case=causalis Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mf-pcl----p1s | Numeral Type=fractal Number=plural Case=causalis Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pcl----p1p | Numeral Type=fractal Number=plural Case=causalis Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pcl----p2 | Numeral Type=fractal Number=plural Case=causalis Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mf-pcl----p2s | Numeral Type=fractal Number=plural Case=causalis Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pcl----p2p | Numeral Type=fractal Number=plural Case=causalis Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pcl----p3 | Numeral Type=fractal Number=plural Case=causalis Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mf-pcl----p3s | Numeral Type=fractal Number=plural Case=causalis Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pcl----p3p | Numeral Type=fractal Number=plural Case=causalis Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-psd | Numeral Type=fractal Number=plural Case=sublative Form=digit | 1 |  |
Mf-psd------s | Numeral Type=fractal Number=plural Case=sublative Form=digit Owned_Number=singular | 1 |  |
Mf-psd------p | Numeral Type=fractal Number=plural Case=sublative Form=digit Owned_Number=plural | 1 |  |
Mf-psd----s1 | Numeral Type=fractal Number=plural Case=sublative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mf-psd----s1s | Numeral Type=fractal Number=plural Case=sublative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-psd----s1p | Numeral Type=fractal Number=plural Case=sublative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-psd----s2 | Numeral Type=fractal Number=plural Case=sublative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mf-psd----s2s | Numeral Type=fractal Number=plural Case=sublative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-psd----s2p | Numeral Type=fractal Number=plural Case=sublative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-psd----s3 | Numeral Type=fractal Number=plural Case=sublative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mf-psd----s3s | Numeral Type=fractal Number=plural Case=sublative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-psd----s3p | Numeral Type=fractal Number=plural Case=sublative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-psd----p1 | Numeral Type=fractal Number=plural Case=sublative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mf-psd----p1s | Numeral Type=fractal Number=plural Case=sublative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-psd----p1p | Numeral Type=fractal Number=plural Case=sublative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-psd----p2 | Numeral Type=fractal Number=plural Case=sublative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mf-psd----p2s | Numeral Type=fractal Number=plural Case=sublative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-psd----p2p | Numeral Type=fractal Number=plural Case=sublative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-psd----p3 | Numeral Type=fractal Number=plural Case=sublative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mf-psd----p3s | Numeral Type=fractal Number=plural Case=sublative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-psd----p3p | Numeral Type=fractal Number=plural Case=sublative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-psr | Numeral Type=fractal Number=plural Case=sublative Form=roman | 1 |  |
Mf-psr------s | Numeral Type=fractal Number=plural Case=sublative Form=roman Owned_Number=singular | 1 |  |
Mf-psr------p | Numeral Type=fractal Number=plural Case=sublative Form=roman Owned_Number=plural | 1 |  |
Mf-psr----s1 | Numeral Type=fractal Number=plural Case=sublative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mf-psr----s1s | Numeral Type=fractal Number=plural Case=sublative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-psr----s1p | Numeral Type=fractal Number=plural Case=sublative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-psr----s2 | Numeral Type=fractal Number=plural Case=sublative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mf-psr----s2s | Numeral Type=fractal Number=plural Case=sublative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-psr----s2p | Numeral Type=fractal Number=plural Case=sublative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-psr----s3 | Numeral Type=fractal Number=plural Case=sublative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mf-psr----s3s | Numeral Type=fractal Number=plural Case=sublative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-psr----s3p | Numeral Type=fractal Number=plural Case=sublative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-psr----p1 | Numeral Type=fractal Number=plural Case=sublative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mf-psr----p1s | Numeral Type=fractal Number=plural Case=sublative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-psr----p1p | Numeral Type=fractal Number=plural Case=sublative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-psr----p2 | Numeral Type=fractal Number=plural Case=sublative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mf-psr----p2s | Numeral Type=fractal Number=plural Case=sublative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-psr----p2p | Numeral Type=fractal Number=plural Case=sublative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-psr----p3 | Numeral Type=fractal Number=plural Case=sublative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mf-psr----p3s | Numeral Type=fractal Number=plural Case=sublative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-psr----p3p | Numeral Type=fractal Number=plural Case=sublative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-psl | Numeral Type=fractal Number=plural Case=sublative Form=letter | 1 |  |
Mf-psl------s | Numeral Type=fractal Number=plural Case=sublative Form=letter Owned_Number=singular | 1 |  |
Mf-psl------p | Numeral Type=fractal Number=plural Case=sublative Form=letter Owned_Number=plural | 1 |  |
Mf-psl----s1 | Numeral Type=fractal Number=plural Case=sublative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mf-psl----s1s | Numeral Type=fractal Number=plural Case=sublative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-psl----s1p | Numeral Type=fractal Number=plural Case=sublative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-psl----s2 | Numeral Type=fractal Number=plural Case=sublative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mf-psl----s2s | Numeral Type=fractal Number=plural Case=sublative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-psl----s2p | Numeral Type=fractal Number=plural Case=sublative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-psl----s3 | Numeral Type=fractal Number=plural Case=sublative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mf-psl----s3s | Numeral Type=fractal Number=plural Case=sublative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-psl----s3p | Numeral Type=fractal Number=plural Case=sublative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-psl----p1 | Numeral Type=fractal Number=plural Case=sublative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mf-psl----p1s | Numeral Type=fractal Number=plural Case=sublative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-psl----p1p | Numeral Type=fractal Number=plural Case=sublative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-psl----p2 | Numeral Type=fractal Number=plural Case=sublative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mf-psl----p2s | Numeral Type=fractal Number=plural Case=sublative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-psl----p2p | Numeral Type=fractal Number=plural Case=sublative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-psl----p3 | Numeral Type=fractal Number=plural Case=sublative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mf-psl----p3s | Numeral Type=fractal Number=plural Case=sublative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-psl----p3p | Numeral Type=fractal Number=plural Case=sublative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-phd | Numeral Type=fractal Number=plural Case=delative Form=digit | 1 |  |
Mf-phd------s | Numeral Type=fractal Number=plural Case=delative Form=digit Owned_Number=singular | 1 |  |
Mf-phd------p | Numeral Type=fractal Number=plural Case=delative Form=digit Owned_Number=plural | 1 |  |
Mf-phd----s1 | Numeral Type=fractal Number=plural Case=delative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mf-phd----s1s | Numeral Type=fractal Number=plural Case=delative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-phd----s1p | Numeral Type=fractal Number=plural Case=delative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-phd----s2 | Numeral Type=fractal Number=plural Case=delative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mf-phd----s2s | Numeral Type=fractal Number=plural Case=delative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-phd----s2p | Numeral Type=fractal Number=plural Case=delative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-phd----s3 | Numeral Type=fractal Number=plural Case=delative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mf-phd----s3s | Numeral Type=fractal Number=plural Case=delative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-phd----s3p | Numeral Type=fractal Number=plural Case=delative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-phd----p1 | Numeral Type=fractal Number=plural Case=delative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mf-phd----p1s | Numeral Type=fractal Number=plural Case=delative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-phd----p1p | Numeral Type=fractal Number=plural Case=delative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-phd----p2 | Numeral Type=fractal Number=plural Case=delative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mf-phd----p2s | Numeral Type=fractal Number=plural Case=delative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-phd----p2p | Numeral Type=fractal Number=plural Case=delative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-phd----p3 | Numeral Type=fractal Number=plural Case=delative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mf-phd----p3s | Numeral Type=fractal Number=plural Case=delative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-phd----p3p | Numeral Type=fractal Number=plural Case=delative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-phr | Numeral Type=fractal Number=plural Case=delative Form=roman | 1 |  |
Mf-phr------s | Numeral Type=fractal Number=plural Case=delative Form=roman Owned_Number=singular | 1 |  |
Mf-phr------p | Numeral Type=fractal Number=plural Case=delative Form=roman Owned_Number=plural | 1 |  |
Mf-phr----s1 | Numeral Type=fractal Number=plural Case=delative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mf-phr----s1s | Numeral Type=fractal Number=plural Case=delative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-phr----s1p | Numeral Type=fractal Number=plural Case=delative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-phr----s2 | Numeral Type=fractal Number=plural Case=delative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mf-phr----s2s | Numeral Type=fractal Number=plural Case=delative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-phr----s2p | Numeral Type=fractal Number=plural Case=delative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-phr----s3 | Numeral Type=fractal Number=plural Case=delative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mf-phr----s3s | Numeral Type=fractal Number=plural Case=delative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-phr----s3p | Numeral Type=fractal Number=plural Case=delative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-phr----p1 | Numeral Type=fractal Number=plural Case=delative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mf-phr----p1s | Numeral Type=fractal Number=plural Case=delative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-phr----p1p | Numeral Type=fractal Number=plural Case=delative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-phr----p2 | Numeral Type=fractal Number=plural Case=delative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mf-phr----p2s | Numeral Type=fractal Number=plural Case=delative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-phr----p2p | Numeral Type=fractal Number=plural Case=delative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-phr----p3 | Numeral Type=fractal Number=plural Case=delative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mf-phr----p3s | Numeral Type=fractal Number=plural Case=delative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-phr----p3p | Numeral Type=fractal Number=plural Case=delative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-phl | Numeral Type=fractal Number=plural Case=delative Form=letter | 1 |  |
Mf-phl------s | Numeral Type=fractal Number=plural Case=delative Form=letter Owned_Number=singular | 1 |  |
Mf-phl------p | Numeral Type=fractal Number=plural Case=delative Form=letter Owned_Number=plural | 1 |  |
Mf-phl----s1 | Numeral Type=fractal Number=plural Case=delative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mf-phl----s1s | Numeral Type=fractal Number=plural Case=delative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-phl----s1p | Numeral Type=fractal Number=plural Case=delative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-phl----s2 | Numeral Type=fractal Number=plural Case=delative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mf-phl----s2s | Numeral Type=fractal Number=plural Case=delative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-phl----s2p | Numeral Type=fractal Number=plural Case=delative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-phl----s3 | Numeral Type=fractal Number=plural Case=delative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mf-phl----s3s | Numeral Type=fractal Number=plural Case=delative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-phl----s3p | Numeral Type=fractal Number=plural Case=delative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-phl----p1 | Numeral Type=fractal Number=plural Case=delative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mf-phl----p1s | Numeral Type=fractal Number=plural Case=delative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-phl----p1p | Numeral Type=fractal Number=plural Case=delative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-phl----p2 | Numeral Type=fractal Number=plural Case=delative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mf-phl----p2s | Numeral Type=fractal Number=plural Case=delative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-phl----p2p | Numeral Type=fractal Number=plural Case=delative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-phl----p3 | Numeral Type=fractal Number=plural Case=delative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mf-phl----p3s | Numeral Type=fractal Number=plural Case=delative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-phl----p3p | Numeral Type=fractal Number=plural Case=delative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pqd | Numeral Type=fractal Number=plural Case=sociative Form=digit | 1 |  |
Mf-pqd------s | Numeral Type=fractal Number=plural Case=sociative Form=digit Owned_Number=singular | 1 |  |
Mf-pqd------p | Numeral Type=fractal Number=plural Case=sociative Form=digit Owned_Number=plural | 1 |  |
Mf-pqd----s1 | Numeral Type=fractal Number=plural Case=sociative Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mf-pqd----s1s | Numeral Type=fractal Number=plural Case=sociative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pqd----s1p | Numeral Type=fractal Number=plural Case=sociative Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pqd----s2 | Numeral Type=fractal Number=plural Case=sociative Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mf-pqd----s2s | Numeral Type=fractal Number=plural Case=sociative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pqd----s2p | Numeral Type=fractal Number=plural Case=sociative Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pqd----s3 | Numeral Type=fractal Number=plural Case=sociative Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mf-pqd----s3s | Numeral Type=fractal Number=plural Case=sociative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pqd----s3p | Numeral Type=fractal Number=plural Case=sociative Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pqd----p1 | Numeral Type=fractal Number=plural Case=sociative Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mf-pqd----p1s | Numeral Type=fractal Number=plural Case=sociative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pqd----p1p | Numeral Type=fractal Number=plural Case=sociative Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pqd----p2 | Numeral Type=fractal Number=plural Case=sociative Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mf-pqd----p2s | Numeral Type=fractal Number=plural Case=sociative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pqd----p2p | Numeral Type=fractal Number=plural Case=sociative Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pqd----p3 | Numeral Type=fractal Number=plural Case=sociative Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mf-pqd----p3s | Numeral Type=fractal Number=plural Case=sociative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pqd----p3p | Numeral Type=fractal Number=plural Case=sociative Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pqr | Numeral Type=fractal Number=plural Case=sociative Form=roman | 1 |  |
Mf-pqr------s | Numeral Type=fractal Number=plural Case=sociative Form=roman Owned_Number=singular | 1 |  |
Mf-pqr------p | Numeral Type=fractal Number=plural Case=sociative Form=roman Owned_Number=plural | 1 |  |
Mf-pqr----s1 | Numeral Type=fractal Number=plural Case=sociative Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mf-pqr----s1s | Numeral Type=fractal Number=plural Case=sociative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pqr----s1p | Numeral Type=fractal Number=plural Case=sociative Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pqr----s2 | Numeral Type=fractal Number=plural Case=sociative Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mf-pqr----s2s | Numeral Type=fractal Number=plural Case=sociative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pqr----s2p | Numeral Type=fractal Number=plural Case=sociative Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pqr----s3 | Numeral Type=fractal Number=plural Case=sociative Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mf-pqr----s3s | Numeral Type=fractal Number=plural Case=sociative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pqr----s3p | Numeral Type=fractal Number=plural Case=sociative Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pqr----p1 | Numeral Type=fractal Number=plural Case=sociative Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mf-pqr----p1s | Numeral Type=fractal Number=plural Case=sociative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pqr----p1p | Numeral Type=fractal Number=plural Case=sociative Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pqr----p2 | Numeral Type=fractal Number=plural Case=sociative Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mf-pqr----p2s | Numeral Type=fractal Number=plural Case=sociative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pqr----p2p | Numeral Type=fractal Number=plural Case=sociative Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pqr----p3 | Numeral Type=fractal Number=plural Case=sociative Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mf-pqr----p3s | Numeral Type=fractal Number=plural Case=sociative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pqr----p3p | Numeral Type=fractal Number=plural Case=sociative Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pql | Numeral Type=fractal Number=plural Case=sociative Form=letter | 1 |  |
Mf-pql------s | Numeral Type=fractal Number=plural Case=sociative Form=letter Owned_Number=singular | 1 |  |
Mf-pql------p | Numeral Type=fractal Number=plural Case=sociative Form=letter Owned_Number=plural | 1 |  |
Mf-pql----s1 | Numeral Type=fractal Number=plural Case=sociative Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mf-pql----s1s | Numeral Type=fractal Number=plural Case=sociative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pql----s1p | Numeral Type=fractal Number=plural Case=sociative Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pql----s2 | Numeral Type=fractal Number=plural Case=sociative Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mf-pql----s2s | Numeral Type=fractal Number=plural Case=sociative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pql----s2p | Numeral Type=fractal Number=plural Case=sociative Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pql----s3 | Numeral Type=fractal Number=plural Case=sociative Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mf-pql----s3s | Numeral Type=fractal Number=plural Case=sociative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pql----s3p | Numeral Type=fractal Number=plural Case=sociative Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pql----p1 | Numeral Type=fractal Number=plural Case=sociative Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mf-pql----p1s | Numeral Type=fractal Number=plural Case=sociative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pql----p1p | Numeral Type=fractal Number=plural Case=sociative Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pql----p2 | Numeral Type=fractal Number=plural Case=sociative Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mf-pql----p2s | Numeral Type=fractal Number=plural Case=sociative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pql----p2p | Numeral Type=fractal Number=plural Case=sociative Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pql----p3 | Numeral Type=fractal Number=plural Case=sociative Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mf-pql----p3s | Numeral Type=fractal Number=plural Case=sociative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pql----p3p | Numeral Type=fractal Number=plural Case=sociative Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pyd | Numeral Type=fractal Number=plural Case=factive Form=digit | 1 |  |
Mf-pyd------s | Numeral Type=fractal Number=plural Case=factive Form=digit Owned_Number=singular | 1 |  |
Mf-pyd------p | Numeral Type=fractal Number=plural Case=factive Form=digit Owned_Number=plural | 1 |  |
Mf-pyd----s1 | Numeral Type=fractal Number=plural Case=factive Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mf-pyd----s1s | Numeral Type=fractal Number=plural Case=factive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pyd----s1p | Numeral Type=fractal Number=plural Case=factive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pyd----s2 | Numeral Type=fractal Number=plural Case=factive Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mf-pyd----s2s | Numeral Type=fractal Number=plural Case=factive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pyd----s2p | Numeral Type=fractal Number=plural Case=factive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pyd----s3 | Numeral Type=fractal Number=plural Case=factive Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mf-pyd----s3s | Numeral Type=fractal Number=plural Case=factive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pyd----s3p | Numeral Type=fractal Number=plural Case=factive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pyd----p1 | Numeral Type=fractal Number=plural Case=factive Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mf-pyd----p1s | Numeral Type=fractal Number=plural Case=factive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pyd----p1p | Numeral Type=fractal Number=plural Case=factive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pyd----p2 | Numeral Type=fractal Number=plural Case=factive Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mf-pyd----p2s | Numeral Type=fractal Number=plural Case=factive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pyd----p2p | Numeral Type=fractal Number=plural Case=factive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pyd----p3 | Numeral Type=fractal Number=plural Case=factive Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mf-pyd----p3s | Numeral Type=fractal Number=plural Case=factive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pyd----p3p | Numeral Type=fractal Number=plural Case=factive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pyr | Numeral Type=fractal Number=plural Case=factive Form=roman | 1 |  |
Mf-pyr------s | Numeral Type=fractal Number=plural Case=factive Form=roman Owned_Number=singular | 1 |  |
Mf-pyr------p | Numeral Type=fractal Number=plural Case=factive Form=roman Owned_Number=plural | 1 |  |
Mf-pyr----s1 | Numeral Type=fractal Number=plural Case=factive Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mf-pyr----s1s | Numeral Type=fractal Number=plural Case=factive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pyr----s1p | Numeral Type=fractal Number=plural Case=factive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pyr----s2 | Numeral Type=fractal Number=plural Case=factive Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mf-pyr----s2s | Numeral Type=fractal Number=plural Case=factive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pyr----s2p | Numeral Type=fractal Number=plural Case=factive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pyr----s3 | Numeral Type=fractal Number=plural Case=factive Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mf-pyr----s3s | Numeral Type=fractal Number=plural Case=factive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pyr----s3p | Numeral Type=fractal Number=plural Case=factive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pyr----p1 | Numeral Type=fractal Number=plural Case=factive Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mf-pyr----p1s | Numeral Type=fractal Number=plural Case=factive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pyr----p1p | Numeral Type=fractal Number=plural Case=factive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pyr----p2 | Numeral Type=fractal Number=plural Case=factive Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mf-pyr----p2s | Numeral Type=fractal Number=plural Case=factive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pyr----p2p | Numeral Type=fractal Number=plural Case=factive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pyr----p3 | Numeral Type=fractal Number=plural Case=factive Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mf-pyr----p3s | Numeral Type=fractal Number=plural Case=factive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pyr----p3p | Numeral Type=fractal Number=plural Case=factive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pyl | Numeral Type=fractal Number=plural Case=factive Form=letter | 1 |  |
Mf-pyl------s | Numeral Type=fractal Number=plural Case=factive Form=letter Owned_Number=singular | 1 |  |
Mf-pyl------p | Numeral Type=fractal Number=plural Case=factive Form=letter Owned_Number=plural | 1 |  |
Mf-pyl----s1 | Numeral Type=fractal Number=plural Case=factive Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mf-pyl----s1s | Numeral Type=fractal Number=plural Case=factive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pyl----s1p | Numeral Type=fractal Number=plural Case=factive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pyl----s2 | Numeral Type=fractal Number=plural Case=factive Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mf-pyl----s2s | Numeral Type=fractal Number=plural Case=factive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pyl----s2p | Numeral Type=fractal Number=plural Case=factive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pyl----s3 | Numeral Type=fractal Number=plural Case=factive Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mf-pyl----s3s | Numeral Type=fractal Number=plural Case=factive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pyl----s3p | Numeral Type=fractal Number=plural Case=factive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pyl----p1 | Numeral Type=fractal Number=plural Case=factive Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mf-pyl----p1s | Numeral Type=fractal Number=plural Case=factive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pyl----p1p | Numeral Type=fractal Number=plural Case=factive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pyl----p2 | Numeral Type=fractal Number=plural Case=factive Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mf-pyl----p2s | Numeral Type=fractal Number=plural Case=factive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pyl----p2p | Numeral Type=fractal Number=plural Case=factive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pyl----p3 | Numeral Type=fractal Number=plural Case=factive Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mf-pyl----p3s | Numeral Type=fractal Number=plural Case=factive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pyl----p3p | Numeral Type=fractal Number=plural Case=factive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-ppd | Numeral Type=fractal Number=plural Case=superessive Form=digit | 1 |  |
Mf-ppd------s | Numeral Type=fractal Number=plural Case=superessive Form=digit Owned_Number=singular | 1 |  |
Mf-ppd------p | Numeral Type=fractal Number=plural Case=superessive Form=digit Owned_Number=plural | 1 |  |
Mf-ppd----s1 | Numeral Type=fractal Number=plural Case=superessive Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mf-ppd----s1s | Numeral Type=fractal Number=plural Case=superessive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-ppd----s1p | Numeral Type=fractal Number=plural Case=superessive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-ppd----s2 | Numeral Type=fractal Number=plural Case=superessive Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mf-ppd----s2s | Numeral Type=fractal Number=plural Case=superessive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-ppd----s2p | Numeral Type=fractal Number=plural Case=superessive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-ppd----s3 | Numeral Type=fractal Number=plural Case=superessive Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mf-ppd----s3s | Numeral Type=fractal Number=plural Case=superessive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-ppd----s3p | Numeral Type=fractal Number=plural Case=superessive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-ppd----p1 | Numeral Type=fractal Number=plural Case=superessive Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mf-ppd----p1s | Numeral Type=fractal Number=plural Case=superessive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-ppd----p1p | Numeral Type=fractal Number=plural Case=superessive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-ppd----p2 | Numeral Type=fractal Number=plural Case=superessive Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mf-ppd----p2s | Numeral Type=fractal Number=plural Case=superessive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-ppd----p2p | Numeral Type=fractal Number=plural Case=superessive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-ppd----p3 | Numeral Type=fractal Number=plural Case=superessive Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mf-ppd----p3s | Numeral Type=fractal Number=plural Case=superessive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-ppd----p3p | Numeral Type=fractal Number=plural Case=superessive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-ppr | Numeral Type=fractal Number=plural Case=superessive Form=roman | 1 |  |
Mf-ppr------s | Numeral Type=fractal Number=plural Case=superessive Form=roman Owned_Number=singular | 1 |  |
Mf-ppr------p | Numeral Type=fractal Number=plural Case=superessive Form=roman Owned_Number=plural | 1 |  |
Mf-ppr----s1 | Numeral Type=fractal Number=plural Case=superessive Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mf-ppr----s1s | Numeral Type=fractal Number=plural Case=superessive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-ppr----s1p | Numeral Type=fractal Number=plural Case=superessive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-ppr----s2 | Numeral Type=fractal Number=plural Case=superessive Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mf-ppr----s2s | Numeral Type=fractal Number=plural Case=superessive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-ppr----s2p | Numeral Type=fractal Number=plural Case=superessive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-ppr----s3 | Numeral Type=fractal Number=plural Case=superessive Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mf-ppr----s3s | Numeral Type=fractal Number=plural Case=superessive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-ppr----s3p | Numeral Type=fractal Number=plural Case=superessive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-ppr----p1 | Numeral Type=fractal Number=plural Case=superessive Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mf-ppr----p1s | Numeral Type=fractal Number=plural Case=superessive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-ppr----p1p | Numeral Type=fractal Number=plural Case=superessive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-ppr----p2 | Numeral Type=fractal Number=plural Case=superessive Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mf-ppr----p2s | Numeral Type=fractal Number=plural Case=superessive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-ppr----p2p | Numeral Type=fractal Number=plural Case=superessive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-ppr----p3 | Numeral Type=fractal Number=plural Case=superessive Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mf-ppr----p3s | Numeral Type=fractal Number=plural Case=superessive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-ppr----p3p | Numeral Type=fractal Number=plural Case=superessive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-ppl | Numeral Type=fractal Number=plural Case=superessive Form=letter | 1 |  |
Mf-ppl------s | Numeral Type=fractal Number=plural Case=superessive Form=letter Owned_Number=singular | 1 |  |
Mf-ppl------p | Numeral Type=fractal Number=plural Case=superessive Form=letter Owned_Number=plural | 1 |  |
Mf-ppl----s1 | Numeral Type=fractal Number=plural Case=superessive Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mf-ppl----s1s | Numeral Type=fractal Number=plural Case=superessive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-ppl----s1p | Numeral Type=fractal Number=plural Case=superessive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-ppl----s2 | Numeral Type=fractal Number=plural Case=superessive Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mf-ppl----s2s | Numeral Type=fractal Number=plural Case=superessive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-ppl----s2p | Numeral Type=fractal Number=plural Case=superessive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-ppl----s3 | Numeral Type=fractal Number=plural Case=superessive Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mf-ppl----s3s | Numeral Type=fractal Number=plural Case=superessive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-ppl----s3p | Numeral Type=fractal Number=plural Case=superessive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-ppl----p1 | Numeral Type=fractal Number=plural Case=superessive Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mf-ppl----p1s | Numeral Type=fractal Number=plural Case=superessive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-ppl----p1p | Numeral Type=fractal Number=plural Case=superessive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-ppl----p2 | Numeral Type=fractal Number=plural Case=superessive Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mf-ppl----p2s | Numeral Type=fractal Number=plural Case=superessive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-ppl----p2p | Numeral Type=fractal Number=plural Case=superessive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-ppl----p3 | Numeral Type=fractal Number=plural Case=superessive Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mf-ppl----p3s | Numeral Type=fractal Number=plural Case=superessive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-ppl----p3p | Numeral Type=fractal Number=plural Case=superessive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pud | Numeral Type=fractal Number=plural Case=distributive Form=digit | 1 |  |
Mf-pud------s | Numeral Type=fractal Number=plural Case=distributive Form=digit Owned_Number=singular | 1 |  |
Mf-pud------p | Numeral Type=fractal Number=plural Case=distributive Form=digit Owned_Number=plural | 1 |  |
Mf-pud----s1 | Numeral Type=fractal Number=plural Case=distributive Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mf-pud----s1s | Numeral Type=fractal Number=plural Case=distributive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pud----s1p | Numeral Type=fractal Number=plural Case=distributive Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pud----s2 | Numeral Type=fractal Number=plural Case=distributive Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mf-pud----s2s | Numeral Type=fractal Number=plural Case=distributive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pud----s2p | Numeral Type=fractal Number=plural Case=distributive Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pud----s3 | Numeral Type=fractal Number=plural Case=distributive Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mf-pud----s3s | Numeral Type=fractal Number=plural Case=distributive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pud----s3p | Numeral Type=fractal Number=plural Case=distributive Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pud----p1 | Numeral Type=fractal Number=plural Case=distributive Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mf-pud----p1s | Numeral Type=fractal Number=plural Case=distributive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pud----p1p | Numeral Type=fractal Number=plural Case=distributive Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pud----p2 | Numeral Type=fractal Number=plural Case=distributive Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mf-pud----p2s | Numeral Type=fractal Number=plural Case=distributive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pud----p2p | Numeral Type=fractal Number=plural Case=distributive Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pud----p3 | Numeral Type=fractal Number=plural Case=distributive Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mf-pud----p3s | Numeral Type=fractal Number=plural Case=distributive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pud----p3p | Numeral Type=fractal Number=plural Case=distributive Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pur | Numeral Type=fractal Number=plural Case=distributive Form=roman | 1 |  |
Mf-pur------s | Numeral Type=fractal Number=plural Case=distributive Form=roman Owned_Number=singular | 1 |  |
Mf-pur------p | Numeral Type=fractal Number=plural Case=distributive Form=roman Owned_Number=plural | 1 |  |
Mf-pur----s1 | Numeral Type=fractal Number=plural Case=distributive Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mf-pur----s1s | Numeral Type=fractal Number=plural Case=distributive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pur----s1p | Numeral Type=fractal Number=plural Case=distributive Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pur----s2 | Numeral Type=fractal Number=plural Case=distributive Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mf-pur----s2s | Numeral Type=fractal Number=plural Case=distributive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pur----s2p | Numeral Type=fractal Number=plural Case=distributive Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pur----s3 | Numeral Type=fractal Number=plural Case=distributive Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mf-pur----s3s | Numeral Type=fractal Number=plural Case=distributive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pur----s3p | Numeral Type=fractal Number=plural Case=distributive Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pur----p1 | Numeral Type=fractal Number=plural Case=distributive Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mf-pur----p1s | Numeral Type=fractal Number=plural Case=distributive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pur----p1p | Numeral Type=fractal Number=plural Case=distributive Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pur----p2 | Numeral Type=fractal Number=plural Case=distributive Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mf-pur----p2s | Numeral Type=fractal Number=plural Case=distributive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pur----p2p | Numeral Type=fractal Number=plural Case=distributive Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pur----p3 | Numeral Type=fractal Number=plural Case=distributive Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mf-pur----p3s | Numeral Type=fractal Number=plural Case=distributive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pur----p3p | Numeral Type=fractal Number=plural Case=distributive Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pul | Numeral Type=fractal Number=plural Case=distributive Form=letter | 1 |  |
Mf-pul------s | Numeral Type=fractal Number=plural Case=distributive Form=letter Owned_Number=singular | 1 |  |
Mf-pul------p | Numeral Type=fractal Number=plural Case=distributive Form=letter Owned_Number=plural | 1 |  |
Mf-pul----s1 | Numeral Type=fractal Number=plural Case=distributive Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mf-pul----s1s | Numeral Type=fractal Number=plural Case=distributive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pul----s1p | Numeral Type=fractal Number=plural Case=distributive Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pul----s2 | Numeral Type=fractal Number=plural Case=distributive Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mf-pul----s2s | Numeral Type=fractal Number=plural Case=distributive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pul----s2p | Numeral Type=fractal Number=plural Case=distributive Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pul----s3 | Numeral Type=fractal Number=plural Case=distributive Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mf-pul----s3s | Numeral Type=fractal Number=plural Case=distributive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pul----s3p | Numeral Type=fractal Number=plural Case=distributive Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pul----p1 | Numeral Type=fractal Number=plural Case=distributive Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mf-pul----p1s | Numeral Type=fractal Number=plural Case=distributive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pul----p1p | Numeral Type=fractal Number=plural Case=distributive Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pul----p2 | Numeral Type=fractal Number=plural Case=distributive Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mf-pul----p2s | Numeral Type=fractal Number=plural Case=distributive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pul----p2p | Numeral Type=fractal Number=plural Case=distributive Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pul----p3 | Numeral Type=fractal Number=plural Case=distributive Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mf-pul----p3s | Numeral Type=fractal Number=plural Case=distributive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pul----p3p | Numeral Type=fractal Number=plural Case=distributive Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pfd | Numeral Type=fractal Number=plural Case=essive-formal Form=digit | 1 |  |
Mf-pfd------s | Numeral Type=fractal Number=plural Case=essive-formal Form=digit Owned_Number=singular | 1 |  |
Mf-pfd------p | Numeral Type=fractal Number=plural Case=essive-formal Form=digit Owned_Number=plural | 1 |  |
Mf-pfd----s1 | Numeral Type=fractal Number=plural Case=essive-formal Form=digit Owner_Number=singular Owner_Person=first | 1 |  |
Mf-pfd----s1s | Numeral Type=fractal Number=plural Case=essive-formal Form=digit Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pfd----s1p | Numeral Type=fractal Number=plural Case=essive-formal Form=digit Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pfd----s2 | Numeral Type=fractal Number=plural Case=essive-formal Form=digit Owner_Number=singular Owner_Person=second | 1 |  |
Mf-pfd----s2s | Numeral Type=fractal Number=plural Case=essive-formal Form=digit Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pfd----s2p | Numeral Type=fractal Number=plural Case=essive-formal Form=digit Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pfd----s3 | Numeral Type=fractal Number=plural Case=essive-formal Form=digit Owner_Number=singular Owner_Person=third | 1 |  |
Mf-pfd----s3s | Numeral Type=fractal Number=plural Case=essive-formal Form=digit Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pfd----s3p | Numeral Type=fractal Number=plural Case=essive-formal Form=digit Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pfd----p1 | Numeral Type=fractal Number=plural Case=essive-formal Form=digit Owner_Number=plural Owner_Person=first | 1 |  |
Mf-pfd----p1s | Numeral Type=fractal Number=plural Case=essive-formal Form=digit Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pfd----p1p | Numeral Type=fractal Number=plural Case=essive-formal Form=digit Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pfd----p2 | Numeral Type=fractal Number=plural Case=essive-formal Form=digit Owner_Number=plural Owner_Person=second | 1 |  |
Mf-pfd----p2s | Numeral Type=fractal Number=plural Case=essive-formal Form=digit Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pfd----p2p | Numeral Type=fractal Number=plural Case=essive-formal Form=digit Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pfd----p3 | Numeral Type=fractal Number=plural Case=essive-formal Form=digit Owner_Number=plural Owner_Person=third | 1 |  |
Mf-pfd----p3s | Numeral Type=fractal Number=plural Case=essive-formal Form=digit Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pfd----p3p | Numeral Type=fractal Number=plural Case=essive-formal Form=digit Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pfr | Numeral Type=fractal Number=plural Case=essive-formal Form=roman | 1 |  |
Mf-pfr------s | Numeral Type=fractal Number=plural Case=essive-formal Form=roman Owned_Number=singular | 1 |  |
Mf-pfr------p | Numeral Type=fractal Number=plural Case=essive-formal Form=roman Owned_Number=plural | 1 |  |
Mf-pfr----s1 | Numeral Type=fractal Number=plural Case=essive-formal Form=roman Owner_Number=singular Owner_Person=first | 1 |  |
Mf-pfr----s1s | Numeral Type=fractal Number=plural Case=essive-formal Form=roman Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pfr----s1p | Numeral Type=fractal Number=plural Case=essive-formal Form=roman Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pfr----s2 | Numeral Type=fractal Number=plural Case=essive-formal Form=roman Owner_Number=singular Owner_Person=second | 1 |  |
Mf-pfr----s2s | Numeral Type=fractal Number=plural Case=essive-formal Form=roman Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pfr----s2p | Numeral Type=fractal Number=plural Case=essive-formal Form=roman Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pfr----s3 | Numeral Type=fractal Number=plural Case=essive-formal Form=roman Owner_Number=singular Owner_Person=third | 1 |  |
Mf-pfr----s3s | Numeral Type=fractal Number=plural Case=essive-formal Form=roman Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pfr----s3p | Numeral Type=fractal Number=plural Case=essive-formal Form=roman Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pfr----p1 | Numeral Type=fractal Number=plural Case=essive-formal Form=roman Owner_Number=plural Owner_Person=first | 1 |  |
Mf-pfr----p1s | Numeral Type=fractal Number=plural Case=essive-formal Form=roman Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pfr----p1p | Numeral Type=fractal Number=plural Case=essive-formal Form=roman Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pfr----p2 | Numeral Type=fractal Number=plural Case=essive-formal Form=roman Owner_Number=plural Owner_Person=second | 1 |  |
Mf-pfr----p2s | Numeral Type=fractal Number=plural Case=essive-formal Form=roman Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pfr----p2p | Numeral Type=fractal Number=plural Case=essive-formal Form=roman Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pfr----p3 | Numeral Type=fractal Number=plural Case=essive-formal Form=roman Owner_Number=plural Owner_Person=third | 1 |  |
Mf-pfr----p3s | Numeral Type=fractal Number=plural Case=essive-formal Form=roman Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pfr----p3p | Numeral Type=fractal Number=plural Case=essive-formal Form=roman Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pfl | Numeral Type=fractal Number=plural Case=essive-formal Form=letter | 1 |  |
Mf-pfl------s | Numeral Type=fractal Number=plural Case=essive-formal Form=letter Owned_Number=singular | 1 |  |
Mf-pfl------p | Numeral Type=fractal Number=plural Case=essive-formal Form=letter Owned_Number=plural | 1 |  |
Mf-pfl----s1 | Numeral Type=fractal Number=plural Case=essive-formal Form=letter Owner_Number=singular Owner_Person=first | 1 |  |
Mf-pfl----s1s | Numeral Type=fractal Number=plural Case=essive-formal Form=letter Owner_Number=singular Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pfl----s1p | Numeral Type=fractal Number=plural Case=essive-formal Form=letter Owner_Number=singular Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pfl----s2 | Numeral Type=fractal Number=plural Case=essive-formal Form=letter Owner_Number=singular Owner_Person=second | 1 |  |
Mf-pfl----s2s | Numeral Type=fractal Number=plural Case=essive-formal Form=letter Owner_Number=singular Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pfl----s2p | Numeral Type=fractal Number=plural Case=essive-formal Form=letter Owner_Number=singular Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pfl----s3 | Numeral Type=fractal Number=plural Case=essive-formal Form=letter Owner_Number=singular Owner_Person=third | 1 |  |
Mf-pfl----s3s | Numeral Type=fractal Number=plural Case=essive-formal Form=letter Owner_Number=singular Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pfl----s3p | Numeral Type=fractal Number=plural Case=essive-formal Form=letter Owner_Number=singular Owner_Person=third Owned_Number=plural | 1 |  |
Mf-pfl----p1 | Numeral Type=fractal Number=plural Case=essive-formal Form=letter Owner_Number=plural Owner_Person=first | 1 |  |
Mf-pfl----p1s | Numeral Type=fractal Number=plural Case=essive-formal Form=letter Owner_Number=plural Owner_Person=first Owned_Number=singular | 1 |  |
Mf-pfl----p1p | Numeral Type=fractal Number=plural Case=essive-formal Form=letter Owner_Number=plural Owner_Person=first Owned_Number=plural | 1 |  |
Mf-pfl----p2 | Numeral Type=fractal Number=plural Case=essive-formal Form=letter Owner_Number=plural Owner_Person=second | 1 |  |
Mf-pfl----p2s | Numeral Type=fractal Number=plural Case=essive-formal Form=letter Owner_Number=plural Owner_Person=second Owned_Number=singular | 1 |  |
Mf-pfl----p2p | Numeral Type=fractal Number=plural Case=essive-formal Form=letter Owner_Number=plural Owner_Person=second Owned_Number=plural | 1 |  |
Mf-pfl----p3 | Numeral Type=fractal Number=plural Case=essive-formal Form=letter Owner_Number=plural Owner_Person=third | 1 |  |
Mf-pfl----p3s | Numeral Type=fractal Number=plural Case=essive-formal Form=letter Owner_Number=plural Owner_Person=third Owned_Number=singular | 1 |  |
Mf-pfl----p3p | Numeral Type=fractal Number=plural Case=essive-formal Form=letter Owner_Number=plural Owner_Person=third Owned_Number=plural | 1 |  |
Im | Interjection Type=mood | 1 |  |
Io | Interjection Type=other | 40 | vigyázz, úgymond, ugyi, tyű, tessék |
Y | Abbreviation | 92 | X., XX, XXI, XVI, XIX |
X | Residual | 1 | 2+2=5 |
Z | Punctuation | 10 | ,, ., .., ..., ? |